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="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 |
protected SupplementaryPositionalDescription |
supplementaryPositionalDescription |
locationExtension
groupOfLocationsExtension
Constructor and Description |
---|
NetworkLocation() |
Modifier and Type | Method and Description |
---|---|
ExtensionType |
getNetworkLocationExtension()
Gets the value of the networkLocationExtension property.
|
SupplementaryPositionalDescription |
getSupplementaryPositionalDescription()
Gets the value of the supplementaryPositionalDescription property.
|
void |
setNetworkLocationExtension(ExtensionType value)
Sets the value of the networkLocationExtension property.
|
void |
setSupplementaryPositionalDescription(SupplementaryPositionalDescription value)
Sets the value of the supplementaryPositionalDescription property.
|
getLocationExtension, setLocationExtension
getGroupOfLocationsExtension, setGroupOfLocationsExtension
protected SupplementaryPositionalDescription supplementaryPositionalDescription
protected ExtensionType networkLocationExtension
public SupplementaryPositionalDescription getSupplementaryPositionalDescription()
SupplementaryPositionalDescription
public void setSupplementaryPositionalDescription(SupplementaryPositionalDescription value)
value
- allowed object is
SupplementaryPositionalDescription
public ExtensionType getNetworkLocationExtension()
ExtensionType
public void setNetworkLocationExtension(ExtensionType value)
value
- allowed object is
ExtensionType