public class TpegLinearLocation
extends java.lang.Object
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/2_0}DirectionEnum"/>
<element name="tpegLinearLocationType" type="{http://datex2.eu/schema/2/2_0}TpegLoc01LinearLocationSubtypeEnum"/>
<element name="to" type="{http://datex2.eu/schema/2/2_0}TpegPoint"/>
<element name="from" type="{http://datex2.eu/schema/2/2_0}TpegPoint"/>
<element name="tpegLinearLocationExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TpegPoint |
from |
protected TpegPoint |
to |
protected DirectionEnum |
tpegDirection |
protected ExtensionType |
tpegLinearLocationExtension |
protected TpegLoc01LinearLocationSubtypeEnum |
tpegLinearLocationType |
| Constructor and Description |
|---|
TpegLinearLocation() |
| Modifier and Type | Method and Description |
|---|---|
TpegPoint |
getFrom()
Gets the value of the from property.
|
TpegPoint |
getTo()
Gets the value of the to property.
|
DirectionEnum |
getTpegDirection()
Gets the value of the tpegDirection property.
|
ExtensionType |
getTpegLinearLocationExtension()
Gets the value of the tpegLinearLocationExtension property.
|
TpegLoc01LinearLocationSubtypeEnum |
getTpegLinearLocationType()
Gets the value of the tpegLinearLocationType property.
|
void |
setFrom(TpegPoint value)
Sets the value of the from property.
|
void |
setTo(TpegPoint value)
Sets the value of the to property.
|
void |
setTpegDirection(DirectionEnum value)
Sets the value of the tpegDirection property.
|
void |
setTpegLinearLocationExtension(ExtensionType value)
Sets the value of the tpegLinearLocationExtension property.
|
void |
setTpegLinearLocationType(TpegLoc01LinearLocationSubtypeEnum value)
Sets the value of the tpegLinearLocationType property.
|
protected DirectionEnum tpegDirection
protected TpegLoc01LinearLocationSubtypeEnum tpegLinearLocationType
protected TpegPoint to
protected TpegPoint from
protected ExtensionType tpegLinearLocationExtension
public DirectionEnum getTpegDirection()
DirectionEnumpublic void setTpegDirection(DirectionEnum value)
value - allowed object is
DirectionEnumpublic TpegLoc01LinearLocationSubtypeEnum getTpegLinearLocationType()
TpegLoc01LinearLocationSubtypeEnumpublic void setTpegLinearLocationType(TpegLoc01LinearLocationSubtypeEnum value)
value - allowed object is
TpegLoc01LinearLocationSubtypeEnumpublic TpegPoint getTo()
TpegPointpublic void setTo(TpegPoint value)
value - allowed object is
TpegPointpublic TpegPoint getFrom()
TpegPointpublic void setFrom(TpegPoint value)
value - allowed object is
TpegPointpublic ExtensionType getTpegLinearLocationExtension()
ExtensionTypepublic void setTpegLinearLocationExtension(ExtensionType value)
value - allowed object is
ExtensionType