Class TPEGPointDescriptor
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.TPEGDescriptor
-
- eu.datex2.siri14.schema._1_0._1_0.TPEGPointDescriptor
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TPEGILCPointDescriptor,TPEGJunctionPointDescriptor,TPEGOtherPointDescriptor
public abstract class TPEGPointDescriptor extends TPEGDescriptor implements Serializable
A descriptor for describing a point location.Java class for TPEGPointDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TPEGPointDescriptor"> <complexContent> <extension base="{http://datex2.eu/schema/1_0/1_0}TPEGDescriptor"> <sequence> <element name="tpegpointDescriptorExtension" 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 ExtensionTypetpegpointDescriptorExtension-
Fields inherited from class eu.datex2.siri14.schema._1_0._1_0.TPEGDescriptor
descriptor, tpegdescriptorExtension
-
-
Constructor Summary
Constructors Constructor Description TPEGPointDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetTpegpointDescriptorExtension()Gets the value of the tpegpointDescriptorExtension property.voidsetTpegpointDescriptorExtension(ExtensionType value)Sets the value of the tpegpointDescriptorExtension property.-
Methods inherited from class eu.datex2.siri14.schema._1_0._1_0.TPEGDescriptor
getDescriptor, getTpegdescriptorExtension, setDescriptor, setTpegdescriptorExtension
-
-
-
-
Field Detail
-
tpegpointDescriptorExtension
protected ExtensionType tpegpointDescriptorExtension
-
-
Method Detail
-
getTpegpointDescriptorExtension
public ExtensionType getTpegpointDescriptorExtension()
Gets the value of the tpegpointDescriptorExtension property.- Returns:
- possible object is
ExtensionType
-
setTpegpointDescriptorExtension
public void setTpegpointDescriptorExtension(ExtensionType value)
Sets the value of the tpegpointDescriptorExtension property.- Parameters:
value- allowed object isExtensionType
-
-