Class TpegDescriptor
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.TpegDescriptor
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TpegAreaDescriptor,TpegPointDescriptor
public abstract class TpegDescriptor extends Object implements Serializable
Java class for TpegDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TpegDescriptor"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="descriptor" type="{http://datex2.eu/schema/2_0RC1/2_0}MultilingualString"/> <element name="tpegDescriptorExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected MultilingualStringdescriptorprotected ExtensionTypetpegDescriptorExtension
-
Constructor Summary
Constructors Constructor Description TpegDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MultilingualStringgetDescriptor()Gets the value of the descriptor property.ExtensionTypegetTpegDescriptorExtension()Gets the value of the tpegDescriptorExtension property.voidsetDescriptor(MultilingualString value)Sets the value of the descriptor property.voidsetTpegDescriptorExtension(ExtensionType value)Sets the value of the tpegDescriptorExtension property.
-
-
-
Field Detail
-
descriptor
protected MultilingualString descriptor
-
tpegDescriptorExtension
protected ExtensionType tpegDescriptorExtension
-
-
Method Detail
-
getDescriptor
public MultilingualString getDescriptor()
Gets the value of the descriptor property.- Returns:
- possible object is
MultilingualString
-
setDescriptor
public void setDescriptor(MultilingualString value)
Sets the value of the descriptor property.- Parameters:
value- allowed object isMultilingualString
-
getTpegDescriptorExtension
public ExtensionType getTpegDescriptorExtension()
Gets the value of the tpegDescriptorExtension property.- Returns:
- possible object is
ExtensionType
-
setTpegDescriptorExtension
public void setTpegDescriptorExtension(ExtensionType value)
Sets the value of the tpegDescriptorExtension property.- Parameters:
value- allowed object isExtensionType
-
-