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

com.microsoft.schemas.office.visio.x2012.main.impl.MasterTypeImpl 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:  Master_Type
 * Namespace: http://schemas.microsoft.com/office/visio/2012/main
 * Java type: com.microsoft.schemas.office.visio.x2012.main.MasterType
 *
 * Automatically generated - do not modify.
 */
package com.microsoft.schemas.office.visio.x2012.main.impl;
/**
 * An XML Master_Type(@http://schemas.microsoft.com/office/visio/2012/main).
 *
 * This is a complex type.
 */
public class MasterTypeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.microsoft.schemas.office.visio.x2012.main.MasterType
{
    private static final long serialVersionUID = 1L;
    
    public MasterTypeImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType);
    }
    
    private static final javax.xml.namespace.QName PAGESHEET$0 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/office/visio/2012/main", "PageSheet");
    private static final javax.xml.namespace.QName REL$2 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/office/visio/2012/main", "Rel");
    private static final javax.xml.namespace.QName ICON$4 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/office/visio/2012/main", "Icon");
    private static final javax.xml.namespace.QName ID$6 = 
        new javax.xml.namespace.QName("", "ID");
    private static final javax.xml.namespace.QName BASEID$8 = 
        new javax.xml.namespace.QName("", "BaseID");
    private static final javax.xml.namespace.QName UNIQUEID$10 = 
        new javax.xml.namespace.QName("", "UniqueID");
    private static final javax.xml.namespace.QName MATCHBYNAME$12 = 
        new javax.xml.namespace.QName("", "MatchByName");
    private static final javax.xml.namespace.QName NAME$14 = 
        new javax.xml.namespace.QName("", "Name");
    private static final javax.xml.namespace.QName NAMEU$16 = 
        new javax.xml.namespace.QName("", "NameU");
    private static final javax.xml.namespace.QName ISCUSTOMNAME$18 = 
        new javax.xml.namespace.QName("", "IsCustomName");
    private static final javax.xml.namespace.QName ISCUSTOMNAMEU$20 = 
        new javax.xml.namespace.QName("", "IsCustomNameU");
    private static final javax.xml.namespace.QName ICONSIZE$22 = 
        new javax.xml.namespace.QName("", "IconSize");
    private static final javax.xml.namespace.QName PATTERNFLAGS$24 = 
        new javax.xml.namespace.QName("", "PatternFlags");
    private static final javax.xml.namespace.QName PROMPT$26 = 
        new javax.xml.namespace.QName("", "Prompt");
    private static final javax.xml.namespace.QName HIDDEN$28 = 
        new javax.xml.namespace.QName("", "Hidden");
    private static final javax.xml.namespace.QName ICONUPDATE$30 = 
        new javax.xml.namespace.QName("", "IconUpdate");
    private static final javax.xml.namespace.QName ALIGNNAME$32 = 
        new javax.xml.namespace.QName("", "AlignName");
    private static final javax.xml.namespace.QName MASTERTYPE$34 = 
        new javax.xml.namespace.QName("", "MasterType");
    
    
    /**
     * Gets the "PageSheet" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.PageSheetType getPageSheet()
    {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.PageSheetType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.PageSheetType)get_store().find_element_user(PAGESHEET$0, 0);
            if (target == null)
            {
                return null;
            }
            return target;
        }
    }
    
    /**
     * True if has "PageSheet" element
     */
    public boolean isSetPageSheet()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().count_elements(PAGESHEET$0) != 0;
        }
    }
    
    /**
     * Sets the "PageSheet" element
     */
    public void setPageSheet(com.microsoft.schemas.office.visio.x2012.main.PageSheetType pageSheet)
    {
        generatedSetterHelperImpl(pageSheet, PAGESHEET$0, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "PageSheet" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.PageSheetType addNewPageSheet()
    {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.PageSheetType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.PageSheetType)get_store().add_element_user(PAGESHEET$0);
            return target;
        }
    }
    
    /**
     * Unsets the "PageSheet" element
     */
    public void unsetPageSheet()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_element(PAGESHEET$0, 0);
        }
    }
    
    /**
     * Gets the "Rel" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.RelType getRel()
    {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.RelType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.RelType)get_store().find_element_user(REL$2, 0);
            if (target == null)
            {
                return null;
            }
            return target;
        }
    }
    
    /**
     * Sets the "Rel" element
     */
    public void setRel(com.microsoft.schemas.office.visio.x2012.main.RelType rel)
    {
        generatedSetterHelperImpl(rel, REL$2, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "Rel" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.RelType addNewRel()
    {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.RelType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.RelType)get_store().add_element_user(REL$2);
            return target;
        }
    }
    
    /**
     * Gets the "Icon" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.IconType getIcon()
    {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.IconType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.IconType)get_store().find_element_user(ICON$4, 0);
            if (target == null)
            {
                return null;
            }
            return target;
        }
    }
    
    /**
     * True if has "Icon" element
     */
    public boolean isSetIcon()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().count_elements(ICON$4) != 0;
        }
    }
    
    /**
     * Sets the "Icon" element
     */
    public void setIcon(com.microsoft.schemas.office.visio.x2012.main.IconType icon)
    {
        generatedSetterHelperImpl(icon, ICON$4, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "Icon" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.IconType addNewIcon()
    {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.IconType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.IconType)get_store().add_element_user(ICON$4);
            return target;
        }
    }
    
    /**
     * Unsets the "Icon" element
     */
    public void unsetIcon()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_element(ICON$4, 0);
        }
    }
    
    /**
     * Gets the "ID" attribute
     */
    public long getID()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$6);
            if (target == null)
            {
                return 0L;
            }
            return target.getLongValue();
        }
    }
    
    /**
     * Gets (as xml) the "ID" attribute
     */
    public org.apache.xmlbeans.XmlUnsignedInt xgetID()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedInt target = null;
            target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().find_attribute_user(ID$6);
            return target;
        }
    }
    
    /**
     * Sets the "ID" attribute
     */
    public void setID(long id)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ID$6);
            if (target == null)
            {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$6);
            }
            target.setLongValue(id);
        }
    }
    
    /**
     * Sets (as xml) the "ID" attribute
     */
    public void xsetID(org.apache.xmlbeans.XmlUnsignedInt id)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedInt target = null;
            target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().find_attribute_user(ID$6);
            if (target == null)
            {
                target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().add_attribute_user(ID$6);
            }
            target.set(id);
        }
    }
    
    /**
     * Gets the "BaseID" attribute
     */
    public java.lang.String getBaseID()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(BASEID$8);
            if (target == null)
            {
                return null;
            }
            return target.getStringValue();
        }
    }
    
    /**
     * Gets (as xml) the "BaseID" attribute
     */
    public org.apache.xmlbeans.XmlString xgetBaseID()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlString target = null;
            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(BASEID$8);
            return target;
        }
    }
    
    /**
     * True if has "BaseID" attribute
     */
    public boolean isSetBaseID()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(BASEID$8) != null;
        }
    }
    
    /**
     * Sets the "BaseID" attribute
     */
    public void setBaseID(java.lang.String baseID)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(BASEID$8);
            if (target == null)
            {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(BASEID$8);
            }
            target.setStringValue(baseID);
        }
    }
    
    /**
     * Sets (as xml) the "BaseID" attribute
     */
    public void xsetBaseID(org.apache.xmlbeans.XmlString baseID)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlString target = null;
            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(BASEID$8);
            if (target == null)
            {
                target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(BASEID$8);
            }
            target.set(baseID);
        }
    }
    
    /**
     * Unsets the "BaseID" attribute
     */
    public void unsetBaseID()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(BASEID$8);
        }
    }
    
    /**
     * Gets the "UniqueID" attribute
     */
    public java.lang.String getUniqueID()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(UNIQUEID$10);
            if (target == null)
            {
                return null;
            }
            return target.getStringValue();
        }
    }
    
    /**
     * Gets (as xml) the "UniqueID" attribute
     */
    public org.apache.xmlbeans.XmlString xgetUniqueID()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlString target = null;
            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(UNIQUEID$10);
            return target;
        }
    }
    
    /**
     * True if has "UniqueID" attribute
     */
    public boolean isSetUniqueID()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(UNIQUEID$10) != null;
        }
    }
    
    /**
     * Sets the "UniqueID" attribute
     */
    public void setUniqueID(java.lang.String uniqueID)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(UNIQUEID$10);
            if (target == null)
            {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(UNIQUEID$10);
            }
            target.setStringValue(uniqueID);
        }
    }
    
    /**
     * Sets (as xml) the "UniqueID" attribute
     */
    public void xsetUniqueID(org.apache.xmlbeans.XmlString uniqueID)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlString target = null;
            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(UNIQUEID$10);
            if (target == null)
            {
                target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(UNIQUEID$10);
            }
            target.set(uniqueID);
        }
    }
    
    /**
     * Unsets the "UniqueID" attribute
     */
    public void unsetUniqueID()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(UNIQUEID$10);
        }
    }
    
    /**
     * Gets the "MatchByName" attribute
     */
    public boolean getMatchByName()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(MATCHBYNAME$12);
            if (target == null)
            {
                return false;
            }
            return target.getBooleanValue();
        }
    }
    
    /**
     * Gets (as xml) the "MatchByName" attribute
     */
    public org.apache.xmlbeans.XmlBoolean xgetMatchByName()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlBoolean target = null;
            target = (org.apache.xmlbeans.XmlBoolean)get_store().find_attribute_user(MATCHBYNAME$12);
            return target;
        }
    }
    
    /**
     * True if has "MatchByName" attribute
     */
    public boolean isSetMatchByName()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(MATCHBYNAME$12) != null;
        }
    }
    
    /**
     * Sets the "MatchByName" attribute
     */
    public void setMatchByName(boolean matchByName)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(MATCHBYNAME$12);
            if (target == null)
            {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(MATCHBYNAME$12);
            }
            target.setBooleanValue(matchByName);
        }
    }
    
    /**
     * Sets (as xml) the "MatchByName" attribute
     */
    public void xsetMatchByName(org.apache.xmlbeans.XmlBoolean matchByName)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlBoolean target = null;
            target = (org.apache.xmlbeans.XmlBoolean)get_store().find_attribute_user(MATCHBYNAME$12);
            if (target == null)
            {
                target = (org.apache.xmlbeans.XmlBoolean)get_store().add_attribute_user(MATCHBYNAME$12);
            }
            target.set(matchByName);
        }
    }
    
    /**
     * Unsets the "MatchByName" attribute
     */
    public void unsetMatchByName()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(MATCHBYNAME$12);
        }
    }
    
    /**
     * Gets the "Name" attribute
     */
    public java.lang.String getName()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(NAME$14);
            if (target == null)
            {
                return null;
            }
            return target.getStringValue();
        }
    }
    
    /**
     * Gets (as xml) the "Name" attribute
     */
    public org.apache.xmlbeans.XmlString xgetName()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlString target = null;
            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(NAME$14);
            return target;
        }
    }
    
    /**
     * True if has "Name" attribute
     */
    public boolean isSetName()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(NAME$14) != null;
        }
    }
    
    /**
     * Sets the "Name" attribute
     */
    public void setName(java.lang.String name)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(NAME$14);
            if (target == null)
            {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(NAME$14);
            }
            target.setStringValue(name);
        }
    }
    
    /**
     * Sets (as xml) the "Name" attribute
     */
    public void xsetName(org.apache.xmlbeans.XmlString name)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlString target = null;
            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(NAME$14);
            if (target == null)
            {
                target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(NAME$14);
            }
            target.set(name);
        }
    }
    
    /**
     * Unsets the "Name" attribute
     */
    public void unsetName()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(NAME$14);
        }
    }
    
    /**
     * Gets the "NameU" attribute
     */
    public java.lang.String getNameU()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(NAMEU$16);
            if (target == null)
            {
                return null;
            }
            return target.getStringValue();
        }
    }
    
    /**
     * Gets (as xml) the "NameU" attribute
     */
    public org.apache.xmlbeans.XmlString xgetNameU()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlString target = null;
            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(NAMEU$16);
            return target;
        }
    }
    
    /**
     * True if has "NameU" attribute
     */
    public boolean isSetNameU()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(NAMEU$16) != null;
        }
    }
    
    /**
     * Sets the "NameU" attribute
     */
    public void setNameU(java.lang.String nameU)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(NAMEU$16);
            if (target == null)
            {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(NAMEU$16);
            }
            target.setStringValue(nameU);
        }
    }
    
    /**
     * Sets (as xml) the "NameU" attribute
     */
    public void xsetNameU(org.apache.xmlbeans.XmlString nameU)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlString target = null;
            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(NAMEU$16);
            if (target == null)
            {
                target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(NAMEU$16);
            }
            target.set(nameU);
        }
    }
    
    /**
     * Unsets the "NameU" attribute
     */
    public void unsetNameU()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(NAMEU$16);
        }
    }
    
    /**
     * Gets the "IsCustomName" attribute
     */
    public boolean getIsCustomName()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ISCUSTOMNAME$18);
            if (target == null)
            {
                return false;
            }
            return target.getBooleanValue();
        }
    }
    
    /**
     * Gets (as xml) the "IsCustomName" attribute
     */
    public org.apache.xmlbeans.XmlBoolean xgetIsCustomName()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlBoolean target = null;
            target = (org.apache.xmlbeans.XmlBoolean)get_store().find_attribute_user(ISCUSTOMNAME$18);
            return target;
        }
    }
    
    /**
     * True if has "IsCustomName" attribute
     */
    public boolean isSetIsCustomName()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(ISCUSTOMNAME$18) != null;
        }
    }
    
    /**
     * Sets the "IsCustomName" attribute
     */
    public void setIsCustomName(boolean isCustomName)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ISCUSTOMNAME$18);
            if (target == null)
            {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ISCUSTOMNAME$18);
            }
            target.setBooleanValue(isCustomName);
        }
    }
    
    /**
     * Sets (as xml) the "IsCustomName" attribute
     */
    public void xsetIsCustomName(org.apache.xmlbeans.XmlBoolean isCustomName)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlBoolean target = null;
            target = (org.apache.xmlbeans.XmlBoolean)get_store().find_attribute_user(ISCUSTOMNAME$18);
            if (target == null)
            {
                target = (org.apache.xmlbeans.XmlBoolean)get_store().add_attribute_user(ISCUSTOMNAME$18);
            }
            target.set(isCustomName);
        }
    }
    
    /**
     * Unsets the "IsCustomName" attribute
     */
    public void unsetIsCustomName()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(ISCUSTOMNAME$18);
        }
    }
    
    /**
     * Gets the "IsCustomNameU" attribute
     */
    public boolean getIsCustomNameU()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ISCUSTOMNAMEU$20);
            if (target == null)
            {
                return false;
            }
            return target.getBooleanValue();
        }
    }
    
    /**
     * Gets (as xml) the "IsCustomNameU" attribute
     */
    public org.apache.xmlbeans.XmlBoolean xgetIsCustomNameU()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlBoolean target = null;
            target = (org.apache.xmlbeans.XmlBoolean)get_store().find_attribute_user(ISCUSTOMNAMEU$20);
            return target;
        }
    }
    
    /**
     * True if has "IsCustomNameU" attribute
     */
    public boolean isSetIsCustomNameU()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(ISCUSTOMNAMEU$20) != null;
        }
    }
    
    /**
     * Sets the "IsCustomNameU" attribute
     */
    public void setIsCustomNameU(boolean isCustomNameU)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ISCUSTOMNAMEU$20);
            if (target == null)
            {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ISCUSTOMNAMEU$20);
            }
            target.setBooleanValue(isCustomNameU);
        }
    }
    
    /**
     * Sets (as xml) the "IsCustomNameU" attribute
     */
    public void xsetIsCustomNameU(org.apache.xmlbeans.XmlBoolean isCustomNameU)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlBoolean target = null;
            target = (org.apache.xmlbeans.XmlBoolean)get_store().find_attribute_user(ISCUSTOMNAMEU$20);
            if (target == null)
            {
                target = (org.apache.xmlbeans.XmlBoolean)get_store().add_attribute_user(ISCUSTOMNAMEU$20);
            }
            target.set(isCustomNameU);
        }
    }
    
    /**
     * Unsets the "IsCustomNameU" attribute
     */
    public void unsetIsCustomNameU()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(ISCUSTOMNAMEU$20);
        }
    }
    
    /**
     * Gets the "IconSize" attribute
     */
    public int getIconSize()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ICONSIZE$22);
            if (target == null)
            {
                return 0;
            }
            return target.getIntValue();
        }
    }
    
    /**
     * Gets (as xml) the "IconSize" attribute
     */
    public org.apache.xmlbeans.XmlUnsignedShort xgetIconSize()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedShort target = null;
            target = (org.apache.xmlbeans.XmlUnsignedShort)get_store().find_attribute_user(ICONSIZE$22);
            return target;
        }
    }
    
    /**
     * True if has "IconSize" attribute
     */
    public boolean isSetIconSize()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(ICONSIZE$22) != null;
        }
    }
    
    /**
     * Sets the "IconSize" attribute
     */
    public void setIconSize(int iconSize)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ICONSIZE$22);
            if (target == null)
            {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ICONSIZE$22);
            }
            target.setIntValue(iconSize);
        }
    }
    
    /**
     * Sets (as xml) the "IconSize" attribute
     */
    public void xsetIconSize(org.apache.xmlbeans.XmlUnsignedShort iconSize)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedShort target = null;
            target = (org.apache.xmlbeans.XmlUnsignedShort)get_store().find_attribute_user(ICONSIZE$22);
            if (target == null)
            {
                target = (org.apache.xmlbeans.XmlUnsignedShort)get_store().add_attribute_user(ICONSIZE$22);
            }
            target.set(iconSize);
        }
    }
    
    /**
     * Unsets the "IconSize" attribute
     */
    public void unsetIconSize()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(ICONSIZE$22);
        }
    }
    
    /**
     * Gets the "PatternFlags" attribute
     */
    public int getPatternFlags()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(PATTERNFLAGS$24);
            if (target == null)
            {
                return 0;
            }
            return target.getIntValue();
        }
    }
    
    /**
     * Gets (as xml) the "PatternFlags" attribute
     */
    public org.apache.xmlbeans.XmlUnsignedShort xgetPatternFlags()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedShort target = null;
            target = (org.apache.xmlbeans.XmlUnsignedShort)get_store().find_attribute_user(PATTERNFLAGS$24);
            return target;
        }
    }
    
    /**
     * True if has "PatternFlags" attribute
     */
    public boolean isSetPatternFlags()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(PATTERNFLAGS$24) != null;
        }
    }
    
    /**
     * Sets the "PatternFlags" attribute
     */
    public void setPatternFlags(int patternFlags)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(PATTERNFLAGS$24);
            if (target == null)
            {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(PATTERNFLAGS$24);
            }
            target.setIntValue(patternFlags);
        }
    }
    
    /**
     * Sets (as xml) the "PatternFlags" attribute
     */
    public void xsetPatternFlags(org.apache.xmlbeans.XmlUnsignedShort patternFlags)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedShort target = null;
            target = (org.apache.xmlbeans.XmlUnsignedShort)get_store().find_attribute_user(PATTERNFLAGS$24);
            if (target == null)
            {
                target = (org.apache.xmlbeans.XmlUnsignedShort)get_store().add_attribute_user(PATTERNFLAGS$24);
            }
            target.set(patternFlags);
        }
    }
    
    /**
     * Unsets the "PatternFlags" attribute
     */
    public void unsetPatternFlags()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(PATTERNFLAGS$24);
        }
    }
    
    /**
     * Gets the "Prompt" attribute
     */
    public java.lang.String getPrompt()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(PROMPT$26);
            if (target == null)
            {
                return null;
            }
            return target.getStringValue();
        }
    }
    
    /**
     * Gets (as xml) the "Prompt" attribute
     */
    public org.apache.xmlbeans.XmlString xgetPrompt()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlString target = null;
            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(PROMPT$26);
            return target;
        }
    }
    
    /**
     * True if has "Prompt" attribute
     */
    public boolean isSetPrompt()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(PROMPT$26) != null;
        }
    }
    
    /**
     * Sets the "Prompt" attribute
     */
    public void setPrompt(java.lang.String prompt)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(PROMPT$26);
            if (target == null)
            {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(PROMPT$26);
            }
            target.setStringValue(prompt);
        }
    }
    
    /**
     * Sets (as xml) the "Prompt" attribute
     */
    public void xsetPrompt(org.apache.xmlbeans.XmlString prompt)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlString target = null;
            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(PROMPT$26);
            if (target == null)
            {
                target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(PROMPT$26);
            }
            target.set(prompt);
        }
    }
    
    /**
     * Unsets the "Prompt" attribute
     */
    public void unsetPrompt()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(PROMPT$26);
        }
    }
    
    /**
     * Gets the "Hidden" attribute
     */
    public boolean getHidden()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HIDDEN$28);
            if (target == null)
            {
                return false;
            }
            return target.getBooleanValue();
        }
    }
    
    /**
     * Gets (as xml) the "Hidden" attribute
     */
    public org.apache.xmlbeans.XmlBoolean xgetHidden()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlBoolean target = null;
            target = (org.apache.xmlbeans.XmlBoolean)get_store().find_attribute_user(HIDDEN$28);
            return target;
        }
    }
    
    /**
     * True if has "Hidden" attribute
     */
    public boolean isSetHidden()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(HIDDEN$28) != null;
        }
    }
    
    /**
     * Sets the "Hidden" attribute
     */
    public void setHidden(boolean hidden)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(HIDDEN$28);
            if (target == null)
            {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(HIDDEN$28);
            }
            target.setBooleanValue(hidden);
        }
    }
    
    /**
     * Sets (as xml) the "Hidden" attribute
     */
    public void xsetHidden(org.apache.xmlbeans.XmlBoolean hidden)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlBoolean target = null;
            target = (org.apache.xmlbeans.XmlBoolean)get_store().find_attribute_user(HIDDEN$28);
            if (target == null)
            {
                target = (org.apache.xmlbeans.XmlBoolean)get_store().add_attribute_user(HIDDEN$28);
            }
            target.set(hidden);
        }
    }
    
    /**
     * Unsets the "Hidden" attribute
     */
    public void unsetHidden()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(HIDDEN$28);
        }
    }
    
    /**
     * Gets the "IconUpdate" attribute
     */
    public boolean getIconUpdate()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ICONUPDATE$30);
            if (target == null)
            {
                return false;
            }
            return target.getBooleanValue();
        }
    }
    
    /**
     * Gets (as xml) the "IconUpdate" attribute
     */
    public org.apache.xmlbeans.XmlBoolean xgetIconUpdate()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlBoolean target = null;
            target = (org.apache.xmlbeans.XmlBoolean)get_store().find_attribute_user(ICONUPDATE$30);
            return target;
        }
    }
    
    /**
     * True if has "IconUpdate" attribute
     */
    public boolean isSetIconUpdate()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(ICONUPDATE$30) != null;
        }
    }
    
    /**
     * Sets the "IconUpdate" attribute
     */
    public void setIconUpdate(boolean iconUpdate)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ICONUPDATE$30);
            if (target == null)
            {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ICONUPDATE$30);
            }
            target.setBooleanValue(iconUpdate);
        }
    }
    
    /**
     * Sets (as xml) the "IconUpdate" attribute
     */
    public void xsetIconUpdate(org.apache.xmlbeans.XmlBoolean iconUpdate)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlBoolean target = null;
            target = (org.apache.xmlbeans.XmlBoolean)get_store().find_attribute_user(ICONUPDATE$30);
            if (target == null)
            {
                target = (org.apache.xmlbeans.XmlBoolean)get_store().add_attribute_user(ICONUPDATE$30);
            }
            target.set(iconUpdate);
        }
    }
    
    /**
     * Unsets the "IconUpdate" attribute
     */
    public void unsetIconUpdate()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(ICONUPDATE$30);
        }
    }
    
    /**
     * Gets the "AlignName" attribute
     */
    public int getAlignName()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ALIGNNAME$32);
            if (target == null)
            {
                return 0;
            }
            return target.getIntValue();
        }
    }
    
    /**
     * Gets (as xml) the "AlignName" attribute
     */
    public org.apache.xmlbeans.XmlUnsignedShort xgetAlignName()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedShort target = null;
            target = (org.apache.xmlbeans.XmlUnsignedShort)get_store().find_attribute_user(ALIGNNAME$32);
            return target;
        }
    }
    
    /**
     * True if has "AlignName" attribute
     */
    public boolean isSetAlignName()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(ALIGNNAME$32) != null;
        }
    }
    
    /**
     * Sets the "AlignName" attribute
     */
    public void setAlignName(int alignName)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ALIGNNAME$32);
            if (target == null)
            {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ALIGNNAME$32);
            }
            target.setIntValue(alignName);
        }
    }
    
    /**
     * Sets (as xml) the "AlignName" attribute
     */
    public void xsetAlignName(org.apache.xmlbeans.XmlUnsignedShort alignName)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedShort target = null;
            target = (org.apache.xmlbeans.XmlUnsignedShort)get_store().find_attribute_user(ALIGNNAME$32);
            if (target == null)
            {
                target = (org.apache.xmlbeans.XmlUnsignedShort)get_store().add_attribute_user(ALIGNNAME$32);
            }
            target.set(alignName);
        }
    }
    
    /**
     * Unsets the "AlignName" attribute
     */
    public void unsetAlignName()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(ALIGNNAME$32);
        }
    }
    
    /**
     * Gets the "MasterType" attribute
     */
    public int getMasterType()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(MASTERTYPE$34);
            if (target == null)
            {
                return 0;
            }
            return target.getIntValue();
        }
    }
    
    /**
     * Gets (as xml) the "MasterType" attribute
     */
    public org.apache.xmlbeans.XmlUnsignedShort xgetMasterType()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedShort target = null;
            target = (org.apache.xmlbeans.XmlUnsignedShort)get_store().find_attribute_user(MASTERTYPE$34);
            return target;
        }
    }
    
    /**
     * True if has "MasterType" attribute
     */
    public boolean isSetMasterType()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(MASTERTYPE$34) != null;
        }
    }
    
    /**
     * Sets the "MasterType" attribute
     */
    public void setMasterType(int masterType)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(MASTERTYPE$34);
            if (target == null)
            {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(MASTERTYPE$34);
            }
            target.setIntValue(masterType);
        }
    }
    
    /**
     * Sets (as xml) the "MasterType" attribute
     */
    public void xsetMasterType(org.apache.xmlbeans.XmlUnsignedShort masterType)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedShort target = null;
            target = (org.apache.xmlbeans.XmlUnsignedShort)get_store().find_attribute_user(MASTERTYPE$34);
            if (target == null)
            {
                target = (org.apache.xmlbeans.XmlUnsignedShort)get_store().add_attribute_user(MASTERTYPE$34);
            }
            target.set(masterType);
        }
    }
    
    /**
     * Unsets the "MasterType" attribute
     */
    public void unsetMasterType()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(MASTERTYPE$34);
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy