Interface CCOMPLEXOBJECT

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  CCOMPLEXOBJECT.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

      • getAttributesArray

        CATTRIBUTE[] getAttributesArray()
        Gets array of all "attributes" elements
      • getAttributesArray

        CATTRIBUTE getAttributesArray​(int i)
        Gets ith "attributes" element
      • sizeOfAttributesArray

        int sizeOfAttributesArray()
        Returns number of "attributes" element
      • setAttributesArray

        void setAttributesArray​(CATTRIBUTE[] attributesArray)
        Sets array of all "attributes" element
      • setAttributesArray

        void setAttributesArray​(int i,
                                CATTRIBUTE attributes)
        Sets ith "attributes" element
      • insertNewAttributes

        CATTRIBUTE insertNewAttributes​(int i)
        Inserts and returns a new empty value (as xml) as the ith "attributes" element
      • addNewAttributes

        CATTRIBUTE addNewAttributes()
        Appends and returns a new empty value (as xml) as the last "attributes" element
      • removeAttributes

        void removeAttributes​(int i)
        Removes the ith "attributes" element