com.microsoft.schemas.office.office.impl.STExtrusionRenderImpl Maven / Gradle / Ivy
/*
* XML Type: ST_ExtrusionRender
* Namespace: urn:schemas-microsoft-com:office:office
* Java type: com.microsoft.schemas.office.office.STExtrusionRender
*
* 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_ExtrusionRender(@urn:schemas-microsoft-com:office:office).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.office.office.STExtrusionRender.
*/
public class STExtrusionRenderImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements com.microsoft.schemas.office.office.STExtrusionRender {
private static final long serialVersionUID = 1L;
public STExtrusionRenderImpl(org.apache.xmlbeans.SchemaType sType) {
super(sType, false);
}
protected STExtrusionRenderImpl(org.apache.xmlbeans.SchemaType sType, boolean b) {
super(sType, b);
}
}