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

org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeaders Maven / Gradle / Ivy

Go to download

The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.

There is a newer version: 62
Show newest version
/*
 * XML Type:  CT_RevisionHeaders
 * Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
 * Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeaders
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.spreadsheetml.x2006.main;


/**
 * An XML CT_RevisionHeaders(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
 *
 * This is a complex type.
 */
public interface CTRevisionHeaders extends org.apache.xmlbeans.XmlObject
{
    org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        Factory.getTypeLoader().resolveHandle("ctrevisionheadersdecatype");
    
    /**
     * Gets a List of "header" elements
     */
    java.util.List getHeaderList();
    
    /**
     * Gets array of all "header" elements
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeader[] getHeaderArray();
    
    /**
     * Gets ith "header" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeader getHeaderArray(int i);
    
    /**
     * Returns number of "header" element
     */
    int sizeOfHeaderArray();
    
    /**
     * Sets array of all "header" element
     */
    void setHeaderArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeader[] headerArray);
    
    /**
     * Sets ith "header" element
     */
    void setHeaderArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeader header);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "header" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeader insertNewHeader(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "header" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeader addNewHeader();
    
    /**
     * Removes the ith "header" element
     */
    void removeHeader(int i);
    
    /**
     * Gets the "guid" attribute
     */
    java.lang.String getGuid();
    
    /**
     * Gets (as xml) the "guid" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid xgetGuid();
    
    /**
     * Sets the "guid" attribute
     */
    void setGuid(java.lang.String guid);
    
    /**
     * Sets (as xml) the "guid" attribute
     */
    void xsetGuid(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid guid);
    
    /**
     * Gets the "lastGuid" attribute
     */
    java.lang.String getLastGuid();
    
    /**
     * Gets (as xml) the "lastGuid" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid xgetLastGuid();
    
    /**
     * True if has "lastGuid" attribute
     */
    boolean isSetLastGuid();
    
    /**
     * Sets the "lastGuid" attribute
     */
    void setLastGuid(java.lang.String lastGuid);
    
    /**
     * Sets (as xml) the "lastGuid" attribute
     */
    void xsetLastGuid(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid lastGuid);
    
    /**
     * Unsets the "lastGuid" attribute
     */
    void unsetLastGuid();
    
    /**
     * Gets the "shared" attribute
     */
    boolean getShared();
    
    /**
     * Gets (as xml) the "shared" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetShared();
    
    /**
     * True if has "shared" attribute
     */
    boolean isSetShared();
    
    /**
     * Sets the "shared" attribute
     */
    void setShared(boolean shared);
    
    /**
     * Sets (as xml) the "shared" attribute
     */
    void xsetShared(org.apache.xmlbeans.XmlBoolean shared);
    
    /**
     * Unsets the "shared" attribute
     */
    void unsetShared();
    
    /**
     * Gets the "diskRevisions" attribute
     */
    boolean getDiskRevisions();
    
    /**
     * Gets (as xml) the "diskRevisions" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetDiskRevisions();
    
    /**
     * True if has "diskRevisions" attribute
     */
    boolean isSetDiskRevisions();
    
    /**
     * Sets the "diskRevisions" attribute
     */
    void setDiskRevisions(boolean diskRevisions);
    
    /**
     * Sets (as xml) the "diskRevisions" attribute
     */
    void xsetDiskRevisions(org.apache.xmlbeans.XmlBoolean diskRevisions);
    
    /**
     * Unsets the "diskRevisions" attribute
     */
    void unsetDiskRevisions();
    
    /**
     * Gets the "history" attribute
     */
    boolean getHistory();
    
    /**
     * Gets (as xml) the "history" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetHistory();
    
    /**
     * True if has "history" attribute
     */
    boolean isSetHistory();
    
    /**
     * Sets the "history" attribute
     */
    void setHistory(boolean history);
    
    /**
     * Sets (as xml) the "history" attribute
     */
    void xsetHistory(org.apache.xmlbeans.XmlBoolean history);
    
    /**
     * Unsets the "history" attribute
     */
    void unsetHistory();
    
    /**
     * Gets the "trackRevisions" attribute
     */
    boolean getTrackRevisions();
    
    /**
     * Gets (as xml) the "trackRevisions" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetTrackRevisions();
    
    /**
     * True if has "trackRevisions" attribute
     */
    boolean isSetTrackRevisions();
    
    /**
     * Sets the "trackRevisions" attribute
     */
    void setTrackRevisions(boolean trackRevisions);
    
    /**
     * Sets (as xml) the "trackRevisions" attribute
     */
    void xsetTrackRevisions(org.apache.xmlbeans.XmlBoolean trackRevisions);
    
    /**
     * Unsets the "trackRevisions" attribute
     */
    void unsetTrackRevisions();
    
    /**
     * Gets the "exclusive" attribute
     */
    boolean getExclusive();
    
    /**
     * Gets (as xml) the "exclusive" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetExclusive();
    
    /**
     * True if has "exclusive" attribute
     */
    boolean isSetExclusive();
    
    /**
     * Sets the "exclusive" attribute
     */
    void setExclusive(boolean exclusive);
    
    /**
     * Sets (as xml) the "exclusive" attribute
     */
    void xsetExclusive(org.apache.xmlbeans.XmlBoolean exclusive);
    
    /**
     * Unsets the "exclusive" attribute
     */
    void unsetExclusive();
    
    /**
     * Gets the "revisionId" attribute
     */
    long getRevisionId();
    
    /**
     * Gets (as xml) the "revisionId" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetRevisionId();
    
    /**
     * True if has "revisionId" attribute
     */
    boolean isSetRevisionId();
    
    /**
     * Sets the "revisionId" attribute
     */
    void setRevisionId(long revisionId);
    
    /**
     * Sets (as xml) the "revisionId" attribute
     */
    void xsetRevisionId(org.apache.xmlbeans.XmlUnsignedInt revisionId);
    
    /**
     * Unsets the "revisionId" attribute
     */
    void unsetRevisionId();
    
    /**
     * Gets the "version" attribute
     */
    int getVersion();
    
    /**
     * Gets (as xml) the "version" attribute
     */
    org.apache.xmlbeans.XmlInt xgetVersion();
    
    /**
     * True if has "version" attribute
     */
    boolean isSetVersion();
    
    /**
     * Sets the "version" attribute
     */
    void setVersion(int version);
    
    /**
     * Sets (as xml) the "version" attribute
     */
    void xsetVersion(org.apache.xmlbeans.XmlInt version);
    
    /**
     * Unsets the "version" attribute
     */
    void unsetVersion();
    
    /**
     * Gets the "keepChangeHistory" attribute
     */
    boolean getKeepChangeHistory();
    
    /**
     * Gets (as xml) the "keepChangeHistory" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetKeepChangeHistory();
    
    /**
     * True if has "keepChangeHistory" attribute
     */
    boolean isSetKeepChangeHistory();
    
    /**
     * Sets the "keepChangeHistory" attribute
     */
    void setKeepChangeHistory(boolean keepChangeHistory);
    
    /**
     * Sets (as xml) the "keepChangeHistory" attribute
     */
    void xsetKeepChangeHistory(org.apache.xmlbeans.XmlBoolean keepChangeHistory);
    
    /**
     * Unsets the "keepChangeHistory" attribute
     */
    void unsetKeepChangeHistory();
    
    /**
     * Gets the "protected" attribute
     */
    boolean getProtected();
    
    /**
     * Gets (as xml) the "protected" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetProtected();
    
    /**
     * True if has "protected" attribute
     */
    boolean isSetProtected();
    
    /**
     * Sets the "protected" attribute
     */
    void setProtected(boolean xprotected);
    
    /**
     * Sets (as xml) the "protected" attribute
     */
    void xsetProtected(org.apache.xmlbeans.XmlBoolean xprotected);
    
    /**
     * Unsets the "protected" attribute
     */
    void unsetProtected();
    
    /**
     * Gets the "preserveHistory" attribute
     */
    long getPreserveHistory();
    
    /**
     * Gets (as xml) the "preserveHistory" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetPreserveHistory();
    
    /**
     * True if has "preserveHistory" attribute
     */
    boolean isSetPreserveHistory();
    
    /**
     * Sets the "preserveHistory" attribute
     */
    void setPreserveHistory(long preserveHistory);
    
    /**
     * Sets (as xml) the "preserveHistory" attribute
     */
    void xsetPreserveHistory(org.apache.xmlbeans.XmlUnsignedInt preserveHistory);
    
    /**
     * Unsets the "preserveHistory" attribute
     */
    void unsetPreserveHistory();
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    final class Factory
    {
        private static synchronized org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder getTypeLoader() {
          return org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem;
        }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeaders newInstance() {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeaders) getTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeaders newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeaders) getTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeaders parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeaders) getTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeaders parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeaders) getTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeaders parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeaders) getTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeaders 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.CTRevisionHeaders) getTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeaders parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeaders) getTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeaders 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.CTRevisionHeaders) getTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeaders parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeaders) getTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeaders 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.CTRevisionHeaders) getTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeaders parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeaders) getTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeaders 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.CTRevisionHeaders) getTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeaders parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeaders) getTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeaders parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeaders) getTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeaders parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeaders) getTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeaders parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionHeaders) getTypeLoader().parse( node, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy