net.opengis.wms
Interface BoundingBoxDocument.BoundingBox

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
BoundingBoxDocumentImpl.BoundingBoxImpl
Enclosing interface:
BoundingBoxDocument

public static interface BoundingBoxDocument.BoundingBox
extends org.apache.xmlbeans.XmlObject

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getCRS

String getCRS()
Gets the "CRS" attribute


xgetCRS

org.apache.xmlbeans.XmlString xgetCRS()
Gets (as xml) the "CRS" attribute


setCRS

void setCRS(String crs)
Sets the "CRS" attribute


xsetCRS

void xsetCRS(org.apache.xmlbeans.XmlString crs)
Sets (as xml) the "CRS" attribute


getMinx

double getMinx()
Gets the "minx" attribute


xgetMinx

org.apache.xmlbeans.XmlDouble xgetMinx()
Gets (as xml) the "minx" attribute


setMinx

void setMinx(double minx)
Sets the "minx" attribute


xsetMinx

void xsetMinx(org.apache.xmlbeans.XmlDouble minx)
Sets (as xml) the "minx" attribute


getMiny

double getMiny()
Gets the "miny" attribute


xgetMiny

org.apache.xmlbeans.XmlDouble xgetMiny()
Gets (as xml) the "miny" attribute


setMiny

void setMiny(double miny)
Sets the "miny" attribute


xsetMiny

void xsetMiny(org.apache.xmlbeans.XmlDouble miny)
Sets (as xml) the "miny" attribute


getMaxx

double getMaxx()
Gets the "maxx" attribute


xgetMaxx

org.apache.xmlbeans.XmlDouble xgetMaxx()
Gets (as xml) the "maxx" attribute


setMaxx

void setMaxx(double maxx)
Sets the "maxx" attribute


xsetMaxx

void xsetMaxx(org.apache.xmlbeans.XmlDouble maxx)
Sets (as xml) the "maxx" attribute


getMaxy

double getMaxy()
Gets the "maxy" attribute


xgetMaxy

org.apache.xmlbeans.XmlDouble xgetMaxy()
Gets (as xml) the "maxy" attribute


setMaxy

void setMaxy(double maxy)
Sets the "maxy" attribute


xsetMaxy

void xsetMaxy(org.apache.xmlbeans.XmlDouble maxy)
Sets (as xml) the "maxy" attribute


getResx

double getResx()
Gets the "resx" attribute


xgetResx

org.apache.xmlbeans.XmlDouble xgetResx()
Gets (as xml) the "resx" attribute


isSetResx

boolean isSetResx()
True if has "resx" attribute


setResx

void setResx(double resx)
Sets the "resx" attribute


xsetResx

void xsetResx(org.apache.xmlbeans.XmlDouble resx)
Sets (as xml) the "resx" attribute


unsetResx

void unsetResx()
Unsets the "resx" attribute


getResy

double getResy()
Gets the "resy" attribute


xgetResy

org.apache.xmlbeans.XmlDouble xgetResy()
Gets (as xml) the "resy" attribute


isSetResy

boolean isSetResy()
True if has "resy" attribute


setResy

void setResy(double resy)
Sets the "resy" attribute


xsetResy

void xsetResy(org.apache.xmlbeans.XmlDouble resy)
Sets (as xml) the "resy" attribute


unsetResy

void unsetResy()
Unsets the "resy" attribute



Copyright © 2004-2013 52north.org. All Rights Reserved.