Interface LogValueType

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

    public interface LogValueType
    extends org.apache.xmlbeans.XmlObject
    An XML LogValueType(@http://www.opengis.net/gwml-well/2.2). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  LogValueType.Factory
      A factory class with static methods for creating instances of this type.
      static interface  LogValueType.FromDepth
      An XML fromDepth(@http://www.opengis.net/gwml-well/2.2).
      static interface  LogValueType.ToDepth
      An XML toDepth(@http://www.opengis.net/gwml-well/2.2).
      static interface  LogValueType.Value
      An XML value(@http://www.opengis.net/gwml-well/2.2).
    • 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

      • isNilFromDepth

        boolean isNilFromDepth()
        Tests for nil "fromDepth" element
      • isSetFromDepth

        boolean isSetFromDepth()
        True if has "fromDepth" element
      • addNewFromDepth

        LogValueType.FromDepth addNewFromDepth()
        Appends and returns a new empty "fromDepth" element
      • setNilFromDepth

        void setNilFromDepth()
        Nils the "fromDepth" element
      • unsetFromDepth

        void unsetFromDepth()
        Unsets the "fromDepth" element
      • isNilToDepth

        boolean isNilToDepth()
        Tests for nil "toDepth" element
      • isSetToDepth

        boolean isSetToDepth()
        True if has "toDepth" element
      • addNewToDepth

        LogValueType.ToDepth addNewToDepth()
        Appends and returns a new empty "toDepth" element
      • setNilToDepth

        void setNilToDepth()
        Nils the "toDepth" element
      • unsetToDepth

        void unsetToDepth()
        Unsets the "toDepth" element
      • isSetValue

        boolean isSetValue()
        True if has "value" element
      • addNewValue

        LogValueType.Value addNewValue()
        Appends and returns a new empty "value" element
      • unsetValue

        void unsetValue()
        Unsets the "value" element