public class BoundsType
extends java.lang.Object
Java class for boundsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="boundsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="minlat" use="required" type="{http://www.topografix.com/GPX/1/1}latitudeType" /> <attribute name="minlon" use="required" type="{http://www.topografix.com/GPX/1/1}longitudeType" /> <attribute name="maxlat" use="required" type="{http://www.topografix.com/GPX/1/1}latitudeType" /> <attribute name="maxlon" use="required" type="{http://www.topografix.com/GPX/1/1}longitudeType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.math.BigDecimal |
maxlat |
protected java.math.BigDecimal |
maxlon |
protected java.math.BigDecimal |
minlat |
protected java.math.BigDecimal |
minlon |
Constructor and Description |
---|
BoundsType() |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getMaxlat()
Gets the value of the maxlat property.
|
java.math.BigDecimal |
getMaxlon()
Gets the value of the maxlon property.
|
java.math.BigDecimal |
getMinlat()
Gets the value of the minlat property.
|
java.math.BigDecimal |
getMinlon()
Gets the value of the minlon property.
|
void |
setMaxlat(java.math.BigDecimal value)
Sets the value of the maxlat property.
|
void |
setMaxlon(java.math.BigDecimal value)
Sets the value of the maxlon property.
|
void |
setMinlat(java.math.BigDecimal value)
Sets the value of the minlat property.
|
void |
setMinlon(java.math.BigDecimal value)
Sets the value of the minlon property.
|
protected java.math.BigDecimal minlat
protected java.math.BigDecimal minlon
protected java.math.BigDecimal maxlat
protected java.math.BigDecimal maxlon
public java.math.BigDecimal getMinlat()
BigDecimal
public void setMinlat(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getMinlon()
BigDecimal
public void setMinlon(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getMaxlat()
BigDecimal
public void setMaxlat(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getMaxlon()
BigDecimal
public void setMaxlon(java.math.BigDecimal value)
value
- allowed object is
BigDecimal