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="supplementaryPositionalDescription" type="{http://datex2.eu/schema/2/2_0}SupplementaryPositionalDescription" minOccurs="0"/>
<element name="destination" type="{http://datex2.eu/schema/2/2_0}Destination" minOccurs="0"/>
<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 Destination |
destination |
protected ExtensionType |
networkLocationExtension |
protected SupplementaryPositionalDescription |
supplementaryPositionalDescription |
externalReferencing, locationExtension, locationForDisplaygroupOfLocationsExtension| Constructor and Description |
|---|
NetworkLocation() |
| Modifier and Type | Method and Description |
|---|---|
Destination |
getDestination()
Gets the value of the destination property.
|
ExtensionType |
getNetworkLocationExtension()
Gets the value of the networkLocationExtension property.
|
SupplementaryPositionalDescription |
getSupplementaryPositionalDescription()
Gets the value of the supplementaryPositionalDescription property.
|
void |
setDestination(Destination value)
Sets the value of the destination property.
|
void |
setNetworkLocationExtension(ExtensionType value)
Sets the value of the networkLocationExtension property.
|
void |
setSupplementaryPositionalDescription(SupplementaryPositionalDescription value)
Sets the value of the supplementaryPositionalDescription property.
|
getExternalReferencing, getLocationExtension, getLocationForDisplay, setLocationExtension, setLocationForDisplaygetGroupOfLocationsExtension, setGroupOfLocationsExtensionprotected SupplementaryPositionalDescription supplementaryPositionalDescription
protected Destination destination
protected ExtensionType networkLocationExtension
public SupplementaryPositionalDescription getSupplementaryPositionalDescription()
SupplementaryPositionalDescriptionpublic void setSupplementaryPositionalDescription(SupplementaryPositionalDescription value)
value - allowed object is
SupplementaryPositionalDescriptionpublic Destination getDestination()
Destinationpublic void setDestination(Destination value)
value - allowed object is
Destinationpublic ExtensionType getNetworkLocationExtension()
ExtensionTypepublic void setNetworkLocationExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.