public class WeatherScenarioResponse extends eu.limetri.ygg.api.ResponseMessage implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected List<WeatherScenarioType> |
weatherScenario |
| Constructor and Description |
|---|
WeatherScenarioResponse() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
List<WeatherScenarioType> |
getWeatherScenario()
Gets the value of the weatherScenario property.
|
boolean |
isSetWeatherScenario() |
String |
toString() |
void |
unsetWeatherScenario() |
WeatherScenarioResponse |
withWeatherScenario(Collection<WeatherScenarioType> values) |
WeatherScenarioResponse |
withWeatherScenario(WeatherScenarioType... values) |
protected List<WeatherScenarioType> weatherScenario
public List<WeatherScenarioType> getWeatherScenario()
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 weatherScenario property.
For example, to add a new item, do as follows:
getWeatherScenario().add(newItem);
Objects of the following type(s) are allowed in the list
WeatherScenarioType
public boolean isSetWeatherScenario()
public void unsetWeatherScenario()
public String toString()
toString in class eu.limetri.ygg.api.ResponseMessagepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class eu.limetri.ygg.api.ResponseMessagepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class eu.limetri.ygg.api.ResponseMessagepublic WeatherScenarioResponse withWeatherScenario(WeatherScenarioType... values)
public WeatherScenarioResponse withWeatherScenario(Collection<WeatherScenarioType> values)
Copyright © 2015. All Rights Reserved.