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