Class TPEGOtherPointDescriptor
- 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.TPEGOtherPointDescriptor
-
- All Implemented Interfaces:
Serializable
public class TPEGOtherPointDescriptor extends TPEGPointDescriptor implements Serializable
General descriptor for describing a point.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/1_0/1_0}TPEGPointDescriptor"> <sequence> <element name="tpegDescriptorType" type="{http://datex2.eu/schema/1_0/1_0}TPEGLoc03OtherPointDescriptorSubtypeEnum"/> <element name="tpegotherPointDescriptorExtension" 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 TPEGLoc03OtherPointDescriptorSubtypeEnumtpegDescriptorTypeprotected ExtensionTypetpegotherPointDescriptorExtension-
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 TPEGOtherPointDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TPEGLoc03OtherPointDescriptorSubtypeEnumgetTpegDescriptorType()Gets the value of the tpegDescriptorType property.ExtensionTypegetTpegotherPointDescriptorExtension()Gets the value of the tpegotherPointDescriptorExtension property.voidsetTpegDescriptorType(TPEGLoc03OtherPointDescriptorSubtypeEnum value)Sets the value of the tpegDescriptorType property.voidsetTpegotherPointDescriptorExtension(ExtensionType value)Sets the value of the tpegotherPointDescriptorExtension 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 TPEGLoc03OtherPointDescriptorSubtypeEnum tpegDescriptorType
-
tpegotherPointDescriptorExtension
protected ExtensionType tpegotherPointDescriptorExtension
-
-
Method Detail
-
getTpegDescriptorType
public TPEGLoc03OtherPointDescriptorSubtypeEnum getTpegDescriptorType()
Gets the value of the tpegDescriptorType property.- Returns:
- possible object is
TPEGLoc03OtherPointDescriptorSubtypeEnum
-
setTpegDescriptorType
public void setTpegDescriptorType(TPEGLoc03OtherPointDescriptorSubtypeEnum value)
Sets the value of the tpegDescriptorType 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
-
-