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="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 |
groupOfLocationsExtension| Constructor and Description |
|---|
Location() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getLocationExtension()
Gets the value of the locationExtension property.
|
void |
setLocationExtension(ExtensionType value)
Sets the value of the locationExtension property.
|
getGroupOfLocationsExtension, setGroupOfLocationsExtensionprotected ExtensionType locationExtension
public ExtensionType getLocationExtension()
ExtensionTypepublic void setLocationExtension(ExtensionType value)
value - allowed object is
ExtensionType