public class Limits extends 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 BigInteger |
features |
protected String |
geobbox |
| Constructor and Description |
|---|
Limits() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getFeatures()
Gets the value of the features property.
|
String |
getGeobbox()
Gets the value of the geobbox property.
|
void |
setFeatures(BigInteger value)
Sets the value of the features property.
|
void |
setGeobbox(String value)
Sets the value of the geobbox property.
|
protected BigInteger features
protected String geobbox
public BigInteger getFeatures()
BigIntegerpublic void setFeatures(BigInteger value)
value - allowed object is
BigIntegerpublic String getGeobbox()
String