Class ReferencePointPrimaryLocation
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.ReferencePointPrimaryLocation
-
- All Implemented Interfaces:
Serializable
public class ReferencePointPrimaryLocation extends Object implements Serializable
The point (called Primary point) which is at the downstream end of a linear road section. The point is identified by a reference point.Java class for ReferencePointPrimaryLocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferencePointPrimaryLocation"> <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="referencePointPrimaryLocationExtension" 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 ExtensionTypereferencePointPrimaryLocationExtension
-
Constructor Summary
Constructors Constructor Description ReferencePointPrimaryLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReferencePointgetReferencePoint()Gets the value of the referencePoint property.ExtensionTypegetReferencePointPrimaryLocationExtension()Gets the value of the referencePointPrimaryLocationExtension property.voidsetReferencePoint(ReferencePoint value)Sets the value of the referencePoint property.voidsetReferencePointPrimaryLocationExtension(ExtensionType value)Sets the value of the referencePointPrimaryLocationExtension property.
-
-
-
Field Detail
-
referencePoint
protected ReferencePoint referencePoint
-
referencePointPrimaryLocationExtension
protected ExtensionType referencePointPrimaryLocationExtension
-
-
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
-
getReferencePointPrimaryLocationExtension
public ExtensionType getReferencePointPrimaryLocationExtension()
Gets the value of the referencePointPrimaryLocationExtension property.- Returns:
- possible object is
ExtensionType
-
setReferencePointPrimaryLocationExtension
public void setReferencePointPrimaryLocationExtension(ExtensionType value)
Sets the value of the referencePointPrimaryLocationExtension property.- Parameters:
value- allowed object isExtensionType
-
-