Class RoadsideReferencePointPrimaryLocation
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.RoadsideReferencePointPrimaryLocation
-
- All Implemented Interfaces:
Serializable
public class RoadsideReferencePointPrimaryLocation extends Object implements Serializable
Java class for RoadsideReferencePointPrimaryLocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RoadsideReferencePointPrimaryLocation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="roadsideReferencePoint" type="{http://datex2.eu/schema/2_0RC1/2_0}RoadsideReferencePoint"/> <element name="roadsideReferencePointPrimaryLocationExtension" 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 RoadsideReferencePointroadsideReferencePointprotected ExtensionTyperoadsideReferencePointPrimaryLocationExtension
-
Constructor Summary
Constructors Constructor Description RoadsideReferencePointPrimaryLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoadsideReferencePointgetRoadsideReferencePoint()Gets the value of the roadsideReferencePoint property.ExtensionTypegetRoadsideReferencePointPrimaryLocationExtension()Gets the value of the roadsideReferencePointPrimaryLocationExtension property.voidsetRoadsideReferencePoint(RoadsideReferencePoint value)Sets the value of the roadsideReferencePoint property.voidsetRoadsideReferencePointPrimaryLocationExtension(ExtensionType value)Sets the value of the roadsideReferencePointPrimaryLocationExtension property.
-
-
-
Field Detail
-
roadsideReferencePoint
protected RoadsideReferencePoint roadsideReferencePoint
-
roadsideReferencePointPrimaryLocationExtension
protected ExtensionType roadsideReferencePointPrimaryLocationExtension
-
-
Method Detail
-
getRoadsideReferencePoint
public RoadsideReferencePoint getRoadsideReferencePoint()
Gets the value of the roadsideReferencePoint property.- Returns:
- possible object is
RoadsideReferencePoint
-
setRoadsideReferencePoint
public void setRoadsideReferencePoint(RoadsideReferencePoint value)
Sets the value of the roadsideReferencePoint property.- Parameters:
value- allowed object isRoadsideReferencePoint
-
getRoadsideReferencePointPrimaryLocationExtension
public ExtensionType getRoadsideReferencePointPrimaryLocationExtension()
Gets the value of the roadsideReferencePointPrimaryLocationExtension property.- Returns:
- possible object is
ExtensionType
-
setRoadsideReferencePointPrimaryLocationExtension
public void setRoadsideReferencePointPrimaryLocationExtension(ExtensionType value)
Sets the value of the roadsideReferencePointPrimaryLocationExtension property.- Parameters:
value- allowed object isExtensionType
-
-