Class ElaboratedDataPublication

  • All Implemented Interfaces:
    Serializable

    public class ElaboratedDataPublication
    extends PayloadPublication
    implements Serializable
    A publication containing one or more elaborated data sets.

    Java class for ElaboratedDataPublication complex type.

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

     <complexType name="ElaboratedDataPublication">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}PayloadPublication">
           <sequence>
             <element name="forecastDefault" type="{http://datex2.eu/schema/1_0/1_0}Boolean" minOccurs="0"/>
             <element name="periodDefault" type="{http://datex2.eu/schema/1_0/1_0}Seconds" minOccurs="0"/>
             <element name="timeDefault" type="{http://datex2.eu/schema/1_0/1_0}DateTime" minOccurs="0"/>
             <element name="headerInformation" type="{http://datex2.eu/schema/1_0/1_0}HeaderInformation"/>
             <element name="referenceSettings" type="{http://datex2.eu/schema/1_0/1_0}ReferenceSettings" minOccurs="0"/>
             <element name="elaboratedData" type="{http://datex2.eu/schema/1_0/1_0}ElaboratedData" maxOccurs="unbounded"/>
             <element name="elaboratedDataPublicationExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ElaboratedDataPublication

        public ElaboratedDataPublication()
    • Method Detail

      • isForecastDefault

        public Boolean isForecastDefault()
        Gets the value of the forecastDefault property.
        Returns:
        possible object is Boolean
      • setForecastDefault

        public void setForecastDefault​(Boolean value)
        Sets the value of the forecastDefault property.
        Parameters:
        value - allowed object is Boolean
      • getPeriodDefault

        public Float getPeriodDefault()
        Gets the value of the periodDefault property.
        Returns:
        possible object is Float
      • setPeriodDefault

        public void setPeriodDefault​(Float value)
        Sets the value of the periodDefault property.
        Parameters:
        value - allowed object is Float
      • getTimeDefault

        public DateTime getTimeDefault()
        Gets the value of the timeDefault property.
        Returns:
        possible object is DateTime
      • setTimeDefault

        public void setTimeDefault​(DateTime value)
        Sets the value of the timeDefault property.
        Parameters:
        value - allowed object is DateTime
      • setHeaderInformation

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

        public void setReferenceSettings​(ReferenceSettings value)
        Sets the value of the referenceSettings property.
        Parameters:
        value - allowed object is ReferenceSettings
      • getElaboratedDatas

        public List<ElaboratedData> getElaboratedDatas()
        Gets the value of the elaboratedDatas 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 elaboratedDatas property.

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

            getElaboratedDatas().add(newItem);
         

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

      • getElaboratedDataPublicationExtension

        public ExtensionType getElaboratedDataPublicationExtension()
        Gets the value of the elaboratedDataPublicationExtension property.
        Returns:
        possible object is ExtensionType
      • setElaboratedDataPublicationExtension

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