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

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

/*
 * XML Type:  AttachedToolbars_Type
 * Namespace: http://schemas.microsoft.com/office/visio/2012/main
 * Java type: com.microsoft.schemas.office.visio.x2012.main.AttachedToolbarsType
 *
 * Automatically generated - do not modify.
 */
package com.microsoft.schemas.office.visio.x2012.main.impl;

import javax.xml.namespace.QName;
import org.apache.xmlbeans.QNameSet;
import org.apache.xmlbeans.XmlObject;

/**
 * An XML AttachedToolbars_Type(@http://schemas.microsoft.com/office/visio/2012/main).
 *
 * This is an atomic type that is a restriction of com.microsoft.schemas.office.visio.x2012.main.AttachedToolbarsType.
 */
public class AttachedToolbarsTypeImpl extends org.apache.xmlbeans.impl.values.JavaBase64HolderEx implements com.microsoft.schemas.office.visio.x2012.main.AttachedToolbarsType {
    private static final long serialVersionUID = 1L;

    public AttachedToolbarsTypeImpl(org.apache.xmlbeans.SchemaType sType) {
        super(sType, true);
    }

    protected AttachedToolbarsTypeImpl(org.apache.xmlbeans.SchemaType sType, boolean b) {
        super(sType, b);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy