com.microsoft.schemas.office.powerpoint.impl.CTEmptyImpl Maven / Gradle / Ivy
/*
* 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;
import javax.xml.namespace.QName;
import org.apache.xmlbeans.QNameSet;
import org.apache.xmlbeans.XmlObject;
/**
* 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 {
private static final long serialVersionUID = 1L;
public CTEmptyImpl(org.apache.xmlbeans.SchemaType sType) {
super(sType);
}
}