public abstract class NetworkLocation extends Location
Java class for NetworkLocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NetworkLocation">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}Location">
<sequence>
<element name="networkLocationExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
networkLocationExtension |
locationExtensiongroupOfLocationsExtension| Constructor and Description |
|---|
NetworkLocation() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getNetworkLocationExtension()
Gets the value of the networkLocationExtension property.
|
void |
setNetworkLocationExtension(ExtensionType value)
Sets the value of the networkLocationExtension property.
|
getLocationExtension, setLocationExtensiongetGroupOfLocationsExtension, setGroupOfLocationsExtensionprotected ExtensionType networkLocationExtension
public ExtensionType getNetworkLocationExtension()
ExtensionTypepublic void setNetworkLocationExtension(ExtensionType value)
value - allowed object is
ExtensionType