public abstract class Location extends GroupOfLocations
Java-Klasse für Location complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="Location"> <complexContent> <extension base="{http://datex2.eu/schema/2/2_0}GroupOfLocations"> <sequence> <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 ExtensionType |
locationExtension |
protected PointCoordinates |
locationForDisplay |
groupOfLocationsExtension
Constructor and Description |
---|
Location() |
Modifier and Type | Method and Description |
---|---|
ExtensionType |
getLocationExtension()
Ruft den Wert der locationExtension-Eigenschaft ab.
|
PointCoordinates |
getLocationForDisplay()
Ruft den Wert der locationForDisplay-Eigenschaft ab.
|
void |
setLocationExtension(ExtensionType value)
Legt den Wert der locationExtension-Eigenschaft fest.
|
void |
setLocationForDisplay(PointCoordinates value)
Legt den Wert der locationForDisplay-Eigenschaft fest.
|
getGroupOfLocationsExtension, setGroupOfLocationsExtension
protected PointCoordinates locationForDisplay
protected ExtensionType locationExtension
public PointCoordinates getLocationForDisplay()
PointCoordinates
public void setLocationForDisplay(PointCoordinates value)
value
- allowed object is
PointCoordinates
public ExtensionType getLocationExtension()
ExtensionType
public void setLocationExtension(ExtensionType value)
value
- allowed object is
ExtensionType