com.microsoft.schemas.office.drawing.x2012.chart.CTFullRef Maven / Gradle / Ivy
/*
* XML Type: CT_FullRef
* Namespace: http://schemas.microsoft.com/office/drawing/2012/chart
* Java type: com.microsoft.schemas.office.drawing.x2012.chart.CTFullRef
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.office.drawing.x2012.chart;
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_FullRef(@http://schemas.microsoft.com/office/drawing/2012/chart).
*
* This is a complex type.
*/
public interface CTFullRef extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctfullrefc0b7type");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* Gets the "sqref" element
*/
java.lang.String getSqref();
/**
* Gets (as xml) the "sqref" element
*/
org.apache.xmlbeans.XmlString xgetSqref();
/**
* Sets the "sqref" element
*/
void setSqref(java.lang.String sqref);
/**
* Sets (as xml) the "sqref" element
*/
void xsetSqref(org.apache.xmlbeans.XmlString sqref);
}