Class Weatherdata
java.lang.Object
sk.iway.iwcm.components.weather.met.no.generated.Weatherdata
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 Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendar
protected MetaType
protected List<ProductType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the created property.getMeta()
Gets the value of the meta property.Gets the value of the product property.void
setCreated
(XMLGregorianCalendar value) Sets the value of the created property.void
Sets the value of the meta property.
-
Field Details
-
meta
-
product
-
created
-
-
Constructor Details
-
Weatherdata
public Weatherdata()
-
-
Method Details
-
getMeta
Gets the value of the meta property.- Returns:
- possible object is
MetaType
-
setMeta
Sets the value of the meta property.- Parameters:
value
- allowed object isMetaType
-
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
Gets the value of the created property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreated
Sets the value of the created property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-