Class TPEGILCPointDescriptor
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.TPEGDescriptor
-
- eu.datex2.siri14.schema._1_0._1_0.TPEGPointDescriptor
-
- eu.datex2.siri14.schema._1_0._1_0.TPEGILCPointDescriptor
-
- All Implemented Interfaces:
Serializable
public class TPEGILCPointDescriptor extends TPEGPointDescriptor implements Serializable
A descriptor for describing a junction by defining the intersecting roads.Java class for TPEGILCPointDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TPEGILCPointDescriptor"> <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}TPEGLoc03ILCPointDescriptorSubtypeEnum"/> <element name="tpegilcpointDescriptorExtension" 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.siri14.schema._1_0._1_0.TPEGDescriptor
TPEGDescriptor.Descriptor
-
-
Field Summary
Fields Modifier and Type Field Description protected TPEGLoc03ILCPointDescriptorSubtypeEnumtpegDescriptorTypeprotected ExtensionTypetpegilcpointDescriptorExtension-
Fields inherited from class eu.datex2.siri14.schema._1_0._1_0.TPEGPointDescriptor
tpegpointDescriptorExtension
-
Fields inherited from class eu.datex2.siri14.schema._1_0._1_0.TPEGDescriptor
descriptor, tpegdescriptorExtension
-
-
Constructor Summary
Constructors Constructor Description TPEGILCPointDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TPEGLoc03ILCPointDescriptorSubtypeEnumgetTpegDescriptorType()Gets the value of the tpegDescriptorType property.ExtensionTypegetTpegilcpointDescriptorExtension()Gets the value of the tpegilcpointDescriptorExtension property.voidsetTpegDescriptorType(TPEGLoc03ILCPointDescriptorSubtypeEnum value)Sets the value of the tpegDescriptorType property.voidsetTpegilcpointDescriptorExtension(ExtensionType value)Sets the value of the tpegilcpointDescriptorExtension property.-
Methods inherited from class eu.datex2.siri14.schema._1_0._1_0.TPEGPointDescriptor
getTpegpointDescriptorExtension, setTpegpointDescriptorExtension
-
Methods inherited from class eu.datex2.siri14.schema._1_0._1_0.TPEGDescriptor
getDescriptor, getTpegdescriptorExtension, setDescriptor, setTpegdescriptorExtension
-
-
-
-
Field Detail
-
tpegDescriptorType
protected TPEGLoc03ILCPointDescriptorSubtypeEnum tpegDescriptorType
-
tpegilcpointDescriptorExtension
protected ExtensionType tpegilcpointDescriptorExtension
-
-
Method Detail
-
getTpegDescriptorType
public TPEGLoc03ILCPointDescriptorSubtypeEnum getTpegDescriptorType()
Gets the value of the tpegDescriptorType property.- Returns:
- possible object is
TPEGLoc03ILCPointDescriptorSubtypeEnum
-
setTpegDescriptorType
public void setTpegDescriptorType(TPEGLoc03ILCPointDescriptorSubtypeEnum value)
Sets the value of the tpegDescriptorType property.- Parameters:
value- allowed object isTPEGLoc03ILCPointDescriptorSubtypeEnum
-
getTpegilcpointDescriptorExtension
public ExtensionType getTpegilcpointDescriptorExtension()
Gets the value of the tpegilcpointDescriptorExtension property.- Returns:
- possible object is
ExtensionType
-
setTpegilcpointDescriptorExtension
public void setTpegilcpointDescriptorExtension(ExtensionType value)
Sets the value of the tpegilcpointDescriptorExtension property.- Parameters:
value- allowed object isExtensionType
-
-