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

com.microsoft.schemas.office.visio.x2012.main.impl.DocumentSettingsTypeImpl 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:  DocumentSettings_Type
 * Namespace: http://schemas.microsoft.com/office/visio/2012/main
 * Java type: com.microsoft.schemas.office.visio.x2012.main.DocumentSettingsType
 *
 * Automatically generated - do not modify.
 */
package com.microsoft.schemas.office.visio.x2012.main.impl;
/**
 * An XML DocumentSettings_Type(@http://schemas.microsoft.com/office/visio/2012/main).
 *
 * This is a complex type.
 */
public class DocumentSettingsTypeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.microsoft.schemas.office.visio.x2012.main.DocumentSettingsType
{
    private static final long serialVersionUID = 1L;
    
    public DocumentSettingsTypeImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType);
    }
    
    private static final javax.xml.namespace.QName GLUESETTINGS$0 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/office/visio/2012/main", "GlueSettings");
    private static final javax.xml.namespace.QName SNAPSETTINGS$2 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/office/visio/2012/main", "SnapSettings");
    private static final javax.xml.namespace.QName SNAPEXTENSIONS$4 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/office/visio/2012/main", "SnapExtensions");
    private static final javax.xml.namespace.QName SNAPANGLES$6 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/office/visio/2012/main", "SnapAngles");
    private static final javax.xml.namespace.QName DYNAMICGRIDENABLED$8 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/office/visio/2012/main", "DynamicGridEnabled");
    private static final javax.xml.namespace.QName PROTECTSTYLES$10 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/office/visio/2012/main", "ProtectStyles");
    private static final javax.xml.namespace.QName PROTECTSHAPES$12 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/office/visio/2012/main", "ProtectShapes");
    private static final javax.xml.namespace.QName PROTECTMASTERS$14 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/office/visio/2012/main", "ProtectMasters");
    private static final javax.xml.namespace.QName PROTECTBKGNDS$16 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/office/visio/2012/main", "ProtectBkgnds");
    private static final javax.xml.namespace.QName CUSTOMMENUSFILE$18 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/office/visio/2012/main", "CustomMenusFile");
    private static final javax.xml.namespace.QName CUSTOMTOOLBARSFILE$20 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/office/visio/2012/main", "CustomToolbarsFile");
    private static final javax.xml.namespace.QName ATTACHEDTOOLBARS$22 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/office/visio/2012/main", "AttachedToolbars");
    private static final javax.xml.namespace.QName TOPPAGE$24 = 
        new javax.xml.namespace.QName("", "TopPage");
    private static final javax.xml.namespace.QName DEFAULTTEXTSTYLE$26 = 
        new javax.xml.namespace.QName("", "DefaultTextStyle");
    private static final javax.xml.namespace.QName DEFAULTLINESTYLE$28 = 
        new javax.xml.namespace.QName("", "DefaultLineStyle");
    private static final javax.xml.namespace.QName DEFAULTFILLSTYLE$30 = 
        new javax.xml.namespace.QName("", "DefaultFillStyle");
    private static final javax.xml.namespace.QName DEFAULTGUIDESTYLE$32 = 
        new javax.xml.namespace.QName("", "DefaultGuideStyle");
    
    
    /**
     * Gets the "GlueSettings" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.GlueSettingsType getGlueSettings()
    {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.GlueSettingsType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.GlueSettingsType)get_store().find_element_user(GLUESETTINGS$0, 0);
            if (target == null)
            {
                return null;
            }
            return target;
        }
    }
    
    /**
     * True if has "GlueSettings" element
     */
    public boolean isSetGlueSettings()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().count_elements(GLUESETTINGS$0) != 0;
        }
    }
    
    /**
     * Sets the "GlueSettings" element
     */
    public void setGlueSettings(com.microsoft.schemas.office.visio.x2012.main.GlueSettingsType glueSettings)
    {
        generatedSetterHelperImpl(glueSettings, GLUESETTINGS$0, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "GlueSettings" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.GlueSettingsType addNewGlueSettings()
    {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.GlueSettingsType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.GlueSettingsType)get_store().add_element_user(GLUESETTINGS$0);
            return target;
        }
    }
    
    /**
     * Unsets the "GlueSettings" element
     */
    public void unsetGlueSettings()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_element(GLUESETTINGS$0, 0);
        }
    }
    
    /**
     * Gets the "SnapSettings" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.SnapSettingsType getSnapSettings()
    {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.SnapSettingsType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.SnapSettingsType)get_store().find_element_user(SNAPSETTINGS$2, 0);
            if (target == null)
            {
                return null;
            }
            return target;
        }
    }
    
    /**
     * True if has "SnapSettings" element
     */
    public boolean isSetSnapSettings()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().count_elements(SNAPSETTINGS$2) != 0;
        }
    }
    
    /**
     * Sets the "SnapSettings" element
     */
    public void setSnapSettings(com.microsoft.schemas.office.visio.x2012.main.SnapSettingsType snapSettings)
    {
        generatedSetterHelperImpl(snapSettings, SNAPSETTINGS$2, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "SnapSettings" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.SnapSettingsType addNewSnapSettings()
    {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.SnapSettingsType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.SnapSettingsType)get_store().add_element_user(SNAPSETTINGS$2);
            return target;
        }
    }
    
    /**
     * Unsets the "SnapSettings" element
     */
    public void unsetSnapSettings()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_element(SNAPSETTINGS$2, 0);
        }
    }
    
    /**
     * Gets the "SnapExtensions" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.SnapExtensionsType getSnapExtensions()
    {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.SnapExtensionsType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.SnapExtensionsType)get_store().find_element_user(SNAPEXTENSIONS$4, 0);
            if (target == null)
            {
                return null;
            }
            return target;
        }
    }
    
    /**
     * True if has "SnapExtensions" element
     */
    public boolean isSetSnapExtensions()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().count_elements(SNAPEXTENSIONS$4) != 0;
        }
    }
    
    /**
     * Sets the "SnapExtensions" element
     */
    public void setSnapExtensions(com.microsoft.schemas.office.visio.x2012.main.SnapExtensionsType snapExtensions)
    {
        generatedSetterHelperImpl(snapExtensions, SNAPEXTENSIONS$4, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "SnapExtensions" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.SnapExtensionsType addNewSnapExtensions()
    {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.SnapExtensionsType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.SnapExtensionsType)get_store().add_element_user(SNAPEXTENSIONS$4);
            return target;
        }
    }
    
    /**
     * Unsets the "SnapExtensions" element
     */
    public void unsetSnapExtensions()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_element(SNAPEXTENSIONS$4, 0);
        }
    }
    
    /**
     * Gets the "SnapAngles" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.SnapAnglesType getSnapAngles()
    {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.SnapAnglesType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.SnapAnglesType)get_store().find_element_user(SNAPANGLES$6, 0);
            if (target == null)
            {
                return null;
            }
            return target;
        }
    }
    
    /**
     * True if has "SnapAngles" element
     */
    public boolean isSetSnapAngles()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().count_elements(SNAPANGLES$6) != 0;
        }
    }
    
    /**
     * Sets the "SnapAngles" element
     */
    public void setSnapAngles(com.microsoft.schemas.office.visio.x2012.main.SnapAnglesType snapAngles)
    {
        generatedSetterHelperImpl(snapAngles, SNAPANGLES$6, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "SnapAngles" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.SnapAnglesType addNewSnapAngles()
    {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.SnapAnglesType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.SnapAnglesType)get_store().add_element_user(SNAPANGLES$6);
            return target;
        }
    }
    
    /**
     * Unsets the "SnapAngles" element
     */
    public void unsetSnapAngles()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_element(SNAPANGLES$6, 0);
        }
    }
    
    /**
     * Gets the "DynamicGridEnabled" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.DynamicGridEnabledType getDynamicGridEnabled()
    {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.DynamicGridEnabledType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.DynamicGridEnabledType)get_store().find_element_user(DYNAMICGRIDENABLED$8, 0);
            if (target == null)
            {
                return null;
            }
            return target;
        }
    }
    
    /**
     * True if has "DynamicGridEnabled" element
     */
    public boolean isSetDynamicGridEnabled()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().count_elements(DYNAMICGRIDENABLED$8) != 0;
        }
    }
    
    /**
     * Sets the "DynamicGridEnabled" element
     */
    public void setDynamicGridEnabled(com.microsoft.schemas.office.visio.x2012.main.DynamicGridEnabledType dynamicGridEnabled)
    {
        generatedSetterHelperImpl(dynamicGridEnabled, DYNAMICGRIDENABLED$8, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "DynamicGridEnabled" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.DynamicGridEnabledType addNewDynamicGridEnabled()
    {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.DynamicGridEnabledType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.DynamicGridEnabledType)get_store().add_element_user(DYNAMICGRIDENABLED$8);
            return target;
        }
    }
    
    /**
     * Unsets the "DynamicGridEnabled" element
     */
    public void unsetDynamicGridEnabled()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_element(DYNAMICGRIDENABLED$8, 0);
        }
    }
    
    /**
     * Gets the "ProtectStyles" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.ProtectStylesType getProtectStyles()
    {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.ProtectStylesType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.ProtectStylesType)get_store().find_element_user(PROTECTSTYLES$10, 0);
            if (target == null)
            {
                return null;
            }
            return target;
        }
    }
    
    /**
     * True if has "ProtectStyles" element
     */
    public boolean isSetProtectStyles()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().count_elements(PROTECTSTYLES$10) != 0;
        }
    }
    
    /**
     * Sets the "ProtectStyles" element
     */
    public void setProtectStyles(com.microsoft.schemas.office.visio.x2012.main.ProtectStylesType protectStyles)
    {
        generatedSetterHelperImpl(protectStyles, PROTECTSTYLES$10, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "ProtectStyles" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.ProtectStylesType addNewProtectStyles()
    {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.ProtectStylesType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.ProtectStylesType)get_store().add_element_user(PROTECTSTYLES$10);
            return target;
        }
    }
    
    /**
     * Unsets the "ProtectStyles" element
     */
    public void unsetProtectStyles()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_element(PROTECTSTYLES$10, 0);
        }
    }
    
    /**
     * Gets the "ProtectShapes" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.ProtectShapesType getProtectShapes()
    {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.ProtectShapesType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.ProtectShapesType)get_store().find_element_user(PROTECTSHAPES$12, 0);
            if (target == null)
            {
                return null;
            }
            return target;
        }
    }
    
    /**
     * True if has "ProtectShapes" element
     */
    public boolean isSetProtectShapes()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().count_elements(PROTECTSHAPES$12) != 0;
        }
    }
    
    /**
     * Sets the "ProtectShapes" element
     */
    public void setProtectShapes(com.microsoft.schemas.office.visio.x2012.main.ProtectShapesType protectShapes)
    {
        generatedSetterHelperImpl(protectShapes, PROTECTSHAPES$12, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "ProtectShapes" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.ProtectShapesType addNewProtectShapes()
    {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.ProtectShapesType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.ProtectShapesType)get_store().add_element_user(PROTECTSHAPES$12);
            return target;
        }
    }
    
    /**
     * Unsets the "ProtectShapes" element
     */
    public void unsetProtectShapes()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_element(PROTECTSHAPES$12, 0);
        }
    }
    
    /**
     * Gets the "ProtectMasters" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.ProtectMastersType getProtectMasters()
    {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.ProtectMastersType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.ProtectMastersType)get_store().find_element_user(PROTECTMASTERS$14, 0);
            if (target == null)
            {
                return null;
            }
            return target;
        }
    }
    
    /**
     * True if has "ProtectMasters" element
     */
    public boolean isSetProtectMasters()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().count_elements(PROTECTMASTERS$14) != 0;
        }
    }
    
    /**
     * Sets the "ProtectMasters" element
     */
    public void setProtectMasters(com.microsoft.schemas.office.visio.x2012.main.ProtectMastersType protectMasters)
    {
        generatedSetterHelperImpl(protectMasters, PROTECTMASTERS$14, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "ProtectMasters" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.ProtectMastersType addNewProtectMasters()
    {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.ProtectMastersType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.ProtectMastersType)get_store().add_element_user(PROTECTMASTERS$14);
            return target;
        }
    }
    
    /**
     * Unsets the "ProtectMasters" element
     */
    public void unsetProtectMasters()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_element(PROTECTMASTERS$14, 0);
        }
    }
    
    /**
     * Gets the "ProtectBkgnds" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.ProtectBkgndsType getProtectBkgnds()
    {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.ProtectBkgndsType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.ProtectBkgndsType)get_store().find_element_user(PROTECTBKGNDS$16, 0);
            if (target == null)
            {
                return null;
            }
            return target;
        }
    }
    
    /**
     * True if has "ProtectBkgnds" element
     */
    public boolean isSetProtectBkgnds()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().count_elements(PROTECTBKGNDS$16) != 0;
        }
    }
    
    /**
     * Sets the "ProtectBkgnds" element
     */
    public void setProtectBkgnds(com.microsoft.schemas.office.visio.x2012.main.ProtectBkgndsType protectBkgnds)
    {
        generatedSetterHelperImpl(protectBkgnds, PROTECTBKGNDS$16, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "ProtectBkgnds" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.ProtectBkgndsType addNewProtectBkgnds()
    {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.ProtectBkgndsType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.ProtectBkgndsType)get_store().add_element_user(PROTECTBKGNDS$16);
            return target;
        }
    }
    
    /**
     * Unsets the "ProtectBkgnds" element
     */
    public void unsetProtectBkgnds()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_element(PROTECTBKGNDS$16, 0);
        }
    }
    
    /**
     * Gets the "CustomMenusFile" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.CustomMenusFileType getCustomMenusFile()
    {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.CustomMenusFileType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.CustomMenusFileType)get_store().find_element_user(CUSTOMMENUSFILE$18, 0);
            if (target == null)
            {
                return null;
            }
            return target;
        }
    }
    
    /**
     * True if has "CustomMenusFile" element
     */
    public boolean isSetCustomMenusFile()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().count_elements(CUSTOMMENUSFILE$18) != 0;
        }
    }
    
    /**
     * Sets the "CustomMenusFile" element
     */
    public void setCustomMenusFile(com.microsoft.schemas.office.visio.x2012.main.CustomMenusFileType customMenusFile)
    {
        generatedSetterHelperImpl(customMenusFile, CUSTOMMENUSFILE$18, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "CustomMenusFile" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.CustomMenusFileType addNewCustomMenusFile()
    {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.CustomMenusFileType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.CustomMenusFileType)get_store().add_element_user(CUSTOMMENUSFILE$18);
            return target;
        }
    }
    
    /**
     * Unsets the "CustomMenusFile" element
     */
    public void unsetCustomMenusFile()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_element(CUSTOMMENUSFILE$18, 0);
        }
    }
    
    /**
     * Gets the "CustomToolbarsFile" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.CustomToolbarsFileType getCustomToolbarsFile()
    {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.CustomToolbarsFileType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.CustomToolbarsFileType)get_store().find_element_user(CUSTOMTOOLBARSFILE$20, 0);
            if (target == null)
            {
                return null;
            }
            return target;
        }
    }
    
    /**
     * True if has "CustomToolbarsFile" element
     */
    public boolean isSetCustomToolbarsFile()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().count_elements(CUSTOMTOOLBARSFILE$20) != 0;
        }
    }
    
    /**
     * Sets the "CustomToolbarsFile" element
     */
    public void setCustomToolbarsFile(com.microsoft.schemas.office.visio.x2012.main.CustomToolbarsFileType customToolbarsFile)
    {
        generatedSetterHelperImpl(customToolbarsFile, CUSTOMTOOLBARSFILE$20, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "CustomToolbarsFile" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.CustomToolbarsFileType addNewCustomToolbarsFile()
    {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.CustomToolbarsFileType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.CustomToolbarsFileType)get_store().add_element_user(CUSTOMTOOLBARSFILE$20);
            return target;
        }
    }
    
    /**
     * Unsets the "CustomToolbarsFile" element
     */
    public void unsetCustomToolbarsFile()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_element(CUSTOMTOOLBARSFILE$20, 0);
        }
    }
    
    /**
     * Gets the "AttachedToolbars" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.AttachedToolbarsType getAttachedToolbars()
    {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.AttachedToolbarsType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.AttachedToolbarsType)get_store().find_element_user(ATTACHEDTOOLBARS$22, 0);
            if (target == null)
            {
                return null;
            }
            return target;
        }
    }
    
    /**
     * True if has "AttachedToolbars" element
     */
    public boolean isSetAttachedToolbars()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().count_elements(ATTACHEDTOOLBARS$22) != 0;
        }
    }
    
    /**
     * Sets the "AttachedToolbars" element
     */
    public void setAttachedToolbars(com.microsoft.schemas.office.visio.x2012.main.AttachedToolbarsType attachedToolbars)
    {
        generatedSetterHelperImpl(attachedToolbars, ATTACHEDTOOLBARS$22, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "AttachedToolbars" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.AttachedToolbarsType addNewAttachedToolbars()
    {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.AttachedToolbarsType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.AttachedToolbarsType)get_store().add_element_user(ATTACHEDTOOLBARS$22);
            return target;
        }
    }
    
    /**
     * Unsets the "AttachedToolbars" element
     */
    public void unsetAttachedToolbars()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_element(ATTACHEDTOOLBARS$22, 0);
        }
    }
    
    /**
     * Gets the "TopPage" attribute
     */
    public long getTopPage()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(TOPPAGE$24);
            if (target == null)
            {
                return 0L;
            }
            return target.getLongValue();
        }
    }
    
    /**
     * Gets (as xml) the "TopPage" attribute
     */
    public org.apache.xmlbeans.XmlUnsignedInt xgetTopPage()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedInt target = null;
            target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().find_attribute_user(TOPPAGE$24);
            return target;
        }
    }
    
    /**
     * True if has "TopPage" attribute
     */
    public boolean isSetTopPage()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(TOPPAGE$24) != null;
        }
    }
    
    /**
     * Sets the "TopPage" attribute
     */
    public void setTopPage(long topPage)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(TOPPAGE$24);
            if (target == null)
            {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(TOPPAGE$24);
            }
            target.setLongValue(topPage);
        }
    }
    
    /**
     * Sets (as xml) the "TopPage" attribute
     */
    public void xsetTopPage(org.apache.xmlbeans.XmlUnsignedInt topPage)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedInt target = null;
            target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().find_attribute_user(TOPPAGE$24);
            if (target == null)
            {
                target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().add_attribute_user(TOPPAGE$24);
            }
            target.set(topPage);
        }
    }
    
    /**
     * Unsets the "TopPage" attribute
     */
    public void unsetTopPage()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(TOPPAGE$24);
        }
    }
    
    /**
     * Gets the "DefaultTextStyle" attribute
     */
    public long getDefaultTextStyle()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(DEFAULTTEXTSTYLE$26);
            if (target == null)
            {
                return 0L;
            }
            return target.getLongValue();
        }
    }
    
    /**
     * Gets (as xml) the "DefaultTextStyle" attribute
     */
    public org.apache.xmlbeans.XmlUnsignedInt xgetDefaultTextStyle()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedInt target = null;
            target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().find_attribute_user(DEFAULTTEXTSTYLE$26);
            return target;
        }
    }
    
    /**
     * True if has "DefaultTextStyle" attribute
     */
    public boolean isSetDefaultTextStyle()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(DEFAULTTEXTSTYLE$26) != null;
        }
    }
    
    /**
     * Sets the "DefaultTextStyle" attribute
     */
    public void setDefaultTextStyle(long defaultTextStyle)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(DEFAULTTEXTSTYLE$26);
            if (target == null)
            {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(DEFAULTTEXTSTYLE$26);
            }
            target.setLongValue(defaultTextStyle);
        }
    }
    
    /**
     * Sets (as xml) the "DefaultTextStyle" attribute
     */
    public void xsetDefaultTextStyle(org.apache.xmlbeans.XmlUnsignedInt defaultTextStyle)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedInt target = null;
            target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().find_attribute_user(DEFAULTTEXTSTYLE$26);
            if (target == null)
            {
                target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().add_attribute_user(DEFAULTTEXTSTYLE$26);
            }
            target.set(defaultTextStyle);
        }
    }
    
    /**
     * Unsets the "DefaultTextStyle" attribute
     */
    public void unsetDefaultTextStyle()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(DEFAULTTEXTSTYLE$26);
        }
    }
    
    /**
     * Gets the "DefaultLineStyle" attribute
     */
    public long getDefaultLineStyle()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(DEFAULTLINESTYLE$28);
            if (target == null)
            {
                return 0L;
            }
            return target.getLongValue();
        }
    }
    
    /**
     * Gets (as xml) the "DefaultLineStyle" attribute
     */
    public org.apache.xmlbeans.XmlUnsignedInt xgetDefaultLineStyle()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedInt target = null;
            target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().find_attribute_user(DEFAULTLINESTYLE$28);
            return target;
        }
    }
    
    /**
     * True if has "DefaultLineStyle" attribute
     */
    public boolean isSetDefaultLineStyle()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(DEFAULTLINESTYLE$28) != null;
        }
    }
    
    /**
     * Sets the "DefaultLineStyle" attribute
     */
    public void setDefaultLineStyle(long defaultLineStyle)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(DEFAULTLINESTYLE$28);
            if (target == null)
            {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(DEFAULTLINESTYLE$28);
            }
            target.setLongValue(defaultLineStyle);
        }
    }
    
    /**
     * Sets (as xml) the "DefaultLineStyle" attribute
     */
    public void xsetDefaultLineStyle(org.apache.xmlbeans.XmlUnsignedInt defaultLineStyle)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedInt target = null;
            target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().find_attribute_user(DEFAULTLINESTYLE$28);
            if (target == null)
            {
                target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().add_attribute_user(DEFAULTLINESTYLE$28);
            }
            target.set(defaultLineStyle);
        }
    }
    
    /**
     * Unsets the "DefaultLineStyle" attribute
     */
    public void unsetDefaultLineStyle()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(DEFAULTLINESTYLE$28);
        }
    }
    
    /**
     * Gets the "DefaultFillStyle" attribute
     */
    public long getDefaultFillStyle()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(DEFAULTFILLSTYLE$30);
            if (target == null)
            {
                return 0L;
            }
            return target.getLongValue();
        }
    }
    
    /**
     * Gets (as xml) the "DefaultFillStyle" attribute
     */
    public org.apache.xmlbeans.XmlUnsignedInt xgetDefaultFillStyle()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedInt target = null;
            target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().find_attribute_user(DEFAULTFILLSTYLE$30);
            return target;
        }
    }
    
    /**
     * True if has "DefaultFillStyle" attribute
     */
    public boolean isSetDefaultFillStyle()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(DEFAULTFILLSTYLE$30) != null;
        }
    }
    
    /**
     * Sets the "DefaultFillStyle" attribute
     */
    public void setDefaultFillStyle(long defaultFillStyle)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(DEFAULTFILLSTYLE$30);
            if (target == null)
            {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(DEFAULTFILLSTYLE$30);
            }
            target.setLongValue(defaultFillStyle);
        }
    }
    
    /**
     * Sets (as xml) the "DefaultFillStyle" attribute
     */
    public void xsetDefaultFillStyle(org.apache.xmlbeans.XmlUnsignedInt defaultFillStyle)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedInt target = null;
            target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().find_attribute_user(DEFAULTFILLSTYLE$30);
            if (target == null)
            {
                target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().add_attribute_user(DEFAULTFILLSTYLE$30);
            }
            target.set(defaultFillStyle);
        }
    }
    
    /**
     * Unsets the "DefaultFillStyle" attribute
     */
    public void unsetDefaultFillStyle()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(DEFAULTFILLSTYLE$30);
        }
    }
    
    /**
     * Gets the "DefaultGuideStyle" attribute
     */
    public long getDefaultGuideStyle()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(DEFAULTGUIDESTYLE$32);
            if (target == null)
            {
                return 0L;
            }
            return target.getLongValue();
        }
    }
    
    /**
     * Gets (as xml) the "DefaultGuideStyle" attribute
     */
    public org.apache.xmlbeans.XmlUnsignedInt xgetDefaultGuideStyle()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedInt target = null;
            target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().find_attribute_user(DEFAULTGUIDESTYLE$32);
            return target;
        }
    }
    
    /**
     * True if has "DefaultGuideStyle" attribute
     */
    public boolean isSetDefaultGuideStyle()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(DEFAULTGUIDESTYLE$32) != null;
        }
    }
    
    /**
     * Sets the "DefaultGuideStyle" attribute
     */
    public void setDefaultGuideStyle(long defaultGuideStyle)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(DEFAULTGUIDESTYLE$32);
            if (target == null)
            {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(DEFAULTGUIDESTYLE$32);
            }
            target.setLongValue(defaultGuideStyle);
        }
    }
    
    /**
     * Sets (as xml) the "DefaultGuideStyle" attribute
     */
    public void xsetDefaultGuideStyle(org.apache.xmlbeans.XmlUnsignedInt defaultGuideStyle)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedInt target = null;
            target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().find_attribute_user(DEFAULTGUIDESTYLE$32);
            if (target == null)
            {
                target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().add_attribute_user(DEFAULTGUIDESTYLE$32);
            }
            target.set(defaultGuideStyle);
        }
    }
    
    /**
     * Unsets the "DefaultGuideStyle" attribute
     */
    public void unsetDefaultGuideStyle()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(DEFAULTGUIDESTYLE$32);
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy