Class TPEGDescriptor
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.TPEGDescriptor
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TPEGAreaDescriptor,TPEGPointDescriptor
public abstract class TPEGDescriptor extends Object implements Serializable
A collection of information providing descriptive references to locations using the TPEG-Loc location referencing approach.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"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="value" maxOccurs="unbounded"> <complexType> <simpleContent> <extension base="<http://datex2.eu/schema/1_0/1_0>MultiLingualString"> <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" /> </extension> </simpleContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="tpegdescriptorExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTPEGDescriptor.DescriptorJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected TPEGDescriptor.Descriptordescriptorprotected ExtensionTypetpegdescriptorExtension
-
Constructor Summary
Constructors Constructor Description TPEGDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TPEGDescriptor.DescriptorgetDescriptor()Gets the value of the descriptor property.ExtensionTypegetTpegdescriptorExtension()Gets the value of the tpegdescriptorExtension property.voidsetDescriptor(TPEGDescriptor.Descriptor value)Sets the value of the descriptor property.voidsetTpegdescriptorExtension(ExtensionType value)Sets the value of the tpegdescriptorExtension property.
-
-
-
Field Detail
-
descriptor
protected TPEGDescriptor.Descriptor descriptor
-
tpegdescriptorExtension
protected ExtensionType tpegdescriptorExtension
-
-
Method Detail
-
getDescriptor
public TPEGDescriptor.Descriptor getDescriptor()
Gets the value of the descriptor property.- Returns:
- possible object is
TPEGDescriptor.Descriptor
-
setDescriptor
public void setDescriptor(TPEGDescriptor.Descriptor value)
Sets the value of the descriptor property.- Parameters:
value- allowed object isTPEGDescriptor.Descriptor
-
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
-
-