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 org.apache.xmlbeans.impl.schema.DocumentFactory<BoundsType> Factory  
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • 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