Class MeasurementSiteRecord

  • All Implemented Interfaces:
    Serializable

    public class MeasurementSiteRecord
    extends Object
    implements Serializable
    An identifiable single measurement site entry/record in the Measurement Site table.

    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="computationMethod" type="{http://datex2.eu/schema/1_0/1_0}ComputationMethodEnum" minOccurs="0"/>
             <element name="measurementEquipmentReference" type="{http://datex2.eu/schema/1_0/1_0}String" minOccurs="0"/>
             <element name="measurementEquipmentTypeUsed" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="value" maxOccurs="unbounded">
                         <complexType>
                           <simpleContent>
                             <extension base="<http://datex2.eu/schema/1_0/1_0>MultiLingualString">
                               <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" />
                             </extension>
                           </simpleContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="measurementSiteName" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="value" maxOccurs="unbounded">
                         <complexType>
                           <simpleContent>
                             <extension base="<http://datex2.eu/schema/1_0/1_0>MultiLingualString">
                               <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" />
                             </extension>
                           </simpleContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="measurementSiteNumberOfLanes" type="{http://datex2.eu/schema/1_0/1_0}NonNegativeInteger" minOccurs="0"/>
             <element name="measurementSiteReference" type="{http://datex2.eu/schema/1_0/1_0}String" minOccurs="0"/>
             <element name="measurementSide" type="{http://datex2.eu/schema/1_0/1_0}DirectionEnum" minOccurs="0"/>
             <element name="measurementSpecificCharacteristics" maxOccurs="unbounded">
               <complexType>
                 <complexContent>
                   <extension base="{http://datex2.eu/schema/1_0/1_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/1_0/1_0}Location"/>
             <element name="measurementSiteRecordExtension" type="{http://datex2.eu/schema/1_0/1_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

      • 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
      • 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
      • getMeasurementSiteReference

        public String getMeasurementSiteReference()
        Gets the value of the measurementSiteReference property.
        Returns:
        possible object is String
      • setMeasurementSiteReference

        public void setMeasurementSiteReference​(String value)
        Sets the value of the measurementSiteReference 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 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 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