Interface DMSAngleType

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    DMSAngleTypeImpl

    public interface DMSAngleType
    extends org.apache.xmlbeans.XmlObject
    An XML DMSAngleType(@http://www.opengis.net/gml/3.2). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  DMSAngleType.Factory
      A factory class with static methods for creating instances of this type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • Method Detail

      • getDegrees

        DegreesType getDegrees()
        Gets the "degrees" element
      • setDegrees

        void setDegrees​(DegreesType degrees)
        Sets the "degrees" element
      • addNewDegrees

        DegreesType addNewDegrees()
        Appends and returns a new empty "degrees" element
      • getDecimalMinutes

        BigDecimal getDecimalMinutes()
        Gets the "decimalMinutes" element
      • xgetDecimalMinutes

        DecimalMinutesType xgetDecimalMinutes()
        Gets (as xml) the "decimalMinutes" element
      • isSetDecimalMinutes

        boolean isSetDecimalMinutes()
        True if has "decimalMinutes" element
      • setDecimalMinutes

        void setDecimalMinutes​(BigDecimal decimalMinutes)
        Sets the "decimalMinutes" element
      • xsetDecimalMinutes

        void xsetDecimalMinutes​(DecimalMinutesType decimalMinutes)
        Sets (as xml) the "decimalMinutes" element
      • unsetDecimalMinutes

        void unsetDecimalMinutes()
        Unsets the "decimalMinutes" element
      • getMinutes

        int getMinutes()
        Gets the "minutes" element
      • xgetMinutes

        ArcMinutesType xgetMinutes()
        Gets (as xml) the "minutes" element
      • isSetMinutes

        boolean isSetMinutes()
        True if has "minutes" element
      • setMinutes

        void setMinutes​(int minutes)
        Sets the "minutes" element
      • xsetMinutes

        void xsetMinutes​(ArcMinutesType minutes)
        Sets (as xml) the "minutes" element
      • unsetMinutes

        void unsetMinutes()
        Unsets the "minutes" element
      • getSeconds

        BigDecimal getSeconds()
        Gets the "seconds" element
      • xgetSeconds

        ArcSecondsType xgetSeconds()
        Gets (as xml) the "seconds" element
      • isSetSeconds

        boolean isSetSeconds()
        True if has "seconds" element
      • setSeconds

        void setSeconds​(BigDecimal seconds)
        Sets the "seconds" element
      • xsetSeconds

        void xsetSeconds​(ArcSecondsType seconds)
        Sets (as xml) the "seconds" element
      • unsetSeconds

        void unsetSeconds()
        Unsets the "seconds" element