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="vmsUnitFault" type="{http://datex2.eu/schema/2/2_0}VmsUnitFault" 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 List<VmsUnitVmsIndexVms> |
vms |
protected ExtensionType |
vmsUnitExtension |
protected List<VmsUnitFault> |
vmsUnitFault |
protected VmsUnitRecordVersionedReference |
vmsUnitReference |
protected VmsUnitTableVersionedReference |
vmsUnitTableReference |
vmsSettingExtension| Constructor and Description |
|---|
VmsUnit() |
| Modifier and Type | Method and Description |
|---|---|
List<VmsUnitVmsIndexVms> |
getVms()
Gets the value of the vms property.
|
ExtensionType |
getVmsUnitExtension()
Gets the value of the vmsUnitExtension property.
|
List<VmsUnitFault> |
getVmsUnitFault()
Gets the value of the vmsUnitFault 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, setVmsSettingExtensionprotected VmsUnitTableVersionedReference vmsUnitTableReference
protected VmsUnitRecordVersionedReference vmsUnitReference
protected List<VmsUnitVmsIndexVms> vms
protected List<VmsUnitFault> vmsUnitFault
protected ExtensionType vmsUnitExtension
public VmsUnitTableVersionedReference getVmsUnitTableReference()
VmsUnitTableVersionedReferencepublic void setVmsUnitTableReference(VmsUnitTableVersionedReference value)
value - allowed object is
VmsUnitTableVersionedReferencepublic VmsUnitRecordVersionedReference getVmsUnitReference()
VmsUnitRecordVersionedReferencepublic void setVmsUnitReference(VmsUnitRecordVersionedReference value)
value - allowed object is
VmsUnitRecordVersionedReferencepublic 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 List<VmsUnitFault> getVmsUnitFault()
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 vmsUnitFault property.
For example, to add a new item, do as follows:
getVmsUnitFault().add(newItem);
Objects of the following type(s) are allowed in the list
VmsUnitFault
public ExtensionType getVmsUnitExtension()
ExtensionTypepublic void setVmsUnitExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.