Class TpegOtherPointDescriptor
- 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.TpegOtherPointDescriptor
-
- All Implemented Interfaces:
Serializable
public class TpegOtherPointDescriptor extends TpegPointDescriptor implements Serializable
Java class for TpegOtherPointDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TpegOtherPointDescriptor"> <complexContent> <extension base="{http://datex2.eu/schema/2_0RC1/2_0}TpegPointDescriptor"> <sequence> <element name="tpegOtherPointDescriptorType" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegLoc03OtherPointDescriptorSubtypeEnum"/> <element name="tpegOtherPointDescriptorExtension" 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 ExtensionTypetpegOtherPointDescriptorExtensionprotected TpegLoc03OtherPointDescriptorSubtypeEnumtpegOtherPointDescriptorType-
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 TpegOtherPointDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetTpegOtherPointDescriptorExtension()Gets the value of the tpegOtherPointDescriptorExtension property.TpegLoc03OtherPointDescriptorSubtypeEnumgetTpegOtherPointDescriptorType()Gets the value of the tpegOtherPointDescriptorType property.voidsetTpegOtherPointDescriptorExtension(ExtensionType value)Sets the value of the tpegOtherPointDescriptorExtension property.voidsetTpegOtherPointDescriptorType(TpegLoc03OtherPointDescriptorSubtypeEnum value)Sets the value of the tpegOtherPointDescriptorType 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
-
tpegOtherPointDescriptorType
protected TpegLoc03OtherPointDescriptorSubtypeEnum tpegOtherPointDescriptorType
-
tpegOtherPointDescriptorExtension
protected ExtensionType tpegOtherPointDescriptorExtension
-
-
Method Detail
-
getTpegOtherPointDescriptorType
public TpegLoc03OtherPointDescriptorSubtypeEnum getTpegOtherPointDescriptorType()
Gets the value of the tpegOtherPointDescriptorType property.- Returns:
- possible object is
TpegLoc03OtherPointDescriptorSubtypeEnum
-
setTpegOtherPointDescriptorType
public void setTpegOtherPointDescriptorType(TpegLoc03OtherPointDescriptorSubtypeEnum value)
Sets the value of the tpegOtherPointDescriptorType property.- Parameters:
value- allowed object isTpegLoc03OtherPointDescriptorSubtypeEnum
-
getTpegOtherPointDescriptorExtension
public ExtensionType getTpegOtherPointDescriptorExtension()
Gets the value of the tpegOtherPointDescriptorExtension property.- Returns:
- possible object is
ExtensionType
-
setTpegOtherPointDescriptorExtension
public void setTpegOtherPointDescriptorExtension(ExtensionType value)
Sets the value of the tpegOtherPointDescriptorExtension property.- Parameters:
value- allowed object isExtensionType
-
-