java.lang.Object
sk.iway.iwcm.components.weather.met.no.generated.Weatherdata

public class Weatherdata extends Object
Schema to be used for presenting weather parameters for specific locations.

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="meta" type="{}metaType" minOccurs="0"/>
         <element name="product" type="{}productType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="created" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Weatherdata

      public Weatherdata()
  • Method Details

    • getMeta

      public MetaType getMeta()
      Gets the value of the meta property.
      Returns:
      possible object is MetaType
    • setMeta

      public void setMeta(MetaType value)
      Sets the value of the meta property.
      Parameters:
      value - allowed object is MetaType
    • getProduct

      public List<ProductType> getProduct()
      Gets the value of the product 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 product property.

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

          getProduct().add(newItem);
       

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

    • getCreated

      public XMLGregorianCalendar getCreated()
      Gets the value of the created property.
      Returns:
      possible object is XMLGregorianCalendar
    • setCreated

      public void setCreated(XMLGregorianCalendar value)
      Sets the value of the created property.
      Parameters:
      value - allowed object is XMLGregorianCalendar