public class AreaExtended extends Object
Java class for AreaExtended complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AreaExtended">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="namedArea" type="{http://datex2.eu/schema/2/2_0}NamedArea" minOccurs="0"/>
<element name="polygonArea" type="{http://datex2.eu/schema/2/2_0}PolygonArea" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected NamedArea |
namedArea |
protected List<PolygonArea> |
polygonArea |
| Constructor and Description |
|---|
AreaExtended() |
| Modifier and Type | Method and Description |
|---|---|
NamedArea |
getNamedArea()
Gets the value of the namedArea property.
|
List<PolygonArea> |
getPolygonArea()
Gets the value of the polygonArea property.
|
void |
setNamedArea(NamedArea value)
Sets the value of the namedArea property.
|
protected NamedArea namedArea
protected List<PolygonArea> polygonArea
public NamedArea getNamedArea()
NamedAreapublic void setNamedArea(NamedArea value)
value - allowed object is
NamedAreapublic List<PolygonArea> getPolygonArea()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the polygonArea property.
For example, to add a new item, do as follows:
getPolygonArea().add(newItem);
Objects of the following type(s) are allowed in the list
PolygonArea
Copyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.