public class VmsUnitRecord extends 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="vmsUnitIdentifier" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/>
<element name="vmsUnitIPAddress" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/>
<element name="vmsUnitElectronicAddress" type="{http://datex2.eu/schema/2/2_0}String" 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 String |
id |
protected Long |
numberOfVms |
protected String |
version |
protected List<VmsUnitRecordVmsIndexVmsRecord> |
vmsRecord |
protected String |
vmsUnitElectronicAddress |
protected String |
vmsUnitIdentifier |
protected String |
vmsUnitIPAddress |
protected ExtensionType |
vmsUnitRecordExtension |
| Constructor and Description |
|---|
VmsUnitRecord() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
Long |
getNumberOfVms()
Gets the value of the numberOfVms property.
|
String |
getVersion()
Gets the value of the version property.
|
List<VmsUnitRecordVmsIndexVmsRecord> |
getVmsRecord()
Gets the value of the vmsRecord property.
|
String |
getVmsUnitElectronicAddress()
Gets the value of the vmsUnitElectronicAddress property.
|
String |
getVmsUnitIdentifier()
Gets the value of the vmsUnitIdentifier property.
|
String |
getVmsUnitIPAddress()
Gets the value of the vmsUnitIPAddress property.
|
ExtensionType |
getVmsUnitRecordExtension()
Gets the value of the vmsUnitRecordExtension property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setNumberOfVms(Long value)
Sets the value of the numberOfVms property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
void |
setVmsUnitElectronicAddress(String value)
Sets the value of the vmsUnitElectronicAddress property.
|
void |
setVmsUnitIdentifier(String value)
Sets the value of the vmsUnitIdentifier property.
|
void |
setVmsUnitIPAddress(String value)
Sets the value of the vmsUnitIPAddress property.
|
void |
setVmsUnitRecordExtension(ExtensionType value)
Sets the value of the vmsUnitRecordExtension property.
|
protected Long numberOfVms
protected String vmsUnitIdentifier
protected String vmsUnitIPAddress
protected String vmsUnitElectronicAddress
protected List<VmsUnitRecordVmsIndexVmsRecord> vmsRecord
protected ExtensionType vmsUnitRecordExtension
protected String id
protected String version
public Long getNumberOfVms()
Stringpublic void setNumberOfVms(Long value)
value - allowed object is
Stringpublic String getVmsUnitIdentifier()
Stringpublic void setVmsUnitIdentifier(String value)
value - allowed object is
Stringpublic String getVmsUnitIPAddress()
Stringpublic void setVmsUnitIPAddress(String value)
value - allowed object is
Stringpublic String getVmsUnitElectronicAddress()
Stringpublic void setVmsUnitElectronicAddress(String value)
value - allowed object is
Stringpublic List<VmsUnitRecordVmsIndexVmsRecord> getVmsRecord()
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 vmsRecord property.
For example, to add a new item, do as follows:
getVmsRecord().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 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.