Interface GetMultipleResourcePropertiesDocument.GetMultipleResourceProperties

    • 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
      org.apache.xmlbeans.XmlQName addNewResourceProperty()
      Appends and returns a new empty value (as xml) as the last "ResourceProperty" element
      void addResourceProperty​(QName resourceProperty)
      Appends the value as the last "ResourceProperty" element
      QName[] getResourcePropertyArray()
      Gets array of all "ResourceProperty" elements
      QName getResourcePropertyArray​(int i)
      Gets ith "ResourceProperty" element
      org.apache.xmlbeans.XmlQName insertNewResourceProperty​(int i)
      Inserts and returns a new empty value (as xml) as the ith "ResourceProperty" element
      void insertResourceProperty​(int i, QName resourceProperty)
      Inserts the value as the ith "ResourceProperty" element
      void removeResourceProperty​(int i)
      Removes the ith "ResourceProperty" element
      void setResourcePropertyArray​(int i, QName resourceProperty)
      Sets ith "ResourceProperty" element
      void setResourcePropertyArray​(QName[] resourcePropertyArray)
      Sets array of all "ResourceProperty" element
      int sizeOfResourcePropertyArray()
      Returns number of "ResourceProperty" element
      org.apache.xmlbeans.XmlQName[] xgetResourcePropertyArray()
      Gets (as xml) array of all "ResourceProperty" elements
      org.apache.xmlbeans.XmlQName xgetResourcePropertyArray​(int i)
      Gets (as xml) ith "ResourceProperty" element
      void xsetResourcePropertyArray​(int i, org.apache.xmlbeans.XmlQName resourceProperty)
      Sets (as xml) ith "ResourceProperty" element
      void xsetResourcePropertyArray​(org.apache.xmlbeans.XmlQName[] resourcePropertyArray)
      Sets (as xml) array of all "ResourceProperty" 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

      • getResourcePropertyArray

        QName[] getResourcePropertyArray()
        Gets array of all "ResourceProperty" elements
      • getResourcePropertyArray

        QName getResourcePropertyArray​(int i)
        Gets ith "ResourceProperty" element
      • xgetResourcePropertyArray

        org.apache.xmlbeans.XmlQName[] xgetResourcePropertyArray()
        Gets (as xml) array of all "ResourceProperty" elements
      • xgetResourcePropertyArray

        org.apache.xmlbeans.XmlQName xgetResourcePropertyArray​(int i)
        Gets (as xml) ith "ResourceProperty" element
      • sizeOfResourcePropertyArray

        int sizeOfResourcePropertyArray()
        Returns number of "ResourceProperty" element
      • setResourcePropertyArray

        void setResourcePropertyArray​(QName[] resourcePropertyArray)
        Sets array of all "ResourceProperty" element
      • setResourcePropertyArray

        void setResourcePropertyArray​(int i,
                                      QName resourceProperty)
        Sets ith "ResourceProperty" element
      • xsetResourcePropertyArray

        void xsetResourcePropertyArray​(org.apache.xmlbeans.XmlQName[] resourcePropertyArray)
        Sets (as xml) array of all "ResourceProperty" element
      • xsetResourcePropertyArray

        void xsetResourcePropertyArray​(int i,
                                       org.apache.xmlbeans.XmlQName resourceProperty)
        Sets (as xml) ith "ResourceProperty" element
      • insertResourceProperty

        void insertResourceProperty​(int i,
                                    QName resourceProperty)
        Inserts the value as the ith "ResourceProperty" element
      • addResourceProperty

        void addResourceProperty​(QName resourceProperty)
        Appends the value as the last "ResourceProperty" element
      • insertNewResourceProperty

        org.apache.xmlbeans.XmlQName insertNewResourceProperty​(int i)
        Inserts and returns a new empty value (as xml) as the ith "ResourceProperty" element
      • addNewResourceProperty

        org.apache.xmlbeans.XmlQName addNewResourceProperty()
        Appends and returns a new empty value (as xml) as the last "ResourceProperty" element
      • removeResourceProperty

        void removeResourceProperty​(int i)
        Removes the ith "ResourceProperty" element