public class TpegFramedPoint extends TpegPointLocation
Java class for TpegFramedPoint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TpegFramedPoint">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}TpegPointLocation">
<sequence>
<element name="tpegFramedPointLocationType" type="{http://datex2.eu/schema/2/2_0}TpegLoc01FramedPointLocationSubtypeEnum"/>
<element name="framedPoint" type="{http://datex2.eu/schema/2/2_0}TpegNonJunctionPoint"/>
<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="tpegFramedPointExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TpegNonJunctionPoint |
framedPoint |
protected TpegPoint |
from |
protected TpegPoint |
to |
protected ExtensionType |
tpegFramedPointExtension |
protected TpegLoc01FramedPointLocationSubtypeEnum |
tpegFramedPointLocationType |
tpegDirection, tpegPointLocationExtension| Constructor and Description |
|---|
TpegFramedPoint() |
| Modifier and Type | Method and Description |
|---|---|
TpegNonJunctionPoint |
getFramedPoint()
Gets the value of the framedPoint property.
|
TpegPoint |
getFrom()
Gets the value of the from property.
|
TpegPoint |
getTo()
Gets the value of the to property.
|
ExtensionType |
getTpegFramedPointExtension()
Gets the value of the tpegFramedPointExtension property.
|
TpegLoc01FramedPointLocationSubtypeEnum |
getTpegFramedPointLocationType()
Gets the value of the tpegFramedPointLocationType property.
|
void |
setFramedPoint(TpegNonJunctionPoint value)
Sets the value of the framedPoint property.
|
void |
setFrom(TpegPoint value)
Sets the value of the from property.
|
void |
setTo(TpegPoint value)
Sets the value of the to property.
|
void |
setTpegFramedPointExtension(ExtensionType value)
Sets the value of the tpegFramedPointExtension property.
|
void |
setTpegFramedPointLocationType(TpegLoc01FramedPointLocationSubtypeEnum value)
Sets the value of the tpegFramedPointLocationType property.
|
getTpegDirection, getTpegPointLocationExtension, setTpegDirection, setTpegPointLocationExtensionprotected TpegLoc01FramedPointLocationSubtypeEnum tpegFramedPointLocationType
protected TpegNonJunctionPoint framedPoint
protected TpegPoint to
protected TpegPoint from
protected ExtensionType tpegFramedPointExtension
public TpegLoc01FramedPointLocationSubtypeEnum getTpegFramedPointLocationType()
TpegLoc01FramedPointLocationSubtypeEnumpublic void setTpegFramedPointLocationType(TpegLoc01FramedPointLocationSubtypeEnum value)
value - allowed object is
TpegLoc01FramedPointLocationSubtypeEnumpublic TpegNonJunctionPoint getFramedPoint()
TpegNonJunctionPointpublic void setFramedPoint(TpegNonJunctionPoint value)
value - allowed object is
TpegNonJunctionPointpublic 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 getTpegFramedPointExtension()
ExtensionTypepublic void setTpegFramedPointExtension(ExtensionType value)
value - allowed object is
ExtensionType