Class TpegPointLocation
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.TpegPointLocation
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TpegFramedPoint,TpegSimplePoint
public abstract class TpegPointLocation extends Object implements Serializable
Java class for TpegPointLocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TpegPointLocation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tpegDirection" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegLoc02DirectionTypeEnum"/> <element name="tpegPointLocationExtension" 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 TpegLoc02DirectionTypeEnumtpegDirectionprotected ExtensionTypetpegPointLocationExtension
-
Constructor Summary
Constructors Constructor Description TpegPointLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TpegLoc02DirectionTypeEnumgetTpegDirection()Gets the value of the tpegDirection property.ExtensionTypegetTpegPointLocationExtension()Gets the value of the tpegPointLocationExtension property.voidsetTpegDirection(TpegLoc02DirectionTypeEnum value)Sets the value of the tpegDirection property.voidsetTpegPointLocationExtension(ExtensionType value)Sets the value of the tpegPointLocationExtension property.
-
-
-
Field Detail
-
tpegDirection
protected TpegLoc02DirectionTypeEnum tpegDirection
-
tpegPointLocationExtension
protected ExtensionType tpegPointLocationExtension
-
-
Method Detail
-
getTpegDirection
public TpegLoc02DirectionTypeEnum getTpegDirection()
Gets the value of the tpegDirection property.- Returns:
- possible object is
TpegLoc02DirectionTypeEnum
-
setTpegDirection
public void setTpegDirection(TpegLoc02DirectionTypeEnum value)
Sets the value of the tpegDirection property.- Parameters:
value- allowed object isTpegLoc02DirectionTypeEnum
-
getTpegPointLocationExtension
public ExtensionType getTpegPointLocationExtension()
Gets the value of the tpegPointLocationExtension property.- Returns:
- possible object is
ExtensionType
-
setTpegPointLocationExtension
public void setTpegPointLocationExtension(ExtensionType value)
Sets the value of the tpegPointLocationExtension property.- Parameters:
value- allowed object isExtensionType
-
-