public class VmsUnitTable
extends java.lang.Object
Java class for VmsUnitTable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmsUnitTable">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="vmsUnitTableIdentification" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/>
<element name="vmsUnitRecord" type="{http://datex2.eu/schema/2/2_0}VmsUnitRecord" maxOccurs="unbounded"/>
<element name="vmsUnitTableExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
id |
protected java.lang.String |
version |
protected java.util.List<VmsUnitRecord> |
vmsUnitRecords |
protected ExtensionType |
vmsUnitTableExtension |
protected java.lang.String |
vmsUnitTableIdentification |
| Constructor and Description |
|---|
VmsUnitTable() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getVersion()
Gets the value of the version property.
|
java.util.List<VmsUnitRecord> |
getVmsUnitRecords()
Gets the value of the vmsUnitRecords property.
|
ExtensionType |
getVmsUnitTableExtension()
Gets the value of the vmsUnitTableExtension property.
|
java.lang.String |
getVmsUnitTableIdentification()
Gets the value of the vmsUnitTableIdentification property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
void |
setVmsUnitTableExtension(ExtensionType value)
Sets the value of the vmsUnitTableExtension property.
|
void |
setVmsUnitTableIdentification(java.lang.String value)
Sets the value of the vmsUnitTableIdentification property.
|
protected java.lang.String vmsUnitTableIdentification
protected java.util.List<VmsUnitRecord> vmsUnitRecords
protected ExtensionType vmsUnitTableExtension
protected java.lang.String id
protected java.lang.String version
public java.lang.String getVmsUnitTableIdentification()
Stringpublic void setVmsUnitTableIdentification(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<VmsUnitRecord> getVmsUnitRecords()
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 vmsUnitRecords property.
For example, to add a new item, do as follows:
getVmsUnitRecords().add(newItem);
Objects of the following type(s) are allowed in the list
VmsUnitRecord
public ExtensionType getVmsUnitTableExtension()
ExtensionTypepublic void setVmsUnitTableExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
String