Class TpegNamedOnlyArea
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.TpegAreaLocation
-
- eu.datex2.siri21.schema._2_0rc1._2_0.TpegNamedOnlyArea
-
- All Implemented Interfaces:
Serializable
public class TpegNamedOnlyArea extends TpegAreaLocation implements Serializable
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_0RC1/2_0}TpegAreaLocation"> <sequence> <element name="name" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegAreaDescriptor" maxOccurs="unbounded"/> <element name="tpegNamedOnlyAreaExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<TpegAreaDescriptor>namesprotected ExtensionTypetpegNamedOnlyAreaExtension-
Fields inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.TpegAreaLocation
tpegAreaLocationExtension, tpegAreaLocationType, tpegHeight
-
-
Constructor Summary
Constructors Constructor Description TpegNamedOnlyArea()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TpegAreaDescriptor>getNames()Gets the value of the names property.ExtensionTypegetTpegNamedOnlyAreaExtension()Gets the value of the tpegNamedOnlyAreaExtension property.voidsetTpegNamedOnlyAreaExtension(ExtensionType value)Sets the value of the tpegNamedOnlyAreaExtension property.-
Methods inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.TpegAreaLocation
getTpegAreaLocationExtension, getTpegAreaLocationType, getTpegHeight, setTpegAreaLocationExtension, setTpegAreaLocationType, setTpegHeight
-
-
-
-
Field Detail
-
names
protected List<TpegAreaDescriptor> names
-
tpegNamedOnlyAreaExtension
protected ExtensionType tpegNamedOnlyAreaExtension
-
-
Method Detail
-
getNames
public List<TpegAreaDescriptor> getNames()
Gets the value of the names property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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
-
getTpegNamedOnlyAreaExtension
public ExtensionType getTpegNamedOnlyAreaExtension()
Gets the value of the tpegNamedOnlyAreaExtension property.- Returns:
- possible object is
ExtensionType
-
setTpegNamedOnlyAreaExtension
public void setTpegNamedOnlyAreaExtension(ExtensionType value)
Sets the value of the tpegNamedOnlyAreaExtension property.- Parameters:
value- allowed object isExtensionType
-
-