Class RoadsideReferencePoint
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.RoadsideReferencePoint
-
- All Implemented Interfaces:
Serializable
public class RoadsideReferencePoint extends Object implements Serializable
Java class for RoadsideReferencePoint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RoadsideReferencePoint"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="roadsideReferencePointIdentifier" type="{http://datex2.eu/schema/2_0RC1/2_0}String"/> <element name="administrativeArea" type="{http://datex2.eu/schema/2_0RC1/2_0}MultilingualString" minOccurs="0"/> <element name="roadName" type="{http://datex2.eu/schema/2_0RC1/2_0}MultilingualString" minOccurs="0"/> <element name="roadNumber" type="{http://datex2.eu/schema/2_0RC1/2_0}String" minOccurs="0"/> <element name="directionBound" type="{http://datex2.eu/schema/2_0RC1/2_0}DirectionEnum" minOccurs="0"/> <element name="directionRelative" type="{http://datex2.eu/schema/2_0RC1/2_0}ReferencePointDirectionEnum" minOccurs="0"/> <element name="distanceFromPrevious" type="{http://datex2.eu/schema/2_0RC1/2_0}MetresAsFloat" minOccurs="0"/> <element name="distanceToNext" type="{http://datex2.eu/schema/2_0RC1/2_0}MetresAsFloat" minOccurs="0"/> <element name="elevatedRoadSection" type="{http://datex2.eu/schema/2_0RC1/2_0}Boolean" minOccurs="0"/> <element name="roadsideReferencePointDescription" type="{http://datex2.eu/schema/2_0RC1/2_0}MultilingualString" minOccurs="0"/> <element name="roadsideReferencePointDistance" type="{http://datex2.eu/schema/2_0RC1/2_0}MetresAsFloat" minOccurs="0"/> <element name="roadsideReferencePointExtension" 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 MultilingualStringadministrativeAreaprotected DirectionEnumdirectionBoundprotected ReferencePointDirectionEnumdirectionRelativeprotected FloatdistanceFromPreviousprotected FloatdistanceToNextprotected BooleanelevatedRoadSectionprotected MultilingualStringroadNameprotected StringroadNumberprotected MultilingualStringroadsideReferencePointDescriptionprotected FloatroadsideReferencePointDistanceprotected ExtensionTyperoadsideReferencePointExtensionprotected StringroadsideReferencePointIdentifier
-
Constructor Summary
Constructors Constructor Description RoadsideReferencePoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MultilingualStringgetAdministrativeArea()Gets the value of the administrativeArea property.DirectionEnumgetDirectionBound()Gets the value of the directionBound property.ReferencePointDirectionEnumgetDirectionRelative()Gets the value of the directionRelative property.FloatgetDistanceFromPrevious()Gets the value of the distanceFromPrevious property.FloatgetDistanceToNext()Gets the value of the distanceToNext property.MultilingualStringgetRoadName()Gets the value of the roadName property.StringgetRoadNumber()Gets the value of the roadNumber property.MultilingualStringgetRoadsideReferencePointDescription()Gets the value of the roadsideReferencePointDescription property.FloatgetRoadsideReferencePointDistance()Gets the value of the roadsideReferencePointDistance property.ExtensionTypegetRoadsideReferencePointExtension()Gets the value of the roadsideReferencePointExtension property.StringgetRoadsideReferencePointIdentifier()Gets the value of the roadsideReferencePointIdentifier property.BooleanisElevatedRoadSection()Gets the value of the elevatedRoadSection property.voidsetAdministrativeArea(MultilingualString value)Sets the value of the administrativeArea property.voidsetDirectionBound(DirectionEnum value)Sets the value of the directionBound property.voidsetDirectionRelative(ReferencePointDirectionEnum value)Sets the value of the directionRelative property.voidsetDistanceFromPrevious(Float value)Sets the value of the distanceFromPrevious property.voidsetDistanceToNext(Float value)Sets the value of the distanceToNext property.voidsetElevatedRoadSection(Boolean value)Sets the value of the elevatedRoadSection property.voidsetRoadName(MultilingualString value)Sets the value of the roadName property.voidsetRoadNumber(String value)Sets the value of the roadNumber property.voidsetRoadsideReferencePointDescription(MultilingualString value)Sets the value of the roadsideReferencePointDescription property.voidsetRoadsideReferencePointDistance(Float value)Sets the value of the roadsideReferencePointDistance property.voidsetRoadsideReferencePointExtension(ExtensionType value)Sets the value of the roadsideReferencePointExtension property.voidsetRoadsideReferencePointIdentifier(String value)Sets the value of the roadsideReferencePointIdentifier property.
-
-
-
Field Detail
-
roadsideReferencePointIdentifier
protected String roadsideReferencePointIdentifier
-
administrativeArea
protected MultilingualString administrativeArea
-
roadName
protected MultilingualString roadName
-
roadNumber
protected String roadNumber
-
directionBound
protected DirectionEnum directionBound
-
directionRelative
protected ReferencePointDirectionEnum directionRelative
-
distanceFromPrevious
protected Float distanceFromPrevious
-
distanceToNext
protected Float distanceToNext
-
elevatedRoadSection
protected Boolean elevatedRoadSection
-
roadsideReferencePointDescription
protected MultilingualString roadsideReferencePointDescription
-
roadsideReferencePointDistance
protected Float roadsideReferencePointDistance
-
roadsideReferencePointExtension
protected ExtensionType roadsideReferencePointExtension
-
-
Method Detail
-
getRoadsideReferencePointIdentifier
public String getRoadsideReferencePointIdentifier()
Gets the value of the roadsideReferencePointIdentifier property.- Returns:
- possible object is
String
-
setRoadsideReferencePointIdentifier
public void setRoadsideReferencePointIdentifier(String value)
Sets the value of the roadsideReferencePointIdentifier property.- Parameters:
value- allowed object isString
-
getAdministrativeArea
public MultilingualString getAdministrativeArea()
Gets the value of the administrativeArea property.- Returns:
- possible object is
MultilingualString
-
setAdministrativeArea
public void setAdministrativeArea(MultilingualString value)
Sets the value of the administrativeArea property.- Parameters:
value- allowed object isMultilingualString
-
getRoadName
public MultilingualString getRoadName()
Gets the value of the roadName property.- Returns:
- possible object is
MultilingualString
-
setRoadName
public void setRoadName(MultilingualString value)
Sets the value of the roadName property.- Parameters:
value- allowed object isMultilingualString
-
getRoadNumber
public String getRoadNumber()
Gets the value of the roadNumber property.- Returns:
- possible object is
String
-
setRoadNumber
public void setRoadNumber(String value)
Sets the value of the roadNumber property.- Parameters:
value- allowed object isString
-
getDirectionBound
public DirectionEnum getDirectionBound()
Gets the value of the directionBound property.- Returns:
- possible object is
DirectionEnum
-
setDirectionBound
public void setDirectionBound(DirectionEnum value)
Sets the value of the directionBound property.- Parameters:
value- allowed object isDirectionEnum
-
getDirectionRelative
public ReferencePointDirectionEnum getDirectionRelative()
Gets the value of the directionRelative property.- Returns:
- possible object is
ReferencePointDirectionEnum
-
setDirectionRelative
public void setDirectionRelative(ReferencePointDirectionEnum value)
Sets the value of the directionRelative property.- Parameters:
value- allowed object isReferencePointDirectionEnum
-
getDistanceFromPrevious
public Float getDistanceFromPrevious()
Gets the value of the distanceFromPrevious property.- Returns:
- possible object is
Float
-
setDistanceFromPrevious
public void setDistanceFromPrevious(Float value)
Sets the value of the distanceFromPrevious property.- Parameters:
value- allowed object isFloat
-
getDistanceToNext
public Float getDistanceToNext()
Gets the value of the distanceToNext property.- Returns:
- possible object is
Float
-
setDistanceToNext
public void setDistanceToNext(Float value)
Sets the value of the distanceToNext property.- Parameters:
value- allowed object isFloat
-
isElevatedRoadSection
public Boolean isElevatedRoadSection()
Gets the value of the elevatedRoadSection property.- Returns:
- possible object is
Boolean
-
setElevatedRoadSection
public void setElevatedRoadSection(Boolean value)
Sets the value of the elevatedRoadSection property.- Parameters:
value- allowed object isBoolean
-
getRoadsideReferencePointDescription
public MultilingualString getRoadsideReferencePointDescription()
Gets the value of the roadsideReferencePointDescription property.- Returns:
- possible object is
MultilingualString
-
setRoadsideReferencePointDescription
public void setRoadsideReferencePointDescription(MultilingualString value)
Sets the value of the roadsideReferencePointDescription property.- Parameters:
value- allowed object isMultilingualString
-
getRoadsideReferencePointDistance
public Float getRoadsideReferencePointDistance()
Gets the value of the roadsideReferencePointDistance property.- Returns:
- possible object is
Float
-
setRoadsideReferencePointDistance
public void setRoadsideReferencePointDistance(Float value)
Sets the value of the roadsideReferencePointDistance property.- Parameters:
value- allowed object isFloat
-
getRoadsideReferencePointExtension
public ExtensionType getRoadsideReferencePointExtension()
Gets the value of the roadsideReferencePointExtension property.- Returns:
- possible object is
ExtensionType
-
setRoadsideReferencePointExtension
public void setRoadsideReferencePointExtension(ExtensionType value)
Sets the value of the roadsideReferencePointExtension property.- Parameters:
value- allowed object isExtensionType
-
-