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