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

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


/**
 * An XML CT_ColorSchemeMapping(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
 *
 * This is a complex type.
 */
public interface CTColorSchemeMapping extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTColorSchemeMapping.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctcolorschememapping8722type");
    
    /**
     * Gets the "bg1" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex.Enum getBg1();
    
    /**
     * Gets (as xml) the "bg1" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex xgetBg1();
    
    /**
     * True if has "bg1" attribute
     */
    boolean isSetBg1();
    
    /**
     * Sets the "bg1" attribute
     */
    void setBg1(org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex.Enum bg1);
    
    /**
     * Sets (as xml) the "bg1" attribute
     */
    void xsetBg1(org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex bg1);
    
    /**
     * Unsets the "bg1" attribute
     */
    void unsetBg1();
    
    /**
     * Gets the "t1" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex.Enum getT1();
    
    /**
     * Gets (as xml) the "t1" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex xgetT1();
    
    /**
     * True if has "t1" attribute
     */
    boolean isSetT1();
    
    /**
     * Sets the "t1" attribute
     */
    void setT1(org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex.Enum t1);
    
    /**
     * Sets (as xml) the "t1" attribute
     */
    void xsetT1(org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex t1);
    
    /**
     * Unsets the "t1" attribute
     */
    void unsetT1();
    
    /**
     * Gets the "bg2" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex.Enum getBg2();
    
    /**
     * Gets (as xml) the "bg2" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex xgetBg2();
    
    /**
     * True if has "bg2" attribute
     */
    boolean isSetBg2();
    
    /**
     * Sets the "bg2" attribute
     */
    void setBg2(org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex.Enum bg2);
    
    /**
     * Sets (as xml) the "bg2" attribute
     */
    void xsetBg2(org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex bg2);
    
    /**
     * Unsets the "bg2" attribute
     */
    void unsetBg2();
    
    /**
     * Gets the "t2" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex.Enum getT2();
    
    /**
     * Gets (as xml) the "t2" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex xgetT2();
    
    /**
     * True if has "t2" attribute
     */
    boolean isSetT2();
    
    /**
     * Sets the "t2" attribute
     */
    void setT2(org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex.Enum t2);
    
    /**
     * Sets (as xml) the "t2" attribute
     */
    void xsetT2(org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex t2);
    
    /**
     * Unsets the "t2" attribute
     */
    void unsetT2();
    
    /**
     * Gets the "accent1" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex.Enum getAccent1();
    
    /**
     * Gets (as xml) the "accent1" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex xgetAccent1();
    
    /**
     * True if has "accent1" attribute
     */
    boolean isSetAccent1();
    
    /**
     * Sets the "accent1" attribute
     */
    void setAccent1(org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex.Enum accent1);
    
    /**
     * Sets (as xml) the "accent1" attribute
     */
    void xsetAccent1(org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex accent1);
    
    /**
     * Unsets the "accent1" attribute
     */
    void unsetAccent1();
    
    /**
     * Gets the "accent2" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex.Enum getAccent2();
    
    /**
     * Gets (as xml) the "accent2" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex xgetAccent2();
    
    /**
     * True if has "accent2" attribute
     */
    boolean isSetAccent2();
    
    /**
     * Sets the "accent2" attribute
     */
    void setAccent2(org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex.Enum accent2);
    
    /**
     * Sets (as xml) the "accent2" attribute
     */
    void xsetAccent2(org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex accent2);
    
    /**
     * Unsets the "accent2" attribute
     */
    void unsetAccent2();
    
    /**
     * Gets the "accent3" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex.Enum getAccent3();
    
    /**
     * Gets (as xml) the "accent3" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex xgetAccent3();
    
    /**
     * True if has "accent3" attribute
     */
    boolean isSetAccent3();
    
    /**
     * Sets the "accent3" attribute
     */
    void setAccent3(org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex.Enum accent3);
    
    /**
     * Sets (as xml) the "accent3" attribute
     */
    void xsetAccent3(org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex accent3);
    
    /**
     * Unsets the "accent3" attribute
     */
    void unsetAccent3();
    
    /**
     * Gets the "accent4" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex.Enum getAccent4();
    
    /**
     * Gets (as xml) the "accent4" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex xgetAccent4();
    
    /**
     * True if has "accent4" attribute
     */
    boolean isSetAccent4();
    
    /**
     * Sets the "accent4" attribute
     */
    void setAccent4(org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex.Enum accent4);
    
    /**
     * Sets (as xml) the "accent4" attribute
     */
    void xsetAccent4(org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex accent4);
    
    /**
     * Unsets the "accent4" attribute
     */
    void unsetAccent4();
    
    /**
     * Gets the "accent5" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex.Enum getAccent5();
    
    /**
     * Gets (as xml) the "accent5" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex xgetAccent5();
    
    /**
     * True if has "accent5" attribute
     */
    boolean isSetAccent5();
    
    /**
     * Sets the "accent5" attribute
     */
    void setAccent5(org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex.Enum accent5);
    
    /**
     * Sets (as xml) the "accent5" attribute
     */
    void xsetAccent5(org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex accent5);
    
    /**
     * Unsets the "accent5" attribute
     */
    void unsetAccent5();
    
    /**
     * Gets the "accent6" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex.Enum getAccent6();
    
    /**
     * Gets (as xml) the "accent6" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex xgetAccent6();
    
    /**
     * True if has "accent6" attribute
     */
    boolean isSetAccent6();
    
    /**
     * Sets the "accent6" attribute
     */
    void setAccent6(org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex.Enum accent6);
    
    /**
     * Sets (as xml) the "accent6" attribute
     */
    void xsetAccent6(org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex accent6);
    
    /**
     * Unsets the "accent6" attribute
     */
    void unsetAccent6();
    
    /**
     * Gets the "hyperlink" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex.Enum getHyperlink();
    
    /**
     * Gets (as xml) the "hyperlink" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex xgetHyperlink();
    
    /**
     * True if has "hyperlink" attribute
     */
    boolean isSetHyperlink();
    
    /**
     * Sets the "hyperlink" attribute
     */
    void setHyperlink(org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex.Enum hyperlink);
    
    /**
     * Sets (as xml) the "hyperlink" attribute
     */
    void xsetHyperlink(org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex hyperlink);
    
    /**
     * Unsets the "hyperlink" attribute
     */
    void unsetHyperlink();
    
    /**
     * Gets the "followedHyperlink" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex.Enum getFollowedHyperlink();
    
    /**
     * Gets (as xml) the "followedHyperlink" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex xgetFollowedHyperlink();
    
    /**
     * True if has "followedHyperlink" attribute
     */
    boolean isSetFollowedHyperlink();
    
    /**
     * Sets the "followedHyperlink" attribute
     */
    void setFollowedHyperlink(org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex.Enum followedHyperlink);
    
    /**
     * Sets (as xml) the "followedHyperlink" attribute
     */
    void xsetFollowedHyperlink(org.openxmlformats.schemas.wordprocessingml.x2006.main.STColorSchemeIndex followedHyperlink);
    
    /**
     * Unsets the "followedHyperlink" attribute
     */
    void unsetFollowedHyperlink();
    
    /**
     * 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.CTColorSchemeMapping newInstance() {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColorSchemeMapping) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColorSchemeMapping newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColorSchemeMapping) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColorSchemeMapping parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColorSchemeMapping) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColorSchemeMapping parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColorSchemeMapping) 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.CTColorSchemeMapping parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColorSchemeMapping) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColorSchemeMapping 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.CTColorSchemeMapping) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColorSchemeMapping parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColorSchemeMapping) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColorSchemeMapping 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.CTColorSchemeMapping) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColorSchemeMapping parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColorSchemeMapping) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColorSchemeMapping 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.CTColorSchemeMapping) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColorSchemeMapping parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColorSchemeMapping) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColorSchemeMapping 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.CTColorSchemeMapping) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColorSchemeMapping parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColorSchemeMapping) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColorSchemeMapping parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColorSchemeMapping) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColorSchemeMapping parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColorSchemeMapping) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColorSchemeMapping parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTColorSchemeMapping) 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.CTColorSchemeMapping 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.CTColorSchemeMapping) 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.CTColorSchemeMapping 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.CTColorSchemeMapping) 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