com.microsoft.schemas.vml.impl.STStrokeArrowLengthImpl Maven / Gradle / Ivy
/*
* XML Type: ST_StrokeArrowLength
* Namespace: urn:schemas-microsoft-com:vml
* Java type: com.microsoft.schemas.vml.STStrokeArrowLength
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.vml.impl;
import javax.xml.namespace.QName;
import org.apache.xmlbeans.QNameSet;
import org.apache.xmlbeans.XmlObject;
/**
* An XML ST_StrokeArrowLength(@urn:schemas-microsoft-com:vml).
*
* This is an atomic type that is a restriction of com.microsoft.schemas.vml.STStrokeArrowLength.
*/
public class STStrokeArrowLengthImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements com.microsoft.schemas.vml.STStrokeArrowLength {
private static final long serialVersionUID = 1L;
public STStrokeArrowLengthImpl(org.apache.xmlbeans.SchemaType sType) {
super(sType, false);
}
protected STStrokeArrowLengthImpl(org.apache.xmlbeans.SchemaType sType, boolean b) {
super(sType, b);
}
}