All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray Maven / Gradle / Ivy

Go to download

XmlBeans generated from the Ecma supplied xsds: http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%20Part%204%20(DOCX).zip

There is a newer version: 1.4
Show newest version
/*
 * XML Type:  CT_Array
 * Namespace: http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
 * Java type: org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes;


/**
 * An XML CT_Array(@http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes).
 *
 * This is a complex type.
 */
public interface CTArray extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTArray.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sF1327CCA741569E70F9CA8C9AF9B44B2").resolveHandle("ctarrayd5b6type");
    
    /**
     * Gets a List of "variant" elements
     */
    java.util.List getVariantList();
    
    /**
     * Gets array of all "variant" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVariant[] getVariantArray();
    
    /**
     * Gets ith "variant" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVariant getVariantArray(int i);
    
    /**
     * Returns number of "variant" element
     */
    int sizeOfVariantArray();
    
    /**
     * Sets array of all "variant" element
     */
    void setVariantArray(org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVariant[] variantArray);
    
    /**
     * Sets ith "variant" element
     */
    void setVariantArray(int i, org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVariant variant);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "variant" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVariant insertNewVariant(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "variant" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVariant addNewVariant();
    
    /**
     * Removes the ith "variant" element
     */
    void removeVariant(int i);
    
    /**
     * Gets a List of "i1" elements
     */
    java.util.List getI1List();
    
    /**
     * Gets array of all "i1" elements
     */
    byte[] getI1Array();
    
    /**
     * Gets ith "i1" element
     */
    byte getI1Array(int i);
    
    /**
     * Gets (as xml) a List of "i1" elements
     */
    java.util.List xgetI1List();
    
    /**
     * Gets (as xml) array of all "i1" elements
     */
    org.apache.xmlbeans.XmlByte[] xgetI1Array();
    
    /**
     * Gets (as xml) ith "i1" element
     */
    org.apache.xmlbeans.XmlByte xgetI1Array(int i);
    
    /**
     * Returns number of "i1" element
     */
    int sizeOfI1Array();
    
    /**
     * Sets array of all "i1" element
     */
    void setI1Array(byte[] i1Array);
    
    /**
     * Sets ith "i1" element
     */
    void setI1Array(int i, byte i1);
    
    /**
     * Sets (as xml) array of all "i1" element
     */
    void xsetI1Array(org.apache.xmlbeans.XmlByte[] i1Array);
    
    /**
     * Sets (as xml) ith "i1" element
     */
    void xsetI1Array(int i, org.apache.xmlbeans.XmlByte i1);
    
    /**
     * Inserts the value as the ith "i1" element
     */
    void insertI1(int i, byte i1);
    
    /**
     * Appends the value as the last "i1" element
     */
    void addI1(byte i1);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "i1" element
     */
    org.apache.xmlbeans.XmlByte insertNewI1(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "i1" element
     */
    org.apache.xmlbeans.XmlByte addNewI1();
    
    /**
     * Removes the ith "i1" element
     */
    void removeI1(int i);
    
    /**
     * Gets a List of "i2" elements
     */
    java.util.List getI2List();
    
    /**
     * Gets array of all "i2" elements
     */
    short[] getI2Array();
    
    /**
     * Gets ith "i2" element
     */
    short getI2Array(int i);
    
    /**
     * Gets (as xml) a List of "i2" elements
     */
    java.util.List xgetI2List();
    
    /**
     * Gets (as xml) array of all "i2" elements
     */
    org.apache.xmlbeans.XmlShort[] xgetI2Array();
    
    /**
     * Gets (as xml) ith "i2" element
     */
    org.apache.xmlbeans.XmlShort xgetI2Array(int i);
    
    /**
     * Returns number of "i2" element
     */
    int sizeOfI2Array();
    
    /**
     * Sets array of all "i2" element
     */
    void setI2Array(short[] i2Array);
    
    /**
     * Sets ith "i2" element
     */
    void setI2Array(int i, short i2);
    
    /**
     * Sets (as xml) array of all "i2" element
     */
    void xsetI2Array(org.apache.xmlbeans.XmlShort[] i2Array);
    
    /**
     * Sets (as xml) ith "i2" element
     */
    void xsetI2Array(int i, org.apache.xmlbeans.XmlShort i2);
    
    /**
     * Inserts the value as the ith "i2" element
     */
    void insertI2(int i, short i2);
    
    /**
     * Appends the value as the last "i2" element
     */
    void addI2(short i2);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "i2" element
     */
    org.apache.xmlbeans.XmlShort insertNewI2(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "i2" element
     */
    org.apache.xmlbeans.XmlShort addNewI2();
    
    /**
     * Removes the ith "i2" element
     */
    void removeI2(int i);
    
    /**
     * Gets a List of "i4" elements
     */
    java.util.List getI4List();
    
    /**
     * Gets array of all "i4" elements
     */
    int[] getI4Array();
    
    /**
     * Gets ith "i4" element
     */
    int getI4Array(int i);
    
    /**
     * Gets (as xml) a List of "i4" elements
     */
    java.util.List xgetI4List();
    
    /**
     * Gets (as xml) array of all "i4" elements
     */
    org.apache.xmlbeans.XmlInt[] xgetI4Array();
    
    /**
     * Gets (as xml) ith "i4" element
     */
    org.apache.xmlbeans.XmlInt xgetI4Array(int i);
    
    /**
     * Returns number of "i4" element
     */
    int sizeOfI4Array();
    
    /**
     * Sets array of all "i4" element
     */
    void setI4Array(int[] i4Array);
    
    /**
     * Sets ith "i4" element
     */
    void setI4Array(int i, int i4);
    
    /**
     * Sets (as xml) array of all "i4" element
     */
    void xsetI4Array(org.apache.xmlbeans.XmlInt[] i4Array);
    
    /**
     * Sets (as xml) ith "i4" element
     */
    void xsetI4Array(int i, org.apache.xmlbeans.XmlInt i4);
    
    /**
     * Inserts the value as the ith "i4" element
     */
    void insertI4(int i, int i4);
    
    /**
     * Appends the value as the last "i4" element
     */
    void addI4(int i4);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "i4" element
     */
    org.apache.xmlbeans.XmlInt insertNewI4(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "i4" element
     */
    org.apache.xmlbeans.XmlInt addNewI4();
    
    /**
     * Removes the ith "i4" element
     */
    void removeI4(int i);
    
    /**
     * Gets a List of "int" elements
     */
    java.util.List getIntList();
    
    /**
     * Gets array of all "int" elements
     */
    int[] getIntArray();
    
    /**
     * Gets ith "int" element
     */
    int getIntArray(int i);
    
    /**
     * Gets (as xml) a List of "int" elements
     */
    java.util.List xgetIntList();
    
    /**
     * Gets (as xml) array of all "int" elements
     */
    org.apache.xmlbeans.XmlInt[] xgetIntArray();
    
    /**
     * Gets (as xml) ith "int" element
     */
    org.apache.xmlbeans.XmlInt xgetIntArray(int i);
    
    /**
     * Returns number of "int" element
     */
    int sizeOfIntArray();
    
    /**
     * Sets array of all "int" element
     */
    void setIntArray(int[] xintArray);
    
    /**
     * Sets ith "int" element
     */
    void setIntArray(int i, int xint);
    
    /**
     * Sets (as xml) array of all "int" element
     */
    void xsetIntArray(org.apache.xmlbeans.XmlInt[] xintArray);
    
    /**
     * Sets (as xml) ith "int" element
     */
    void xsetIntArray(int i, org.apache.xmlbeans.XmlInt xint);
    
    /**
     * Inserts the value as the ith "int" element
     */
    void insertInt(int i, int xint);
    
    /**
     * Appends the value as the last "int" element
     */
    void addInt(int xint);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "int" element
     */
    org.apache.xmlbeans.XmlInt insertNewInt(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "int" element
     */
    org.apache.xmlbeans.XmlInt addNewInt();
    
    /**
     * Removes the ith "int" element
     */
    void removeInt(int i);
    
    /**
     * Gets a List of "ui1" elements
     */
    java.util.List getUi1List();
    
    /**
     * Gets array of all "ui1" elements
     */
    short[] getUi1Array();
    
    /**
     * Gets ith "ui1" element
     */
    short getUi1Array(int i);
    
    /**
     * Gets (as xml) a List of "ui1" elements
     */
    java.util.List xgetUi1List();
    
    /**
     * Gets (as xml) array of all "ui1" elements
     */
    org.apache.xmlbeans.XmlUnsignedByte[] xgetUi1Array();
    
    /**
     * Gets (as xml) ith "ui1" element
     */
    org.apache.xmlbeans.XmlUnsignedByte xgetUi1Array(int i);
    
    /**
     * Returns number of "ui1" element
     */
    int sizeOfUi1Array();
    
    /**
     * Sets array of all "ui1" element
     */
    void setUi1Array(short[] ui1Array);
    
    /**
     * Sets ith "ui1" element
     */
    void setUi1Array(int i, short ui1);
    
    /**
     * Sets (as xml) array of all "ui1" element
     */
    void xsetUi1Array(org.apache.xmlbeans.XmlUnsignedByte[] ui1Array);
    
    /**
     * Sets (as xml) ith "ui1" element
     */
    void xsetUi1Array(int i, org.apache.xmlbeans.XmlUnsignedByte ui1);
    
    /**
     * Inserts the value as the ith "ui1" element
     */
    void insertUi1(int i, short ui1);
    
    /**
     * Appends the value as the last "ui1" element
     */
    void addUi1(short ui1);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "ui1" element
     */
    org.apache.xmlbeans.XmlUnsignedByte insertNewUi1(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "ui1" element
     */
    org.apache.xmlbeans.XmlUnsignedByte addNewUi1();
    
    /**
     * Removes the ith "ui1" element
     */
    void removeUi1(int i);
    
    /**
     * Gets a List of "ui2" elements
     */
    java.util.List getUi2List();
    
    /**
     * Gets array of all "ui2" elements
     */
    int[] getUi2Array();
    
    /**
     * Gets ith "ui2" element
     */
    int getUi2Array(int i);
    
    /**
     * Gets (as xml) a List of "ui2" elements
     */
    java.util.List xgetUi2List();
    
    /**
     * Gets (as xml) array of all "ui2" elements
     */
    org.apache.xmlbeans.XmlUnsignedShort[] xgetUi2Array();
    
    /**
     * Gets (as xml) ith "ui2" element
     */
    org.apache.xmlbeans.XmlUnsignedShort xgetUi2Array(int i);
    
    /**
     * Returns number of "ui2" element
     */
    int sizeOfUi2Array();
    
    /**
     * Sets array of all "ui2" element
     */
    void setUi2Array(int[] ui2Array);
    
    /**
     * Sets ith "ui2" element
     */
    void setUi2Array(int i, int ui2);
    
    /**
     * Sets (as xml) array of all "ui2" element
     */
    void xsetUi2Array(org.apache.xmlbeans.XmlUnsignedShort[] ui2Array);
    
    /**
     * Sets (as xml) ith "ui2" element
     */
    void xsetUi2Array(int i, org.apache.xmlbeans.XmlUnsignedShort ui2);
    
    /**
     * Inserts the value as the ith "ui2" element
     */
    void insertUi2(int i, int ui2);
    
    /**
     * Appends the value as the last "ui2" element
     */
    void addUi2(int ui2);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "ui2" element
     */
    org.apache.xmlbeans.XmlUnsignedShort insertNewUi2(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "ui2" element
     */
    org.apache.xmlbeans.XmlUnsignedShort addNewUi2();
    
    /**
     * Removes the ith "ui2" element
     */
    void removeUi2(int i);
    
    /**
     * Gets a List of "ui4" elements
     */
    java.util.List getUi4List();
    
    /**
     * Gets array of all "ui4" elements
     */
    long[] getUi4Array();
    
    /**
     * Gets ith "ui4" element
     */
    long getUi4Array(int i);
    
    /**
     * Gets (as xml) a List of "ui4" elements
     */
    java.util.List xgetUi4List();
    
    /**
     * Gets (as xml) array of all "ui4" elements
     */
    org.apache.xmlbeans.XmlUnsignedInt[] xgetUi4Array();
    
    /**
     * Gets (as xml) ith "ui4" element
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetUi4Array(int i);
    
    /**
     * Returns number of "ui4" element
     */
    int sizeOfUi4Array();
    
    /**
     * Sets array of all "ui4" element
     */
    void setUi4Array(long[] ui4Array);
    
    /**
     * Sets ith "ui4" element
     */
    void setUi4Array(int i, long ui4);
    
    /**
     * Sets (as xml) array of all "ui4" element
     */
    void xsetUi4Array(org.apache.xmlbeans.XmlUnsignedInt[] ui4Array);
    
    /**
     * Sets (as xml) ith "ui4" element
     */
    void xsetUi4Array(int i, org.apache.xmlbeans.XmlUnsignedInt ui4);
    
    /**
     * Inserts the value as the ith "ui4" element
     */
    void insertUi4(int i, long ui4);
    
    /**
     * Appends the value as the last "ui4" element
     */
    void addUi4(long ui4);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "ui4" element
     */
    org.apache.xmlbeans.XmlUnsignedInt insertNewUi4(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "ui4" element
     */
    org.apache.xmlbeans.XmlUnsignedInt addNewUi4();
    
    /**
     * Removes the ith "ui4" element
     */
    void removeUi4(int i);
    
    /**
     * Gets a List of "uint" elements
     */
    java.util.List getUintList();
    
    /**
     * Gets array of all "uint" elements
     */
    long[] getUintArray();
    
    /**
     * Gets ith "uint" element
     */
    long getUintArray(int i);
    
    /**
     * Gets (as xml) a List of "uint" elements
     */
    java.util.List xgetUintList();
    
    /**
     * Gets (as xml) array of all "uint" elements
     */
    org.apache.xmlbeans.XmlUnsignedInt[] xgetUintArray();
    
    /**
     * Gets (as xml) ith "uint" element
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetUintArray(int i);
    
    /**
     * Returns number of "uint" element
     */
    int sizeOfUintArray();
    
    /**
     * Sets array of all "uint" element
     */
    void setUintArray(long[] uintArray);
    
    /**
     * Sets ith "uint" element
     */
    void setUintArray(int i, long uint);
    
    /**
     * Sets (as xml) array of all "uint" element
     */
    void xsetUintArray(org.apache.xmlbeans.XmlUnsignedInt[] uintArray);
    
    /**
     * Sets (as xml) ith "uint" element
     */
    void xsetUintArray(int i, org.apache.xmlbeans.XmlUnsignedInt uint);
    
    /**
     * Inserts the value as the ith "uint" element
     */
    void insertUint(int i, long uint);
    
    /**
     * Appends the value as the last "uint" element
     */
    void addUint(long uint);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "uint" element
     */
    org.apache.xmlbeans.XmlUnsignedInt insertNewUint(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "uint" element
     */
    org.apache.xmlbeans.XmlUnsignedInt addNewUint();
    
    /**
     * Removes the ith "uint" element
     */
    void removeUint(int i);
    
    /**
     * Gets a List of "r4" elements
     */
    java.util.List getR4List();
    
    /**
     * Gets array of all "r4" elements
     */
    float[] getR4Array();
    
    /**
     * Gets ith "r4" element
     */
    float getR4Array(int i);
    
    /**
     * Gets (as xml) a List of "r4" elements
     */
    java.util.List xgetR4List();
    
    /**
     * Gets (as xml) array of all "r4" elements
     */
    org.apache.xmlbeans.XmlFloat[] xgetR4Array();
    
    /**
     * Gets (as xml) ith "r4" element
     */
    org.apache.xmlbeans.XmlFloat xgetR4Array(int i);
    
    /**
     * Returns number of "r4" element
     */
    int sizeOfR4Array();
    
    /**
     * Sets array of all "r4" element
     */
    void setR4Array(float[] r4Array);
    
    /**
     * Sets ith "r4" element
     */
    void setR4Array(int i, float r4);
    
    /**
     * Sets (as xml) array of all "r4" element
     */
    void xsetR4Array(org.apache.xmlbeans.XmlFloat[] r4Array);
    
    /**
     * Sets (as xml) ith "r4" element
     */
    void xsetR4Array(int i, org.apache.xmlbeans.XmlFloat r4);
    
    /**
     * Inserts the value as the ith "r4" element
     */
    void insertR4(int i, float r4);
    
    /**
     * Appends the value as the last "r4" element
     */
    void addR4(float r4);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "r4" element
     */
    org.apache.xmlbeans.XmlFloat insertNewR4(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "r4" element
     */
    org.apache.xmlbeans.XmlFloat addNewR4();
    
    /**
     * Removes the ith "r4" element
     */
    void removeR4(int i);
    
    /**
     * Gets a List of "r8" elements
     */
    java.util.List getR8List();
    
    /**
     * Gets array of all "r8" elements
     */
    double[] getR8Array();
    
    /**
     * Gets ith "r8" element
     */
    double getR8Array(int i);
    
    /**
     * Gets (as xml) a List of "r8" elements
     */
    java.util.List xgetR8List();
    
    /**
     * Gets (as xml) array of all "r8" elements
     */
    org.apache.xmlbeans.XmlDouble[] xgetR8Array();
    
    /**
     * Gets (as xml) ith "r8" element
     */
    org.apache.xmlbeans.XmlDouble xgetR8Array(int i);
    
    /**
     * Returns number of "r8" element
     */
    int sizeOfR8Array();
    
    /**
     * Sets array of all "r8" element
     */
    void setR8Array(double[] r8Array);
    
    /**
     * Sets ith "r8" element
     */
    void setR8Array(int i, double r8);
    
    /**
     * Sets (as xml) array of all "r8" element
     */
    void xsetR8Array(org.apache.xmlbeans.XmlDouble[] r8Array);
    
    /**
     * Sets (as xml) ith "r8" element
     */
    void xsetR8Array(int i, org.apache.xmlbeans.XmlDouble r8);
    
    /**
     * Inserts the value as the ith "r8" element
     */
    void insertR8(int i, double r8);
    
    /**
     * Appends the value as the last "r8" element
     */
    void addR8(double r8);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "r8" element
     */
    org.apache.xmlbeans.XmlDouble insertNewR8(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "r8" element
     */
    org.apache.xmlbeans.XmlDouble addNewR8();
    
    /**
     * Removes the ith "r8" element
     */
    void removeR8(int i);
    
    /**
     * Gets a List of "decimal" elements
     */
    java.util.List getDecimalList();
    
    /**
     * Gets array of all "decimal" elements
     */
    java.math.BigDecimal[] getDecimalArray();
    
    /**
     * Gets ith "decimal" element
     */
    java.math.BigDecimal getDecimalArray(int i);
    
    /**
     * Gets (as xml) a List of "decimal" elements
     */
    java.util.List xgetDecimalList();
    
    /**
     * Gets (as xml) array of all "decimal" elements
     */
    org.apache.xmlbeans.XmlDecimal[] xgetDecimalArray();
    
    /**
     * Gets (as xml) ith "decimal" element
     */
    org.apache.xmlbeans.XmlDecimal xgetDecimalArray(int i);
    
    /**
     * Returns number of "decimal" element
     */
    int sizeOfDecimalArray();
    
    /**
     * Sets array of all "decimal" element
     */
    void setDecimalArray(java.math.BigDecimal[] decimalArray);
    
    /**
     * Sets ith "decimal" element
     */
    void setDecimalArray(int i, java.math.BigDecimal decimal);
    
    /**
     * Sets (as xml) array of all "decimal" element
     */
    void xsetDecimalArray(org.apache.xmlbeans.XmlDecimal[] decimalArray);
    
    /**
     * Sets (as xml) ith "decimal" element
     */
    void xsetDecimalArray(int i, org.apache.xmlbeans.XmlDecimal decimal);
    
    /**
     * Inserts the value as the ith "decimal" element
     */
    void insertDecimal(int i, java.math.BigDecimal decimal);
    
    /**
     * Appends the value as the last "decimal" element
     */
    void addDecimal(java.math.BigDecimal decimal);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "decimal" element
     */
    org.apache.xmlbeans.XmlDecimal insertNewDecimal(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "decimal" element
     */
    org.apache.xmlbeans.XmlDecimal addNewDecimal();
    
    /**
     * Removes the ith "decimal" element
     */
    void removeDecimal(int i);
    
    /**
     * Gets a List of "bstr" elements
     */
    java.util.List getBstrList();
    
    /**
     * Gets array of all "bstr" elements
     */
    java.lang.String[] getBstrArray();
    
    /**
     * Gets ith "bstr" element
     */
    java.lang.String getBstrArray(int i);
    
    /**
     * Gets (as xml) a List of "bstr" elements
     */
    java.util.List xgetBstrList();
    
    /**
     * Gets (as xml) array of all "bstr" elements
     */
    org.apache.xmlbeans.XmlString[] xgetBstrArray();
    
    /**
     * Gets (as xml) ith "bstr" element
     */
    org.apache.xmlbeans.XmlString xgetBstrArray(int i);
    
    /**
     * Returns number of "bstr" element
     */
    int sizeOfBstrArray();
    
    /**
     * Sets array of all "bstr" element
     */
    void setBstrArray(java.lang.String[] bstrArray);
    
    /**
     * Sets ith "bstr" element
     */
    void setBstrArray(int i, java.lang.String bstr);
    
    /**
     * Sets (as xml) array of all "bstr" element
     */
    void xsetBstrArray(org.apache.xmlbeans.XmlString[] bstrArray);
    
    /**
     * Sets (as xml) ith "bstr" element
     */
    void xsetBstrArray(int i, org.apache.xmlbeans.XmlString bstr);
    
    /**
     * Inserts the value as the ith "bstr" element
     */
    void insertBstr(int i, java.lang.String bstr);
    
    /**
     * Appends the value as the last "bstr" element
     */
    void addBstr(java.lang.String bstr);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "bstr" element
     */
    org.apache.xmlbeans.XmlString insertNewBstr(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "bstr" element
     */
    org.apache.xmlbeans.XmlString addNewBstr();
    
    /**
     * Removes the ith "bstr" element
     */
    void removeBstr(int i);
    
    /**
     * Gets a List of "date" elements
     */
    java.util.List getDateList();
    
    /**
     * Gets array of all "date" elements
     */
    java.util.Calendar[] getDateArray();
    
    /**
     * Gets ith "date" element
     */
    java.util.Calendar getDateArray(int i);
    
    /**
     * Gets (as xml) a List of "date" elements
     */
    java.util.List xgetDateList();
    
    /**
     * Gets (as xml) array of all "date" elements
     */
    org.apache.xmlbeans.XmlDateTime[] xgetDateArray();
    
    /**
     * Gets (as xml) ith "date" element
     */
    org.apache.xmlbeans.XmlDateTime xgetDateArray(int i);
    
    /**
     * Returns number of "date" element
     */
    int sizeOfDateArray();
    
    /**
     * Sets array of all "date" element
     */
    void setDateArray(java.util.Calendar[] dateArray);
    
    /**
     * Sets ith "date" element
     */
    void setDateArray(int i, java.util.Calendar date);
    
    /**
     * Sets (as xml) array of all "date" element
     */
    void xsetDateArray(org.apache.xmlbeans.XmlDateTime[] dateArray);
    
    /**
     * Sets (as xml) ith "date" element
     */
    void xsetDateArray(int i, org.apache.xmlbeans.XmlDateTime date);
    
    /**
     * Inserts the value as the ith "date" element
     */
    void insertDate(int i, java.util.Calendar date);
    
    /**
     * Appends the value as the last "date" element
     */
    void addDate(java.util.Calendar date);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "date" element
     */
    org.apache.xmlbeans.XmlDateTime insertNewDate(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "date" element
     */
    org.apache.xmlbeans.XmlDateTime addNewDate();
    
    /**
     * Removes the ith "date" element
     */
    void removeDate(int i);
    
    /**
     * Gets a List of "bool" elements
     */
    java.util.List getBoolList();
    
    /**
     * Gets array of all "bool" elements
     */
    boolean[] getBoolArray();
    
    /**
     * Gets ith "bool" element
     */
    boolean getBoolArray(int i);
    
    /**
     * Gets (as xml) a List of "bool" elements
     */
    java.util.List xgetBoolList();
    
    /**
     * Gets (as xml) array of all "bool" elements
     */
    org.apache.xmlbeans.XmlBoolean[] xgetBoolArray();
    
    /**
     * Gets (as xml) ith "bool" element
     */
    org.apache.xmlbeans.XmlBoolean xgetBoolArray(int i);
    
    /**
     * Returns number of "bool" element
     */
    int sizeOfBoolArray();
    
    /**
     * Sets array of all "bool" element
     */
    void setBoolArray(boolean[] boolArray);
    
    /**
     * Sets ith "bool" element
     */
    void setBoolArray(int i, boolean bool);
    
    /**
     * Sets (as xml) array of all "bool" element
     */
    void xsetBoolArray(org.apache.xmlbeans.XmlBoolean[] boolArray);
    
    /**
     * Sets (as xml) ith "bool" element
     */
    void xsetBoolArray(int i, org.apache.xmlbeans.XmlBoolean bool);
    
    /**
     * Inserts the value as the ith "bool" element
     */
    void insertBool(int i, boolean bool);
    
    /**
     * Appends the value as the last "bool" element
     */
    void addBool(boolean bool);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "bool" element
     */
    org.apache.xmlbeans.XmlBoolean insertNewBool(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "bool" element
     */
    org.apache.xmlbeans.XmlBoolean addNewBool();
    
    /**
     * Removes the ith "bool" element
     */
    void removeBool(int i);
    
    /**
     * Gets a List of "error" elements
     */
    java.util.List getErrorList();
    
    /**
     * Gets array of all "error" elements
     */
    java.lang.String[] getErrorArray();
    
    /**
     * Gets ith "error" element
     */
    java.lang.String getErrorArray(int i);
    
    /**
     * Gets (as xml) a List of "error" elements
     */
    java.util.List xgetErrorList();
    
    /**
     * Gets (as xml) array of all "error" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STError[] xgetErrorArray();
    
    /**
     * Gets (as xml) ith "error" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STError xgetErrorArray(int i);
    
    /**
     * Returns number of "error" element
     */
    int sizeOfErrorArray();
    
    /**
     * Sets array of all "error" element
     */
    void setErrorArray(java.lang.String[] errorArray);
    
    /**
     * Sets ith "error" element
     */
    void setErrorArray(int i, java.lang.String error);
    
    /**
     * Sets (as xml) array of all "error" element
     */
    void xsetErrorArray(org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STError[] errorArray);
    
    /**
     * Sets (as xml) ith "error" element
     */
    void xsetErrorArray(int i, org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STError error);
    
    /**
     * Inserts the value as the ith "error" element
     */
    void insertError(int i, java.lang.String error);
    
    /**
     * Appends the value as the last "error" element
     */
    void addError(java.lang.String error);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "error" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STError insertNewError(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "error" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STError addNewError();
    
    /**
     * Removes the ith "error" element
     */
    void removeError(int i);
    
    /**
     * Gets a List of "cy" elements
     */
    java.util.List getCyList();
    
    /**
     * Gets array of all "cy" elements
     */
    java.lang.String[] getCyArray();
    
    /**
     * Gets ith "cy" element
     */
    java.lang.String getCyArray(int i);
    
    /**
     * Gets (as xml) a List of "cy" elements
     */
    java.util.List xgetCyList();
    
    /**
     * Gets (as xml) array of all "cy" elements
     */
    org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STCy[] xgetCyArray();
    
    /**
     * Gets (as xml) ith "cy" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STCy xgetCyArray(int i);
    
    /**
     * Returns number of "cy" element
     */
    int sizeOfCyArray();
    
    /**
     * Sets array of all "cy" element
     */
    void setCyArray(java.lang.String[] cyArray);
    
    /**
     * Sets ith "cy" element
     */
    void setCyArray(int i, java.lang.String cy);
    
    /**
     * Sets (as xml) array of all "cy" element
     */
    void xsetCyArray(org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STCy[] cyArray);
    
    /**
     * Sets (as xml) ith "cy" element
     */
    void xsetCyArray(int i, org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STCy cy);
    
    /**
     * Inserts the value as the ith "cy" element
     */
    void insertCy(int i, java.lang.String cy);
    
    /**
     * Appends the value as the last "cy" element
     */
    void addCy(java.lang.String cy);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "cy" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STCy insertNewCy(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "cy" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STCy addNewCy();
    
    /**
     * Removes the ith "cy" element
     */
    void removeCy(int i);
    
    /**
     * Gets the "lBounds" attribute
     */
    int getLBounds();
    
    /**
     * Gets (as xml) the "lBounds" attribute
     */
    org.apache.xmlbeans.XmlInt xgetLBounds();
    
    /**
     * Sets the "lBounds" attribute
     */
    void setLBounds(int lBounds);
    
    /**
     * Sets (as xml) the "lBounds" attribute
     */
    void xsetLBounds(org.apache.xmlbeans.XmlInt lBounds);
    
    /**
     * Gets the "uBounds" attribute
     */
    int getUBounds();
    
    /**
     * Gets (as xml) the "uBounds" attribute
     */
    org.apache.xmlbeans.XmlInt xgetUBounds();
    
    /**
     * Sets the "uBounds" attribute
     */
    void setUBounds(int uBounds);
    
    /**
     * Sets (as xml) the "uBounds" attribute
     */
    void xsetUBounds(org.apache.xmlbeans.XmlInt uBounds);
    
    /**
     * Gets the "baseType" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STArrayBaseType.Enum getBaseType();
    
    /**
     * Gets (as xml) the "baseType" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STArrayBaseType xgetBaseType();
    
    /**
     * Sets the "baseType" attribute
     */
    void setBaseType(org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STArrayBaseType.Enum baseType);
    
    /**
     * Sets (as xml) the "baseType" attribute
     */
    void xsetBaseType(org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STArrayBaseType baseType);
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray newInstance() {
          return (org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray) org.apache.poi.POIXMLTypeLoader.newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray) org.apache.poi.POIXMLTypeLoader.newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray) org.apache.poi.POIXMLTypeLoader.parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray) org.apache.poi.POIXMLTypeLoader.parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray) org.apache.poi.POIXMLTypeLoader.parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray) org.apache.poi.POIXMLTypeLoader.parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray) org.apache.poi.POIXMLTypeLoader.parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray) org.apache.poi.POIXMLTypeLoader.parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray) org.apache.poi.POIXMLTypeLoader.parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray) org.apache.poi.POIXMLTypeLoader.parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray) org.apache.poi.POIXMLTypeLoader.parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray) org.apache.poi.POIXMLTypeLoader.parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray) org.apache.poi.POIXMLTypeLoader.parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray) org.apache.poi.POIXMLTypeLoader.parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray) org.apache.poi.POIXMLTypeLoader.parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray) org.apache.poi.POIXMLTypeLoader.parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray) org.apache.poi.POIXMLTypeLoader.parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray) org.apache.poi.POIXMLTypeLoader.parse( xis, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return org.apache.poi.POIXMLTypeLoader.newValidatingXMLInputStream( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return org.apache.poi.POIXMLTypeLoader.newValidatingXMLInputStream( xis, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy