public class MeasurementSiteRecord
extends java.lang.Object
Java class for MeasurementSiteRecord complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MeasurementSiteRecord"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="measurementSpecificCharacteristics" type="{http://datex2.eu/schema/2/2_0}_MeasurementSiteRecordIndexMeasurementSpecificCharacteristics" maxOccurs="unbounded" minOccurs="0"/> <element name="measurementSiteLocation" type="{http://datex2.eu/schema/2/2_0}GroupOfLocations"/> <element name="measurementSiteRecordExtension" 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 GroupOfLocations |
measurementSiteLocation |
protected ExtensionType |
measurementSiteRecordExtension |
protected java.util.List<MeasurementSiteRecordIndexMeasurementSpecificCharacteristics> |
measurementSpecificCharacteristics |
protected java.lang.String |
version |
Constructor and Description |
---|
MeasurementSiteRecord() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Gets the value of the id property.
|
GroupOfLocations |
getMeasurementSiteLocation()
Gets the value of the measurementSiteLocation property.
|
ExtensionType |
getMeasurementSiteRecordExtension()
Gets the value of the measurementSiteRecordExtension property.
|
java.util.List<MeasurementSiteRecordIndexMeasurementSpecificCharacteristics> |
getMeasurementSpecificCharacteristics()
Gets the value of the measurementSpecificCharacteristics 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 |
setMeasurementSiteLocation(GroupOfLocations value)
Sets the value of the measurementSiteLocation property.
|
void |
setMeasurementSiteRecordExtension(ExtensionType value)
Sets the value of the measurementSiteRecordExtension property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
protected java.util.List<MeasurementSiteRecordIndexMeasurementSpecificCharacteristics> measurementSpecificCharacteristics
protected GroupOfLocations measurementSiteLocation
protected ExtensionType measurementSiteRecordExtension
protected java.lang.String id
protected java.lang.String version
public java.util.List<MeasurementSiteRecordIndexMeasurementSpecificCharacteristics> getMeasurementSpecificCharacteristics()
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 measurementSpecificCharacteristics property.
For example, to add a new item, do as follows:
getMeasurementSpecificCharacteristics().add(newItem);
Objects of the following type(s) are allowed in the list
MeasurementSiteRecordIndexMeasurementSpecificCharacteristics
public GroupOfLocations getMeasurementSiteLocation()
GroupOfLocations
public void setMeasurementSiteLocation(GroupOfLocations value)
value
- allowed object is
GroupOfLocations
public ExtensionType getMeasurementSiteRecordExtension()
ExtensionType
public void setMeasurementSiteRecordExtension(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