Class TpegPointDescriptor
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.TpegDescriptor
-
- eu.datex2.siri21.schema._2_0rc1._2_0.TpegPointDescriptor
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TpegIlcPointDescriptor,TpegJunctionPointDescriptor,TpegOtherPointDescriptor
public abstract class TpegPointDescriptor extends TpegDescriptor implements Serializable
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/2_0RC1/2_0}TpegDescriptor"> <sequence> <element name="tpegPointDescriptorExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTypetpegPointDescriptorExtension-
Fields inherited from class eu.datex2.siri21.schema._2_0rc1._2_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.siri21.schema._2_0rc1._2_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
-
-