public class WeatherScenarioSimpleResponseMessage extends eu.limetri.ygg.api.ResponseMessage implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para anonymous complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType>
<complexContent>
<extension base="{http://www.limetri.eu/schemas/ygg}ResponseMessage">
<sequence>
<element name="latitude" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="longitude" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="startTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="endTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="weatherVariable" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
<element name="blockSeparator" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="decimalSeparator" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="tokenSeparator" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="values" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
blockSeparator |
protected String |
decimalSeparator |
protected Calendar |
endTime |
protected double |
latitude |
protected double |
longitude |
protected Calendar |
startTime |
protected String |
tokenSeparator |
protected String |
values |
protected List<String> |
weatherVariable |
| Constructor and Description |
|---|
WeatherScenarioSimpleResponseMessage() |
| 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) |
String |
getBlockSeparator()
Obtiene el valor de la propiedad blockSeparator.
|
String |
getDecimalSeparator()
Obtiene el valor de la propiedad decimalSeparator.
|
Calendar |
getEndTime()
Obtiene el valor de la propiedad endTime.
|
double |
getLatitude()
Obtiene el valor de la propiedad latitude.
|
double |
getLongitude()
Obtiene el valor de la propiedad longitude.
|
Calendar |
getStartTime()
Obtiene el valor de la propiedad startTime.
|
String |
getTokenSeparator()
Obtiene el valor de la propiedad tokenSeparator.
|
String |
getValues()
Obtiene el valor de la propiedad values.
|
List<String> |
getWeatherVariable()
Gets the value of the weatherVariable property.
|
boolean |
isSetBlockSeparator() |
boolean |
isSetDecimalSeparator() |
boolean |
isSetEndTime() |
boolean |
isSetLatitude() |
boolean |
isSetLongitude() |
boolean |
isSetStartTime() |
boolean |
isSetTokenSeparator() |
boolean |
isSetValues() |
boolean |
isSetWeatherVariable() |
void |
setBlockSeparator(String value)
Define el valor de la propiedad blockSeparator.
|
void |
setDecimalSeparator(String value)
Define el valor de la propiedad decimalSeparator.
|
void |
setEndTime(Calendar value)
Define el valor de la propiedad endTime.
|
void |
setLatitude(double value)
Define el valor de la propiedad latitude.
|
void |
setLongitude(double value)
Define el valor de la propiedad longitude.
|
void |
setStartTime(Calendar value)
Define el valor de la propiedad startTime.
|
void |
setTokenSeparator(String value)
Define el valor de la propiedad tokenSeparator.
|
void |
setValues(String value)
Define el valor de la propiedad values.
|
String |
toString() |
void |
unsetWeatherVariable() |
WeatherScenarioSimpleResponseMessage |
withBlockSeparator(String value) |
WeatherScenarioSimpleResponseMessage |
withDecimalSeparator(String value) |
WeatherScenarioSimpleResponseMessage |
withEndTime(Calendar value) |
WeatherScenarioSimpleResponseMessage |
withLatitude(double value) |
WeatherScenarioSimpleResponseMessage |
withLongitude(double value) |
WeatherScenarioSimpleResponseMessage |
withStartTime(Calendar value) |
WeatherScenarioSimpleResponseMessage |
withTokenSeparator(String value) |
WeatherScenarioSimpleResponseMessage |
withValues(String value) |
WeatherScenarioSimpleResponseMessage |
withWeatherVariable(Collection<String> values) |
WeatherScenarioSimpleResponseMessage |
withWeatherVariable(String... values) |
protected double latitude
protected double longitude
protected Calendar startTime
protected Calendar endTime
protected String blockSeparator
protected String decimalSeparator
protected String tokenSeparator
protected String values
public WeatherScenarioSimpleResponseMessage()
public double getLatitude()
public void setLatitude(double value)
public boolean isSetLatitude()
public double getLongitude()
public void setLongitude(double value)
public boolean isSetLongitude()
public Calendar getStartTime()
Stringpublic void setStartTime(Calendar value)
value - allowed object is
Stringpublic boolean isSetStartTime()
public Calendar getEndTime()
Stringpublic void setEndTime(Calendar value)
value - allowed object is
Stringpublic boolean isSetEndTime()
public List<String> getWeatherVariable()
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 weatherVariable property.
For example, to add a new item, do as follows:
getWeatherVariable().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetWeatherVariable()
public void unsetWeatherVariable()
public String getBlockSeparator()
Stringpublic void setBlockSeparator(String value)
value - allowed object is
Stringpublic boolean isSetBlockSeparator()
public String getDecimalSeparator()
Stringpublic void setDecimalSeparator(String value)
value - allowed object is
Stringpublic boolean isSetDecimalSeparator()
public String getTokenSeparator()
Stringpublic void setTokenSeparator(String value)
value - allowed object is
Stringpublic boolean isSetTokenSeparator()
public String getValues()
Stringpublic void setValues(String value)
value - allowed object is
Stringpublic boolean isSetValues()
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 WeatherScenarioSimpleResponseMessage withLatitude(double value)
public WeatherScenarioSimpleResponseMessage withLongitude(double value)
public WeatherScenarioSimpleResponseMessage withStartTime(Calendar value)
public WeatherScenarioSimpleResponseMessage withEndTime(Calendar value)
public WeatherScenarioSimpleResponseMessage withWeatherVariable(String... values)
public WeatherScenarioSimpleResponseMessage withWeatherVariable(Collection<String> values)
public WeatherScenarioSimpleResponseMessage withBlockSeparator(String value)
public WeatherScenarioSimpleResponseMessage withDecimalSeparator(String value)
public WeatherScenarioSimpleResponseMessage withTokenSeparator(String value)
public WeatherScenarioSimpleResponseMessage withValues(String value)
Copyright © 2015. All Rights Reserved.