org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apache-poi-ooxml Show documentation
Show all versions of apache-poi-ooxml Show documentation
The Apache Commons Codec package contains simple encoder and decoders for
various formats such as Base64 and Hexadecimal. In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.
/*
* XML Type: CT_PCDKPI
* Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
* Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI
*
* Automatically generated - do not modify.
*/
package org.openxmlformats.schemas.spreadsheetml.x2006.main;
/**
* An XML CT_PCDKPI(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
*
* This is a complex type.
*/
public interface CTPCDKPI extends org.apache.xmlbeans.XmlObject
{
org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
Factory.getTypeLoader().resolveHandle("ctpcdkpi3f5ctype");
/**
* Gets the "uniqueName" attribute
*/
java.lang.String getUniqueName();
/**
* Gets (as xml) the "uniqueName" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetUniqueName();
/**
* Sets the "uniqueName" attribute
*/
void setUniqueName(java.lang.String uniqueName);
/**
* Sets (as xml) the "uniqueName" attribute
*/
void xsetUniqueName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring uniqueName);
/**
* Gets the "caption" attribute
*/
java.lang.String getCaption();
/**
* Gets (as xml) the "caption" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetCaption();
/**
* True if has "caption" attribute
*/
boolean isSetCaption();
/**
* Sets the "caption" attribute
*/
void setCaption(java.lang.String caption);
/**
* Sets (as xml) the "caption" attribute
*/
void xsetCaption(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring caption);
/**
* Unsets the "caption" attribute
*/
void unsetCaption();
/**
* Gets the "displayFolder" attribute
*/
java.lang.String getDisplayFolder();
/**
* Gets (as xml) the "displayFolder" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetDisplayFolder();
/**
* True if has "displayFolder" attribute
*/
boolean isSetDisplayFolder();
/**
* Sets the "displayFolder" attribute
*/
void setDisplayFolder(java.lang.String displayFolder);
/**
* Sets (as xml) the "displayFolder" attribute
*/
void xsetDisplayFolder(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring displayFolder);
/**
* Unsets the "displayFolder" attribute
*/
void unsetDisplayFolder();
/**
* Gets the "measureGroup" attribute
*/
java.lang.String getMeasureGroup();
/**
* Gets (as xml) the "measureGroup" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetMeasureGroup();
/**
* True if has "measureGroup" attribute
*/
boolean isSetMeasureGroup();
/**
* Sets the "measureGroup" attribute
*/
void setMeasureGroup(java.lang.String measureGroup);
/**
* Sets (as xml) the "measureGroup" attribute
*/
void xsetMeasureGroup(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring measureGroup);
/**
* Unsets the "measureGroup" attribute
*/
void unsetMeasureGroup();
/**
* Gets the "parent" attribute
*/
java.lang.String getParent();
/**
* Gets (as xml) the "parent" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetParent();
/**
* True if has "parent" attribute
*/
boolean isSetParent();
/**
* Sets the "parent" attribute
*/
void setParent(java.lang.String parent);
/**
* Sets (as xml) the "parent" attribute
*/
void xsetParent(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring parent);
/**
* Unsets the "parent" attribute
*/
void unsetParent();
/**
* Gets the "value" attribute
*/
java.lang.String getValue();
/**
* Gets (as xml) the "value" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetValue();
/**
* Sets the "value" attribute
*/
void setValue(java.lang.String value);
/**
* Sets (as xml) the "value" attribute
*/
void xsetValue(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring value);
/**
* Gets the "goal" attribute
*/
java.lang.String getGoal();
/**
* Gets (as xml) the "goal" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetGoal();
/**
* True if has "goal" attribute
*/
boolean isSetGoal();
/**
* Sets the "goal" attribute
*/
void setGoal(java.lang.String goal);
/**
* Sets (as xml) the "goal" attribute
*/
void xsetGoal(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring goal);
/**
* Unsets the "goal" attribute
*/
void unsetGoal();
/**
* Gets the "status" attribute
*/
java.lang.String getStatus();
/**
* Gets (as xml) the "status" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetStatus();
/**
* True if has "status" attribute
*/
boolean isSetStatus();
/**
* Sets the "status" attribute
*/
void setStatus(java.lang.String status);
/**
* Sets (as xml) the "status" attribute
*/
void xsetStatus(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring status);
/**
* Unsets the "status" attribute
*/
void unsetStatus();
/**
* Gets the "trend" attribute
*/
java.lang.String getTrend();
/**
* Gets (as xml) the "trend" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetTrend();
/**
* True if has "trend" attribute
*/
boolean isSetTrend();
/**
* Sets the "trend" attribute
*/
void setTrend(java.lang.String trend);
/**
* Sets (as xml) the "trend" attribute
*/
void xsetTrend(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring trend);
/**
* Unsets the "trend" attribute
*/
void unsetTrend();
/**
* Gets the "weight" attribute
*/
java.lang.String getWeight();
/**
* Gets (as xml) the "weight" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetWeight();
/**
* True if has "weight" attribute
*/
boolean isSetWeight();
/**
* Sets the "weight" attribute
*/
void setWeight(java.lang.String weight);
/**
* Sets (as xml) the "weight" attribute
*/
void xsetWeight(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring weight);
/**
* Unsets the "weight" attribute
*/
void unsetWeight();
/**
* Gets the "time" attribute
*/
java.lang.String getTime();
/**
* Gets (as xml) the "time" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetTime();
/**
* True if has "time" attribute
*/
boolean isSetTime();
/**
* Sets the "time" attribute
*/
void setTime(java.lang.String time);
/**
* Sets (as xml) the "time" attribute
*/
void xsetTime(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring time);
/**
* Unsets the "time" attribute
*/
void unsetTime();
/**
* A factory class with static methods for creating instances
* of this type.
*/
final class Factory
{
private static synchronized org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder getTypeLoader() {
return org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem;
}
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI newInstance() {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI) getTypeLoader().newInstance( type, null ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI newInstance(org.apache.xmlbeans.XmlOptions options) {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI) getTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI) getTypeLoader().parse( xmlAsString, type, null ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI) getTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI) getTypeLoader().parse( file, type, null ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI) getTypeLoader().parse( file, type, options ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI) getTypeLoader().parse( u, type, null ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI) getTypeLoader().parse( u, type, options ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI) getTypeLoader().parse( is, type, null ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI) getTypeLoader().parse( is, type, options ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI) getTypeLoader().parse( r, type, null ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI) getTypeLoader().parse( r, type, options ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI) getTypeLoader().parse( sr, type, null ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI) getTypeLoader().parse( sr, type, options ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI) getTypeLoader().parse( node, type, null ); }
public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI) getTypeLoader().parse( node, type, options ); }
private Factory() { } // No instance of this class allowed
}
}