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