Class RoadsideReferencePointLinear
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.RoadsideReferencePointLinear
-
- All Implemented Interfaces:
Serializable
public class RoadsideReferencePointLinear extends Object implements Serializable
Java class for RoadsideReferencePointLinear complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RoadsideReferencePointLinear"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="roadsideReferencePointPrimaryLocation" type="{http://datex2.eu/schema/2_0RC1/2_0}RoadsideReferencePointPrimaryLocation"/> <element name="roadsideReferencePointSecondaryLocation" type="{http://datex2.eu/schema/2_0RC1/2_0}RoadsideReferencePointSecondaryLocation"/> <element name="roadsideReferencePointLinearExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTyperoadsideReferencePointLinearExtensionprotected RoadsideReferencePointPrimaryLocationroadsideReferencePointPrimaryLocationprotected RoadsideReferencePointSecondaryLocationroadsideReferencePointSecondaryLocation
-
Constructor Summary
Constructors Constructor Description RoadsideReferencePointLinear()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetRoadsideReferencePointLinearExtension()Gets the value of the roadsideReferencePointLinearExtension property.RoadsideReferencePointPrimaryLocationgetRoadsideReferencePointPrimaryLocation()Gets the value of the roadsideReferencePointPrimaryLocation property.RoadsideReferencePointSecondaryLocationgetRoadsideReferencePointSecondaryLocation()Gets the value of the roadsideReferencePointSecondaryLocation property.voidsetRoadsideReferencePointLinearExtension(ExtensionType value)Sets the value of the roadsideReferencePointLinearExtension property.voidsetRoadsideReferencePointPrimaryLocation(RoadsideReferencePointPrimaryLocation value)Sets the value of the roadsideReferencePointPrimaryLocation property.voidsetRoadsideReferencePointSecondaryLocation(RoadsideReferencePointSecondaryLocation value)Sets the value of the roadsideReferencePointSecondaryLocation property.
-
-
-
Field Detail
-
roadsideReferencePointPrimaryLocation
protected RoadsideReferencePointPrimaryLocation roadsideReferencePointPrimaryLocation
-
roadsideReferencePointSecondaryLocation
protected RoadsideReferencePointSecondaryLocation roadsideReferencePointSecondaryLocation
-
roadsideReferencePointLinearExtension
protected ExtensionType roadsideReferencePointLinearExtension
-
-
Method Detail
-
getRoadsideReferencePointPrimaryLocation
public RoadsideReferencePointPrimaryLocation getRoadsideReferencePointPrimaryLocation()
Gets the value of the roadsideReferencePointPrimaryLocation property.- Returns:
- possible object is
RoadsideReferencePointPrimaryLocation
-
setRoadsideReferencePointPrimaryLocation
public void setRoadsideReferencePointPrimaryLocation(RoadsideReferencePointPrimaryLocation value)
Sets the value of the roadsideReferencePointPrimaryLocation property.- Parameters:
value- allowed object isRoadsideReferencePointPrimaryLocation
-
getRoadsideReferencePointSecondaryLocation
public RoadsideReferencePointSecondaryLocation getRoadsideReferencePointSecondaryLocation()
Gets the value of the roadsideReferencePointSecondaryLocation property.- Returns:
- possible object is
RoadsideReferencePointSecondaryLocation
-
setRoadsideReferencePointSecondaryLocation
public void setRoadsideReferencePointSecondaryLocation(RoadsideReferencePointSecondaryLocation value)
Sets the value of the roadsideReferencePointSecondaryLocation property.- Parameters:
value- allowed object isRoadsideReferencePointSecondaryLocation
-
getRoadsideReferencePointLinearExtension
public ExtensionType getRoadsideReferencePointLinearExtension()
Gets the value of the roadsideReferencePointLinearExtension property.- Returns:
- possible object is
ExtensionType
-
setRoadsideReferencePointLinearExtension
public void setRoadsideReferencePointLinearExtension(ExtensionType value)
Sets the value of the roadsideReferencePointLinearExtension property.- Parameters:
value- allowed object isExtensionType
-
-