public class Limits
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="features" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
<attribute name="geobbox" type="{}bboxType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigInteger |
features |
protected java.lang.String |
geobbox |
| Constructor and Description |
|---|
Limits() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getFeatures()
Gets the value of the features property.
|
java.lang.String |
getGeobbox()
Gets the value of the geobbox property.
|
void |
setFeatures(java.math.BigInteger value)
Sets the value of the features property.
|
void |
setGeobbox(java.lang.String value)
Sets the value of the geobbox property.
|
protected java.math.BigInteger features
protected java.lang.String geobbox
public java.math.BigInteger getFeatures()
BigIntegerpublic void setFeatures(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getGeobbox()
Stringpublic void setGeobbox(java.lang.String value)
value - allowed object is
String