Class TpegAreaDescriptor
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.TpegDescriptor
-
- eu.datex2.siri20.schema._2_0rc1._2_0.TpegAreaDescriptor
-
- All Implemented Interfaces:
Serializable
public class TpegAreaDescriptor extends TpegDescriptor implements Serializable
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/2_0RC1/2_0}TpegDescriptor"> <sequence> <element name="tpegAreaDescriptorType" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegLoc03AreaDescriptorSubtypeEnum"/> <element name="tpegAreaDescriptorExtension" 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 ExtensionTypetpegAreaDescriptorExtensionprotected TpegLoc03AreaDescriptorSubtypeEnumtpegAreaDescriptorType-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_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.TpegLoc03AreaDescriptorSubtypeEnumgetTpegAreaDescriptorType()Gets the value of the tpegAreaDescriptorType property.voidsetTpegAreaDescriptorExtension(ExtensionType value)Sets the value of the tpegAreaDescriptorExtension property.voidsetTpegAreaDescriptorType(TpegLoc03AreaDescriptorSubtypeEnum value)Sets the value of the tpegAreaDescriptorType property.-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.TpegDescriptor
getDescriptor, getTpegDescriptorExtension, setDescriptor, setTpegDescriptorExtension
-
-
-
-
Field Detail
-
tpegAreaDescriptorType
protected TpegLoc03AreaDescriptorSubtypeEnum tpegAreaDescriptorType
-
tpegAreaDescriptorExtension
protected ExtensionType tpegAreaDescriptorExtension
-
-
Method Detail
-
getTpegAreaDescriptorType
public TpegLoc03AreaDescriptorSubtypeEnum getTpegAreaDescriptorType()
Gets the value of the tpegAreaDescriptorType property.- Returns:
- possible object is
TpegLoc03AreaDescriptorSubtypeEnum
-
setTpegAreaDescriptorType
public void setTpegAreaDescriptorType(TpegLoc03AreaDescriptorSubtypeEnum value)
Sets the value of the tpegAreaDescriptorType 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
-
-