Class MeasurementSiteTablePublication

  • All Implemented Interfaces:
    Serializable

    public class MeasurementSiteTablePublication
    extends PayloadPublication
    implements Serializable

    Java class for MeasurementSiteTablePublication complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="MeasurementSiteTablePublication">
       <complexContent>
         <extension base="{http://datex2.eu/schema/2_0RC1/2_0}PayloadPublication">
           <sequence>
             <element name="headerInformation" type="{http://datex2.eu/schema/2_0RC1/2_0}HeaderInformation"/>
             <element name="measurementSiteTable" type="{http://datex2.eu/schema/2_0RC1/2_0}MeasurementSiteTable" maxOccurs="unbounded"/>
             <element name="measurementSiteTablePublicationExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • MeasurementSiteTablePublication

        public MeasurementSiteTablePublication()
    • Method Detail

      • setHeaderInformation

        public void setHeaderInformation​(HeaderInformation value)
        Sets the value of the headerInformation property.
        Parameters:
        value - allowed object is HeaderInformation
      • getMeasurementSiteTables

        public List<MeasurementSiteTable> getMeasurementSiteTables()
        Gets the value of the measurementSiteTables 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 measurementSiteTables property.

        For example, to add a new item, do as follows:

            getMeasurementSiteTables().add(newItem);
         

        Objects of the following type(s) are allowed in the list MeasurementSiteTable

      • getMeasurementSiteTablePublicationExtension

        public ExtensionType getMeasurementSiteTablePublicationExtension()
        Gets the value of the measurementSiteTablePublicationExtension property.
        Returns:
        possible object is ExtensionType
      • setMeasurementSiteTablePublicationExtension

        public void setMeasurementSiteTablePublicationExtension​(ExtensionType value)
        Sets the value of the measurementSiteTablePublicationExtension property.
        Parameters:
        value - allowed object is ExtensionType