public class VmsUnitTable extends 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 String |
id |
protected String |
version |
protected List<VmsUnitRecord> |
vmsUnitRecord |
protected ExtensionType |
vmsUnitTableExtension |
protected String |
vmsUnitTableIdentification |
| Constructor and Description |
|---|
VmsUnitTable() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
String |
getVersion()
Gets the value of the version property.
|
List<VmsUnitRecord> |
getVmsUnitRecord()
Gets the value of the vmsUnitRecord property.
|
ExtensionType |
getVmsUnitTableExtension()
Gets the value of the vmsUnitTableExtension property.
|
String |
getVmsUnitTableIdentification()
Gets the value of the vmsUnitTableIdentification property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
void |
setVmsUnitTableExtension(ExtensionType value)
Sets the value of the vmsUnitTableExtension property.
|
void |
setVmsUnitTableIdentification(String value)
Sets the value of the vmsUnitTableIdentification property.
|
protected String vmsUnitTableIdentification
protected List<VmsUnitRecord> vmsUnitRecord
protected ExtensionType vmsUnitTableExtension
protected String id
protected String version
public String getVmsUnitTableIdentification()
Stringpublic void setVmsUnitTableIdentification(String value)
value - allowed object is
Stringpublic List<VmsUnitRecord> getVmsUnitRecord()
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 vmsUnitRecord property.
For example, to add a new item, do as follows:
getVmsUnitRecord().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 void setId(String value)
value - allowed object is
Stringpublic String getVersion()
StringCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.