Class ReferencePointLinear
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.ReferencePointLinear
-
- All Implemented Interfaces:
Serializable
public class ReferencePointLinear extends Object implements Serializable
A linear section along a road defined between two points on the road identified by reference points.Java class for ReferencePointLinear complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferencePointLinear"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="referencePointPrimaryLocation" type="{http://datex2.eu/schema/1_0/1_0}ReferencePointPrimaryLocation"/> <element name="referencePointSecondaryLocation" type="{http://datex2.eu/schema/1_0/1_0}ReferencePointSecondaryLocation"/> <element name="referencePointLinearExtension" 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 ExtensionTypereferencePointLinearExtensionprotected ReferencePointPrimaryLocationreferencePointPrimaryLocationprotected ReferencePointSecondaryLocationreferencePointSecondaryLocation
-
Constructor Summary
Constructors Constructor Description ReferencePointLinear()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetReferencePointLinearExtension()Gets the value of the referencePointLinearExtension property.ReferencePointPrimaryLocationgetReferencePointPrimaryLocation()Gets the value of the referencePointPrimaryLocation property.ReferencePointSecondaryLocationgetReferencePointSecondaryLocation()Gets the value of the referencePointSecondaryLocation property.voidsetReferencePointLinearExtension(ExtensionType value)Sets the value of the referencePointLinearExtension property.voidsetReferencePointPrimaryLocation(ReferencePointPrimaryLocation value)Sets the value of the referencePointPrimaryLocation property.voidsetReferencePointSecondaryLocation(ReferencePointSecondaryLocation value)Sets the value of the referencePointSecondaryLocation property.
-
-
-
Field Detail
-
referencePointPrimaryLocation
protected ReferencePointPrimaryLocation referencePointPrimaryLocation
-
referencePointSecondaryLocation
protected ReferencePointSecondaryLocation referencePointSecondaryLocation
-
referencePointLinearExtension
protected ExtensionType referencePointLinearExtension
-
-
Method Detail
-
getReferencePointPrimaryLocation
public ReferencePointPrimaryLocation getReferencePointPrimaryLocation()
Gets the value of the referencePointPrimaryLocation property.- Returns:
- possible object is
ReferencePointPrimaryLocation
-
setReferencePointPrimaryLocation
public void setReferencePointPrimaryLocation(ReferencePointPrimaryLocation value)
Sets the value of the referencePointPrimaryLocation property.- Parameters:
value- allowed object isReferencePointPrimaryLocation
-
getReferencePointSecondaryLocation
public ReferencePointSecondaryLocation getReferencePointSecondaryLocation()
Gets the value of the referencePointSecondaryLocation property.- Returns:
- possible object is
ReferencePointSecondaryLocation
-
setReferencePointSecondaryLocation
public void setReferencePointSecondaryLocation(ReferencePointSecondaryLocation value)
Sets the value of the referencePointSecondaryLocation property.- Parameters:
value- allowed object isReferencePointSecondaryLocation
-
getReferencePointLinearExtension
public ExtensionType getReferencePointLinearExtension()
Gets the value of the referencePointLinearExtension property.- Returns:
- possible object is
ExtensionType
-
setReferencePointLinearExtension
public void setReferencePointLinearExtension(ExtensionType value)
Sets the value of the referencePointLinearExtension property.- Parameters:
value- allowed object isExtensionType
-
-