schemasMicrosoftComOfficeOffice.impl.STOLEDrawAspectImpl 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
/*
* XML Type: ST_OLEDrawAspect
* Namespace: urn:schemas-microsoft-com:office:office
* Java type: schemasMicrosoftComOfficeOffice.STOLEDrawAspect
*
* Automatically generated - do not modify.
*/
package schemasMicrosoftComOfficeOffice.impl;
/**
* An XML ST_OLEDrawAspect(@urn:schemas-microsoft-com:office:office).
*
* This is an atomic type that is a restriction of schemasMicrosoftComOfficeOffice.STOLEDrawAspect.
*/
public class STOLEDrawAspectImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements schemasMicrosoftComOfficeOffice.STOLEDrawAspect
{
public STOLEDrawAspectImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected STOLEDrawAspectImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}