public abstract class TpegPointLocation
extends java.lang.Object
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/2_0}DirectionEnum"/>
<element name="tpegPointLocationExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DirectionEnum |
tpegDirection |
protected ExtensionType |
tpegPointLocationExtension |
| Constructor and Description |
|---|
TpegPointLocation() |
| Modifier and Type | Method and Description |
|---|---|
DirectionEnum |
getTpegDirection()
Gets the value of the tpegDirection property.
|
ExtensionType |
getTpegPointLocationExtension()
Gets the value of the tpegPointLocationExtension property.
|
void |
setTpegDirection(DirectionEnum value)
Sets the value of the tpegDirection property.
|
void |
setTpegPointLocationExtension(ExtensionType value)
Sets the value of the tpegPointLocationExtension property.
|
protected DirectionEnum tpegDirection
protected ExtensionType tpegPointLocationExtension
public DirectionEnum getTpegDirection()
DirectionEnumpublic void setTpegDirection(DirectionEnum value)
value - allowed object is
DirectionEnumpublic ExtensionType getTpegPointLocationExtension()
ExtensionTypepublic void setTpegPointLocationExtension(ExtensionType value)
value - allowed object is
ExtensionType