com.microsoft.schemas.office.word.impl.STWrapSideImpl Maven / Gradle / Ivy
Go to download
XmlBeans generated from the Ecma supplied xsds (since POI 5.0.0, the 5th edition is used):
https://www.ecma-international.org/publications/standards/Ecma-376.htm
/*
* XML Type: ST_WrapSide
* Namespace: urn:schemas-microsoft-com:office:word
* Java type: com.microsoft.schemas.office.word.STWrapSide
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.office.word.impl;
import javax.xml.namespace.QName;
import org.apache.xmlbeans.QNameSet;
/**
* An XML ST_WrapSide(@urn:schemas-microsoft-com:office:word).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.office.word.STWrapSide.
*/
public class STWrapSideImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements com.microsoft.schemas.office.word.STWrapSide {
private static final long serialVersionUID = 1L;
public STWrapSideImpl(org.apache.xmlbeans.SchemaType sType) {
super(sType, false);
}
protected STWrapSideImpl(org.apache.xmlbeans.SchemaType sType, boolean b) {
super(sType, b);
}
}