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