com.microsoft.schemas.office.powerpoint.impl.CTEmptyImpl 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_Empty
* Namespace: urn:schemas-microsoft-com:office:powerpoint
* Java type: com.microsoft.schemas.office.powerpoint.CTEmpty
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.office.powerpoint.impl;
/**
* An XML CT_Empty(@urn:schemas-microsoft-com:office:powerpoint).
*
* This is a complex type.
*/
public class CTEmptyImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.microsoft.schemas.office.powerpoint.CTEmpty
{
public CTEmptyImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
}