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

com.microsoft.schemas.office.office.CTDiagram 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

The newest version!
/*
 * XML Type:  CT_Diagram
 * Namespace: urn:schemas-microsoft-com:office:office
 * Java type: com.microsoft.schemas.office.office.CTDiagram
 *
 * Automatically generated - do not modify.
 */
package com.microsoft.schemas.office.office;


/**
 * An XML CT_Diagram(@urn:schemas-microsoft-com:office:office).
 *
 * This is a complex type.
 */
public interface CTDiagram extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTDiagram.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD023D6490046BA0250A839A9AD24C443").resolveHandle("ctdiagramc1cctype");
    
    /**
     * Gets the "relationtable" element
     */
    com.microsoft.schemas.office.office.CTRelationTable getRelationtable();
    
    /**
     * True if has "relationtable" element
     */
    boolean isSetRelationtable();
    
    /**
     * Sets the "relationtable" element
     */
    void setRelationtable(com.microsoft.schemas.office.office.CTRelationTable relationtable);
    
    /**
     * Appends and returns a new empty "relationtable" element
     */
    com.microsoft.schemas.office.office.CTRelationTable addNewRelationtable();
    
    /**
     * Unsets the "relationtable" element
     */
    void unsetRelationtable();
    
    /**
     * Gets the "ext" attribute
     */
    com.microsoft.schemas.vml.STExt.Enum getExt();
    
    /**
     * Gets (as xml) the "ext" attribute
     */
    com.microsoft.schemas.vml.STExt xgetExt();
    
    /**
     * True if has "ext" attribute
     */
    boolean isSetExt();
    
    /**
     * Sets the "ext" attribute
     */
    void setExt(com.microsoft.schemas.vml.STExt.Enum ext);
    
    /**
     * Sets (as xml) the "ext" attribute
     */
    void xsetExt(com.microsoft.schemas.vml.STExt ext);
    
    /**
     * Unsets the "ext" attribute
     */
    void unsetExt();
    
    /**
     * Gets the "dgmstyle" attribute
     */
    java.math.BigInteger getDgmstyle();
    
    /**
     * Gets (as xml) the "dgmstyle" attribute
     */
    org.apache.xmlbeans.XmlInteger xgetDgmstyle();
    
    /**
     * True if has "dgmstyle" attribute
     */
    boolean isSetDgmstyle();
    
    /**
     * Sets the "dgmstyle" attribute
     */
    void setDgmstyle(java.math.BigInteger dgmstyle);
    
    /**
     * Sets (as xml) the "dgmstyle" attribute
     */
    void xsetDgmstyle(org.apache.xmlbeans.XmlInteger dgmstyle);
    
    /**
     * Unsets the "dgmstyle" attribute
     */
    void unsetDgmstyle();
    
    /**
     * Gets the "autoformat" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse.Enum getAutoformat();
    
    /**
     * Gets (as xml) the "autoformat" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse xgetAutoformat();
    
    /**
     * True if has "autoformat" attribute
     */
    boolean isSetAutoformat();
    
    /**
     * Sets the "autoformat" attribute
     */
    void setAutoformat(com.microsoft.schemas.office.office.STTrueFalse.Enum autoformat);
    
    /**
     * Sets (as xml) the "autoformat" attribute
     */
    void xsetAutoformat(com.microsoft.schemas.office.office.STTrueFalse autoformat);
    
    /**
     * Unsets the "autoformat" attribute
     */
    void unsetAutoformat();
    
    /**
     * Gets the "reverse" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse.Enum getReverse();
    
    /**
     * Gets (as xml) the "reverse" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse xgetReverse();
    
    /**
     * True if has "reverse" attribute
     */
    boolean isSetReverse();
    
    /**
     * Sets the "reverse" attribute
     */
    void setReverse(com.microsoft.schemas.office.office.STTrueFalse.Enum reverse);
    
    /**
     * Sets (as xml) the "reverse" attribute
     */
    void xsetReverse(com.microsoft.schemas.office.office.STTrueFalse reverse);
    
    /**
     * Unsets the "reverse" attribute
     */
    void unsetReverse();
    
    /**
     * Gets the "autolayout" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse.Enum getAutolayout();
    
    /**
     * Gets (as xml) the "autolayout" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse xgetAutolayout();
    
    /**
     * True if has "autolayout" attribute
     */
    boolean isSetAutolayout();
    
    /**
     * Sets the "autolayout" attribute
     */
    void setAutolayout(com.microsoft.schemas.office.office.STTrueFalse.Enum autolayout);
    
    /**
     * Sets (as xml) the "autolayout" attribute
     */
    void xsetAutolayout(com.microsoft.schemas.office.office.STTrueFalse autolayout);
    
    /**
     * Unsets the "autolayout" attribute
     */
    void unsetAutolayout();
    
    /**
     * Gets the "dgmscalex" attribute
     */
    java.math.BigInteger getDgmscalex();
    
    /**
     * Gets (as xml) the "dgmscalex" attribute
     */
    org.apache.xmlbeans.XmlInteger xgetDgmscalex();
    
    /**
     * True if has "dgmscalex" attribute
     */
    boolean isSetDgmscalex();
    
    /**
     * Sets the "dgmscalex" attribute
     */
    void setDgmscalex(java.math.BigInteger dgmscalex);
    
    /**
     * Sets (as xml) the "dgmscalex" attribute
     */
    void xsetDgmscalex(org.apache.xmlbeans.XmlInteger dgmscalex);
    
    /**
     * Unsets the "dgmscalex" attribute
     */
    void unsetDgmscalex();
    
    /**
     * Gets the "dgmscaley" attribute
     */
    java.math.BigInteger getDgmscaley();
    
    /**
     * Gets (as xml) the "dgmscaley" attribute
     */
    org.apache.xmlbeans.XmlInteger xgetDgmscaley();
    
    /**
     * True if has "dgmscaley" attribute
     */
    boolean isSetDgmscaley();
    
    /**
     * Sets the "dgmscaley" attribute
     */
    void setDgmscaley(java.math.BigInteger dgmscaley);
    
    /**
     * Sets (as xml) the "dgmscaley" attribute
     */
    void xsetDgmscaley(org.apache.xmlbeans.XmlInteger dgmscaley);
    
    /**
     * Unsets the "dgmscaley" attribute
     */
    void unsetDgmscaley();
    
    /**
     * Gets the "dgmfontsize" attribute
     */
    java.math.BigInteger getDgmfontsize();
    
    /**
     * Gets (as xml) the "dgmfontsize" attribute
     */
    org.apache.xmlbeans.XmlInteger xgetDgmfontsize();
    
    /**
     * True if has "dgmfontsize" attribute
     */
    boolean isSetDgmfontsize();
    
    /**
     * Sets the "dgmfontsize" attribute
     */
    void setDgmfontsize(java.math.BigInteger dgmfontsize);
    
    /**
     * Sets (as xml) the "dgmfontsize" attribute
     */
    void xsetDgmfontsize(org.apache.xmlbeans.XmlInteger dgmfontsize);
    
    /**
     * Unsets the "dgmfontsize" attribute
     */
    void unsetDgmfontsize();
    
    /**
     * Gets the "constrainbounds" attribute
     */
    java.lang.String getConstrainbounds();
    
    /**
     * Gets (as xml) the "constrainbounds" attribute
     */
    org.apache.xmlbeans.XmlString xgetConstrainbounds();
    
    /**
     * True if has "constrainbounds" attribute
     */
    boolean isSetConstrainbounds();
    
    /**
     * Sets the "constrainbounds" attribute
     */
    void setConstrainbounds(java.lang.String constrainbounds);
    
    /**
     * Sets (as xml) the "constrainbounds" attribute
     */
    void xsetConstrainbounds(org.apache.xmlbeans.XmlString constrainbounds);
    
    /**
     * Unsets the "constrainbounds" attribute
     */
    void unsetConstrainbounds();
    
    /**
     * Gets the "dgmbasetextscale" attribute
     */
    java.math.BigInteger getDgmbasetextscale();
    
    /**
     * Gets (as xml) the "dgmbasetextscale" attribute
     */
    org.apache.xmlbeans.XmlInteger xgetDgmbasetextscale();
    
    /**
     * True if has "dgmbasetextscale" attribute
     */
    boolean isSetDgmbasetextscale();
    
    /**
     * Sets the "dgmbasetextscale" attribute
     */
    void setDgmbasetextscale(java.math.BigInteger dgmbasetextscale);
    
    /**
     * Sets (as xml) the "dgmbasetextscale" attribute
     */
    void xsetDgmbasetextscale(org.apache.xmlbeans.XmlInteger dgmbasetextscale);
    
    /**
     * Unsets the "dgmbasetextscale" attribute
     */
    void unsetDgmbasetextscale();
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {

        private static java.lang.ref.SoftReference typeLoader;

        private static synchronized org.apache.xmlbeans.SchemaTypeLoader getTypeLoader() {
            org.apache.xmlbeans.SchemaTypeLoader stl = (typeLoader == null) ? null : typeLoader.get();
            if (stl == null) {
                stl = org.apache.xmlbeans.XmlBeans.typeLoaderForClassLoader(com.microsoft.schemas.office.office.CTDiagram.class.getClassLoader());
                typeLoader = new java.lang.ref.SoftReference(stl);
            }
            return stl;
        }

        public static com.microsoft.schemas.office.office.CTDiagram newInstance() {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().newInstance( type, null ); }
        
        public static com.microsoft.schemas.office.office.CTDiagram newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static com.microsoft.schemas.office.office.CTDiagram parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().parse( xmlAsString, type, null ); }
        
        public static com.microsoft.schemas.office.office.CTDiagram parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static com.microsoft.schemas.office.office.CTDiagram parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().parse( file, type, null ); }
        
        public static com.microsoft.schemas.office.office.CTDiagram parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().parse( file, type, options ); }
        
        public static com.microsoft.schemas.office.office.CTDiagram parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().parse( u, type, null ); }
        
        public static com.microsoft.schemas.office.office.CTDiagram parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().parse( u, type, options ); }
        
        public static com.microsoft.schemas.office.office.CTDiagram parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().parse( is, type, null ); }
        
        public static com.microsoft.schemas.office.office.CTDiagram parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().parse( is, type, options ); }
        
        public static com.microsoft.schemas.office.office.CTDiagram parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().parse( r, type, null ); }
        
        public static com.microsoft.schemas.office.office.CTDiagram parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().parse( r, type, options ); }
        
        public static com.microsoft.schemas.office.office.CTDiagram parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().parse( sr, type, null ); }
        
        public static com.microsoft.schemas.office.office.CTDiagram parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().parse( sr, type, options ); }
        
        public static com.microsoft.schemas.office.office.CTDiagram parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().parse( node, type, null ); }
        
        public static com.microsoft.schemas.office.office.CTDiagram parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static com.microsoft.schemas.office.office.CTDiagram parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static com.microsoft.schemas.office.office.CTDiagram 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 (com.microsoft.schemas.office.office.CTDiagram) getTypeLoader().parse( xis, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        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 getTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        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 getTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy