public class MeasurementSiteTable extends Object
Java class for MeasurementSiteTable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MeasurementSiteTable">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="measurementSiteTableIdentification" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/>
<element name="measurementSiteRecord" type="{http://datex2.eu/schema/2/2_0}MeasurementSiteRecord" maxOccurs="unbounded"/>
<element name="measurementSiteTableExtension" 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 List<MeasurementSiteRecord> |
measurementSiteRecord |
protected ExtensionType |
measurementSiteTableExtension |
protected String |
measurementSiteTableIdentification |
protected String |
version |
| Constructor and Description |
|---|
MeasurementSiteTable() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
List<MeasurementSiteRecord> |
getMeasurementSiteRecord()
Gets the value of the measurementSiteRecord property.
|
ExtensionType |
getMeasurementSiteTableExtension()
Gets the value of the measurementSiteTableExtension property.
|
String |
getMeasurementSiteTableIdentification()
Gets the value of the measurementSiteTableIdentification property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMeasurementSiteTableExtension(ExtensionType value)
Sets the value of the measurementSiteTableExtension property.
|
void |
setMeasurementSiteTableIdentification(String value)
Sets the value of the measurementSiteTableIdentification property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String measurementSiteTableIdentification
protected List<MeasurementSiteRecord> measurementSiteRecord
protected ExtensionType measurementSiteTableExtension
protected String id
protected String version
public String getMeasurementSiteTableIdentification()
Stringpublic void setMeasurementSiteTableIdentification(String value)
value - allowed object is
Stringpublic List<MeasurementSiteRecord> getMeasurementSiteRecord()
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 measurementSiteRecord property.
For example, to add a new item, do as follows:
getMeasurementSiteRecord().add(newItem);
Objects of the following type(s) are allowed in the list
MeasurementSiteRecord
public ExtensionType getMeasurementSiteTableExtension()
ExtensionTypepublic void setMeasurementSiteTableExtension(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.