Class ElaboratedData

  • All Implemented Interfaces:
    Serializable

    public class ElaboratedData
    extends Object
    implements Serializable

    Java class for ElaboratedData complex type.

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

     <complexType name="ElaboratedData">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="forecast" type="{http://datex2.eu/schema/2_0RC1/2_0}Boolean" minOccurs="0"/>
             <element name="source" type="{http://datex2.eu/schema/2_0RC1/2_0}Source" minOccurs="0"/>
             <element name="validity" type="{http://datex2.eu/schema/2_0RC1/2_0}Validity" minOccurs="0"/>
             <element name="basicDataValue" type="{http://datex2.eu/schema/2_0RC1/2_0}BasicDataValue"/>
             <element name="elaboratedDataExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ElaboratedData

        public ElaboratedData()
    • Method Detail

      • isForecast

        public Boolean isForecast()
        Gets the value of the forecast property.
        Returns:
        possible object is Boolean
      • setForecast

        public void setForecast​(Boolean value)
        Sets the value of the forecast property.
        Parameters:
        value - allowed object is Boolean
      • getSource

        public Source getSource()
        Gets the value of the source property.
        Returns:
        possible object is Source
      • setSource

        public void setSource​(Source value)
        Sets the value of the source property.
        Parameters:
        value - allowed object is Source
      • getValidity

        public Validity getValidity()
        Gets the value of the validity property.
        Returns:
        possible object is Validity
      • setValidity

        public void setValidity​(Validity value)
        Sets the value of the validity property.
        Parameters:
        value - allowed object is Validity
      • getBasicDataValue

        public BasicDataValue getBasicDataValue()
        Gets the value of the basicDataValue property.
        Returns:
        possible object is BasicDataValue
      • setBasicDataValue

        public void setBasicDataValue​(BasicDataValue value)
        Sets the value of the basicDataValue property.
        Parameters:
        value - allowed object is BasicDataValue
      • getElaboratedDataExtension

        public ExtensionType getElaboratedDataExtension()
        Gets the value of the elaboratedDataExtension property.
        Returns:
        possible object is ExtensionType
      • setElaboratedDataExtension

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