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="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()
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, 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