Class NetworkLocation
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.Location
-
- eu.datex2.siri14.schema._1_0._1_0.NetworkLocation
-
- All Implemented Interfaces:
Serializable
public abstract class NetworkLocation extends Location implements Serializable
The specification of a location on a network (as a point or a linear 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/1_0/1_0}Location"> <sequence> <element name="supplementaryPositionalDescription" type="{http://datex2.eu/schema/1_0/1_0}SupplementaryPositionalDescription" minOccurs="0"/> <element name="destination" type="{http://datex2.eu/schema/1_0/1_0}Destination" minOccurs="0"/> <element name="networkLocationExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Destinationdestinationprotected ExtensionTypenetworkLocationExtensionprotected SupplementaryPositionalDescriptionsupplementaryPositionalDescription-
Fields inherited from class eu.datex2.siri14.schema._1_0._1_0.Location
locationExtension
-
-
Constructor Summary
Constructors Constructor Description NetworkLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DestinationgetDestination()Gets the value of the destination property.ExtensionTypegetNetworkLocationExtension()Gets the value of the networkLocationExtension property.SupplementaryPositionalDescriptiongetSupplementaryPositionalDescription()Gets the value of the supplementaryPositionalDescription property.voidsetDestination(Destination value)Sets the value of the destination property.voidsetNetworkLocationExtension(ExtensionType value)Sets the value of the networkLocationExtension property.voidsetSupplementaryPositionalDescription(SupplementaryPositionalDescription value)Sets the value of the supplementaryPositionalDescription property.-
Methods inherited from class eu.datex2.siri14.schema._1_0._1_0.Location
getLocationExtension, setLocationExtension
-
-
-
-
Field Detail
-
supplementaryPositionalDescription
protected SupplementaryPositionalDescription supplementaryPositionalDescription
-
destination
protected Destination destination
-
networkLocationExtension
protected ExtensionType networkLocationExtension
-
-
Method Detail
-
getSupplementaryPositionalDescription
public SupplementaryPositionalDescription getSupplementaryPositionalDescription()
Gets the value of the supplementaryPositionalDescription property.- Returns:
- possible object is
SupplementaryPositionalDescription
-
setSupplementaryPositionalDescription
public void setSupplementaryPositionalDescription(SupplementaryPositionalDescription value)
Sets the value of the supplementaryPositionalDescription property.- Parameters:
value- allowed object isSupplementaryPositionalDescription
-
getDestination
public Destination getDestination()
Gets the value of the destination property.- Returns:
- possible object is
Destination
-
setDestination
public void setDestination(Destination value)
Sets the value of the destination property.- Parameters:
value- allowed object isDestination
-
getNetworkLocationExtension
public ExtensionType getNetworkLocationExtension()
Gets the value of the networkLocationExtension property.- Returns:
- possible object is
ExtensionType
-
setNetworkLocationExtension
public void setNetworkLocationExtension(ExtensionType value)
Sets the value of the networkLocationExtension property.- Parameters:
value- allowed object isExtensionType
-
-