Class TpegLinearLocation
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.TpegLinearLocation
-
- All Implemented Interfaces:
Serializable
public class TpegLinearLocation extends Object implements Serializable
Java class for TpegLinearLocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TpegLinearLocation"> <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="tpegLinearLocationType" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegLoc01LinearLocationSubtypeEnum"/> <element name="to" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegPoint"/> <element name="from" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegPoint"/> <element name="tpegLinearLocationExtension" 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 TpegPointfromprotected TpegPointtoprotected TpegLoc02DirectionTypeEnumtpegDirectionprotected ExtensionTypetpegLinearLocationExtensionprotected TpegLoc01LinearLocationSubtypeEnumtpegLinearLocationType
-
Constructor Summary
Constructors Constructor Description TpegLinearLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TpegPointgetFrom()Gets the value of the from property.TpegPointgetTo()Gets the value of the to property.TpegLoc02DirectionTypeEnumgetTpegDirection()Gets the value of the tpegDirection property.ExtensionTypegetTpegLinearLocationExtension()Gets the value of the tpegLinearLocationExtension property.TpegLoc01LinearLocationSubtypeEnumgetTpegLinearLocationType()Gets the value of the tpegLinearLocationType property.voidsetFrom(TpegPoint value)Sets the value of the from property.voidsetTo(TpegPoint value)Sets the value of the to property.voidsetTpegDirection(TpegLoc02DirectionTypeEnum value)Sets the value of the tpegDirection property.voidsetTpegLinearLocationExtension(ExtensionType value)Sets the value of the tpegLinearLocationExtension property.voidsetTpegLinearLocationType(TpegLoc01LinearLocationSubtypeEnum value)Sets the value of the tpegLinearLocationType property.
-
-
-
Field Detail
-
tpegDirection
protected TpegLoc02DirectionTypeEnum tpegDirection
-
tpegLinearLocationType
protected TpegLoc01LinearLocationSubtypeEnum tpegLinearLocationType
-
to
protected TpegPoint to
-
from
protected TpegPoint from
-
tpegLinearLocationExtension
protected ExtensionType tpegLinearLocationExtension
-
-
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
-
getTpegLinearLocationType
public TpegLoc01LinearLocationSubtypeEnum getTpegLinearLocationType()
Gets the value of the tpegLinearLocationType property.- Returns:
- possible object is
TpegLoc01LinearLocationSubtypeEnum
-
setTpegLinearLocationType
public void setTpegLinearLocationType(TpegLoc01LinearLocationSubtypeEnum value)
Sets the value of the tpegLinearLocationType property.- Parameters:
value- allowed object isTpegLoc01LinearLocationSubtypeEnum
-
getTo
public TpegPoint getTo()
Gets the value of the to property.- Returns:
- possible object is
TpegPoint
-
setTo
public void setTo(TpegPoint value)
Sets the value of the to property.- Parameters:
value- allowed object isTpegPoint
-
getFrom
public TpegPoint getFrom()
Gets the value of the from property.- Returns:
- possible object is
TpegPoint
-
setFrom
public void setFrom(TpegPoint value)
Sets the value of the from property.- Parameters:
value- allowed object isTpegPoint
-
getTpegLinearLocationExtension
public ExtensionType getTpegLinearLocationExtension()
Gets the value of the tpegLinearLocationExtension property.- Returns:
- possible object is
ExtensionType
-
setTpegLinearLocationExtension
public void setTpegLinearLocationExtension(ExtensionType value)
Sets the value of the tpegLinearLocationExtension property.- Parameters:
value- allowed object isExtensionType
-
-