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

com.microsoft.schemas.office.visio.x2012.main.impl.RefreshConflictTypeImpl 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:  RefreshConflict_Type
 * Namespace: http://schemas.microsoft.com/office/visio/2012/main
 * Java type: com.microsoft.schemas.office.visio.x2012.main.RefreshConflictType
 *
 * Automatically generated - do not modify.
 */
package com.microsoft.schemas.office.visio.x2012.main.impl;
/**
 * An XML RefreshConflict_Type(@http://schemas.microsoft.com/office/visio/2012/main).
 *
 * This is a complex type.
 */
public class RefreshConflictTypeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.microsoft.schemas.office.visio.x2012.main.RefreshConflictType {
    private static final long serialVersionUID = 1L;
    
    public RefreshConflictTypeImpl(org.apache.xmlbeans.SchemaType sType) {
        super(sType);
    }
    
    private static final javax.xml.namespace.QName ROWID$0 = 
        new javax.xml.namespace.QName("", "RowID");
    private static final javax.xml.namespace.QName SHAPEID$2 = 
        new javax.xml.namespace.QName("", "ShapeID");
    private static final javax.xml.namespace.QName PAGEID$4 = 
        new javax.xml.namespace.QName("", "PageID");
    
    
    /**
     * Gets the "RowID" attribute
     */
    public long getRowID() {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ROWID$0);
            if (target == null) {
                return 0L;
            }
            return target.getLongValue();
        }
    }
    
    /**
     * Gets (as xml) the "RowID" attribute
     */
    public org.apache.xmlbeans.XmlUnsignedInt xgetRowID() {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedInt target = null;
            target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().find_attribute_user(ROWID$0);
            return target;
        }
    }
    
    /**
     * Sets the "RowID" attribute
     */
    public void setRowID(long rowID) {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(ROWID$0);
            if (target == null) {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(ROWID$0);
            }
            target.setLongValue(rowID);
        }
    }
    
    /**
     * Sets (as xml) the "RowID" attribute
     */
    public void xsetRowID(org.apache.xmlbeans.XmlUnsignedInt rowID) {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedInt target = null;
            target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().find_attribute_user(ROWID$0);
            if (target == null) {
                target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().add_attribute_user(ROWID$0);
            }
            target.set(rowID);
        }
    }
    
    /**
     * Gets the "ShapeID" attribute
     */
    public long getShapeID() {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(SHAPEID$2);
            if (target == null) {
                return 0L;
            }
            return target.getLongValue();
        }
    }
    
    /**
     * Gets (as xml) the "ShapeID" attribute
     */
    public org.apache.xmlbeans.XmlUnsignedInt xgetShapeID() {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedInt target = null;
            target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().find_attribute_user(SHAPEID$2);
            return target;
        }
    }
    
    /**
     * Sets the "ShapeID" attribute
     */
    public void setShapeID(long shapeID) {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(SHAPEID$2);
            if (target == null) {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(SHAPEID$2);
            }
            target.setLongValue(shapeID);
        }
    }
    
    /**
     * Sets (as xml) the "ShapeID" attribute
     */
    public void xsetShapeID(org.apache.xmlbeans.XmlUnsignedInt shapeID) {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedInt target = null;
            target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().find_attribute_user(SHAPEID$2);
            if (target == null) {
                target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().add_attribute_user(SHAPEID$2);
            }
            target.set(shapeID);
        }
    }
    
    /**
     * Gets the "PageID" attribute
     */
    public long getPageID() {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(PAGEID$4);
            if (target == null) {
                return 0L;
            }
            return target.getLongValue();
        }
    }
    
    /**
     * Gets (as xml) the "PageID" attribute
     */
    public org.apache.xmlbeans.XmlUnsignedInt xgetPageID() {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedInt target = null;
            target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().find_attribute_user(PAGEID$4);
            return target;
        }
    }
    
    /**
     * Sets the "PageID" attribute
     */
    public void setPageID(long pageID) {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.SimpleValue target = null;
            target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(PAGEID$4);
            if (target == null) {
                target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(PAGEID$4);
            }
            target.setLongValue(pageID);
        }
    }
    
    /**
     * Sets (as xml) the "PageID" attribute
     */
    public void xsetPageID(org.apache.xmlbeans.XmlUnsignedInt pageID) {
        synchronized (monitor())
        {
            check_orphaned();
            org.apache.xmlbeans.XmlUnsignedInt target = null;
            target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().find_attribute_user(PAGEID$4);
            if (target == null) {
                target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().add_attribute_user(PAGEID$4);
            }
            target.set(pageID);
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy