schemasMicrosoftComOfficeWord.impl.CTAnchorLockImpl Maven / Gradle / Ivy
Go to download
XmlBeans generated from the Ecma supplied xsds:
http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%20Part%204%20(DOCX).zip
/*
* XML Type: CT_AnchorLock
* Namespace: urn:schemas-microsoft-com:office:word
* Java type: schemasMicrosoftComOfficeWord.CTAnchorLock
*
* Automatically generated - do not modify.
*/
package schemasMicrosoftComOfficeWord.impl;
/**
* An XML CT_AnchorLock(@urn:schemas-microsoft-com:office:word).
*
* This is a complex type.
*/
public class CTAnchorLockImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements schemasMicrosoftComOfficeWord.CTAnchorLock
{
public CTAnchorLockImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
}