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 List<TpegAreaDescriptor> |
name |
protected ExtensionType |
tpegNamedOnlyAreaExtension |
tpegAreaLocationExtension, tpegAreaLocationType, tpegHeight| Constructor and Description |
|---|
TpegNamedOnlyArea() |
| Modifier and Type | Method and Description |
|---|---|
List<TpegAreaDescriptor> |
getName()
Gets the value of the name 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, setTpegHeightprotected List<TpegAreaDescriptor> name
protected ExtensionType tpegNamedOnlyAreaExtension
public List<TpegAreaDescriptor> getName()
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 name property.
For example, to add a new item, do as follows:
getName().add(newItem);
Objects of the following type(s) are allowed in the list
TpegAreaDescriptor
public ExtensionType getTpegNamedOnlyAreaExtension()
ExtensionTypepublic void setTpegNamedOnlyAreaExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.