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

org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl Maven / Gradle / Ivy

Go to download

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

There is a newer version: 1.4
Show newest version
/*
 * XML Type:  CT_Lvl
 * Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
 * Java type: org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.wordprocessingml.x2006.main;


/**
 * An XML CT_Lvl(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
 *
 * This is a complex type.
 */
public interface CTLvl extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTLvl.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctlvlf630type");
    
    /**
     * Gets the "start" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDecimalNumber getStart();
    
    /**
     * True if has "start" element
     */
    boolean isSetStart();
    
    /**
     * Sets the "start" element
     */
    void setStart(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDecimalNumber start);
    
    /**
     * Appends and returns a new empty "start" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDecimalNumber addNewStart();
    
    /**
     * Unsets the "start" element
     */
    void unsetStart();
    
    /**
     * Gets the "numFmt" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTNumFmt getNumFmt();
    
    /**
     * True if has "numFmt" element
     */
    boolean isSetNumFmt();
    
    /**
     * Sets the "numFmt" element
     */
    void setNumFmt(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTNumFmt numFmt);
    
    /**
     * Appends and returns a new empty "numFmt" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTNumFmt addNewNumFmt();
    
    /**
     * Unsets the "numFmt" element
     */
    void unsetNumFmt();
    
    /**
     * Gets the "lvlRestart" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDecimalNumber getLvlRestart();
    
    /**
     * True if has "lvlRestart" element
     */
    boolean isSetLvlRestart();
    
    /**
     * Sets the "lvlRestart" element
     */
    void setLvlRestart(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDecimalNumber lvlRestart);
    
    /**
     * Appends and returns a new empty "lvlRestart" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDecimalNumber addNewLvlRestart();
    
    /**
     * Unsets the "lvlRestart" element
     */
    void unsetLvlRestart();
    
    /**
     * Gets the "pStyle" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString getPStyle();
    
    /**
     * True if has "pStyle" element
     */
    boolean isSetPStyle();
    
    /**
     * Sets the "pStyle" element
     */
    void setPStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString pStyle);
    
    /**
     * Appends and returns a new empty "pStyle" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTString addNewPStyle();
    
    /**
     * Unsets the "pStyle" element
     */
    void unsetPStyle();
    
    /**
     * Gets the "isLgl" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff getIsLgl();
    
    /**
     * True if has "isLgl" element
     */
    boolean isSetIsLgl();
    
    /**
     * Sets the "isLgl" element
     */
    void setIsLgl(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff isLgl);
    
    /**
     * Appends and returns a new empty "isLgl" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTOnOff addNewIsLgl();
    
    /**
     * Unsets the "isLgl" element
     */
    void unsetIsLgl();
    
    /**
     * Gets the "suff" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLevelSuffix getSuff();
    
    /**
     * True if has "suff" element
     */
    boolean isSetSuff();
    
    /**
     * Sets the "suff" element
     */
    void setSuff(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLevelSuffix suff);
    
    /**
     * Appends and returns a new empty "suff" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLevelSuffix addNewSuff();
    
    /**
     * Unsets the "suff" element
     */
    void unsetSuff();
    
    /**
     * Gets the "lvlText" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLevelText getLvlText();
    
    /**
     * True if has "lvlText" element
     */
    boolean isSetLvlText();
    
    /**
     * Sets the "lvlText" element
     */
    void setLvlText(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLevelText lvlText);
    
    /**
     * Appends and returns a new empty "lvlText" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLevelText addNewLvlText();
    
    /**
     * Unsets the "lvlText" element
     */
    void unsetLvlText();
    
    /**
     * Gets the "lvlPicBulletId" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDecimalNumber getLvlPicBulletId();
    
    /**
     * True if has "lvlPicBulletId" element
     */
    boolean isSetLvlPicBulletId();
    
    /**
     * Sets the "lvlPicBulletId" element
     */
    void setLvlPicBulletId(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDecimalNumber lvlPicBulletId);
    
    /**
     * Appends and returns a new empty "lvlPicBulletId" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDecimalNumber addNewLvlPicBulletId();
    
    /**
     * Unsets the "lvlPicBulletId" element
     */
    void unsetLvlPicBulletId();
    
    /**
     * Gets the "legacy" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvlLegacy getLegacy();
    
    /**
     * True if has "legacy" element
     */
    boolean isSetLegacy();
    
    /**
     * Sets the "legacy" element
     */
    void setLegacy(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvlLegacy legacy);
    
    /**
     * Appends and returns a new empty "legacy" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvlLegacy addNewLegacy();
    
    /**
     * Unsets the "legacy" element
     */
    void unsetLegacy();
    
    /**
     * Gets the "lvlJc" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTJc getLvlJc();
    
    /**
     * True if has "lvlJc" element
     */
    boolean isSetLvlJc();
    
    /**
     * Sets the "lvlJc" element
     */
    void setLvlJc(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTJc lvlJc);
    
    /**
     * Appends and returns a new empty "lvlJc" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTJc addNewLvlJc();
    
    /**
     * Unsets the "lvlJc" element
     */
    void unsetLvlJc();
    
    /**
     * Gets the "pPr" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr getPPr();
    
    /**
     * True if has "pPr" element
     */
    boolean isSetPPr();
    
    /**
     * Sets the "pPr" element
     */
    void setPPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr pPr);
    
    /**
     * Appends and returns a new empty "pPr" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPPr addNewPPr();
    
    /**
     * Unsets the "pPr" element
     */
    void unsetPPr();
    
    /**
     * Gets the "rPr" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr getRPr();
    
    /**
     * True if has "rPr" element
     */
    boolean isSetRPr();
    
    /**
     * Sets the "rPr" element
     */
    void setRPr(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr rPr);
    
    /**
     * Appends and returns a new empty "rPr" element
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPr addNewRPr();
    
    /**
     * Unsets the "rPr" element
     */
    void unsetRPr();
    
    /**
     * Gets the "ilvl" attribute
     */
    java.math.BigInteger getIlvl();
    
    /**
     * Gets (as xml) the "ilvl" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STDecimalNumber xgetIlvl();
    
    /**
     * Sets the "ilvl" attribute
     */
    void setIlvl(java.math.BigInteger ilvl);
    
    /**
     * Sets (as xml) the "ilvl" attribute
     */
    void xsetIlvl(org.openxmlformats.schemas.wordprocessingml.x2006.main.STDecimalNumber ilvl);
    
    /**
     * Gets the "tplc" attribute
     */
    byte[] getTplc();
    
    /**
     * Gets (as xml) the "tplc" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STLongHexNumber xgetTplc();
    
    /**
     * True if has "tplc" attribute
     */
    boolean isSetTplc();
    
    /**
     * Sets the "tplc" attribute
     */
    void setTplc(byte[] tplc);
    
    /**
     * Sets (as xml) the "tplc" attribute
     */
    void xsetTplc(org.openxmlformats.schemas.wordprocessingml.x2006.main.STLongHexNumber tplc);
    
    /**
     * Unsets the "tplc" attribute
     */
    void unsetTplc();
    
    /**
     * Gets the "tentative" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum getTentative();
    
    /**
     * Gets (as xml) the "tentative" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff xgetTentative();
    
    /**
     * True if has "tentative" attribute
     */
    boolean isSetTentative();
    
    /**
     * Sets the "tentative" attribute
     */
    void setTentative(org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum tentative);
    
    /**
     * Sets (as xml) the "tentative" attribute
     */
    void xsetTentative(org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff tentative);
    
    /**
     * Unsets the "tentative" attribute
     */
    void unsetTentative();
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl newInstance() {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLvl 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.wordprocessingml.x2006.main.CTLvl) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy