|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface BoundingBoxDocument.BoundingBox
An XML BoundingBox(@http://www.opengis.net/wms). This is a complex type.
Nested Class Summary | |
---|---|
static class |
BoundingBoxDocument.BoundingBox.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
String |
getCRS()
Gets the "CRS" attribute |
double |
getMaxx()
Gets the "maxx" attribute |
double |
getMaxy()
Gets the "maxy" attribute |
double |
getMinx()
Gets the "minx" attribute |
double |
getMiny()
Gets the "miny" attribute |
double |
getResx()
Gets the "resx" attribute |
double |
getResy()
Gets the "resy" attribute |
boolean |
isSetResx()
True if has "resx" attribute |
boolean |
isSetResy()
True if has "resy" attribute |
void |
setCRS(String crs)
Sets the "CRS" attribute |
void |
setMaxx(double maxx)
Sets the "maxx" attribute |
void |
setMaxy(double maxy)
Sets the "maxy" attribute |
void |
setMinx(double minx)
Sets the "minx" attribute |
void |
setMiny(double miny)
Sets the "miny" attribute |
void |
setResx(double resx)
Sets the "resx" attribute |
void |
setResy(double resy)
Sets the "resy" attribute |
void |
unsetResx()
Unsets the "resx" attribute |
void |
unsetResy()
Unsets the "resy" attribute |
org.apache.xmlbeans.XmlString |
xgetCRS()
Gets (as xml) the "CRS" attribute |
org.apache.xmlbeans.XmlDouble |
xgetMaxx()
Gets (as xml) the "maxx" attribute |
org.apache.xmlbeans.XmlDouble |
xgetMaxy()
Gets (as xml) the "maxy" attribute |
org.apache.xmlbeans.XmlDouble |
xgetMinx()
Gets (as xml) the "minx" attribute |
org.apache.xmlbeans.XmlDouble |
xgetMiny()
Gets (as xml) the "miny" attribute |
org.apache.xmlbeans.XmlDouble |
xgetResx()
Gets (as xml) the "resx" attribute |
org.apache.xmlbeans.XmlDouble |
xgetResy()
Gets (as xml) the "resy" attribute |
void |
xsetCRS(org.apache.xmlbeans.XmlString crs)
Sets (as xml) the "CRS" attribute |
void |
xsetMaxx(org.apache.xmlbeans.XmlDouble maxx)
Sets (as xml) the "maxx" attribute |
void |
xsetMaxy(org.apache.xmlbeans.XmlDouble maxy)
Sets (as xml) the "maxy" attribute |
void |
xsetMinx(org.apache.xmlbeans.XmlDouble minx)
Sets (as xml) the "minx" attribute |
void |
xsetMiny(org.apache.xmlbeans.XmlDouble miny)
Sets (as xml) the "miny" attribute |
void |
xsetResx(org.apache.xmlbeans.XmlDouble resx)
Sets (as xml) the "resx" attribute |
void |
xsetResy(org.apache.xmlbeans.XmlDouble resy)
Sets (as xml) the "resy" attribute |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
---|
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 |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
String getCRS()
org.apache.xmlbeans.XmlString xgetCRS()
void setCRS(String crs)
void xsetCRS(org.apache.xmlbeans.XmlString crs)
double getMinx()
org.apache.xmlbeans.XmlDouble xgetMinx()
void setMinx(double minx)
void xsetMinx(org.apache.xmlbeans.XmlDouble minx)
double getMiny()
org.apache.xmlbeans.XmlDouble xgetMiny()
void setMiny(double miny)
void xsetMiny(org.apache.xmlbeans.XmlDouble miny)
double getMaxx()
org.apache.xmlbeans.XmlDouble xgetMaxx()
void setMaxx(double maxx)
void xsetMaxx(org.apache.xmlbeans.XmlDouble maxx)
double getMaxy()
org.apache.xmlbeans.XmlDouble xgetMaxy()
void setMaxy(double maxy)
void xsetMaxy(org.apache.xmlbeans.XmlDouble maxy)
double getResx()
org.apache.xmlbeans.XmlDouble xgetResx()
boolean isSetResx()
void setResx(double resx)
void xsetResx(org.apache.xmlbeans.XmlDouble resx)
void unsetResx()
double getResy()
org.apache.xmlbeans.XmlDouble xgetResy()
boolean isSetResy()
void setResy(double resy)
void xsetResy(org.apache.xmlbeans.XmlDouble resy)
void unsetResy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |