Class TpegIlcPointDescriptor
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.TpegDescriptor
-
- eu.datex2.siri20.schema._2_0rc1._2_0.TpegPointDescriptor
-
- eu.datex2.siri20.schema._2_0rc1._2_0.TpegIlcPointDescriptor
-
- All Implemented Interfaces:
Serializable
public class TpegIlcPointDescriptor extends TpegPointDescriptor implements Serializable
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/2_0RC1/2_0}TpegPointDescriptor"> <sequence> <element name="tpegIlcPointDescriptorType" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegLoc03IlcPointDescriptorSubtypeEnum"/> <element name="tpegIlcPointDescriptorExtension" 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 ExtensionTypetpegIlcPointDescriptorExtensionprotected TpegLoc03IlcPointDescriptorSubtypeEnumtpegIlcPointDescriptorType-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.TpegPointDescriptor
tpegPointDescriptorExtension
-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.TpegDescriptor
descriptor, tpegDescriptorExtension
-
-
Constructor Summary
Constructors Constructor Description TpegIlcPointDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetTpegIlcPointDescriptorExtension()Gets the value of the tpegIlcPointDescriptorExtension property.TpegLoc03IlcPointDescriptorSubtypeEnumgetTpegIlcPointDescriptorType()Gets the value of the tpegIlcPointDescriptorType property.voidsetTpegIlcPointDescriptorExtension(ExtensionType value)Sets the value of the tpegIlcPointDescriptorExtension property.voidsetTpegIlcPointDescriptorType(TpegLoc03IlcPointDescriptorSubtypeEnum value)Sets the value of the tpegIlcPointDescriptorType property.-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.TpegPointDescriptor
getTpegPointDescriptorExtension, setTpegPointDescriptorExtension
-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.TpegDescriptor
getDescriptor, getTpegDescriptorExtension, setDescriptor, setTpegDescriptorExtension
-
-
-
-
Field Detail
-
tpegIlcPointDescriptorType
protected TpegLoc03IlcPointDescriptorSubtypeEnum tpegIlcPointDescriptorType
-
tpegIlcPointDescriptorExtension
protected ExtensionType tpegIlcPointDescriptorExtension
-
-
Method Detail
-
getTpegIlcPointDescriptorType
public TpegLoc03IlcPointDescriptorSubtypeEnum getTpegIlcPointDescriptorType()
Gets the value of the tpegIlcPointDescriptorType property.- Returns:
- possible object is
TpegLoc03IlcPointDescriptorSubtypeEnum
-
setTpegIlcPointDescriptorType
public void setTpegIlcPointDescriptorType(TpegLoc03IlcPointDescriptorSubtypeEnum value)
Sets the value of the tpegIlcPointDescriptorType 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
-
-