public interface WeatherForecasts
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
WeatherForecasts.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
float |
getAllocationFactor()
Gets the "AllocationFactor" element
|
String |
getFipsCode()
Gets the "FipsCode" element
|
float |
getLatitude()
Gets the "Latitude" element
|
float |
getLongitude()
Gets the "Longitude" element
|
String |
getPlaceName()
Gets the "PlaceName" element
|
String |
getStateCode()
Gets the "StateCode" element
|
String |
getStatus()
Gets the "Status" element
|
boolean |
isSetFipsCode()
True if has "FipsCode" element
|
boolean |
isSetPlaceName()
True if has "PlaceName" element
|
boolean |
isSetStateCode()
True if has "StateCode" element
|
boolean |
isSetStatus()
True if has "Status" element
|
void |
setAllocationFactor(float allocationFactor)
Sets the "AllocationFactor" element
|
void |
setFipsCode(String fipsCode)
Sets the "FipsCode" element
|
void |
setLatitude(float latitude)
Sets the "Latitude" element
|
void |
setLongitude(float longitude)
Sets the "Longitude" element
|
void |
setPlaceName(String placeName)
Sets the "PlaceName" element
|
void |
setStateCode(String stateCode)
Sets the "StateCode" element
|
void |
setStatus(String status)
Sets the "Status" element
|
void |
unsetFipsCode()
Unsets the "FipsCode" element
|
void |
unsetPlaceName()
Unsets the "PlaceName" element
|
void |
unsetStateCode()
Unsets the "StateCode" element
|
void |
unsetStatus()
Unsets the "Status" element
|
org.apache.xmlbeans.XmlFloat |
xgetAllocationFactor()
Gets (as xml) the "AllocationFactor" element
|
org.apache.xmlbeans.XmlString |
xgetFipsCode()
Gets (as xml) the "FipsCode" element
|
org.apache.xmlbeans.XmlFloat |
xgetLatitude()
Gets (as xml) the "Latitude" element
|
org.apache.xmlbeans.XmlFloat |
xgetLongitude()
Gets (as xml) the "Longitude" element
|
org.apache.xmlbeans.XmlString |
xgetPlaceName()
Gets (as xml) the "PlaceName" element
|
org.apache.xmlbeans.XmlString |
xgetStateCode()
Gets (as xml) the "StateCode" element
|
org.apache.xmlbeans.XmlString |
xgetStatus()
Gets (as xml) the "Status" element
|
void |
xsetAllocationFactor(org.apache.xmlbeans.XmlFloat allocationFactor)
Sets (as xml) the "AllocationFactor" element
|
void |
xsetFipsCode(org.apache.xmlbeans.XmlString fipsCode)
Sets (as xml) the "FipsCode" element
|
void |
xsetLatitude(org.apache.xmlbeans.XmlFloat latitude)
Sets (as xml) the "Latitude" element
|
void |
xsetLongitude(org.apache.xmlbeans.XmlFloat longitude)
Sets (as xml) the "Longitude" element
|
void |
xsetPlaceName(org.apache.xmlbeans.XmlString placeName)
Sets (as xml) the "PlaceName" element
|
void |
xsetStateCode(org.apache.xmlbeans.XmlString stateCode)
Sets (as xml) the "StateCode" element
|
void |
xsetStatus(org.apache.xmlbeans.XmlString status)
Sets (as xml) the "Status" element
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
float getLatitude()
org.apache.xmlbeans.XmlFloat xgetLatitude()
void setLatitude(float latitude)
void xsetLatitude(org.apache.xmlbeans.XmlFloat latitude)
float getLongitude()
org.apache.xmlbeans.XmlFloat xgetLongitude()
void setLongitude(float longitude)
void xsetLongitude(org.apache.xmlbeans.XmlFloat longitude)
float getAllocationFactor()
org.apache.xmlbeans.XmlFloat xgetAllocationFactor()
void setAllocationFactor(float allocationFactor)
void xsetAllocationFactor(org.apache.xmlbeans.XmlFloat allocationFactor)
String getFipsCode()
org.apache.xmlbeans.XmlString xgetFipsCode()
boolean isSetFipsCode()
void setFipsCode(String fipsCode)
void xsetFipsCode(org.apache.xmlbeans.XmlString fipsCode)
void unsetFipsCode()
String getPlaceName()
org.apache.xmlbeans.XmlString xgetPlaceName()
boolean isSetPlaceName()
void setPlaceName(String placeName)
void xsetPlaceName(org.apache.xmlbeans.XmlString placeName)
void unsetPlaceName()
String getStateCode()
org.apache.xmlbeans.XmlString xgetStateCode()
boolean isSetStateCode()
void setStateCode(String stateCode)
void xsetStateCode(org.apache.xmlbeans.XmlString stateCode)
void unsetStateCode()
String getStatus()
org.apache.xmlbeans.XmlString xgetStatus()
boolean isSetStatus()
void setStatus(String status)
void xsetStatus(org.apache.xmlbeans.XmlString status)
void unsetStatus()
Copyright © 2005-2014 dozer. All Rights Reserved.