com.microsoft.schemas.office.office.impl.STDiagramLayoutImpl Maven / Gradle / Ivy
/*
* XML Type: ST_DiagramLayout
* Namespace: urn:schemas-microsoft-com:office:office
* Java type: com.microsoft.schemas.office.office.STDiagramLayout
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.office.office.impl;
import javax.xml.namespace.QName;
import org.apache.xmlbeans.QNameSet;
import org.apache.xmlbeans.XmlObject;
/**
* An XML ST_DiagramLayout(@urn:schemas-microsoft-com:office:office).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.office.office.STDiagramLayout.
*/
public class STDiagramLayoutImpl extends org.apache.xmlbeans.impl.values.JavaIntegerHolderEx implements com.microsoft.schemas.office.office.STDiagramLayout {
private static final long serialVersionUID = 1L;
public STDiagramLayoutImpl(org.apache.xmlbeans.SchemaType sType) {
super(sType, false);
}
protected STDiagramLayoutImpl(org.apache.xmlbeans.SchemaType sType, boolean b) {
super(sType, b);
}
}