public abstract class TpegPoint
extends java.lang.Object
Java class for TpegPoint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TpegPoint">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tpegPointExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
tpegPointExtension |
| Constructor and Description |
|---|
TpegPoint() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getTpegPointExtension()
Gets the value of the tpegPointExtension property.
|
void |
setTpegPointExtension(ExtensionType value)
Sets the value of the tpegPointExtension property.
|
protected ExtensionType tpegPointExtension
public ExtensionType getTpegPointExtension()
ExtensionTypepublic void setTpegPointExtension(ExtensionType value)
value - allowed object is
ExtensionType