public class TpegNamedOnlyArea extends TpegAreaLocation
Java class for TpegNamedOnlyArea complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TpegNamedOnlyArea"> <complexContent> <extension base="{http://datex2.eu/schema/2/2_0}TpegAreaLocation"> <sequence> <element name="name" type="{http://datex2.eu/schema/2/2_0}TpegAreaDescriptor" maxOccurs="unbounded"/> <element name="tpegNamedOnlyAreaExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<TpegAreaDescriptor> |
names |
protected ExtensionType |
tpegNamedOnlyAreaExtension |
tpegAreaLocationExtension, tpegAreaLocationType, tpegHeight
Constructor and Description |
---|
TpegNamedOnlyArea() |
Modifier and Type | Method and Description |
---|---|
java.util.List<TpegAreaDescriptor> |
getNames()
Gets the value of the names property.
|
ExtensionType |
getTpegNamedOnlyAreaExtension()
Gets the value of the tpegNamedOnlyAreaExtension property.
|
void |
setTpegNamedOnlyAreaExtension(ExtensionType value)
Sets the value of the tpegNamedOnlyAreaExtension property.
|
getTpegAreaLocationExtension, getTpegAreaLocationType, getTpegHeight, setTpegAreaLocationExtension, setTpegAreaLocationType, setTpegHeight
protected java.util.List<TpegAreaDescriptor> names
protected ExtensionType tpegNamedOnlyAreaExtension
public java.util.List<TpegAreaDescriptor> getNames()
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 names property.
For example, to add a new item, do as follows:
getNames().add(newItem);
Objects of the following type(s) are allowed in the list
TpegAreaDescriptor
public ExtensionType getTpegNamedOnlyAreaExtension()
ExtensionType
public void setTpegNamedOnlyAreaExtension(ExtensionType value)
value
- allowed object is
ExtensionType