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

com.microsoft.schemas.office.visio.x2012.main.impl.ShapeSheetTypeImpl Maven / Gradle / Ivy

Go to download

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

There is a newer version: 5.2.5
Show newest version
/*
 * XML Type:  ShapeSheet_Type
 * Namespace: http://schemas.microsoft.com/office/visio/2012/main
 * Java type: com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType
 *
 * Automatically generated - do not modify.
 */
package com.microsoft.schemas.office.visio.x2012.main.impl;
/**
 * An XML ShapeSheet_Type(@http://schemas.microsoft.com/office/visio/2012/main).
 *
 * This is a complex type.
 */
public class ShapeSheetTypeImpl extends com.microsoft.schemas.office.visio.x2012.main.impl.SheetTypeImpl implements com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType {
    private static final long serialVersionUID = 1L;
    
    public ShapeSheetTypeImpl(org.apache.xmlbeans.SchemaType sType) {
        super(sType);
    }
    
    private static final javax.xml.namespace.QName TEXT$0 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/office/visio/2012/main", "Text");
    private static final javax.xml.namespace.QName DATA1$2 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/office/visio/2012/main", "Data1");
    private static final javax.xml.namespace.QName DATA2$4 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/office/visio/2012/main", "Data2");
    private static final javax.xml.namespace.QName DATA3$6 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/office/visio/2012/main", "Data3");
    private static final javax.xml.namespace.QName FOREIGNDATA$8 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/office/visio/2012/main", "ForeignData");
    private static final javax.xml.namespace.QName SHAPES$10 = 
        new javax.xml.namespace.QName("http://schemas.microsoft.com/office/visio/2012/main", "Shapes");
    private static final javax.xml.namespace.QName ID$12 = 
        new javax.xml.namespace.QName("", "ID");
    private static final javax.xml.namespace.QName ORIGINALID$14 = 
        new javax.xml.namespace.QName("", "OriginalID");
    private static final javax.xml.namespace.QName DEL$16 = 
        new javax.xml.namespace.QName("", "Del");
    private static final javax.xml.namespace.QName MASTERSHAPE$18 = 
        new javax.xml.namespace.QName("", "MasterShape");
    private static final javax.xml.namespace.QName UNIQUEID$20 = 
        new javax.xml.namespace.QName("", "UniqueID");
    private static final javax.xml.namespace.QName NAME$22 = 
        new javax.xml.namespace.QName("", "Name");
    private static final javax.xml.namespace.QName NAMEU$24 = 
        new javax.xml.namespace.QName("", "NameU");
    private static final javax.xml.namespace.QName ISCUSTOMNAME$26 = 
        new javax.xml.namespace.QName("", "IsCustomName");
    private static final javax.xml.namespace.QName ISCUSTOMNAMEU$28 = 
        new javax.xml.namespace.QName("", "IsCustomNameU");
    private static final javax.xml.namespace.QName MASTER$30 = 
        new javax.xml.namespace.QName("", "Master");
    private static final javax.xml.namespace.QName TYPE$32 = 
        new javax.xml.namespace.QName("", "Type");
    
    
    /**
     * Gets the "Text" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.TextType getText() {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.TextType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.TextType)get_store().find_element_user(TEXT$0, 0);
            if (target == null) {
                return null;
            }
            return target;
        }
    }
    
    /**
     * True if has "Text" element
     */
    public boolean isSetText() {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().count_elements(TEXT$0) != 0;
        }
    }
    
    /**
     * Sets the "Text" element
     */
    public void setText(com.microsoft.schemas.office.visio.x2012.main.TextType text) {
        generatedSetterHelperImpl(text, TEXT$0, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "Text" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.TextType addNewText() {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.TextType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.TextType)get_store().add_element_user(TEXT$0);
            return target;
        }
    }
    
    /**
     * Unsets the "Text" element
     */
    public void unsetText() {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_element(TEXT$0, 0);
        }
    }
    
    /**
     * Gets the "Data1" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.DataType getData1() {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.DataType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.DataType)get_store().find_element_user(DATA1$2, 0);
            if (target == null) {
                return null;
            }
            return target;
        }
    }
    
    /**
     * True if has "Data1" element
     */
    public boolean isSetData1() {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().count_elements(DATA1$2) != 0;
        }
    }
    
    /**
     * Sets the "Data1" element
     */
    public void setData1(com.microsoft.schemas.office.visio.x2012.main.DataType data1) {
        generatedSetterHelperImpl(data1, DATA1$2, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "Data1" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.DataType addNewData1() {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.DataType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.DataType)get_store().add_element_user(DATA1$2);
            return target;
        }
    }
    
    /**
     * Unsets the "Data1" element
     */
    public void unsetData1() {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_element(DATA1$2, 0);
        }
    }
    
    /**
     * Gets the "Data2" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.DataType getData2() {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.DataType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.DataType)get_store().find_element_user(DATA2$4, 0);
            if (target == null) {
                return null;
            }
            return target;
        }
    }
    
    /**
     * True if has "Data2" element
     */
    public boolean isSetData2() {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().count_elements(DATA2$4) != 0;
        }
    }
    
    /**
     * Sets the "Data2" element
     */
    public void setData2(com.microsoft.schemas.office.visio.x2012.main.DataType data2) {
        generatedSetterHelperImpl(data2, DATA2$4, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "Data2" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.DataType addNewData2() {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.DataType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.DataType)get_store().add_element_user(DATA2$4);
            return target;
        }
    }
    
    /**
     * Unsets the "Data2" element
     */
    public void unsetData2() {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_element(DATA2$4, 0);
        }
    }
    
    /**
     * Gets the "Data3" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.DataType getData3() {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.DataType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.DataType)get_store().find_element_user(DATA3$6, 0);
            if (target == null) {
                return null;
            }
            return target;
        }
    }
    
    /**
     * True if has "Data3" element
     */
    public boolean isSetData3() {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().count_elements(DATA3$6) != 0;
        }
    }
    
    /**
     * Sets the "Data3" element
     */
    public void setData3(com.microsoft.schemas.office.visio.x2012.main.DataType data3) {
        generatedSetterHelperImpl(data3, DATA3$6, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "Data3" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.DataType addNewData3() {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.DataType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.DataType)get_store().add_element_user(DATA3$6);
            return target;
        }
    }
    
    /**
     * Unsets the "Data3" element
     */
    public void unsetData3() {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_element(DATA3$6, 0);
        }
    }
    
    /**
     * Gets the "ForeignData" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.ForeignDataType getForeignData() {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.ForeignDataType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.ForeignDataType)get_store().find_element_user(FOREIGNDATA$8, 0);
            if (target == null) {
                return null;
            }
            return target;
        }
    }
    
    /**
     * True if has "ForeignData" element
     */
    public boolean isSetForeignData() {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().count_elements(FOREIGNDATA$8) != 0;
        }
    }
    
    /**
     * Sets the "ForeignData" element
     */
    public void setForeignData(com.microsoft.schemas.office.visio.x2012.main.ForeignDataType foreignData) {
        generatedSetterHelperImpl(foreignData, FOREIGNDATA$8, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "ForeignData" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.ForeignDataType addNewForeignData() {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.ForeignDataType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.ForeignDataType)get_store().add_element_user(FOREIGNDATA$8);
            return target;
        }
    }
    
    /**
     * Unsets the "ForeignData" element
     */
    public void unsetForeignData() {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_element(FOREIGNDATA$8, 0);
        }
    }
    
    /**
     * Gets the "Shapes" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.ShapesType getShapes() {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.ShapesType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.ShapesType)get_store().find_element_user(SHAPES$10, 0);
            if (target == null) {
                return null;
            }
            return target;
        }
    }
    
    /**
     * True if has "Shapes" element
     */
    public boolean isSetShapes() {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().count_elements(SHAPES$10) != 0;
        }
    }
    
    /**
     * Sets the "Shapes" element
     */
    public void setShapes(com.microsoft.schemas.office.visio.x2012.main.ShapesType shapes) {
        generatedSetterHelperImpl(shapes, SHAPES$10, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "Shapes" element
     */
    public com.microsoft.schemas.office.visio.x2012.main.ShapesType addNewShapes() {
        synchronized (monitor())
        {
            check_orphaned();
            com.microsoft.schemas.office.visio.x2012.main.ShapesType target = null;
            target = (com.microsoft.schemas.office.visio.x2012.main.ShapesType)get_store().add_element_user(SHAPES$10);
            return target;
        }
    }
    
    /**
     * Unsets the "Shapes" element
     */
    public void unsetShapes() {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_element(SHAPES$10, 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$12);
            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$12);
            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$12);
            if (target == null) {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ID$12);
            }
            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$12);
            if (target == null) {
                target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().add_attribute_user(ID$12);
            }
            target.set(id);
        }
    }
    
    /**
     * Gets the "OriginalID" attribute
     */
    public long getOriginalID() {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ORIGINALID$14);
            if (target == null) {
                return 0L;
            }
            return target.getLongValue();
        }
    }
    
    /**
     * Gets (as xml) the "OriginalID" attribute
     */
    public org.apache.xmlbeans.XmlUnsignedInt xgetOriginalID() {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedInt target = null;
            target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().find_attribute_user(ORIGINALID$14);
            return target;
        }
    }
    
    /**
     * True if has "OriginalID" attribute
     */
    public boolean isSetOriginalID() {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(ORIGINALID$14) != null;
        }
    }
    
    /**
     * Sets the "OriginalID" attribute
     */
    public void setOriginalID(long originalID) {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ORIGINALID$14);
            if (target == null) {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ORIGINALID$14);
            }
            target.setLongValue(originalID);
        }
    }
    
    /**
     * Sets (as xml) the "OriginalID" attribute
     */
    public void xsetOriginalID(org.apache.xmlbeans.XmlUnsignedInt originalID) {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedInt target = null;
            target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().find_attribute_user(ORIGINALID$14);
            if (target == null) {
                target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().add_attribute_user(ORIGINALID$14);
            }
            target.set(originalID);
        }
    }
    
    /**
     * Unsets the "OriginalID" attribute
     */
    public void unsetOriginalID() {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(ORIGINALID$14);
        }
    }
    
    /**
     * Gets the "Del" attribute
     */
    public boolean getDel() {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(DEL$16);
            if (target == null) {
                return false;
            }
            return target.getBooleanValue();
        }
    }
    
    /**
     * Gets (as xml) the "Del" attribute
     */
    public org.apache.xmlbeans.XmlBoolean xgetDel() {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlBoolean target = null;
            target = (org.apache.xmlbeans.XmlBoolean)get_store().find_attribute_user(DEL$16);
            return target;
        }
    }
    
    /**
     * True if has "Del" attribute
     */
    public boolean isSetDel() {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(DEL$16) != null;
        }
    }
    
    /**
     * Sets the "Del" attribute
     */
    public void setDel(boolean del) {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(DEL$16);
            if (target == null) {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(DEL$16);
            }
            target.setBooleanValue(del);
        }
    }
    
    /**
     * Sets (as xml) the "Del" attribute
     */
    public void xsetDel(org.apache.xmlbeans.XmlBoolean del) {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlBoolean target = null;
            target = (org.apache.xmlbeans.XmlBoolean)get_store().find_attribute_user(DEL$16);
            if (target == null) {
                target = (org.apache.xmlbeans.XmlBoolean)get_store().add_attribute_user(DEL$16);
            }
            target.set(del);
        }
    }
    
    /**
     * Unsets the "Del" attribute
     */
    public void unsetDel() {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(DEL$16);
        }
    }
    
    /**
     * Gets the "MasterShape" attribute
     */
    public long getMasterShape() {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(MASTERSHAPE$18);
            if (target == null) {
                return 0L;
            }
            return target.getLongValue();
        }
    }
    
    /**
     * Gets (as xml) the "MasterShape" attribute
     */
    public org.apache.xmlbeans.XmlUnsignedInt xgetMasterShape() {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedInt target = null;
            target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().find_attribute_user(MASTERSHAPE$18);
            return target;
        }
    }
    
    /**
     * True if has "MasterShape" attribute
     */
    public boolean isSetMasterShape() {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(MASTERSHAPE$18) != null;
        }
    }
    
    /**
     * Sets the "MasterShape" attribute
     */
    public void setMasterShape(long masterShape) {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(MASTERSHAPE$18);
            if (target == null) {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(MASTERSHAPE$18);
            }
            target.setLongValue(masterShape);
        }
    }
    
    /**
     * Sets (as xml) the "MasterShape" attribute
     */
    public void xsetMasterShape(org.apache.xmlbeans.XmlUnsignedInt masterShape) {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedInt target = null;
            target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().find_attribute_user(MASTERSHAPE$18);
            if (target == null) {
                target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().add_attribute_user(MASTERSHAPE$18);
            }
            target.set(masterShape);
        }
    }
    
    /**
     * Unsets the "MasterShape" attribute
     */
    public void unsetMasterShape() {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(MASTERSHAPE$18);
        }
    }
    
    /**
     * 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$20);
            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$20);
            return target;
        }
    }
    
    /**
     * True if has "UniqueID" attribute
     */
    public boolean isSetUniqueID() {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(UNIQUEID$20) != 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$20);
            if (target == null) {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(UNIQUEID$20);
            }
            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$20);
            if (target == null) {
                target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(UNIQUEID$20);
            }
            target.set(uniqueID);
        }
    }
    
    /**
     * Unsets the "UniqueID" attribute
     */
    public void unsetUniqueID() {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(UNIQUEID$20);
        }
    }
    
    /**
     * 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$22);
            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$22);
            return target;
        }
    }
    
    /**
     * True if has "Name" attribute
     */
    public boolean isSetName() {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(NAME$22) != 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$22);
            if (target == null) {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(NAME$22);
            }
            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$22);
            if (target == null) {
                target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(NAME$22);
            }
            target.set(name);
        }
    }
    
    /**
     * Unsets the "Name" attribute
     */
    public void unsetName() {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(NAME$22);
        }
    }
    
    /**
     * 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$24);
            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$24);
            return target;
        }
    }
    
    /**
     * True if has "NameU" attribute
     */
    public boolean isSetNameU() {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(NAMEU$24) != 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$24);
            if (target == null) {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(NAMEU$24);
            }
            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$24);
            if (target == null) {
                target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(NAMEU$24);
            }
            target.set(nameU);
        }
    }
    
    /**
     * Unsets the "NameU" attribute
     */
    public void unsetNameU() {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(NAMEU$24);
        }
    }
    
    /**
     * 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$26);
            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$26);
            return target;
        }
    }
    
    /**
     * True if has "IsCustomName" attribute
     */
    public boolean isSetIsCustomName() {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(ISCUSTOMNAME$26) != 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$26);
            if (target == null) {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ISCUSTOMNAME$26);
            }
            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$26);
            if (target == null) {
                target = (org.apache.xmlbeans.XmlBoolean)get_store().add_attribute_user(ISCUSTOMNAME$26);
            }
            target.set(isCustomName);
        }
    }
    
    /**
     * Unsets the "IsCustomName" attribute
     */
    public void unsetIsCustomName() {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(ISCUSTOMNAME$26);
        }
    }
    
    /**
     * 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$28);
            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$28);
            return target;
        }
    }
    
    /**
     * True if has "IsCustomNameU" attribute
     */
    public boolean isSetIsCustomNameU() {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(ISCUSTOMNAMEU$28) != 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$28);
            if (target == null) {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ISCUSTOMNAMEU$28);
            }
            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$28);
            if (target == null) {
                target = (org.apache.xmlbeans.XmlBoolean)get_store().add_attribute_user(ISCUSTOMNAMEU$28);
            }
            target.set(isCustomNameU);
        }
    }
    
    /**
     * Unsets the "IsCustomNameU" attribute
     */
    public void unsetIsCustomNameU() {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(ISCUSTOMNAMEU$28);
        }
    }
    
    /**
     * Gets the "Master" attribute
     */
    public long getMaster() {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(MASTER$30);
            if (target == null) {
                return 0L;
            }
            return target.getLongValue();
        }
    }
    
    /**
     * Gets (as xml) the "Master" attribute
     */
    public org.apache.xmlbeans.XmlUnsignedInt xgetMaster() {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedInt target = null;
            target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().find_attribute_user(MASTER$30);
            return target;
        }
    }
    
    /**
     * True if has "Master" attribute
     */
    public boolean isSetMaster() {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(MASTER$30) != null;
        }
    }
    
    /**
     * Sets the "Master" attribute
     */
    public void setMaster(long master) {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(MASTER$30);
            if (target == null) {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(MASTER$30);
            }
            target.setLongValue(master);
        }
    }
    
    /**
     * Sets (as xml) the "Master" attribute
     */
    public void xsetMaster(org.apache.xmlbeans.XmlUnsignedInt master) {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedInt target = null;
            target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().find_attribute_user(MASTER$30);
            if (target == null) {
                target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().add_attribute_user(MASTER$30);
            }
            target.set(master);
        }
    }
    
    /**
     * Unsets the "Master" attribute
     */
    public void unsetMaster() {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(MASTER$30);
        }
    }
    
    /**
     * Gets the "Type" attribute
     */
    public java.lang.String getType() {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(TYPE$32);
            if (target == null) {
                return null;
            }
            return target.getStringValue();
        }
    }
    
    /**
     * Gets (as xml) the "Type" attribute
     */
    public org.apache.xmlbeans.XmlToken xgetType() {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlToken target = null;
            target = (org.apache.xmlbeans.XmlToken)get_store().find_attribute_user(TYPE$32);
            return target;
        }
    }
    
    /**
     * True if has "Type" attribute
     */
    public boolean isSetType() {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(TYPE$32) != null;
        }
    }
    
    /**
     * Sets the "Type" attribute
     */
    public void setType(java.lang.String type) {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(TYPE$32);
            if (target == null) {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(TYPE$32);
            }
            target.setStringValue(type);
        }
    }
    
    /**
     * Sets (as xml) the "Type" attribute
     */
    public void xsetType(org.apache.xmlbeans.XmlToken type) {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlToken target = null;
            target = (org.apache.xmlbeans.XmlToken)get_store().find_attribute_user(TYPE$32);
            if (target == null) {
                target = (org.apache.xmlbeans.XmlToken)get_store().add_attribute_user(TYPE$32);
            }
            target.set(type);
        }
    }
    
    /**
     * Unsets the "Type" attribute
     */
    public void unsetType() {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(TYPE$32);
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy