Class TpegPoint
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.TpegPoint
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TpegJunction,TpegNonJunctionPoint
public abstract class TpegPoint extends Object implements Serializable
Java class for TpegPoint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TpegPoint"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tpegPointExtension" 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 ExtensionTypetpegPointExtension
-
Constructor Summary
Constructors Constructor Description TpegPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetTpegPointExtension()Gets the value of the tpegPointExtension property.voidsetTpegPointExtension(ExtensionType value)Sets the value of the tpegPointExtension property.
-
-
-
Field Detail
-
tpegPointExtension
protected ExtensionType tpegPointExtension
-
-
Method Detail
-
getTpegPointExtension
public ExtensionType getTpegPointExtension()
Gets the value of the tpegPointExtension property.- Returns:
- possible object is
ExtensionType
-
setTpegPointExtension
public void setTpegPointExtension(ExtensionType value)
Sets the value of the tpegPointExtension property.- Parameters:
value- allowed object isExtensionType
-
-