public abstract class NonOrderedLocations extends GroupOfLocations
Java-Klasse für NonOrderedLocations complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="NonOrderedLocations"> <complexContent> <extension base="{http://datex2.eu/schema/2/2_0}GroupOfLocations"> <sequence> <element name="nonOrderedLocationsExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ExtensionType |
nonOrderedLocationsExtension |
groupOfLocationsExtension
Constructor and Description |
---|
NonOrderedLocations() |
Modifier and Type | Method and Description |
---|---|
ExtensionType |
getNonOrderedLocationsExtension()
Ruft den Wert der nonOrderedLocationsExtension-Eigenschaft ab.
|
void |
setNonOrderedLocationsExtension(ExtensionType value)
Legt den Wert der nonOrderedLocationsExtension-Eigenschaft fest.
|
getGroupOfLocationsExtension, setGroupOfLocationsExtension
protected ExtensionType nonOrderedLocationsExtension
public ExtensionType getNonOrderedLocationsExtension()
ExtensionType
public void setNonOrderedLocationsExtension(ExtensionType value)
value
- allowed object is
ExtensionType