com.microsoft.schemas.office.office.impl.STHrAlignImpl 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_HrAlign
* Namespace: urn:schemas-microsoft-com:office:office
* Java type: com.microsoft.schemas.office.office.STHrAlign
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.office.office.impl;
import javax.xml.namespace.QName;
import org.apache.xmlbeans.QNameSet;
/**
* An XML ST_HrAlign(@urn:schemas-microsoft-com:office:office).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.office.office.STHrAlign.
*/
public class STHrAlignImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements com.microsoft.schemas.office.office.STHrAlign {
private static final long serialVersionUID = 1L;
public STHrAlignImpl(org.apache.xmlbeans.SchemaType sType) {
super(sType, false);
}
protected STHrAlignImpl(org.apache.xmlbeans.SchemaType sType, boolean b) {
super(sType, b);
}
}