com.topografix.gpx._1._0
Class BoundsType

java.lang.Object
  extended by com.topografix.gpx._1._0.BoundsType

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="maxlat" use="required" type="{http://www.topografix.com/GPX/1/0}latitudeType" />
       <attribute name="maxlon" use="required" type="{http://www.topografix.com/GPX/1/0}longitudeType" />
       <attribute name="minlat" use="required" type="{http://www.topografix.com/GPX/1/0}latitudeType" />
       <attribute name="minlon" use="required" type="{http://www.topografix.com/GPX/1/0}longitudeType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.math.BigDecimal maxlat
           
protected  java.math.BigDecimal maxlon
           
protected  java.math.BigDecimal minlat
           
protected  java.math.BigDecimal minlon
           
 
Constructor Summary
BoundsType()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxlat

protected java.math.BigDecimal maxlat

maxlon

protected java.math.BigDecimal maxlon

minlat

protected java.math.BigDecimal minlat

minlon

protected java.math.BigDecimal minlon
Constructor Detail

BoundsType

public BoundsType()
Method Detail

getMaxlat

public java.math.BigDecimal getMaxlat()
Gets the value of the maxlat property.

Returns:
possible object is BigDecimal

setMaxlat

public void setMaxlat(java.math.BigDecimal value)
Sets the value of the maxlat property.

Parameters:
value - allowed object is BigDecimal

getMaxlon

public java.math.BigDecimal getMaxlon()
Gets the value of the maxlon property.

Returns:
possible object is BigDecimal

setMaxlon

public void setMaxlon(java.math.BigDecimal value)
Sets the value of the maxlon property.

Parameters:
value - allowed object is BigDecimal

getMinlat

public java.math.BigDecimal getMinlat()
Gets the value of the minlat property.

Returns:
possible object is BigDecimal

setMinlat

public void setMinlat(java.math.BigDecimal value)
Sets the value of the minlat property.

Parameters:
value - allowed object is BigDecimal

getMinlon

public java.math.BigDecimal getMinlon()
Gets the value of the minlon property.

Returns:
possible object is BigDecimal

setMinlon

public void setMinlon(java.math.BigDecimal value)
Sets the value of the minlon property.

Parameters:
value - allowed object is BigDecimal


Copyright © 2007 MotionBased subsidiary of Garmin Ltd.. All Rights Reserved.