/* * XML Type: CT_Empty * Namespace: http://schemas.openxmlformats.org/presentationml/2006/main * Java type: org.openxmlformats.schemas.presentationml.x2006.main.CTEmpty * * Automatically generated - do not modify. */ package org.openxmlformats.schemas.presentationml.x2006.main.impl; /** * An XML CT_Empty(@http://schemas.openxmlformats.org/presentationml/2006/main). * * This is a complex type. */ public class CTEmptyImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.openxmlformats.schemas.presentationml.x2006.main.CTEmpty { public CTEmptyImpl(org.apache.xmlbeans.SchemaType sType) { super(sType); } }