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

org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionCellChange 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_RevisionCellChange
 * Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
 * Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionCellChange
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.spreadsheetml.x2006.main;


/**
 * An XML CT_RevisionCellChange(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
 *
 * This is a complex type.
 */
public interface CTRevisionCellChange extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTRevisionCellChange.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD023D6490046BA0250A839A9AD24C443").resolveHandle("ctrevisioncellchange4836type");
    
    /**
     * Gets the "oc" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell getOc();
    
    /**
     * True if has "oc" element
     */
    boolean isSetOc();
    
    /**
     * Sets the "oc" element
     */
    void setOc(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell oc);
    
    /**
     * Appends and returns a new empty "oc" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell addNewOc();
    
    /**
     * Unsets the "oc" element
     */
    void unsetOc();
    
    /**
     * Gets the "nc" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell getNc();
    
    /**
     * Sets the "nc" element
     */
    void setNc(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell nc);
    
    /**
     * Appends and returns a new empty "nc" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell addNewNc();
    
    /**
     * Gets the "odxf" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf getOdxf();
    
    /**
     * True if has "odxf" element
     */
    boolean isSetOdxf();
    
    /**
     * Sets the "odxf" element
     */
    void setOdxf(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf odxf);
    
    /**
     * Appends and returns a new empty "odxf" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf addNewOdxf();
    
    /**
     * Unsets the "odxf" element
     */
    void unsetOdxf();
    
    /**
     * Gets the "ndxf" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf getNdxf();
    
    /**
     * True if has "ndxf" element
     */
    boolean isSetNdxf();
    
    /**
     * Sets the "ndxf" element
     */
    void setNdxf(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf ndxf);
    
    /**
     * Appends and returns a new empty "ndxf" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDxf addNewNdxf();
    
    /**
     * Unsets the "ndxf" element
     */
    void unsetNdxf();
    
    /**
     * Gets the "extLst" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTExtensionList getExtLst();
    
    /**
     * True if has "extLst" element
     */
    boolean isSetExtLst();
    
    /**
     * Sets the "extLst" element
     */
    void setExtLst(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTExtensionList extLst);
    
    /**
     * Appends and returns a new empty "extLst" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTExtensionList addNewExtLst();
    
    /**
     * Unsets the "extLst" element
     */
    void unsetExtLst();
    
    /**
     * Gets the "rId" attribute
     */
    long getRId();
    
    /**
     * Gets (as xml) the "rId" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetRId();
    
    /**
     * Sets the "rId" attribute
     */
    void setRId(long rId);
    
    /**
     * Sets (as xml) the "rId" attribute
     */
    void xsetRId(org.apache.xmlbeans.XmlUnsignedInt rId);
    
    /**
     * Gets the "ua" attribute
     */
    boolean getUa();
    
    /**
     * Gets (as xml) the "ua" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetUa();
    
    /**
     * True if has "ua" attribute
     */
    boolean isSetUa();
    
    /**
     * Sets the "ua" attribute
     */
    void setUa(boolean ua);
    
    /**
     * Sets (as xml) the "ua" attribute
     */
    void xsetUa(org.apache.xmlbeans.XmlBoolean ua);
    
    /**
     * Unsets the "ua" attribute
     */
    void unsetUa();
    
    /**
     * Gets the "ra" attribute
     */
    boolean getRa();
    
    /**
     * Gets (as xml) the "ra" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetRa();
    
    /**
     * True if has "ra" attribute
     */
    boolean isSetRa();
    
    /**
     * Sets the "ra" attribute
     */
    void setRa(boolean ra);
    
    /**
     * Sets (as xml) the "ra" attribute
     */
    void xsetRa(org.apache.xmlbeans.XmlBoolean ra);
    
    /**
     * Unsets the "ra" attribute
     */
    void unsetRa();
    
    /**
     * Gets the "sId" attribute
     */
    long getSId();
    
    /**
     * Gets (as xml) the "sId" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetSId();
    
    /**
     * Sets the "sId" attribute
     */
    void setSId(long sId);
    
    /**
     * Sets (as xml) the "sId" attribute
     */
    void xsetSId(org.apache.xmlbeans.XmlUnsignedInt sId);
    
    /**
     * Gets the "odxf" attribute
     */
    boolean getOdxf2();
    
    /**
     * Gets (as xml) the "odxf" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetOdxf2();
    
    /**
     * True if has "odxf" attribute
     */
    boolean isSetOdxf2();
    
    /**
     * Sets the "odxf" attribute
     */
    void setOdxf2(boolean odxf2);
    
    /**
     * Sets (as xml) the "odxf" attribute
     */
    void xsetOdxf2(org.apache.xmlbeans.XmlBoolean odxf2);
    
    /**
     * Unsets the "odxf" attribute
     */
    void unsetOdxf2();
    
    /**
     * Gets the "xfDxf" attribute
     */
    boolean getXfDxf();
    
    /**
     * Gets (as xml) the "xfDxf" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetXfDxf();
    
    /**
     * True if has "xfDxf" attribute
     */
    boolean isSetXfDxf();
    
    /**
     * Sets the "xfDxf" attribute
     */
    void setXfDxf(boolean xfDxf);
    
    /**
     * Sets (as xml) the "xfDxf" attribute
     */
    void xsetXfDxf(org.apache.xmlbeans.XmlBoolean xfDxf);
    
    /**
     * Unsets the "xfDxf" attribute
     */
    void unsetXfDxf();
    
    /**
     * Gets the "s" attribute
     */
    boolean getS();
    
    /**
     * Gets (as xml) the "s" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetS();
    
    /**
     * True if has "s" attribute
     */
    boolean isSetS();
    
    /**
     * Sets the "s" attribute
     */
    void setS(boolean s);
    
    /**
     * Sets (as xml) the "s" attribute
     */
    void xsetS(org.apache.xmlbeans.XmlBoolean s);
    
    /**
     * Unsets the "s" attribute
     */
    void unsetS();
    
    /**
     * Gets the "dxf" attribute
     */
    boolean getDxf();
    
    /**
     * Gets (as xml) the "dxf" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetDxf();
    
    /**
     * True if has "dxf" attribute
     */
    boolean isSetDxf();
    
    /**
     * Sets the "dxf" attribute
     */
    void setDxf(boolean dxf);
    
    /**
     * Sets (as xml) the "dxf" attribute
     */
    void xsetDxf(org.apache.xmlbeans.XmlBoolean dxf);
    
    /**
     * Unsets the "dxf" attribute
     */
    void unsetDxf();
    
    /**
     * Gets the "numFmtId" attribute
     */
    long getNumFmtId();
    
    /**
     * Gets (as xml) the "numFmtId" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STNumFmtId xgetNumFmtId();
    
    /**
     * True if has "numFmtId" attribute
     */
    boolean isSetNumFmtId();
    
    /**
     * Sets the "numFmtId" attribute
     */
    void setNumFmtId(long numFmtId);
    
    /**
     * Sets (as xml) the "numFmtId" attribute
     */
    void xsetNumFmtId(org.openxmlformats.schemas.spreadsheetml.x2006.main.STNumFmtId numFmtId);
    
    /**
     * Unsets the "numFmtId" attribute
     */
    void unsetNumFmtId();
    
    /**
     * Gets the "quotePrefix" attribute
     */
    boolean getQuotePrefix();
    
    /**
     * Gets (as xml) the "quotePrefix" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetQuotePrefix();
    
    /**
     * True if has "quotePrefix" attribute
     */
    boolean isSetQuotePrefix();
    
    /**
     * Sets the "quotePrefix" attribute
     */
    void setQuotePrefix(boolean quotePrefix);
    
    /**
     * Sets (as xml) the "quotePrefix" attribute
     */
    void xsetQuotePrefix(org.apache.xmlbeans.XmlBoolean quotePrefix);
    
    /**
     * Unsets the "quotePrefix" attribute
     */
    void unsetQuotePrefix();
    
    /**
     * Gets the "oldQuotePrefix" attribute
     */
    boolean getOldQuotePrefix();
    
    /**
     * Gets (as xml) the "oldQuotePrefix" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetOldQuotePrefix();
    
    /**
     * True if has "oldQuotePrefix" attribute
     */
    boolean isSetOldQuotePrefix();
    
    /**
     * Sets the "oldQuotePrefix" attribute
     */
    void setOldQuotePrefix(boolean oldQuotePrefix);
    
    /**
     * Sets (as xml) the "oldQuotePrefix" attribute
     */
    void xsetOldQuotePrefix(org.apache.xmlbeans.XmlBoolean oldQuotePrefix);
    
    /**
     * Unsets the "oldQuotePrefix" attribute
     */
    void unsetOldQuotePrefix();
    
    /**
     * Gets the "ph" attribute
     */
    boolean getPh();
    
    /**
     * Gets (as xml) the "ph" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetPh();
    
    /**
     * True if has "ph" attribute
     */
    boolean isSetPh();
    
    /**
     * Sets the "ph" attribute
     */
    void setPh(boolean ph);
    
    /**
     * Sets (as xml) the "ph" attribute
     */
    void xsetPh(org.apache.xmlbeans.XmlBoolean ph);
    
    /**
     * Unsets the "ph" attribute
     */
    void unsetPh();
    
    /**
     * Gets the "oldPh" attribute
     */
    boolean getOldPh();
    
    /**
     * Gets (as xml) the "oldPh" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetOldPh();
    
    /**
     * True if has "oldPh" attribute
     */
    boolean isSetOldPh();
    
    /**
     * Sets the "oldPh" attribute
     */
    void setOldPh(boolean oldPh);
    
    /**
     * Sets (as xml) the "oldPh" attribute
     */
    void xsetOldPh(org.apache.xmlbeans.XmlBoolean oldPh);
    
    /**
     * Unsets the "oldPh" attribute
     */
    void unsetOldPh();
    
    /**
     * Gets the "endOfListFormulaUpdate" attribute
     */
    boolean getEndOfListFormulaUpdate();
    
    /**
     * Gets (as xml) the "endOfListFormulaUpdate" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetEndOfListFormulaUpdate();
    
    /**
     * True if has "endOfListFormulaUpdate" attribute
     */
    boolean isSetEndOfListFormulaUpdate();
    
    /**
     * Sets the "endOfListFormulaUpdate" attribute
     */
    void setEndOfListFormulaUpdate(boolean endOfListFormulaUpdate);
    
    /**
     * Sets (as xml) the "endOfListFormulaUpdate" attribute
     */
    void xsetEndOfListFormulaUpdate(org.apache.xmlbeans.XmlBoolean endOfListFormulaUpdate);
    
    /**
     * Unsets the "endOfListFormulaUpdate" attribute
     */
    void unsetEndOfListFormulaUpdate();
    
    /**
     * 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.spreadsheetml.x2006.main.CTRevisionCellChange.class.getClassLoader());
                typeLoader = new java.lang.ref.SoftReference(stl);
            }
            return stl;
        }

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