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 |
locationExtension
groupOfLocationsExtension
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, setLocationExtension
getGroupOfLocationsExtension, setGroupOfLocationsExtension
protected PredefinedLocationVersionedReference predefinedLocationReference
protected ExtensionType locationByReferenceExtension
public PredefinedLocationVersionedReference getPredefinedLocationReference()
PredefinedLocationVersionedReference
public void setPredefinedLocationReference(PredefinedLocationVersionedReference value)
value
- allowed object is
PredefinedLocationVersionedReference
public ExtensionType getLocationByReferenceExtension()
ExtensionType
public void setLocationByReferenceExtension(ExtensionType value)
value
- allowed object is
ExtensionType