public class TpegSimplePoint extends TpegPointLocation
Java class for TpegSimplePoint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TpegSimplePoint">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}TpegPointLocation">
<sequence>
<element name="tpegSimplePointLocationType" type="{http://datex2.eu/schema/2/2_0}TpegLoc01SimplePointLocationSubtypeEnum"/>
<element name="point" type="{http://datex2.eu/schema/2/2_0}TpegPoint"/>
<element name="tpegSimplePointExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TpegPoint |
point |
protected ExtensionType |
tpegSimplePointExtension |
protected TpegLoc01SimplePointLocationSubtypeEnum |
tpegSimplePointLocationType |
tpegDirection, tpegPointLocationExtension| Constructor and Description |
|---|
TpegSimplePoint() |
| Modifier and Type | Method and Description |
|---|---|
TpegPoint |
getPoint()
Gets the value of the point property.
|
ExtensionType |
getTpegSimplePointExtension()
Gets the value of the tpegSimplePointExtension property.
|
TpegLoc01SimplePointLocationSubtypeEnum |
getTpegSimplePointLocationType()
Gets the value of the tpegSimplePointLocationType property.
|
void |
setPoint(TpegPoint value)
Sets the value of the point property.
|
void |
setTpegSimplePointExtension(ExtensionType value)
Sets the value of the tpegSimplePointExtension property.
|
void |
setTpegSimplePointLocationType(TpegLoc01SimplePointLocationSubtypeEnum value)
Sets the value of the tpegSimplePointLocationType property.
|
getTpegDirection, getTpegPointLocationExtension, setTpegDirection, setTpegPointLocationExtensionprotected TpegLoc01SimplePointLocationSubtypeEnum tpegSimplePointLocationType
protected TpegPoint point
protected ExtensionType tpegSimplePointExtension
public TpegLoc01SimplePointLocationSubtypeEnum getTpegSimplePointLocationType()
TpegLoc01SimplePointLocationSubtypeEnumpublic void setTpegSimplePointLocationType(TpegLoc01SimplePointLocationSubtypeEnum value)
value - allowed object is
TpegLoc01SimplePointLocationSubtypeEnumpublic TpegPoint getPoint()
TpegPointpublic void setPoint(TpegPoint value)
value - allowed object is
TpegPointpublic ExtensionType getTpegSimplePointExtension()
ExtensionTypepublic void setTpegSimplePointExtension(ExtensionType value)
value - allowed object is
ExtensionType