public class VmsUnitRecord
extends java.lang.Object
Java class for VmsUnitRecord complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmsUnitRecord">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="numberOfVms" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="vmsRecord" type="{http://datex2.eu/schema/2/2_0}_VmsUnitRecordVmsIndexVmsRecord" maxOccurs="unbounded" minOccurs="0"/>
<element name="vmsUnitRecordExtension" 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.math.BigInteger |
numberOfVms |
protected java.lang.String |
version |
protected java.util.List<VmsUnitRecordVmsIndexVmsRecord> |
vmsRecords |
protected ExtensionType |
vmsUnitRecordExtension |
| Constructor and Description |
|---|
VmsUnitRecord() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Gets the value of the id property.
|
java.math.BigInteger |
getNumberOfVms()
Gets the value of the numberOfVms property.
|
java.lang.String |
getVersion()
Gets the value of the version property.
|
java.util.List<VmsUnitRecordVmsIndexVmsRecord> |
getVmsRecords()
Gets the value of the vmsRecords property.
|
ExtensionType |
getVmsUnitRecordExtension()
Gets the value of the vmsUnitRecordExtension property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setNumberOfVms(java.math.BigInteger value)
Sets the value of the numberOfVms property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
void |
setVmsUnitRecordExtension(ExtensionType value)
Sets the value of the vmsUnitRecordExtension property.
|
protected java.math.BigInteger numberOfVms
protected java.util.List<VmsUnitRecordVmsIndexVmsRecord> vmsRecords
protected ExtensionType vmsUnitRecordExtension
protected java.lang.String id
protected java.lang.String version
public java.math.BigInteger getNumberOfVms()
BigIntegerpublic void setNumberOfVms(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.util.List<VmsUnitRecordVmsIndexVmsRecord> getVmsRecords()
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 vmsRecords property.
For example, to add a new item, do as follows:
getVmsRecords().add(newItem);
Objects of the following type(s) are allowed in the list
VmsUnitRecordVmsIndexVmsRecord
public ExtensionType getVmsUnitRecordExtension()
ExtensionTypepublic void setVmsUnitRecordExtension(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