public class ReferenceSettings
extends java.lang.Object
Java class for ReferenceSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferenceSettings"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="predefinedNonOrderedLocationGroupReference" type="{http://datex2.eu/schema/2/2_0}_PredefinedNonOrderedLocationGroupVersionedReference" minOccurs="0"/> <element name="referenceSettingsExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected PredefinedNonOrderedLocationGroupVersionedReference |
predefinedNonOrderedLocationGroupReference |
protected ExtensionType |
referenceSettingsExtension |
Constructor and Description |
---|
ReferenceSettings() |
Modifier and Type | Method and Description |
---|---|
PredefinedNonOrderedLocationGroupVersionedReference |
getPredefinedNonOrderedLocationGroupReference()
Gets the value of the predefinedNonOrderedLocationGroupReference property.
|
ExtensionType |
getReferenceSettingsExtension()
Gets the value of the referenceSettingsExtension property.
|
void |
setPredefinedNonOrderedLocationGroupReference(PredefinedNonOrderedLocationGroupVersionedReference value)
Sets the value of the predefinedNonOrderedLocationGroupReference property.
|
void |
setReferenceSettingsExtension(ExtensionType value)
Sets the value of the referenceSettingsExtension property.
|
protected PredefinedNonOrderedLocationGroupVersionedReference predefinedNonOrderedLocationGroupReference
protected ExtensionType referenceSettingsExtension
public PredefinedNonOrderedLocationGroupVersionedReference getPredefinedNonOrderedLocationGroupReference()
PredefinedNonOrderedLocationGroupVersionedReference
public void setPredefinedNonOrderedLocationGroupReference(PredefinedNonOrderedLocationGroupVersionedReference value)
value
- allowed object is
PredefinedNonOrderedLocationGroupVersionedReference
public ExtensionType getReferenceSettingsExtension()
ExtensionType
public void setReferenceSettingsExtension(ExtensionType value)
value
- allowed object is
ExtensionType