public class VmsUnit extends VmsSetting
Java class for VmsUnit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmsUnit"> <complexContent> <extension base="{http://datex2.eu/schema/2/2_0}VmsSetting"> <sequence> <element name="vmsUnitTableReference" type="{http://datex2.eu/schema/2/2_0}_VmsUnitTableVersionedReference"/> <element name="vmsUnitReference" type="{http://datex2.eu/schema/2/2_0}_VmsUnitRecordVersionedReference"/> <element name="vms" type="{http://datex2.eu/schema/2/2_0}_VmsUnitVmsIndexVms" maxOccurs="unbounded" minOccurs="0"/> <element name="vmsUnitExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<VmsUnitVmsIndexVms> |
vms |
protected ExtensionType |
vmsUnitExtension |
protected VmsUnitRecordVersionedReference |
vmsUnitReference |
protected VmsUnitTableVersionedReference |
vmsUnitTableReference |
vmsSettingExtension
Constructor and Description |
---|
VmsUnit() |
Modifier and Type | Method and Description |
---|---|
java.util.List<VmsUnitVmsIndexVms> |
getVms()
Gets the value of the vms property.
|
ExtensionType |
getVmsUnitExtension()
Gets the value of the vmsUnitExtension property.
|
VmsUnitRecordVersionedReference |
getVmsUnitReference()
Gets the value of the vmsUnitReference property.
|
VmsUnitTableVersionedReference |
getVmsUnitTableReference()
Gets the value of the vmsUnitTableReference property.
|
void |
setVmsUnitExtension(ExtensionType value)
Sets the value of the vmsUnitExtension property.
|
void |
setVmsUnitReference(VmsUnitRecordVersionedReference value)
Sets the value of the vmsUnitReference property.
|
void |
setVmsUnitTableReference(VmsUnitTableVersionedReference value)
Sets the value of the vmsUnitTableReference property.
|
getVmsSettingExtension, setVmsSettingExtension
protected VmsUnitTableVersionedReference vmsUnitTableReference
protected VmsUnitRecordVersionedReference vmsUnitReference
protected java.util.List<VmsUnitVmsIndexVms> vms
protected ExtensionType vmsUnitExtension
public VmsUnitTableVersionedReference getVmsUnitTableReference()
VmsUnitTableVersionedReference
public void setVmsUnitTableReference(VmsUnitTableVersionedReference value)
value
- allowed object is
VmsUnitTableVersionedReference
public VmsUnitRecordVersionedReference getVmsUnitReference()
VmsUnitRecordVersionedReference
public void setVmsUnitReference(VmsUnitRecordVersionedReference value)
value
- allowed object is
VmsUnitRecordVersionedReference
public java.util.List<VmsUnitVmsIndexVms> getVms()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the vms property.
For example, to add a new item, do as follows:
getVms().add(newItem);
Objects of the following type(s) are allowed in the list
VmsUnitVmsIndexVms
public ExtensionType getVmsUnitExtension()
ExtensionType
public void setVmsUnitExtension(ExtensionType value)
value
- allowed object is
ExtensionType