Class TPEGJunctionPointDescriptor
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.TPEGDescriptor
-
- eu.datex2.siri13.schema._1_0._1_0.TPEGPointDescriptor
-
- eu.datex2.siri13.schema._1_0._1_0.TPEGJunctionPointDescriptor
-
- All Implemented Interfaces:
Serializable
public class TPEGJunctionPointDescriptor extends TPEGPointDescriptor implements Serializable
A descriptor for describing a point at a junction on a road network.Java class for TPEGJunctionPointDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TPEGJunctionPointDescriptor"> <complexContent> <extension base="{http://datex2.eu/schema/1_0/1_0}TPEGPointDescriptor"> <sequence> <element name="tpegDescriptorType" type="{http://datex2.eu/schema/1_0/1_0}TPEGLoc03JunctionPointDescriptorSubtypeEnum"/> <element name="tpegjunctionPointDescriptorExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class eu.datex2.siri13.schema._1_0._1_0.TPEGDescriptor
TPEGDescriptor.Descriptor
-
-
Field Summary
Fields Modifier and Type Field Description protected TPEGLoc03JunctionPointDescriptorSubtypeEnumtpegDescriptorTypeprotected ExtensionTypetpegjunctionPointDescriptorExtension-
Fields inherited from class eu.datex2.siri13.schema._1_0._1_0.TPEGPointDescriptor
tpegpointDescriptorExtension
-
Fields inherited from class eu.datex2.siri13.schema._1_0._1_0.TPEGDescriptor
descriptor, tpegdescriptorExtension
-
-
Constructor Summary
Constructors Constructor Description TPEGJunctionPointDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TPEGLoc03JunctionPointDescriptorSubtypeEnumgetTpegDescriptorType()Gets the value of the tpegDescriptorType property.ExtensionTypegetTpegjunctionPointDescriptorExtension()Gets the value of the tpegjunctionPointDescriptorExtension property.voidsetTpegDescriptorType(TPEGLoc03JunctionPointDescriptorSubtypeEnum value)Sets the value of the tpegDescriptorType property.voidsetTpegjunctionPointDescriptorExtension(ExtensionType value)Sets the value of the tpegjunctionPointDescriptorExtension property.-
Methods inherited from class eu.datex2.siri13.schema._1_0._1_0.TPEGPointDescriptor
getTpegpointDescriptorExtension, setTpegpointDescriptorExtension
-
Methods inherited from class eu.datex2.siri13.schema._1_0._1_0.TPEGDescriptor
getDescriptor, getTpegdescriptorExtension, setDescriptor, setTpegdescriptorExtension
-
-
-
-
Field Detail
-
tpegDescriptorType
protected TPEGLoc03JunctionPointDescriptorSubtypeEnum tpegDescriptorType
-
tpegjunctionPointDescriptorExtension
protected ExtensionType tpegjunctionPointDescriptorExtension
-
-
Method Detail
-
getTpegDescriptorType
public TPEGLoc03JunctionPointDescriptorSubtypeEnum getTpegDescriptorType()
Gets the value of the tpegDescriptorType property.- Returns:
- possible object is
TPEGLoc03JunctionPointDescriptorSubtypeEnum
-
setTpegDescriptorType
public void setTpegDescriptorType(TPEGLoc03JunctionPointDescriptorSubtypeEnum value)
Sets the value of the tpegDescriptorType property.- Parameters:
value- allowed object isTPEGLoc03JunctionPointDescriptorSubtypeEnum
-
getTpegjunctionPointDescriptorExtension
public ExtensionType getTpegjunctionPointDescriptorExtension()
Gets the value of the tpegjunctionPointDescriptorExtension property.- Returns:
- possible object is
ExtensionType
-
setTpegjunctionPointDescriptorExtension
public void setTpegjunctionPointDescriptorExtension(ExtensionType value)
Sets the value of the tpegjunctionPointDescriptorExtension property.- Parameters:
value- allowed object isExtensionType
-
-