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