Package com.topografix.gpx.x1.x1
Interface BoundsType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
BoundsTypeImpl
public interface BoundsType extends org.apache.xmlbeans.XmlObjectAn XML boundsType(@http://www.topografix.com/GPX/1/1). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.impl.schema.DocumentFactory<BoundsType>Factorystatic org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigDecimalgetMaxlat()Gets the "maxlat" attributeBigDecimalgetMaxlon()Gets the "maxlon" attributeBigDecimalgetMinlat()Gets the "minlat" attributeBigDecimalgetMinlon()Gets the "minlon" attributevoidsetMaxlat(BigDecimal maxlat)Sets the "maxlat" attributevoidsetMaxlon(BigDecimal maxlon)Sets the "maxlon" attributevoidsetMinlat(BigDecimal minlat)Sets the "minlat" attributevoidsetMinlon(BigDecimal minlon)Sets the "minlon" attributeLatitudeTypexgetMaxlat()Gets (as xml) the "maxlat" attributeLongitudeTypexgetMaxlon()Gets (as xml) the "maxlon" attributeLatitudeTypexgetMinlat()Gets (as xml) the "minlat" attributeLongitudeTypexgetMinlon()Gets (as xml) the "minlon" attributevoidxsetMaxlat(LatitudeType maxlat)Sets (as xml) the "maxlat" attributevoidxsetMaxlon(LongitudeType maxlon)Sets (as xml) the "maxlon" attributevoidxsetMinlat(LatitudeType minlat)Sets (as xml) the "minlat" attributevoidxsetMinlon(LongitudeType minlon)Sets (as xml) the "minlon" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final org.apache.xmlbeans.impl.schema.DocumentFactory<BoundsType> Factory
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Detail
-
getMinlat
BigDecimal getMinlat()
Gets the "minlat" attribute
-
xgetMinlat
LatitudeType xgetMinlat()
Gets (as xml) the "minlat" attribute
-
setMinlat
void setMinlat(BigDecimal minlat)
Sets the "minlat" attribute
-
xsetMinlat
void xsetMinlat(LatitudeType minlat)
Sets (as xml) the "minlat" attribute
-
getMinlon
BigDecimal getMinlon()
Gets the "minlon" attribute
-
xgetMinlon
LongitudeType xgetMinlon()
Gets (as xml) the "minlon" attribute
-
setMinlon
void setMinlon(BigDecimal minlon)
Sets the "minlon" attribute
-
xsetMinlon
void xsetMinlon(LongitudeType minlon)
Sets (as xml) the "minlon" attribute
-
getMaxlat
BigDecimal getMaxlat()
Gets the "maxlat" attribute
-
xgetMaxlat
LatitudeType xgetMaxlat()
Gets (as xml) the "maxlat" attribute
-
setMaxlat
void setMaxlat(BigDecimal maxlat)
Sets the "maxlat" attribute
-
xsetMaxlat
void xsetMaxlat(LatitudeType maxlat)
Sets (as xml) the "maxlat" attribute
-
getMaxlon
BigDecimal getMaxlon()
Gets the "maxlon" attribute
-
xgetMaxlon
LongitudeType xgetMaxlon()
Gets (as xml) the "maxlon" attribute
-
setMaxlon
void setMaxlon(BigDecimal maxlon)
Sets the "maxlon" attribute
-
xsetMaxlon
void xsetMaxlon(LongitudeType maxlon)
Sets (as xml) the "maxlon" attribute
-
-