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

org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel Maven / Gradle / Ivy

Go to download

XmlBeans generated from the Ecma supplied xsds (since POI 5.0.0, the 5th edition is used): https://www.ecma-international.org/publications/standards/Ecma-376.htm

There is a newer version: 5.2.5
Show newest version
/*
 * XML Type:  CT_CTStyleLabel
 * Namespace: http://schemas.openxmlformats.org/drawingml/2006/diagram
 * Java type: org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.drawingml.x2006.diagram;


/**
 * An XML CT_CTStyleLabel(@http://schemas.openxmlformats.org/drawingml/2006/diagram).
 *
 * This is a complex type.
 */
public interface CTCTStyleLabel extends org.apache.xmlbeans.XmlObject
{
    org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        Factory.getTypeLoader().resolveHandle("ctctstylelabela0bdtype");
    
    /**
     * Gets the "fillClrLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors getFillClrLst();
    
    /**
     * True if has "fillClrLst" element
     */
    boolean isSetFillClrLst();
    
    /**
     * Sets the "fillClrLst" element
     */
    void setFillClrLst(org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors fillClrLst);
    
    /**
     * Appends and returns a new empty "fillClrLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors addNewFillClrLst();
    
    /**
     * Unsets the "fillClrLst" element
     */
    void unsetFillClrLst();
    
    /**
     * Gets the "linClrLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors getLinClrLst();
    
    /**
     * True if has "linClrLst" element
     */
    boolean isSetLinClrLst();
    
    /**
     * Sets the "linClrLst" element
     */
    void setLinClrLst(org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors linClrLst);
    
    /**
     * Appends and returns a new empty "linClrLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors addNewLinClrLst();
    
    /**
     * Unsets the "linClrLst" element
     */
    void unsetLinClrLst();
    
    /**
     * Gets the "effectClrLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors getEffectClrLst();
    
    /**
     * True if has "effectClrLst" element
     */
    boolean isSetEffectClrLst();
    
    /**
     * Sets the "effectClrLst" element
     */
    void setEffectClrLst(org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors effectClrLst);
    
    /**
     * Appends and returns a new empty "effectClrLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors addNewEffectClrLst();
    
    /**
     * Unsets the "effectClrLst" element
     */
    void unsetEffectClrLst();
    
    /**
     * Gets the "txLinClrLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors getTxLinClrLst();
    
    /**
     * True if has "txLinClrLst" element
     */
    boolean isSetTxLinClrLst();
    
    /**
     * Sets the "txLinClrLst" element
     */
    void setTxLinClrLst(org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors txLinClrLst);
    
    /**
     * Appends and returns a new empty "txLinClrLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors addNewTxLinClrLst();
    
    /**
     * Unsets the "txLinClrLst" element
     */
    void unsetTxLinClrLst();
    
    /**
     * Gets the "txFillClrLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors getTxFillClrLst();
    
    /**
     * True if has "txFillClrLst" element
     */
    boolean isSetTxFillClrLst();
    
    /**
     * Sets the "txFillClrLst" element
     */
    void setTxFillClrLst(org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors txFillClrLst);
    
    /**
     * Appends and returns a new empty "txFillClrLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors addNewTxFillClrLst();
    
    /**
     * Unsets the "txFillClrLst" element
     */
    void unsetTxFillClrLst();
    
    /**
     * Gets the "txEffectClrLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors getTxEffectClrLst();
    
    /**
     * True if has "txEffectClrLst" element
     */
    boolean isSetTxEffectClrLst();
    
    /**
     * Sets the "txEffectClrLst" element
     */
    void setTxEffectClrLst(org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors txEffectClrLst);
    
    /**
     * Appends and returns a new empty "txEffectClrLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.diagram.CTColors addNewTxEffectClrLst();
    
    /**
     * Unsets the "txEffectClrLst" element
     */
    void unsetTxEffectClrLst();
    
    /**
     * Gets the "extLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTOfficeArtExtensionList getExtLst();
    
    /**
     * True if has "extLst" element
     */
    boolean isSetExtLst();
    
    /**
     * Sets the "extLst" element
     */
    void setExtLst(org.openxmlformats.schemas.drawingml.x2006.main.CTOfficeArtExtensionList extLst);
    
    /**
     * Appends and returns a new empty "extLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTOfficeArtExtensionList addNewExtLst();
    
    /**
     * Unsets the "extLst" element
     */
    void unsetExtLst();
    
    /**
     * Gets the "name" attribute
     */
    java.lang.String getName();
    
    /**
     * Gets (as xml) the "name" attribute
     */
    org.apache.xmlbeans.XmlString xgetName();
    
    /**
     * Sets the "name" attribute
     */
    void setName(java.lang.String name);
    
    /**
     * Sets (as xml) the "name" attribute
     */
    void xsetName(org.apache.xmlbeans.XmlString name);
    
    /**
     * 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.drawingml.x2006.diagram.CTCTStyleLabel newInstance() {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel) getTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel) getTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel) getTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel) getTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel) getTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel) getTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel) getTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel) getTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel) getTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel) getTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel) getTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel) getTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel) getTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel) getTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel) getTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.diagram.CTCTStyleLabel) getTypeLoader().parse( node, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy