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