public class LatLongBoundingBoxType extends Object
Java class for LatLongBoundingBoxType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LatLongBoundingBoxType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="minx" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="miny" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="maxx" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="maxy" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
maxx |
protected String |
maxy |
protected String |
minx |
protected String |
miny |
| Constructor and Description |
|---|
LatLongBoundingBoxType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMaxx()
Gets the value of the maxx property.
|
String |
getMaxy()
Gets the value of the maxy property.
|
String |
getMinx()
Gets the value of the minx property.
|
String |
getMiny()
Gets the value of the miny property.
|
void |
setMaxx(String value)
Sets the value of the maxx property.
|
void |
setMaxy(String value)
Sets the value of the maxy property.
|
void |
setMinx(String value)
Sets the value of the minx property.
|
void |
setMiny(String value)
Sets the value of the miny property.
|
protected String minx
protected String miny
protected String maxx
protected String maxy
public String getMinx()
Stringpublic void setMinx(String value)
value - allowed object is
Stringpublic String getMiny()
Stringpublic void setMiny(String value)
value - allowed object is
Stringpublic String getMaxx()
Stringpublic void setMaxx(String value)
value - allowed object is
Stringpublic String getMaxy()
StringThis work is licensed under a Creative Commons Attribution 4.0 International License.