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.XmlObject
An XML boundsType(@http://www.topografix.com/GPX/1/1).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.DocumentFactory<BoundsType>static final org.apache.xmlbeans.SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "maxlat" attributeGets the "maxlon" attributeGets the "minlat" attributeGets 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" attributeGets (as xml) the "maxlat" attributeGets (as xml) the "maxlon" attributeGets (as xml) the "minlat" attributeGets (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" attributeMethods 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, valueHashCodeMethods 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 Details
-
Factory
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getMinlat
BigDecimal getMinlat()Gets the "minlat" attribute -
xgetMinlat
LatitudeType xgetMinlat()Gets (as xml) the "minlat" attribute -
setMinlat
Sets the "minlat" attribute -
xsetMinlat
Sets (as xml) the "minlat" attribute -
getMinlon
BigDecimal getMinlon()Gets the "minlon" attribute -
xgetMinlon
LongitudeType xgetMinlon()Gets (as xml) the "minlon" attribute -
setMinlon
Sets the "minlon" attribute -
xsetMinlon
Sets (as xml) the "minlon" attribute -
getMaxlat
BigDecimal getMaxlat()Gets the "maxlat" attribute -
xgetMaxlat
LatitudeType xgetMaxlat()Gets (as xml) the "maxlat" attribute -
setMaxlat
Sets the "maxlat" attribute -
xsetMaxlat
Sets (as xml) the "maxlat" attribute -
getMaxlon
BigDecimal getMaxlon()Gets the "maxlon" attribute -
xgetMaxlon
LongitudeType xgetMaxlon()Gets (as xml) the "maxlon" attribute -
setMaxlon
Sets the "maxlon" attribute -
xsetMaxlon
Sets (as xml) the "maxlon" attribute
-