All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI Maven / Gradle / Ivy

Go to download

XmlBeans generated from the Ecma supplied xsds: http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%20Part%204%20(DOCX).zip

The newest version!
/*
 * 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
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTPCDKPI.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD023D6490046BA0250A839A9AD24C443").resolveHandle("ctpcdkpi3f5ctype");
    
    /**
     * Gets the "uniqueName" attribute
     */
    java.lang.String getUniqueName();
    
    /**
     * Gets (as xml) the "uniqueName" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STXstring xgetUniqueName();
    
    /**
     * Sets the "uniqueName" attribute
     */
    void setUniqueName(java.lang.String uniqueName);
    
    /**
     * Sets (as xml) the "uniqueName" attribute
     */
    void xsetUniqueName(org.openxmlformats.schemas.spreadsheetml.x2006.main.STXstring uniqueName);
    
    /**
     * Gets the "caption" attribute
     */
    java.lang.String getCaption();
    
    /**
     * Gets (as xml) the "caption" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.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.spreadsheetml.x2006.main.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.spreadsheetml.x2006.main.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.spreadsheetml.x2006.main.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.spreadsheetml.x2006.main.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.spreadsheetml.x2006.main.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.spreadsheetml.x2006.main.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.spreadsheetml.x2006.main.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.spreadsheetml.x2006.main.STXstring xgetValue();
    
    /**
     * Sets the "value" attribute
     */
    void setValue(java.lang.String value);
    
    /**
     * Sets (as xml) the "value" attribute
     */
    void xsetValue(org.openxmlformats.schemas.spreadsheetml.x2006.main.STXstring value);
    
    /**
     * Gets the "goal" attribute
     */
    java.lang.String getGoal();
    
    /**
     * Gets (as xml) the "goal" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.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.spreadsheetml.x2006.main.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.spreadsheetml.x2006.main.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.spreadsheetml.x2006.main.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.spreadsheetml.x2006.main.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.spreadsheetml.x2006.main.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.spreadsheetml.x2006.main.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.spreadsheetml.x2006.main.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.spreadsheetml.x2006.main.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.spreadsheetml.x2006.main.STXstring time);
    
    /**
     * Unsets the "time" attribute
     */
    void unsetTime();
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {

        private static java.lang.ref.SoftReference typeLoader;

        private static synchronized org.apache.xmlbeans.SchemaTypeLoader getTypeLoader() {
            org.apache.xmlbeans.SchemaTypeLoader stl = (typeLoader == null) ? null : typeLoader.get();
            if (stl == null) {
                stl = org.apache.xmlbeans.XmlBeans.typeLoaderForClassLoader(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI.class.getClassLoader());
                typeLoader = new java.lang.ref.SoftReference(stl);
            }
            return stl;
        }

        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 ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI) getTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPI) getTypeLoader().parse( xis, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return getTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return getTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy