public class LocationByReference extends Location
Java class for LocationByReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocationByReference">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}Location">
<sequence>
<element name="predefinedLocationReference" type="{http://datex2.eu/schema/2/2_0}_PredefinedLocationVersionedReference"/>
<element name="locationByReferenceExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
locationByReferenceExtension |
protected PredefinedLocationVersionedReference |
predefinedLocationReference |
locationExtensiongroupOfLocationsExtension| Constructor and Description |
|---|
LocationByReference() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getLocationByReferenceExtension()
Gets the value of the locationByReferenceExtension property.
|
PredefinedLocationVersionedReference |
getPredefinedLocationReference()
Gets the value of the predefinedLocationReference property.
|
void |
setLocationByReferenceExtension(ExtensionType value)
Sets the value of the locationByReferenceExtension property.
|
void |
setPredefinedLocationReference(PredefinedLocationVersionedReference value)
Sets the value of the predefinedLocationReference property.
|
getLocationExtension, setLocationExtensiongetGroupOfLocationsExtension, setGroupOfLocationsExtensionprotected PredefinedLocationVersionedReference predefinedLocationReference
protected ExtensionType locationByReferenceExtension
public PredefinedLocationVersionedReference getPredefinedLocationReference()
PredefinedLocationVersionedReferencepublic void setPredefinedLocationReference(PredefinedLocationVersionedReference value)
value - allowed object is
PredefinedLocationVersionedReferencepublic ExtensionType getLocationByReferenceExtension()
ExtensionTypepublic void setLocationByReferenceExtension(ExtensionType value)
value - allowed object is
ExtensionType