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

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.xmlbeans.impl.schema.DocumentFactory<BoundsType>
     
    static final org.apache.xmlbeans.SchemaType
     

    Fields inherited from interface org.apache.xmlbeans.XmlObject

    EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the "maxlat" attribute
    Gets the "maxlon" attribute
    Gets the "minlat" attribute
    Gets the "minlon" attribute
    void
    Sets the "maxlat" attribute
    void
    Sets the "maxlon" attribute
    void
    Sets the "minlat" attribute
    void
    Sets the "minlon" attribute
    Gets (as xml) the "maxlat" attribute
    Gets (as xml) the "maxlon" attribute
    Gets (as xml) the "minlat" attribute
    Gets (as xml) the "minlon" attribute
    void
    Sets (as xml) the "maxlat" attribute
    void
    Sets (as xml) the "maxlon" attribute
    void
    Sets (as xml) the "minlat" attribute
    void
    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 Details

    • Factory

      static final org.apache.xmlbeans.impl.schema.DocumentFactory<BoundsType> 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

      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