public class AreaDestination extends Destination
Java class for AreaDestination complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AreaDestination">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}Destination">
<sequence>
<element name="area" type="{http://datex2.eu/schema/2/2_0}Area"/>
<element name="areaDestinationExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Area |
area |
protected ExtensionType |
areaDestinationExtension |
destinationExtension| Constructor and Description |
|---|
AreaDestination() |
| Modifier and Type | Method and Description |
|---|---|
Area |
getArea()
Gets the value of the area property.
|
ExtensionType |
getAreaDestinationExtension()
Gets the value of the areaDestinationExtension property.
|
void |
setArea(Area value)
Sets the value of the area property.
|
void |
setAreaDestinationExtension(ExtensionType value)
Sets the value of the areaDestinationExtension property.
|
getDestinationExtension, setDestinationExtensionprotected Area area
protected ExtensionType areaDestinationExtension
public void setArea(Area value)
value - allowed object is
Areapublic ExtensionType getAreaDestinationExtension()
ExtensionTypepublic void setAreaDestinationExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.