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

com.microsoft.schemas.office.visio.x2012.main.impl.FaceNameTypeImpl 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:  FaceName_Type
 * Namespace: http://schemas.microsoft.com/office/visio/2012/main
 * Java type: com.microsoft.schemas.office.visio.x2012.main.FaceNameType
 *
 * Automatically generated - do not modify.
 */
package com.microsoft.schemas.office.visio.x2012.main.impl;
/**
 * An XML FaceName_Type(@http://schemas.microsoft.com/office/visio/2012/main).
 *
 * This is a complex type.
 */
public class FaceNameTypeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.microsoft.schemas.office.visio.x2012.main.FaceNameType
{
    private static final long serialVersionUID = 1L;
    
    public FaceNameTypeImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType);
    }
    
    private static final javax.xml.namespace.QName NAMEU$0 = 
        new javax.xml.namespace.QName("", "NameU");
    private static final javax.xml.namespace.QName UNICODERANGES$2 = 
        new javax.xml.namespace.QName("", "UnicodeRanges");
    private static final javax.xml.namespace.QName CHARSETS$4 = 
        new javax.xml.namespace.QName("", "CharSets");
    private static final javax.xml.namespace.QName PANOS$6 = 
        new javax.xml.namespace.QName("", "Panos");
    private static final javax.xml.namespace.QName PANOSE$8 = 
        new javax.xml.namespace.QName("", "Panose");
    private static final javax.xml.namespace.QName FLAGS$10 = 
        new javax.xml.namespace.QName("", "Flags");
    
    
    /**
     * 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$0);
            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$0);
            return target;
        }
    }
    
    /**
     * 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$0);
            if (target == null)
            {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(NAMEU$0);
            }
            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$0);
            if (target == null)
            {
                target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(NAMEU$0);
            }
            target.set(nameU);
        }
    }
    
    /**
     * Gets the "UnicodeRanges" attribute
     */
    public java.lang.String getUnicodeRanges()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(UNICODERANGES$2);
            if (target == null)
            {
                return null;
            }
            return target.getStringValue();
        }
    }
    
    /**
     * Gets (as xml) the "UnicodeRanges" attribute
     */
    public org.apache.xmlbeans.XmlString xgetUnicodeRanges()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlString target = null;
            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(UNICODERANGES$2);
            return target;
        }
    }
    
    /**
     * True if has "UnicodeRanges" attribute
     */
    public boolean isSetUnicodeRanges()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(UNICODERANGES$2) != null;
        }
    }
    
    /**
     * Sets the "UnicodeRanges" attribute
     */
    public void setUnicodeRanges(java.lang.String unicodeRanges)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(UNICODERANGES$2);
            if (target == null)
            {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(UNICODERANGES$2);
            }
            target.setStringValue(unicodeRanges);
        }
    }
    
    /**
     * Sets (as xml) the "UnicodeRanges" attribute
     */
    public void xsetUnicodeRanges(org.apache.xmlbeans.XmlString unicodeRanges)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlString target = null;
            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(UNICODERANGES$2);
            if (target == null)
            {
                target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(UNICODERANGES$2);
            }
            target.set(unicodeRanges);
        }
    }
    
    /**
     * Unsets the "UnicodeRanges" attribute
     */
    public void unsetUnicodeRanges()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(UNICODERANGES$2);
        }
    }
    
    /**
     * Gets the "CharSets" attribute
     */
    public java.lang.String getCharSets()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(CHARSETS$4);
            if (target == null)
            {
                return null;
            }
            return target.getStringValue();
        }
    }
    
    /**
     * Gets (as xml) the "CharSets" attribute
     */
    public org.apache.xmlbeans.XmlString xgetCharSets()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlString target = null;
            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(CHARSETS$4);
            return target;
        }
    }
    
    /**
     * True if has "CharSets" attribute
     */
    public boolean isSetCharSets()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(CHARSETS$4) != null;
        }
    }
    
    /**
     * Sets the "CharSets" attribute
     */
    public void setCharSets(java.lang.String charSets)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(CHARSETS$4);
            if (target == null)
            {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(CHARSETS$4);
            }
            target.setStringValue(charSets);
        }
    }
    
    /**
     * Sets (as xml) the "CharSets" attribute
     */
    public void xsetCharSets(org.apache.xmlbeans.XmlString charSets)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlString target = null;
            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(CHARSETS$4);
            if (target == null)
            {
                target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(CHARSETS$4);
            }
            target.set(charSets);
        }
    }
    
    /**
     * Unsets the "CharSets" attribute
     */
    public void unsetCharSets()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(CHARSETS$4);
        }
    }
    
    /**
     * Gets the "Panos" attribute
     */
    public java.lang.String getPanos()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(PANOS$6);
            if (target == null)
            {
                return null;
            }
            return target.getStringValue();
        }
    }
    
    /**
     * Gets (as xml) the "Panos" attribute
     */
    public org.apache.xmlbeans.XmlString xgetPanos()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlString target = null;
            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(PANOS$6);
            return target;
        }
    }
    
    /**
     * True if has "Panos" attribute
     */
    public boolean isSetPanos()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(PANOS$6) != null;
        }
    }
    
    /**
     * Sets the "Panos" attribute
     */
    public void setPanos(java.lang.String panos)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(PANOS$6);
            if (target == null)
            {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(PANOS$6);
            }
            target.setStringValue(panos);
        }
    }
    
    /**
     * Sets (as xml) the "Panos" attribute
     */
    public void xsetPanos(org.apache.xmlbeans.XmlString panos)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlString target = null;
            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(PANOS$6);
            if (target == null)
            {
                target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(PANOS$6);
            }
            target.set(panos);
        }
    }
    
    /**
     * Unsets the "Panos" attribute
     */
    public void unsetPanos()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(PANOS$6);
        }
    }
    
    /**
     * Gets the "Panose" attribute
     */
    public java.lang.String getPanose()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(PANOSE$8);
            if (target == null)
            {
                return null;
            }
            return target.getStringValue();
        }
    }
    
    /**
     * Gets (as xml) the "Panose" attribute
     */
    public org.apache.xmlbeans.XmlString xgetPanose()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlString target = null;
            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(PANOSE$8);
            return target;
        }
    }
    
    /**
     * True if has "Panose" attribute
     */
    public boolean isSetPanose()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(PANOSE$8) != null;
        }
    }
    
    /**
     * Sets the "Panose" attribute
     */
    public void setPanose(java.lang.String panose)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(PANOSE$8);
            if (target == null)
            {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(PANOSE$8);
            }
            target.setStringValue(panose);
        }
    }
    
    /**
     * Sets (as xml) the "Panose" attribute
     */
    public void xsetPanose(org.apache.xmlbeans.XmlString panose)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlString target = null;
            target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(PANOSE$8);
            if (target == null)
            {
                target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(PANOSE$8);
            }
            target.set(panose);
        }
    }
    
    /**
     * Unsets the "Panose" attribute
     */
    public void unsetPanose()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(PANOSE$8);
        }
    }
    
    /**
     * Gets the "Flags" attribute
     */
    public long getFlags()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(FLAGS$10);
            if (target == null)
            {
                return 0L;
            }
            return target.getLongValue();
        }
    }
    
    /**
     * Gets (as xml) the "Flags" attribute
     */
    public org.apache.xmlbeans.XmlUnsignedInt xgetFlags()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedInt target = null;
            target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().find_attribute_user(FLAGS$10);
            return target;
        }
    }
    
    /**
     * True if has "Flags" attribute
     */
    public boolean isSetFlags()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(FLAGS$10) != null;
        }
    }
    
    /**
     * Sets the "Flags" attribute
     */
    public void setFlags(long flags)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(FLAGS$10);
            if (target == null)
            {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(FLAGS$10);
            }
            target.setLongValue(flags);
        }
    }
    
    /**
     * Sets (as xml) the "Flags" attribute
     */
    public void xsetFlags(org.apache.xmlbeans.XmlUnsignedInt flags)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedInt target = null;
            target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().find_attribute_user(FLAGS$10);
            if (target == null)
            {
                target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().add_attribute_user(FLAGS$10);
            }
            target.set(flags);
        }
    }
    
    /**
     * Unsets the "Flags" attribute
     */
    public void unsetFlags()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(FLAGS$10);
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy