public abstract class Location extends GroupOfLocations
Java class for Location complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Location">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}GroupOfLocations">
<sequence>
<element name="externalReferencing" type="{http://datex2.eu/schema/2/2_0}ExternalReferencing" maxOccurs="unbounded" minOccurs="0"/>
<element name="locationForDisplay" type="{http://datex2.eu/schema/2/2_0}PointCoordinates" minOccurs="0"/>
<element name="locationExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ExternalReferencing> |
externalReferencing |
protected ExtensionType |
locationExtension |
protected PointCoordinates |
locationForDisplay |
groupOfLocationsExtension| Constructor and Description |
|---|
Location() |
| Modifier and Type | Method and Description |
|---|---|
List<ExternalReferencing> |
getExternalReferencing()
Gets the value of the externalReferencing property.
|
ExtensionType |
getLocationExtension()
Gets the value of the locationExtension property.
|
PointCoordinates |
getLocationForDisplay()
Gets the value of the locationForDisplay property.
|
void |
setLocationExtension(ExtensionType value)
Sets the value of the locationExtension property.
|
void |
setLocationForDisplay(PointCoordinates value)
Sets the value of the locationForDisplay property.
|
getGroupOfLocationsExtension, setGroupOfLocationsExtensionprotected List<ExternalReferencing> externalReferencing
protected PointCoordinates locationForDisplay
protected ExtensionType locationExtension
public List<ExternalReferencing> getExternalReferencing()
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 externalReferencing property.
For example, to add a new item, do as follows:
getExternalReferencing().add(newItem);
Objects of the following type(s) are allowed in the list
ExternalReferencing
public PointCoordinates getLocationForDisplay()
PointCoordinatespublic void setLocationForDisplay(PointCoordinates value)
value - allowed object is
PointCoordinatespublic ExtensionType getLocationExtension()
ExtensionTypepublic void setLocationExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.