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

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


/**
 * An XML CT_Item(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
 *
 * This is a complex type.
 */
public interface CTItem extends org.apache.xmlbeans.XmlObject
{
    org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        Factory.getTypeLoader().resolveHandle("ctitemc69ctype");
    
    /**
     * Gets the "n" attribute
     */
    java.lang.String getN();
    
    /**
     * Gets (as xml) the "n" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetN();
    
    /**
     * True if has "n" attribute
     */
    boolean isSetN();
    
    /**
     * Sets the "n" attribute
     */
    void setN(java.lang.String n);
    
    /**
     * Sets (as xml) the "n" attribute
     */
    void xsetN(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring n);
    
    /**
     * Unsets the "n" attribute
     */
    void unsetN();
    
    /**
     * Gets the "t" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STItemType.Enum getT();
    
    /**
     * Gets (as xml) the "t" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STItemType xgetT();
    
    /**
     * True if has "t" attribute
     */
    boolean isSetT();
    
    /**
     * Sets the "t" attribute
     */
    void setT(org.openxmlformats.schemas.spreadsheetml.x2006.main.STItemType.Enum t);
    
    /**
     * Sets (as xml) the "t" attribute
     */
    void xsetT(org.openxmlformats.schemas.spreadsheetml.x2006.main.STItemType t);
    
    /**
     * Unsets the "t" attribute
     */
    void unsetT();
    
    /**
     * Gets the "h" attribute
     */
    boolean getH();
    
    /**
     * Gets (as xml) the "h" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetH();
    
    /**
     * True if has "h" attribute
     */
    boolean isSetH();
    
    /**
     * Sets the "h" attribute
     */
    void setH(boolean h);
    
    /**
     * Sets (as xml) the "h" attribute
     */
    void xsetH(org.apache.xmlbeans.XmlBoolean h);
    
    /**
     * Unsets the "h" attribute
     */
    void unsetH();
    
    /**
     * 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 "sd" attribute
     */
    boolean getSd();
    
    /**
     * Gets (as xml) the "sd" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetSd();
    
    /**
     * True if has "sd" attribute
     */
    boolean isSetSd();
    
    /**
     * Sets the "sd" attribute
     */
    void setSd(boolean sd);
    
    /**
     * Sets (as xml) the "sd" attribute
     */
    void xsetSd(org.apache.xmlbeans.XmlBoolean sd);
    
    /**
     * Unsets the "sd" attribute
     */
    void unsetSd();
    
    /**
     * Gets the "f" attribute
     */
    boolean getF();
    
    /**
     * Gets (as xml) the "f" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetF();
    
    /**
     * True if has "f" attribute
     */
    boolean isSetF();
    
    /**
     * Sets the "f" attribute
     */
    void setF(boolean f);
    
    /**
     * Sets (as xml) the "f" attribute
     */
    void xsetF(org.apache.xmlbeans.XmlBoolean f);
    
    /**
     * Unsets the "f" attribute
     */
    void unsetF();
    
    /**
     * Gets the "m" attribute
     */
    boolean getM();
    
    /**
     * Gets (as xml) the "m" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetM();
    
    /**
     * True if has "m" attribute
     */
    boolean isSetM();
    
    /**
     * Sets the "m" attribute
     */
    void setM(boolean m);
    
    /**
     * Sets (as xml) the "m" attribute
     */
    void xsetM(org.apache.xmlbeans.XmlBoolean m);
    
    /**
     * Unsets the "m" attribute
     */
    void unsetM();
    
    /**
     * Gets the "c" attribute
     */
    boolean getC();
    
    /**
     * Gets (as xml) the "c" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetC();
    
    /**
     * True if has "c" attribute
     */
    boolean isSetC();
    
    /**
     * Sets the "c" attribute
     */
    void setC(boolean c);
    
    /**
     * Sets (as xml) the "c" attribute
     */
    void xsetC(org.apache.xmlbeans.XmlBoolean c);
    
    /**
     * Unsets the "c" attribute
     */
    void unsetC();
    
    /**
     * Gets the "x" attribute
     */
    long getX();
    
    /**
     * Gets (as xml) the "x" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetX();
    
    /**
     * True if has "x" attribute
     */
    boolean isSetX();
    
    /**
     * Sets the "x" attribute
     */
    void setX(long x);
    
    /**
     * Sets (as xml) the "x" attribute
     */
    void xsetX(org.apache.xmlbeans.XmlUnsignedInt x);
    
    /**
     * Unsets the "x" attribute
     */
    void unsetX();
    
    /**
     * Gets the "d" attribute
     */
    boolean getD();
    
    /**
     * Gets (as xml) the "d" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetD();
    
    /**
     * True if has "d" attribute
     */
    boolean isSetD();
    
    /**
     * Sets the "d" attribute
     */
    void setD(boolean d);
    
    /**
     * Sets (as xml) the "d" attribute
     */
    void xsetD(org.apache.xmlbeans.XmlBoolean d);
    
    /**
     * Unsets the "d" attribute
     */
    void unsetD();
    
    /**
     * Gets the "e" attribute
     */
    boolean getE();
    
    /**
     * Gets (as xml) the "e" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetE();
    
    /**
     * True if has "e" attribute
     */
    boolean isSetE();
    
    /**
     * Sets the "e" attribute
     */
    void setE(boolean e);
    
    /**
     * Sets (as xml) the "e" attribute
     */
    void xsetE(org.apache.xmlbeans.XmlBoolean e);
    
    /**
     * Unsets the "e" attribute
     */
    void unsetE();
    
    /**
     * 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.CTItem newInstance() {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTItem) getTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTItem newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTItem) getTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTItem parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTItem) getTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTItem parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTItem) getTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTItem parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTItem) getTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTItem 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.CTItem) getTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTItem parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTItem) getTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTItem 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.CTItem) getTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTItem parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTItem) getTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTItem 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.CTItem) getTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTItem parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTItem) getTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTItem 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.CTItem) getTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTItem parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTItem) getTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTItem parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTItem) getTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTItem parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTItem) getTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTItem parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTItem) getTypeLoader().parse( node, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy