com.microsoft.schemas.office.office.CTComplex Maven / Gradle / Ivy
/*
* XML Type: CT_Complex
* Namespace: urn:schemas-microsoft-com:office:office
* Java type: com.microsoft.schemas.office.office.CTComplex
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.office.office;
import org.apache.xmlbeans.impl.schema.ElementFactory;
import org.apache.xmlbeans.impl.schema.AbstractDocumentFactory;
import org.apache.xmlbeans.impl.schema.DocumentFactory;
import org.apache.xmlbeans.impl.schema.SimpleTypeFactory;
/**
* An XML CT_Complex(@urn:schemas-microsoft-com:office:office).
*
* This is a complex type.
*/
public interface CTComplex extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctcomplexd4a9type");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* Gets the "ext" attribute
*/
com.microsoft.schemas.vml.STExt.Enum getExt();
/**
* Gets (as xml) the "ext" attribute
*/
com.microsoft.schemas.vml.STExt xgetExt();
/**
* True if has "ext" attribute
*/
boolean isSetExt();
/**
* Sets the "ext" attribute
*/
void setExt(com.microsoft.schemas.vml.STExt.Enum ext);
/**
* Sets (as xml) the "ext" attribute
*/
void xsetExt(com.microsoft.schemas.vml.STExt ext);
/**
* Unsets the "ext" attribute
*/
void unsetExt();
}