Class TPEGAreaDescriptor
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.TPEGDescriptor
-
- eu.datex2.siri13.schema._1_0._1_0.TPEGAreaDescriptor
-
- All Implemented Interfaces:
Serializable
public class TPEGAreaDescriptor extends TPEGDescriptor implements Serializable
A descriptor for describing an area location.Java class for TPEGAreaDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TPEGAreaDescriptor"> <complexContent> <extension base="{http://datex2.eu/schema/1_0/1_0}TPEGDescriptor"> <sequence> <element name="tpegDescriptorType" type="{http://datex2.eu/schema/1_0/1_0}TPEGLoc03AreaDescriptorSubtypeEnum"/> <element name="tpegareaDescriptorExtension" 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.siri13.schema._1_0._1_0.TPEGDescriptor
TPEGDescriptor.Descriptor
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTypetpegareaDescriptorExtensionprotected TPEGLoc03AreaDescriptorSubtypeEnumtpegDescriptorType-
Fields inherited from class eu.datex2.siri13.schema._1_0._1_0.TPEGDescriptor
descriptor, tpegdescriptorExtension
-
-
Constructor Summary
Constructors Constructor Description TPEGAreaDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetTpegareaDescriptorExtension()Gets the value of the tpegareaDescriptorExtension property.TPEGLoc03AreaDescriptorSubtypeEnumgetTpegDescriptorType()Gets the value of the tpegDescriptorType property.voidsetTpegareaDescriptorExtension(ExtensionType value)Sets the value of the tpegareaDescriptorExtension property.voidsetTpegDescriptorType(TPEGLoc03AreaDescriptorSubtypeEnum value)Sets the value of the tpegDescriptorType property.-
Methods inherited from class eu.datex2.siri13.schema._1_0._1_0.TPEGDescriptor
getDescriptor, getTpegdescriptorExtension, setDescriptor, setTpegdescriptorExtension
-
-
-
-
Field Detail
-
tpegDescriptorType
protected TPEGLoc03AreaDescriptorSubtypeEnum tpegDescriptorType
-
tpegareaDescriptorExtension
protected ExtensionType tpegareaDescriptorExtension
-
-
Method Detail
-
getTpegDescriptorType
public TPEGLoc03AreaDescriptorSubtypeEnum getTpegDescriptorType()
Gets the value of the tpegDescriptorType property.- Returns:
- possible object is
TPEGLoc03AreaDescriptorSubtypeEnum
-
setTpegDescriptorType
public void setTpegDescriptorType(TPEGLoc03AreaDescriptorSubtypeEnum value)
Sets the value of the tpegDescriptorType property.- Parameters:
value- allowed object isTPEGLoc03AreaDescriptorSubtypeEnum
-
getTpegareaDescriptorExtension
public ExtensionType getTpegareaDescriptorExtension()
Gets the value of the tpegareaDescriptorExtension property.- Returns:
- possible object is
ExtensionType
-
setTpegareaDescriptorExtension
public void setTpegareaDescriptorExtension(ExtensionType value)
Sets the value of the tpegareaDescriptorExtension property.- Parameters:
value- allowed object isExtensionType
-
-