Class ReferencePointSecondaryLocation
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.ReferencePointSecondaryLocation
-
- All Implemented Interfaces:
Serializable
public class ReferencePointSecondaryLocation extends Object implements Serializable
The point (called Secondary point) which is at the upstream end of a linear road section. The point is identified by a reference point.Java class for ReferencePointSecondaryLocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferencePointSecondaryLocation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="referencePoint" type="{http://datex2.eu/schema/1_0/1_0}ReferencePoint"/> <element name="referencePointSecondaryLocationExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ReferencePointreferencePointprotected ExtensionTypereferencePointSecondaryLocationExtension
-
Constructor Summary
Constructors Constructor Description ReferencePointSecondaryLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReferencePointgetReferencePoint()Gets the value of the referencePoint property.ExtensionTypegetReferencePointSecondaryLocationExtension()Gets the value of the referencePointSecondaryLocationExtension property.voidsetReferencePoint(ReferencePoint value)Sets the value of the referencePoint property.voidsetReferencePointSecondaryLocationExtension(ExtensionType value)Sets the value of the referencePointSecondaryLocationExtension property.
-
-
-
Field Detail
-
referencePoint
protected ReferencePoint referencePoint
-
referencePointSecondaryLocationExtension
protected ExtensionType referencePointSecondaryLocationExtension
-
-
Method Detail
-
getReferencePoint
public ReferencePoint getReferencePoint()
Gets the value of the referencePoint property.- Returns:
- possible object is
ReferencePoint
-
setReferencePoint
public void setReferencePoint(ReferencePoint value)
Sets the value of the referencePoint property.- Parameters:
value- allowed object isReferencePoint
-
getReferencePointSecondaryLocationExtension
public ExtensionType getReferencePointSecondaryLocationExtension()
Gets the value of the referencePointSecondaryLocationExtension property.- Returns:
- possible object is
ExtensionType
-
setReferencePointSecondaryLocationExtension
public void setReferencePointSecondaryLocationExtension(ExtensionType value)
Sets the value of the referencePointSecondaryLocationExtension property.- Parameters:
value- allowed object isExtensionType
-
-