public class MeasurementSiteRecord extends 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="measurementSiteRecordVersionTime" type="{http://datex2.eu/schema/2/2_0}DateTime" minOccurs="0"/>
<element name="computationMethod" type="{http://datex2.eu/schema/2/2_0}ComputationMethodEnum" minOccurs="0"/>
<element name="measurementEquipmentReference" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/>
<element name="measurementEquipmentTypeUsed" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="measurementSiteName" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="measurementSiteNumberOfLanes" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="measurementSiteIdentification" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/>
<element name="measurementSide" type="{http://datex2.eu/schema/2/2_0}DirectionEnum" minOccurs="0"/>
<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 ComputationMethodEnum |
computationMethod |
protected String |
id |
protected String |
measurementEquipmentReference |
protected MultilingualString |
measurementEquipmentTypeUsed |
protected DirectionEnum |
measurementSide |
protected String |
measurementSiteIdentification |
protected GroupOfLocations |
measurementSiteLocation |
protected MultilingualString |
measurementSiteName |
protected Long |
measurementSiteNumberOfLanes |
protected ExtensionType |
measurementSiteRecordExtension |
protected Calendar |
measurementSiteRecordVersionTime |
protected List<MeasurementSiteRecordIndexMeasurementSpecificCharacteristics> |
measurementSpecificCharacteristics |
protected String |
version |
| Constructor and Description |
|---|
MeasurementSiteRecord() |
| Modifier and Type | Method and Description |
|---|---|
ComputationMethodEnum |
getComputationMethod()
Gets the value of the computationMethod property.
|
String |
getId()
Gets the value of the id property.
|
String |
getMeasurementEquipmentReference()
Gets the value of the measurementEquipmentReference property.
|
MultilingualString |
getMeasurementEquipmentTypeUsed()
Gets the value of the measurementEquipmentTypeUsed property.
|
DirectionEnum |
getMeasurementSide()
Gets the value of the measurementSide property.
|
String |
getMeasurementSiteIdentification()
Gets the value of the measurementSiteIdentification property.
|
GroupOfLocations |
getMeasurementSiteLocation()
Gets the value of the measurementSiteLocation property.
|
MultilingualString |
getMeasurementSiteName()
Gets the value of the measurementSiteName property.
|
Long |
getMeasurementSiteNumberOfLanes()
Gets the value of the measurementSiteNumberOfLanes property.
|
ExtensionType |
getMeasurementSiteRecordExtension()
Gets the value of the measurementSiteRecordExtension property.
|
Calendar |
getMeasurementSiteRecordVersionTime()
Gets the value of the measurementSiteRecordVersionTime property.
|
List<MeasurementSiteRecordIndexMeasurementSpecificCharacteristics> |
getMeasurementSpecificCharacteristics()
Gets the value of the measurementSpecificCharacteristics property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setComputationMethod(ComputationMethodEnum value)
Sets the value of the computationMethod property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMeasurementEquipmentReference(String value)
Sets the value of the measurementEquipmentReference property.
|
void |
setMeasurementEquipmentTypeUsed(MultilingualString value)
Sets the value of the measurementEquipmentTypeUsed property.
|
void |
setMeasurementSide(DirectionEnum value)
Sets the value of the measurementSide property.
|
void |
setMeasurementSiteIdentification(String value)
Sets the value of the measurementSiteIdentification property.
|
void |
setMeasurementSiteLocation(GroupOfLocations value)
Sets the value of the measurementSiteLocation property.
|
void |
setMeasurementSiteName(MultilingualString value)
Sets the value of the measurementSiteName property.
|
void |
setMeasurementSiteNumberOfLanes(Long value)
Sets the value of the measurementSiteNumberOfLanes property.
|
void |
setMeasurementSiteRecordExtension(ExtensionType value)
Sets the value of the measurementSiteRecordExtension property.
|
void |
setMeasurementSiteRecordVersionTime(Calendar value)
Sets the value of the measurementSiteRecordVersionTime property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected Calendar measurementSiteRecordVersionTime
protected ComputationMethodEnum computationMethod
protected String measurementEquipmentReference
protected MultilingualString measurementEquipmentTypeUsed
protected MultilingualString measurementSiteName
protected Long measurementSiteNumberOfLanes
protected String measurementSiteIdentification
protected DirectionEnum measurementSide
protected List<MeasurementSiteRecordIndexMeasurementSpecificCharacteristics> measurementSpecificCharacteristics
protected GroupOfLocations measurementSiteLocation
protected ExtensionType measurementSiteRecordExtension
protected String id
protected String version
public Calendar getMeasurementSiteRecordVersionTime()
Stringpublic void setMeasurementSiteRecordVersionTime(Calendar value)
value - allowed object is
Stringpublic ComputationMethodEnum getComputationMethod()
ComputationMethodEnumpublic void setComputationMethod(ComputationMethodEnum value)
value - allowed object is
ComputationMethodEnumpublic String getMeasurementEquipmentReference()
Stringpublic void setMeasurementEquipmentReference(String value)
value - allowed object is
Stringpublic MultilingualString getMeasurementEquipmentTypeUsed()
MultilingualStringpublic void setMeasurementEquipmentTypeUsed(MultilingualString value)
value - allowed object is
MultilingualStringpublic MultilingualString getMeasurementSiteName()
MultilingualStringpublic void setMeasurementSiteName(MultilingualString value)
value - allowed object is
MultilingualStringpublic Long getMeasurementSiteNumberOfLanes()
Stringpublic void setMeasurementSiteNumberOfLanes(Long value)
value - allowed object is
Stringpublic String getMeasurementSiteIdentification()
Stringpublic void setMeasurementSiteIdentification(String value)
value - allowed object is
Stringpublic DirectionEnum getMeasurementSide()
DirectionEnumpublic void setMeasurementSide(DirectionEnum value)
value - allowed object is
DirectionEnumpublic 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()
GroupOfLocationspublic void setMeasurementSiteLocation(GroupOfLocations value)
value - allowed object is
GroupOfLocationspublic ExtensionType getMeasurementSiteRecordExtension()
ExtensionTypepublic void setMeasurementSiteRecordExtension(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.