Interface CATTRIBUTE

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  CATTRIBUTE.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
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      COBJECT addNewChildren()
      Appends and returns a new empty value (as xml) as the last "children" element
      IntervalOfInteger addNewExistence()
      Appends and returns a new empty "existence" element
      COBJECT[] getChildrenArray()
      Gets array of all "children" elements
      COBJECT getChildrenArray​(int i)
      Gets ith "children" element
      IntervalOfInteger getExistence()
      Gets the "existence" element
      String getRmAttributeName()
      Gets the "rm_attribute_name" element
      COBJECT insertNewChildren​(int i)
      Inserts and returns a new empty value (as xml) as the ith "children" element
      void removeChildren​(int i)
      Removes the ith "children" element
      void setChildrenArray​(int i, COBJECT children)
      Sets ith "children" element
      void setChildrenArray​(COBJECT[] childrenArray)
      Sets array of all "children" element
      void setExistence​(IntervalOfInteger existence)
      Sets the "existence" element
      void setRmAttributeName​(String rmAttributeName)
      Sets the "rm_attribute_name" element
      int sizeOfChildrenArray()
      Returns number of "children" element
      org.apache.xmlbeans.XmlString xgetRmAttributeName()
      Gets (as xml) the "rm_attribute_name" element
      void xsetRmAttributeName​(org.apache.xmlbeans.XmlString rmAttributeName)
      Sets (as xml) the "rm_attribute_name" element
      • 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
    • Field Detail

      • type

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

      • getRmAttributeName

        String getRmAttributeName()
        Gets the "rm_attribute_name" element
      • xgetRmAttributeName

        org.apache.xmlbeans.XmlString xgetRmAttributeName()
        Gets (as xml) the "rm_attribute_name" element
      • setRmAttributeName

        void setRmAttributeName​(String rmAttributeName)
        Sets the "rm_attribute_name" element
      • xsetRmAttributeName

        void xsetRmAttributeName​(org.apache.xmlbeans.XmlString rmAttributeName)
        Sets (as xml) the "rm_attribute_name" element
      • setExistence

        void setExistence​(IntervalOfInteger existence)
        Sets the "existence" element
      • addNewExistence

        IntervalOfInteger addNewExistence()
        Appends and returns a new empty "existence" element
      • getChildrenArray

        COBJECT[] getChildrenArray()
        Gets array of all "children" elements
      • getChildrenArray

        COBJECT getChildrenArray​(int i)
        Gets ith "children" element
      • sizeOfChildrenArray

        int sizeOfChildrenArray()
        Returns number of "children" element
      • setChildrenArray

        void setChildrenArray​(COBJECT[] childrenArray)
        Sets array of all "children" element
      • setChildrenArray

        void setChildrenArray​(int i,
                              COBJECT children)
        Sets ith "children" element
      • insertNewChildren

        COBJECT insertNewChildren​(int i)
        Inserts and returns a new empty value (as xml) as the ith "children" element
      • addNewChildren

        COBJECT addNewChildren()
        Appends and returns a new empty value (as xml) as the last "children" element
      • removeChildren

        void removeChildren​(int i)
        Removes the ith "children" element