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

org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTCellMergeTrackChangeImpl Maven / Gradle / Ivy

Go to download

XmlBeans generated from the Ecma supplied xsds: http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%20Part%204%20(DOCX).zip

There is a newer version: 1.4
Show newest version
/*
 * XML Type:  CT_CellMergeTrackChange
 * Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
 * Java type: org.openxmlformats.schemas.wordprocessingml.x2006.main.CTCellMergeTrackChange
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.wordprocessingml.x2006.main.impl;
/**
 * An XML CT_CellMergeTrackChange(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
 *
 * This is a complex type.
 */
public class CTCellMergeTrackChangeImpl extends org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTTrackChangeImpl implements org.openxmlformats.schemas.wordprocessingml.x2006.main.CTCellMergeTrackChange
{
    
    public CTCellMergeTrackChangeImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType);
    }
    
    private static final javax.xml.namespace.QName VMERGE$0 = 
        new javax.xml.namespace.QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "vMerge");
    private static final javax.xml.namespace.QName VMERGEORIG$2 = 
        new javax.xml.namespace.QName("http://schemas.openxmlformats.org/wordprocessingml/2006/main", "vMergeOrig");
    
    
    /**
     * Gets the "vMerge" attribute
     */
    public org.openxmlformats.schemas.wordprocessingml.x2006.main.STAnnotationVMerge.Enum getVMerge()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(VMERGE$0);
            if (target == null)
            {
                return null;
            }
            return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STAnnotationVMerge.Enum)target.getEnumValue();
        }
    }
    
    /**
     * Gets (as xml) the "vMerge" attribute
     */
    public org.openxmlformats.schemas.wordprocessingml.x2006.main.STAnnotationVMerge xgetVMerge()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.openxmlformats.schemas.wordprocessingml.x2006.main.STAnnotationVMerge target = null;
            target = (org.openxmlformats.schemas.wordprocessingml.x2006.main.STAnnotationVMerge)get_store().find_attribute_user(VMERGE$0);
            return target;
        }
    }
    
    /**
     * True if has "vMerge" attribute
     */
    public boolean isSetVMerge()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(VMERGE$0) != null;
        }
    }
    
    /**
     * Sets the "vMerge" attribute
     */
    public void setVMerge(org.openxmlformats.schemas.wordprocessingml.x2006.main.STAnnotationVMerge.Enum vMerge)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(VMERGE$0);
            if (target == null)
            {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(VMERGE$0);
            }
            target.setEnumValue(vMerge);
        }
    }
    
    /**
     * Sets (as xml) the "vMerge" attribute
     */
    public void xsetVMerge(org.openxmlformats.schemas.wordprocessingml.x2006.main.STAnnotationVMerge vMerge)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.openxmlformats.schemas.wordprocessingml.x2006.main.STAnnotationVMerge target = null;
            target = (org.openxmlformats.schemas.wordprocessingml.x2006.main.STAnnotationVMerge)get_store().find_attribute_user(VMERGE$0);
            if (target == null)
            {
                target = (org.openxmlformats.schemas.wordprocessingml.x2006.main.STAnnotationVMerge)get_store().add_attribute_user(VMERGE$0);
            }
            target.set(vMerge);
        }
    }
    
    /**
     * Unsets the "vMerge" attribute
     */
    public void unsetVMerge()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(VMERGE$0);
        }
    }
    
    /**
     * Gets the "vMergeOrig" attribute
     */
    public org.openxmlformats.schemas.wordprocessingml.x2006.main.STAnnotationVMerge.Enum getVMergeOrig()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(VMERGEORIG$2);
            if (target == null)
            {
                return null;
            }
            return (org.openxmlformats.schemas.wordprocessingml.x2006.main.STAnnotationVMerge.Enum)target.getEnumValue();
        }
    }
    
    /**
     * Gets (as xml) the "vMergeOrig" attribute
     */
    public org.openxmlformats.schemas.wordprocessingml.x2006.main.STAnnotationVMerge xgetVMergeOrig()
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.openxmlformats.schemas.wordprocessingml.x2006.main.STAnnotationVMerge target = null;
            target = (org.openxmlformats.schemas.wordprocessingml.x2006.main.STAnnotationVMerge)get_store().find_attribute_user(VMERGEORIG$2);
            return target;
        }
    }
    
    /**
     * True if has "vMergeOrig" attribute
     */
    public boolean isSetVMergeOrig()
    {
        synchronized (monitor())
        {
            check_orphaned();
            return get_store().find_attribute_user(VMERGEORIG$2) != null;
        }
    }
    
    /**
     * Sets the "vMergeOrig" attribute
     */
    public void setVMergeOrig(org.openxmlformats.schemas.wordprocessingml.x2006.main.STAnnotationVMerge.Enum vMergeOrig)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(VMERGEORIG$2);
            if (target == null)
            {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(VMERGEORIG$2);
            }
            target.setEnumValue(vMergeOrig);
        }
    }
    
    /**
     * Sets (as xml) the "vMergeOrig" attribute
     */
    public void xsetVMergeOrig(org.openxmlformats.schemas.wordprocessingml.x2006.main.STAnnotationVMerge vMergeOrig)
    {
        synchronized (monitor())
        {
            check_orphaned();
            org.openxmlformats.schemas.wordprocessingml.x2006.main.STAnnotationVMerge target = null;
            target = (org.openxmlformats.schemas.wordprocessingml.x2006.main.STAnnotationVMerge)get_store().find_attribute_user(VMERGEORIG$2);
            if (target == null)
            {
                target = (org.openxmlformats.schemas.wordprocessingml.x2006.main.STAnnotationVMerge)get_store().add_attribute_user(VMERGEORIG$2);
            }
            target.set(vMergeOrig);
        }
    }
    
    /**
     * Unsets the "vMergeOrig" attribute
     */
    public void unsetVMergeOrig()
    {
        synchronized (monitor())
        {
            check_orphaned();
            get_store().remove_attribute(VMERGEORIG$2);
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy