public class MeasurementSiteTable
extends java.lang.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 java.lang.String |
id |
protected java.util.List<MeasurementSiteRecord> |
measurementSiteRecords |
protected ExtensionType |
measurementSiteTableExtension |
protected java.lang.String |
measurementSiteTableIdentification |
protected java.lang.String |
version |
Constructor and Description |
---|
MeasurementSiteTable() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Gets the value of the id property.
|
java.util.List<MeasurementSiteRecord> |
getMeasurementSiteRecords()
Gets the value of the measurementSiteRecords property.
|
ExtensionType |
getMeasurementSiteTableExtension()
Gets the value of the measurementSiteTableExtension property.
|
java.lang.String |
getMeasurementSiteTableIdentification()
Gets the value of the measurementSiteTableIdentification property.
|
java.lang.String |
getVersion()
Gets the value of the version property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setMeasurementSiteTableExtension(ExtensionType value)
Sets the value of the measurementSiteTableExtension property.
|
void |
setMeasurementSiteTableIdentification(java.lang.String value)
Sets the value of the measurementSiteTableIdentification property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
protected java.lang.String measurementSiteTableIdentification
protected java.util.List<MeasurementSiteRecord> measurementSiteRecords
protected ExtensionType measurementSiteTableExtension
protected java.lang.String id
protected java.lang.String version
public java.lang.String getMeasurementSiteTableIdentification()
String
public void setMeasurementSiteTableIdentification(java.lang.String value)
value
- allowed object is
String
public java.util.List<MeasurementSiteRecord> getMeasurementSiteRecords()
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 measurementSiteRecords property.
For example, to add a new item, do as follows:
getMeasurementSiteRecords().add(newItem);
Objects of the following type(s) are allowed in the list
MeasurementSiteRecord
public ExtensionType getMeasurementSiteTableExtension()
ExtensionType
public void setMeasurementSiteTableExtension(ExtensionType value)
value
- allowed object is
ExtensionType
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getVersion()
String
public void setVersion(java.lang.String value)
value
- allowed object is
String