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

org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector 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

The newest version!
/*
 * XML Type:  CT_Vector
 * Namespace: http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes
 * Java type: org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes;


/**
 * An XML CT_Vector(@http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes).
 *
 * This is a complex type.
 */
public interface CTVector extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTVector.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD023D6490046BA0250A839A9AD24C443").resolveHandle("ctvectorc3e2type");
    
    /**
     * Gets a List of "variant" elements
     */
    java.util.List getVariantList();
    
    /**
     * Gets array of all "variant" elements
     */
    @Deprecated
    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
     */
    @Deprecated
    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
     */
    @Deprecated
    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
     */
    @Deprecated
    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
     */
    @Deprecated
    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
     */
    @Deprecated
    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
     */
    @Deprecated
    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 "i8" elements
     */
    java.util.List getI8List();
    
    /**
     * Gets array of all "i8" elements
     */
    @Deprecated
    long[] getI8Array();
    
    /**
     * Gets ith "i8" element
     */
    long getI8Array(int i);
    
    /**
     * Gets (as xml) a List of "i8" elements
     */
    java.util.List xgetI8List();
    
    /**
     * Gets (as xml) array of all "i8" elements
     */
    @Deprecated
    org.apache.xmlbeans.XmlLong[] xgetI8Array();
    
    /**
     * Gets (as xml) ith "i8" element
     */
    org.apache.xmlbeans.XmlLong xgetI8Array(int i);
    
    /**
     * Returns number of "i8" element
     */
    int sizeOfI8Array();
    
    /**
     * Sets array of all "i8" element
     */
    void setI8Array(long[] i8Array);
    
    /**
     * Sets ith "i8" element
     */
    void setI8Array(int i, long i8);
    
    /**
     * Sets (as xml) array of all "i8" element
     */
    void xsetI8Array(org.apache.xmlbeans.XmlLong[] i8Array);
    
    /**
     * Sets (as xml) ith "i8" element
     */
    void xsetI8Array(int i, org.apache.xmlbeans.XmlLong i8);
    
    /**
     * Inserts the value as the ith "i8" element
     */
    void insertI8(int i, long i8);
    
    /**
     * Appends the value as the last "i8" element
     */
    void addI8(long i8);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "i8" element
     */
    org.apache.xmlbeans.XmlLong insertNewI8(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "i8" element
     */
    org.apache.xmlbeans.XmlLong addNewI8();
    
    /**
     * Removes the ith "i8" element
     */
    void removeI8(int i);
    
    /**
     * Gets a List of "ui1" elements
     */
    java.util.List getUi1List();
    
    /**
     * Gets array of all "ui1" elements
     */
    @Deprecated
    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
     */
    @Deprecated
    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
     */
    @Deprecated
    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
     */
    @Deprecated
    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
     */
    @Deprecated
    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
     */
    @Deprecated
    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 "ui8" elements
     */
    java.util.List getUi8List();
    
    /**
     * Gets array of all "ui8" elements
     */
    @Deprecated
    java.math.BigInteger[] getUi8Array();
    
    /**
     * Gets ith "ui8" element
     */
    java.math.BigInteger getUi8Array(int i);
    
    /**
     * Gets (as xml) a List of "ui8" elements
     */
    java.util.List xgetUi8List();
    
    /**
     * Gets (as xml) array of all "ui8" elements
     */
    @Deprecated
    org.apache.xmlbeans.XmlUnsignedLong[] xgetUi8Array();
    
    /**
     * Gets (as xml) ith "ui8" element
     */
    org.apache.xmlbeans.XmlUnsignedLong xgetUi8Array(int i);
    
    /**
     * Returns number of "ui8" element
     */
    int sizeOfUi8Array();
    
    /**
     * Sets array of all "ui8" element
     */
    void setUi8Array(java.math.BigInteger[] ui8Array);
    
    /**
     * Sets ith "ui8" element
     */
    void setUi8Array(int i, java.math.BigInteger ui8);
    
    /**
     * Sets (as xml) array of all "ui8" element
     */
    void xsetUi8Array(org.apache.xmlbeans.XmlUnsignedLong[] ui8Array);
    
    /**
     * Sets (as xml) ith "ui8" element
     */
    void xsetUi8Array(int i, org.apache.xmlbeans.XmlUnsignedLong ui8);
    
    /**
     * Inserts the value as the ith "ui8" element
     */
    void insertUi8(int i, java.math.BigInteger ui8);
    
    /**
     * Appends the value as the last "ui8" element
     */
    void addUi8(java.math.BigInteger ui8);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "ui8" element
     */
    org.apache.xmlbeans.XmlUnsignedLong insertNewUi8(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "ui8" element
     */
    org.apache.xmlbeans.XmlUnsignedLong addNewUi8();
    
    /**
     * Removes the ith "ui8" element
     */
    void removeUi8(int i);
    
    /**
     * Gets a List of "r4" elements
     */
    java.util.List getR4List();
    
    /**
     * Gets array of all "r4" elements
     */
    @Deprecated
    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
     */
    @Deprecated
    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
     */
    @Deprecated
    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
     */
    @Deprecated
    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 "lpstr" elements
     */
    java.util.List getLpstrList();
    
    /**
     * Gets array of all "lpstr" elements
     */
    @Deprecated
    java.lang.String[] getLpstrArray();
    
    /**
     * Gets ith "lpstr" element
     */
    java.lang.String getLpstrArray(int i);
    
    /**
     * Gets (as xml) a List of "lpstr" elements
     */
    java.util.List xgetLpstrList();
    
    /**
     * Gets (as xml) array of all "lpstr" elements
     */
    @Deprecated
    org.apache.xmlbeans.XmlString[] xgetLpstrArray();
    
    /**
     * Gets (as xml) ith "lpstr" element
     */
    org.apache.xmlbeans.XmlString xgetLpstrArray(int i);
    
    /**
     * Returns number of "lpstr" element
     */
    int sizeOfLpstrArray();
    
    /**
     * Sets array of all "lpstr" element
     */
    void setLpstrArray(java.lang.String[] lpstrArray);
    
    /**
     * Sets ith "lpstr" element
     */
    void setLpstrArray(int i, java.lang.String lpstr);
    
    /**
     * Sets (as xml) array of all "lpstr" element
     */
    void xsetLpstrArray(org.apache.xmlbeans.XmlString[] lpstrArray);
    
    /**
     * Sets (as xml) ith "lpstr" element
     */
    void xsetLpstrArray(int i, org.apache.xmlbeans.XmlString lpstr);
    
    /**
     * Inserts the value as the ith "lpstr" element
     */
    void insertLpstr(int i, java.lang.String lpstr);
    
    /**
     * Appends the value as the last "lpstr" element
     */
    void addLpstr(java.lang.String lpstr);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "lpstr" element
     */
    org.apache.xmlbeans.XmlString insertNewLpstr(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "lpstr" element
     */
    org.apache.xmlbeans.XmlString addNewLpstr();
    
    /**
     * Removes the ith "lpstr" element
     */
    void removeLpstr(int i);
    
    /**
     * Gets a List of "lpwstr" elements
     */
    java.util.List getLpwstrList();
    
    /**
     * Gets array of all "lpwstr" elements
     */
    @Deprecated
    java.lang.String[] getLpwstrArray();
    
    /**
     * Gets ith "lpwstr" element
     */
    java.lang.String getLpwstrArray(int i);
    
    /**
     * Gets (as xml) a List of "lpwstr" elements
     */
    java.util.List xgetLpwstrList();
    
    /**
     * Gets (as xml) array of all "lpwstr" elements
     */
    @Deprecated
    org.apache.xmlbeans.XmlString[] xgetLpwstrArray();
    
    /**
     * Gets (as xml) ith "lpwstr" element
     */
    org.apache.xmlbeans.XmlString xgetLpwstrArray(int i);
    
    /**
     * Returns number of "lpwstr" element
     */
    int sizeOfLpwstrArray();
    
    /**
     * Sets array of all "lpwstr" element
     */
    void setLpwstrArray(java.lang.String[] lpwstrArray);
    
    /**
     * Sets ith "lpwstr" element
     */
    void setLpwstrArray(int i, java.lang.String lpwstr);
    
    /**
     * Sets (as xml) array of all "lpwstr" element
     */
    void xsetLpwstrArray(org.apache.xmlbeans.XmlString[] lpwstrArray);
    
    /**
     * Sets (as xml) ith "lpwstr" element
     */
    void xsetLpwstrArray(int i, org.apache.xmlbeans.XmlString lpwstr);
    
    /**
     * Inserts the value as the ith "lpwstr" element
     */
    void insertLpwstr(int i, java.lang.String lpwstr);
    
    /**
     * Appends the value as the last "lpwstr" element
     */
    void addLpwstr(java.lang.String lpwstr);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "lpwstr" element
     */
    org.apache.xmlbeans.XmlString insertNewLpwstr(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "lpwstr" element
     */
    org.apache.xmlbeans.XmlString addNewLpwstr();
    
    /**
     * Removes the ith "lpwstr" element
     */
    void removeLpwstr(int i);
    
    /**
     * Gets a List of "bstr" elements
     */
    java.util.List getBstrList();
    
    /**
     * Gets array of all "bstr" elements
     */
    @Deprecated
    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
     */
    @Deprecated
    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
     */
    @Deprecated
    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
     */
    @Deprecated
    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 "filetime" elements
     */
    java.util.List getFiletimeList();
    
    /**
     * Gets array of all "filetime" elements
     */
    @Deprecated
    java.util.Calendar[] getFiletimeArray();
    
    /**
     * Gets ith "filetime" element
     */
    java.util.Calendar getFiletimeArray(int i);
    
    /**
     * Gets (as xml) a List of "filetime" elements
     */
    java.util.List xgetFiletimeList();
    
    /**
     * Gets (as xml) array of all "filetime" elements
     */
    @Deprecated
    org.apache.xmlbeans.XmlDateTime[] xgetFiletimeArray();
    
    /**
     * Gets (as xml) ith "filetime" element
     */
    org.apache.xmlbeans.XmlDateTime xgetFiletimeArray(int i);
    
    /**
     * Returns number of "filetime" element
     */
    int sizeOfFiletimeArray();
    
    /**
     * Sets array of all "filetime" element
     */
    void setFiletimeArray(java.util.Calendar[] filetimeArray);
    
    /**
     * Sets ith "filetime" element
     */
    void setFiletimeArray(int i, java.util.Calendar filetime);
    
    /**
     * Sets (as xml) array of all "filetime" element
     */
    void xsetFiletimeArray(org.apache.xmlbeans.XmlDateTime[] filetimeArray);
    
    /**
     * Sets (as xml) ith "filetime" element
     */
    void xsetFiletimeArray(int i, org.apache.xmlbeans.XmlDateTime filetime);
    
    /**
     * Inserts the value as the ith "filetime" element
     */
    void insertFiletime(int i, java.util.Calendar filetime);
    
    /**
     * Appends the value as the last "filetime" element
     */
    void addFiletime(java.util.Calendar filetime);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "filetime" element
     */
    org.apache.xmlbeans.XmlDateTime insertNewFiletime(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "filetime" element
     */
    org.apache.xmlbeans.XmlDateTime addNewFiletime();
    
    /**
     * Removes the ith "filetime" element
     */
    void removeFiletime(int i);
    
    /**
     * Gets a List of "bool" elements
     */
    java.util.List getBoolList();
    
    /**
     * Gets array of all "bool" elements
     */
    @Deprecated
    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
     */
    @Deprecated
    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 "cy" elements
     */
    java.util.List getCyList();
    
    /**
     * Gets array of all "cy" elements
     */
    @Deprecated
    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
     */
    @Deprecated
    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 a List of "error" elements
     */
    java.util.List getErrorList();
    
    /**
     * Gets array of all "error" elements
     */
    @Deprecated
    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
     */
    @Deprecated
    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 "clsid" elements
     */
    java.util.List getClsidList();
    
    /**
     * Gets array of all "clsid" elements
     */
    @Deprecated
    java.lang.String[] getClsidArray();
    
    /**
     * Gets ith "clsid" element
     */
    java.lang.String getClsidArray(int i);
    
    /**
     * Gets (as xml) a List of "clsid" elements
     */
    java.util.List xgetClsidList();
    
    /**
     * Gets (as xml) array of all "clsid" elements
     */
    @Deprecated
    org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STClsid[] xgetClsidArray();
    
    /**
     * Gets (as xml) ith "clsid" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STClsid xgetClsidArray(int i);
    
    /**
     * Returns number of "clsid" element
     */
    int sizeOfClsidArray();
    
    /**
     * Sets array of all "clsid" element
     */
    void setClsidArray(java.lang.String[] clsidArray);
    
    /**
     * Sets ith "clsid" element
     */
    void setClsidArray(int i, java.lang.String clsid);
    
    /**
     * Sets (as xml) array of all "clsid" element
     */
    void xsetClsidArray(org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STClsid[] clsidArray);
    
    /**
     * Sets (as xml) ith "clsid" element
     */
    void xsetClsidArray(int i, org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STClsid clsid);
    
    /**
     * Inserts the value as the ith "clsid" element
     */
    void insertClsid(int i, java.lang.String clsid);
    
    /**
     * Appends the value as the last "clsid" element
     */
    void addClsid(java.lang.String clsid);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "clsid" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STClsid insertNewClsid(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "clsid" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STClsid addNewClsid();
    
    /**
     * Removes the ith "clsid" element
     */
    void removeClsid(int i);
    
    /**
     * Gets a List of "cf" elements
     */
    java.util.List getCfList();
    
    /**
     * Gets array of all "cf" elements
     */
    @Deprecated
    org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTCf[] getCfArray();
    
    /**
     * Gets ith "cf" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTCf getCfArray(int i);
    
    /**
     * Returns number of "cf" element
     */
    int sizeOfCfArray();
    
    /**
     * Sets array of all "cf" element
     */
    void setCfArray(org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTCf[] cfArray);
    
    /**
     * Sets ith "cf" element
     */
    void setCfArray(int i, org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTCf cf);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "cf" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTCf insertNewCf(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "cf" element
     */
    org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTCf addNewCf();
    
    /**
     * Removes the ith "cf" element
     */
    void removeCf(int i);
    
    /**
     * Gets the "baseType" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STVectorBaseType.Enum getBaseType();
    
    /**
     * Gets (as xml) the "baseType" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STVectorBaseType xgetBaseType();
    
    /**
     * Sets the "baseType" attribute
     */
    void setBaseType(org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STVectorBaseType.Enum baseType);
    
    /**
     * Sets (as xml) the "baseType" attribute
     */
    void xsetBaseType(org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STVectorBaseType baseType);
    
    /**
     * Gets the "size" attribute
     */
    long getSize();
    
    /**
     * Gets (as xml) the "size" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetSize();
    
    /**
     * Sets the "size" attribute
     */
    void setSize(long size);
    
    /**
     * Sets (as xml) the "size" attribute
     */
    void xsetSize(org.apache.xmlbeans.XmlUnsignedInt size);
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {

        private static java.lang.ref.SoftReference typeLoader;

        private static synchronized org.apache.xmlbeans.SchemaTypeLoader getTypeLoader() {
            org.apache.xmlbeans.SchemaTypeLoader stl = (typeLoader == null) ? null : typeLoader.get();
            if (stl == null) {
                stl = org.apache.xmlbeans.XmlBeans.typeLoaderForClassLoader(org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector.class.getClassLoader());
                typeLoader = new java.lang.ref.SoftReference(stl);
            }
            return stl;
        }

        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector newInstance() {
          return (org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector) getTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector) getTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector) getTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector) getTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector) getTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector 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.CTVector) getTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector) getTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector 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.CTVector) getTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector) getTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector 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.CTVector) getTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector) getTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector 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.CTVector) getTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector) getTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector) getTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector) getTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector) getTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector 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.CTVector) getTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTVector 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.CTVector) getTypeLoader().parse( xis, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        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 getTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        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 getTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy