com.microsoft.schemas.office.drawing.x2014.chartex.CTExtension Maven / Gradle / Ivy
/*
* XML Type: CT_Extension
* Namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
* Java type: com.microsoft.schemas.office.drawing.x2014.chartex.CTExtension
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.office.drawing.x2014.chartex;
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_Extension(@http://schemas.microsoft.com/office/drawing/2014/chartex).
*
* This is a complex type.
*/
public interface CTExtension extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctextension4c11type");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* Gets the "uri" attribute
*/
java.lang.String getUri();
/**
* Gets (as xml) the "uri" attribute
*/
org.apache.xmlbeans.XmlToken xgetUri();
/**
* True if has "uri" attribute
*/
boolean isSetUri();
/**
* Sets the "uri" attribute
*/
void setUri(java.lang.String uri);
/**
* Sets (as xml) the "uri" attribute
*/
void xsetUri(org.apache.xmlbeans.XmlToken uri);
/**
* Unsets the "uri" attribute
*/
void unsetUri();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy