Class MeasurementSiteRecord

  • All Implemented Interfaces:
    Serializable

    public class MeasurementSiteRecord
    extends Object
    implements Serializable

    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="measurementSiteRecordVersion" type="{http://datex2.eu/schema/2_0RC1/2_0}NonNegativeInteger" minOccurs="0"/>
             <element name="measurementSiteRecordVersionTime" type="{http://datex2.eu/schema/2_0RC1/2_0}DateTime" minOccurs="0"/>
             <element name="computationMethod" type="{http://datex2.eu/schema/2_0RC1/2_0}ComputationMethodEnum" minOccurs="0"/>
             <element name="measurementEquipmentReference" type="{http://datex2.eu/schema/2_0RC1/2_0}String" minOccurs="0"/>
             <element name="measurementEquipmentTypeUsed" type="{http://datex2.eu/schema/2_0RC1/2_0}MultilingualString" minOccurs="0"/>
             <element name="measurementSiteName" type="{http://datex2.eu/schema/2_0RC1/2_0}MultilingualString" minOccurs="0"/>
             <element name="measurementSiteNumberOfLanes" type="{http://datex2.eu/schema/2_0RC1/2_0}NonNegativeInteger" minOccurs="0"/>
             <element name="measurementSiteIdentification" type="{http://datex2.eu/schema/2_0RC1/2_0}String" minOccurs="0"/>
             <element name="measurementSide" type="{http://datex2.eu/schema/2_0RC1/2_0}DirectionEnum" minOccurs="0"/>
             <element name="measurementSpecificCharacteristics" maxOccurs="unbounded">
               <complexType>
                 <complexContent>
                   <extension base="{http://datex2.eu/schema/2_0RC1/2_0}MeasurementSpecificCharacteristics">
                     <attribute name="index" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
                   </extension>
                 </complexContent>
               </complexType>
             </element>
             <element name="measurementSiteLocation" type="{http://datex2.eu/schema/2_0RC1/2_0}Location"/>
             <element name="measurementSiteRecordExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • MeasurementSiteRecord

        public MeasurementSiteRecord()
    • Method Detail

      • getMeasurementSiteRecordVersion

        public BigInteger getMeasurementSiteRecordVersion()
        Gets the value of the measurementSiteRecordVersion property.
        Returns:
        possible object is BigInteger
      • setMeasurementSiteRecordVersion

        public void setMeasurementSiteRecordVersion​(BigInteger value)
        Sets the value of the measurementSiteRecordVersion property.
        Parameters:
        value - allowed object is BigInteger
      • getMeasurementSiteRecordVersionTime

        public ZonedDateTime getMeasurementSiteRecordVersionTime()
        Gets the value of the measurementSiteRecordVersionTime property.
        Returns:
        possible object is String
      • setMeasurementSiteRecordVersionTime

        public void setMeasurementSiteRecordVersionTime​(ZonedDateTime value)
        Sets the value of the measurementSiteRecordVersionTime property.
        Parameters:
        value - allowed object is String
      • getMeasurementEquipmentReference

        public String getMeasurementEquipmentReference()
        Gets the value of the measurementEquipmentReference property.
        Returns:
        possible object is String
      • setMeasurementEquipmentReference

        public void setMeasurementEquipmentReference​(String value)
        Sets the value of the measurementEquipmentReference property.
        Parameters:
        value - allowed object is String
      • getMeasurementEquipmentTypeUsed

        public MultilingualString getMeasurementEquipmentTypeUsed()
        Gets the value of the measurementEquipmentTypeUsed property.
        Returns:
        possible object is MultilingualString
      • setMeasurementEquipmentTypeUsed

        public void setMeasurementEquipmentTypeUsed​(MultilingualString value)
        Sets the value of the measurementEquipmentTypeUsed property.
        Parameters:
        value - allowed object is MultilingualString
      • setMeasurementSiteName

        public void setMeasurementSiteName​(MultilingualString value)
        Sets the value of the measurementSiteName property.
        Parameters:
        value - allowed object is MultilingualString
      • getMeasurementSiteNumberOfLanes

        public BigInteger getMeasurementSiteNumberOfLanes()
        Gets the value of the measurementSiteNumberOfLanes property.
        Returns:
        possible object is BigInteger
      • setMeasurementSiteNumberOfLanes

        public void setMeasurementSiteNumberOfLanes​(BigInteger value)
        Sets the value of the measurementSiteNumberOfLanes property.
        Parameters:
        value - allowed object is BigInteger
      • getMeasurementSiteIdentification

        public String getMeasurementSiteIdentification()
        Gets the value of the measurementSiteIdentification property.
        Returns:
        possible object is String
      • setMeasurementSiteIdentification

        public void setMeasurementSiteIdentification​(String value)
        Sets the value of the measurementSiteIdentification property.
        Parameters:
        value - allowed object is String
      • getMeasurementSide

        public DirectionEnum getMeasurementSide()
        Gets the value of the measurementSide property.
        Returns:
        possible object is DirectionEnum
      • setMeasurementSide

        public void setMeasurementSide​(DirectionEnum value)
        Sets the value of the measurementSide property.
        Parameters:
        value - allowed object is DirectionEnum
      • getMeasurementSpecificCharacteristics

        public List<MeasurementSiteRecord.MeasurementSpecificCharacteristics> getMeasurementSpecificCharacteristics()
        Gets the value of the measurementSpecificCharacteristics property.

        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 Jakarta XML Binding 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 MeasurementSiteRecord.MeasurementSpecificCharacteristics

      • getMeasurementSiteLocation

        public Location getMeasurementSiteLocation()
        Gets the value of the measurementSiteLocation property.
        Returns:
        possible object is Location
      • setMeasurementSiteLocation

        public void setMeasurementSiteLocation​(Location value)
        Sets the value of the measurementSiteLocation property.
        Parameters:
        value - allowed object is Location
      • getMeasurementSiteRecordExtension

        public ExtensionType getMeasurementSiteRecordExtension()
        Gets the value of the measurementSiteRecordExtension property.
        Returns:
        possible object is ExtensionType
      • setMeasurementSiteRecordExtension

        public void setMeasurementSiteRecordExtension​(ExtensionType value)
        Sets the value of the measurementSiteRecordExtension property.
        Parameters:
        value - allowed object is ExtensionType
      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String