Class RoadsideReferencePointSecondaryLocation
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.RoadsideReferencePointSecondaryLocation
-
- All Implemented Interfaces:
Serializable
public class RoadsideReferencePointSecondaryLocation extends Object implements Serializable
Java class for RoadsideReferencePointSecondaryLocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RoadsideReferencePointSecondaryLocation"> <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="roadsideReferencePointSecondaryLocationExtension" 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 ExtensionTyperoadsideReferencePointSecondaryLocationExtension
-
Constructor Summary
Constructors Constructor Description RoadsideReferencePointSecondaryLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoadsideReferencePointgetRoadsideReferencePoint()Gets the value of the roadsideReferencePoint property.ExtensionTypegetRoadsideReferencePointSecondaryLocationExtension()Gets the value of the roadsideReferencePointSecondaryLocationExtension property.voidsetRoadsideReferencePoint(RoadsideReferencePoint value)Sets the value of the roadsideReferencePoint property.voidsetRoadsideReferencePointSecondaryLocationExtension(ExtensionType value)Sets the value of the roadsideReferencePointSecondaryLocationExtension property.
-
-
-
Field Detail
-
roadsideReferencePoint
protected RoadsideReferencePoint roadsideReferencePoint
-
roadsideReferencePointSecondaryLocationExtension
protected ExtensionType roadsideReferencePointSecondaryLocationExtension
-
-
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
-
getRoadsideReferencePointSecondaryLocationExtension
public ExtensionType getRoadsideReferencePointSecondaryLocationExtension()
Gets the value of the roadsideReferencePointSecondaryLocationExtension property.- Returns:
- possible object is
ExtensionType
-
setRoadsideReferencePointSecondaryLocationExtension
public void setRoadsideReferencePointSecondaryLocationExtension(ExtensionType value)
Sets the value of the roadsideReferencePointSecondaryLocationExtension property.- Parameters:
value- allowed object isExtensionType
-
-