schemasMicrosoftComOfficeOffice.impl.STAngleImpl Maven / Gradle / Ivy
The newest version!
/*
* XML Type: ST_Angle
* Namespace: urn:schemas-microsoft-com:office:office
* Java type: schemasMicrosoftComOfficeOffice.STAngle
*
* Automatically generated - do not modify.
*/
package schemasMicrosoftComOfficeOffice.impl;
/**
* An XML ST_Angle(@urn:schemas-microsoft-com:office:office).
*
* This is an atomic type that is a restriction of schemasMicrosoftComOfficeOffice.STAngle.
*/
public class STAngleImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements schemasMicrosoftComOfficeOffice.STAngle
{
public STAngleImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected STAngleImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}