Class TpegJunctionPointDescriptor
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.TpegDescriptor
-
- eu.datex2.siri20.schema._2_0rc1._2_0.TpegPointDescriptor
-
- eu.datex2.siri20.schema._2_0rc1._2_0.TpegJunctionPointDescriptor
-
- All Implemented Interfaces:
Serializable
public class TpegJunctionPointDescriptor extends TpegPointDescriptor implements Serializable
Java class for TpegJunctionPointDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TpegJunctionPointDescriptor"> <complexContent> <extension base="{http://datex2.eu/schema/2_0RC1/2_0}TpegPointDescriptor"> <sequence> <element name="tpegJunctionPointDescriptorType" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegLoc03JunctionPointDescriptorSubtypeEnum"/> <element name="tpegJunctionPointDescriptorExtension" 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 ExtensionTypetpegJunctionPointDescriptorExtensionprotected TpegLoc03JunctionPointDescriptorSubtypeEnumtpegJunctionPointDescriptorType-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.TpegPointDescriptor
tpegPointDescriptorExtension
-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.TpegDescriptor
descriptor, tpegDescriptorExtension
-
-
Constructor Summary
Constructors Constructor Description TpegJunctionPointDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetTpegJunctionPointDescriptorExtension()Gets the value of the tpegJunctionPointDescriptorExtension property.TpegLoc03JunctionPointDescriptorSubtypeEnumgetTpegJunctionPointDescriptorType()Gets the value of the tpegJunctionPointDescriptorType property.voidsetTpegJunctionPointDescriptorExtension(ExtensionType value)Sets the value of the tpegJunctionPointDescriptorExtension property.voidsetTpegJunctionPointDescriptorType(TpegLoc03JunctionPointDescriptorSubtypeEnum value)Sets the value of the tpegJunctionPointDescriptorType property.-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.TpegPointDescriptor
getTpegPointDescriptorExtension, setTpegPointDescriptorExtension
-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.TpegDescriptor
getDescriptor, getTpegDescriptorExtension, setDescriptor, setTpegDescriptorExtension
-
-
-
-
Field Detail
-
tpegJunctionPointDescriptorType
protected TpegLoc03JunctionPointDescriptorSubtypeEnum tpegJunctionPointDescriptorType
-
tpegJunctionPointDescriptorExtension
protected ExtensionType tpegJunctionPointDescriptorExtension
-
-
Method Detail
-
getTpegJunctionPointDescriptorType
public TpegLoc03JunctionPointDescriptorSubtypeEnum getTpegJunctionPointDescriptorType()
Gets the value of the tpegJunctionPointDescriptorType property.- Returns:
- possible object is
TpegLoc03JunctionPointDescriptorSubtypeEnum
-
setTpegJunctionPointDescriptorType
public void setTpegJunctionPointDescriptorType(TpegLoc03JunctionPointDescriptorSubtypeEnum value)
Sets the value of the tpegJunctionPointDescriptorType property.- Parameters:
value- allowed object isTpegLoc03JunctionPointDescriptorSubtypeEnum
-
getTpegJunctionPointDescriptorExtension
public ExtensionType getTpegJunctionPointDescriptorExtension()
Gets the value of the tpegJunctionPointDescriptorExtension property.- Returns:
- possible object is
ExtensionType
-
setTpegJunctionPointDescriptorExtension
public void setTpegJunctionPointDescriptorExtension(ExtensionType value)
Sets the value of the tpegJunctionPointDescriptorExtension property.- Parameters:
value- allowed object isExtensionType
-
-