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

schemasMicrosoftComOfficeOffice.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

There is a newer version: 1.4
Show newest version
/*
 * XML Type:  CT_Diagram
 * Namespace: urn:schemas-microsoft-com:office:office
 * Java type: schemasMicrosoftComOfficeOffice.CTDiagram
 *
 * Automatically generated - do not modify.
 */
package schemasMicrosoftComOfficeOffice;


/**
 * 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.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctdiagramc1cctype");
    
    /**
     * Gets the "relationtable" element
     */
    schemasMicrosoftComOfficeOffice.CTRelationTable getRelationtable();
    
    /**
     * True if has "relationtable" element
     */
    boolean isSetRelationtable();
    
    /**
     * Sets the "relationtable" element
     */
    void setRelationtable(schemasMicrosoftComOfficeOffice.CTRelationTable relationtable);
    
    /**
     * Appends and returns a new empty "relationtable" element
     */
    schemasMicrosoftComOfficeOffice.CTRelationTable addNewRelationtable();
    
    /**
     * Unsets the "relationtable" element
     */
    void unsetRelationtable();
    
    /**
     * Gets the "ext" attribute
     */
    schemasMicrosoftComVml.STExt.Enum getExt();
    
    /**
     * Gets (as xml) the "ext" attribute
     */
    schemasMicrosoftComVml.STExt xgetExt();
    
    /**
     * True if has "ext" attribute
     */
    boolean isSetExt();
    
    /**
     * Sets the "ext" attribute
     */
    void setExt(schemasMicrosoftComVml.STExt.Enum ext);
    
    /**
     * Sets (as xml) the "ext" attribute
     */
    void xsetExt(schemasMicrosoftComVml.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
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getAutoformat();
    
    /**
     * Gets (as xml) the "autoformat" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse xgetAutoformat();
    
    /**
     * True if has "autoformat" attribute
     */
    boolean isSetAutoformat();
    
    /**
     * Sets the "autoformat" attribute
     */
    void setAutoformat(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum autoformat);
    
    /**
     * Sets (as xml) the "autoformat" attribute
     */
    void xsetAutoformat(schemasMicrosoftComOfficeOffice.STTrueFalse autoformat);
    
    /**
     * Unsets the "autoformat" attribute
     */
    void unsetAutoformat();
    
    /**
     * Gets the "reverse" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getReverse();
    
    /**
     * Gets (as xml) the "reverse" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse xgetReverse();
    
    /**
     * True if has "reverse" attribute
     */
    boolean isSetReverse();
    
    /**
     * Sets the "reverse" attribute
     */
    void setReverse(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum reverse);
    
    /**
     * Sets (as xml) the "reverse" attribute
     */
    void xsetReverse(schemasMicrosoftComOfficeOffice.STTrueFalse reverse);
    
    /**
     * Unsets the "reverse" attribute
     */
    void unsetReverse();
    
    /**
     * Gets the "autolayout" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getAutolayout();
    
    /**
     * Gets (as xml) the "autolayout" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse xgetAutolayout();
    
    /**
     * True if has "autolayout" attribute
     */
    boolean isSetAutolayout();
    
    /**
     * Sets the "autolayout" attribute
     */
    void setAutolayout(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum autolayout);
    
    /**
     * Sets (as xml) the "autolayout" attribute
     */
    void xsetAutolayout(schemasMicrosoftComOfficeOffice.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
    {
        public static schemasMicrosoftComOfficeOffice.CTDiagram newInstance() {
          return (schemasMicrosoftComOfficeOffice.CTDiagram) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static schemasMicrosoftComOfficeOffice.CTDiagram newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (schemasMicrosoftComOfficeOffice.CTDiagram) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static schemasMicrosoftComOfficeOffice.CTDiagram parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (schemasMicrosoftComOfficeOffice.CTDiagram) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static schemasMicrosoftComOfficeOffice.CTDiagram parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (schemasMicrosoftComOfficeOffice.CTDiagram) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static schemasMicrosoftComOfficeOffice.CTDiagram parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComOfficeOffice.CTDiagram) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static schemasMicrosoftComOfficeOffice.CTDiagram parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComOfficeOffice.CTDiagram) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static schemasMicrosoftComOfficeOffice.CTDiagram parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComOfficeOffice.CTDiagram) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static schemasMicrosoftComOfficeOffice.CTDiagram parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComOfficeOffice.CTDiagram) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static schemasMicrosoftComOfficeOffice.CTDiagram parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComOfficeOffice.CTDiagram) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static schemasMicrosoftComOfficeOffice.CTDiagram parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComOfficeOffice.CTDiagram) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static schemasMicrosoftComOfficeOffice.CTDiagram parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComOfficeOffice.CTDiagram) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static schemasMicrosoftComOfficeOffice.CTDiagram parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComOfficeOffice.CTDiagram) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static schemasMicrosoftComOfficeOffice.CTDiagram parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (schemasMicrosoftComOfficeOffice.CTDiagram) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static schemasMicrosoftComOfficeOffice.CTDiagram parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (schemasMicrosoftComOfficeOffice.CTDiagram) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static schemasMicrosoftComOfficeOffice.CTDiagram parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (schemasMicrosoftComOfficeOffice.CTDiagram) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static schemasMicrosoftComOfficeOffice.CTDiagram parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (schemasMicrosoftComOfficeOffice.CTDiagram) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static schemasMicrosoftComOfficeOffice.CTDiagram parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (schemasMicrosoftComOfficeOffice.CTDiagram) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static schemasMicrosoftComOfficeOffice.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 (schemasMicrosoftComOfficeOffice.CTDiagram) 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