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

org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx 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

There is a newer version: 1.4
Show newest version
/*
 * XML Type:  CT_SerAx
 * Namespace: http://schemas.openxmlformats.org/drawingml/2006/chart
 * Java type: org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.drawingml.x2006.chart;


/**
 * An XML CT_SerAx(@http://schemas.openxmlformats.org/drawingml/2006/chart).
 *
 * This is a complex type.
 */
public interface CTSerAx extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTSerAx.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sF1327CCA741569E70F9CA8C9AF9B44B2").resolveHandle("ctserax2c0ftype");
    
    /**
     * Gets the "axId" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTUnsignedInt getAxId();
    
    /**
     * Sets the "axId" element
     */
    void setAxId(org.openxmlformats.schemas.drawingml.x2006.chart.CTUnsignedInt axId);
    
    /**
     * Appends and returns a new empty "axId" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTUnsignedInt addNewAxId();
    
    /**
     * Gets the "scaling" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTScaling getScaling();
    
    /**
     * Sets the "scaling" element
     */
    void setScaling(org.openxmlformats.schemas.drawingml.x2006.chart.CTScaling scaling);
    
    /**
     * Appends and returns a new empty "scaling" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTScaling addNewScaling();
    
    /**
     * Gets the "delete" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTBoolean getDelete();
    
    /**
     * True if has "delete" element
     */
    boolean isSetDelete();
    
    /**
     * Sets the "delete" element
     */
    void setDelete(org.openxmlformats.schemas.drawingml.x2006.chart.CTBoolean delete);
    
    /**
     * Appends and returns a new empty "delete" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTBoolean addNewDelete();
    
    /**
     * Unsets the "delete" element
     */
    void unsetDelete();
    
    /**
     * Gets the "axPos" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPos getAxPos();
    
    /**
     * Sets the "axPos" element
     */
    void setAxPos(org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPos axPos);
    
    /**
     * Appends and returns a new empty "axPos" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPos addNewAxPos();
    
    /**
     * Gets the "majorGridlines" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLines getMajorGridlines();
    
    /**
     * True if has "majorGridlines" element
     */
    boolean isSetMajorGridlines();
    
    /**
     * Sets the "majorGridlines" element
     */
    void setMajorGridlines(org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLines majorGridlines);
    
    /**
     * Appends and returns a new empty "majorGridlines" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLines addNewMajorGridlines();
    
    /**
     * Unsets the "majorGridlines" element
     */
    void unsetMajorGridlines();
    
    /**
     * Gets the "minorGridlines" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLines getMinorGridlines();
    
    /**
     * True if has "minorGridlines" element
     */
    boolean isSetMinorGridlines();
    
    /**
     * Sets the "minorGridlines" element
     */
    void setMinorGridlines(org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLines minorGridlines);
    
    /**
     * Appends and returns a new empty "minorGridlines" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLines addNewMinorGridlines();
    
    /**
     * Unsets the "minorGridlines" element
     */
    void unsetMinorGridlines();
    
    /**
     * Gets the "title" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTTitle getTitle();
    
    /**
     * True if has "title" element
     */
    boolean isSetTitle();
    
    /**
     * Sets the "title" element
     */
    void setTitle(org.openxmlformats.schemas.drawingml.x2006.chart.CTTitle title);
    
    /**
     * Appends and returns a new empty "title" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTTitle addNewTitle();
    
    /**
     * Unsets the "title" element
     */
    void unsetTitle();
    
    /**
     * Gets the "numFmt" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmt getNumFmt();
    
    /**
     * True if has "numFmt" element
     */
    boolean isSetNumFmt();
    
    /**
     * Sets the "numFmt" element
     */
    void setNumFmt(org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmt numFmt);
    
    /**
     * Appends and returns a new empty "numFmt" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmt addNewNumFmt();
    
    /**
     * Unsets the "numFmt" element
     */
    void unsetNumFmt();
    
    /**
     * Gets the "majorTickMark" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark getMajorTickMark();
    
    /**
     * True if has "majorTickMark" element
     */
    boolean isSetMajorTickMark();
    
    /**
     * Sets the "majorTickMark" element
     */
    void setMajorTickMark(org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark majorTickMark);
    
    /**
     * Appends and returns a new empty "majorTickMark" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark addNewMajorTickMark();
    
    /**
     * Unsets the "majorTickMark" element
     */
    void unsetMajorTickMark();
    
    /**
     * Gets the "minorTickMark" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark getMinorTickMark();
    
    /**
     * True if has "minorTickMark" element
     */
    boolean isSetMinorTickMark();
    
    /**
     * Sets the "minorTickMark" element
     */
    void setMinorTickMark(org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark minorTickMark);
    
    /**
     * Appends and returns a new empty "minorTickMark" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark addNewMinorTickMark();
    
    /**
     * Unsets the "minorTickMark" element
     */
    void unsetMinorTickMark();
    
    /**
     * Gets the "tickLblPos" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTTickLblPos getTickLblPos();
    
    /**
     * True if has "tickLblPos" element
     */
    boolean isSetTickLblPos();
    
    /**
     * Sets the "tickLblPos" element
     */
    void setTickLblPos(org.openxmlformats.schemas.drawingml.x2006.chart.CTTickLblPos tickLblPos);
    
    /**
     * Appends and returns a new empty "tickLblPos" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTTickLblPos addNewTickLblPos();
    
    /**
     * Unsets the "tickLblPos" element
     */
    void unsetTickLblPos();
    
    /**
     * Gets the "spPr" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties getSpPr();
    
    /**
     * True if has "spPr" element
     */
    boolean isSetSpPr();
    
    /**
     * Sets the "spPr" element
     */
    void setSpPr(org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties spPr);
    
    /**
     * Appends and returns a new empty "spPr" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties addNewSpPr();
    
    /**
     * Unsets the "spPr" element
     */
    void unsetSpPr();
    
    /**
     * Gets the "txPr" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextBody getTxPr();
    
    /**
     * True if has "txPr" element
     */
    boolean isSetTxPr();
    
    /**
     * Sets the "txPr" element
     */
    void setTxPr(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBody txPr);
    
    /**
     * Appends and returns a new empty "txPr" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextBody addNewTxPr();
    
    /**
     * Unsets the "txPr" element
     */
    void unsetTxPr();
    
    /**
     * Gets the "crossAx" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTUnsignedInt getCrossAx();
    
    /**
     * Sets the "crossAx" element
     */
    void setCrossAx(org.openxmlformats.schemas.drawingml.x2006.chart.CTUnsignedInt crossAx);
    
    /**
     * Appends and returns a new empty "crossAx" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTUnsignedInt addNewCrossAx();
    
    /**
     * Gets the "crosses" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTCrosses getCrosses();
    
    /**
     * True if has "crosses" element
     */
    boolean isSetCrosses();
    
    /**
     * Sets the "crosses" element
     */
    void setCrosses(org.openxmlformats.schemas.drawingml.x2006.chart.CTCrosses crosses);
    
    /**
     * Appends and returns a new empty "crosses" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTCrosses addNewCrosses();
    
    /**
     * Unsets the "crosses" element
     */
    void unsetCrosses();
    
    /**
     * Gets the "crossesAt" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTDouble getCrossesAt();
    
    /**
     * True if has "crossesAt" element
     */
    boolean isSetCrossesAt();
    
    /**
     * Sets the "crossesAt" element
     */
    void setCrossesAt(org.openxmlformats.schemas.drawingml.x2006.chart.CTDouble crossesAt);
    
    /**
     * Appends and returns a new empty "crossesAt" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTDouble addNewCrossesAt();
    
    /**
     * Unsets the "crossesAt" element
     */
    void unsetCrossesAt();
    
    /**
     * Gets the "tickLblSkip" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTSkip getTickLblSkip();
    
    /**
     * True if has "tickLblSkip" element
     */
    boolean isSetTickLblSkip();
    
    /**
     * Sets the "tickLblSkip" element
     */
    void setTickLblSkip(org.openxmlformats.schemas.drawingml.x2006.chart.CTSkip tickLblSkip);
    
    /**
     * Appends and returns a new empty "tickLblSkip" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTSkip addNewTickLblSkip();
    
    /**
     * Unsets the "tickLblSkip" element
     */
    void unsetTickLblSkip();
    
    /**
     * Gets the "tickMarkSkip" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTSkip getTickMarkSkip();
    
    /**
     * True if has "tickMarkSkip" element
     */
    boolean isSetTickMarkSkip();
    
    /**
     * Sets the "tickMarkSkip" element
     */
    void setTickMarkSkip(org.openxmlformats.schemas.drawingml.x2006.chart.CTSkip tickMarkSkip);
    
    /**
     * Appends and returns a new empty "tickMarkSkip" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTSkip addNewTickMarkSkip();
    
    /**
     * Unsets the "tickMarkSkip" element
     */
    void unsetTickMarkSkip();
    
    /**
     * Gets the "extLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTExtensionList getExtLst();
    
    /**
     * True if has "extLst" element
     */
    boolean isSetExtLst();
    
    /**
     * Sets the "extLst" element
     */
    void setExtLst(org.openxmlformats.schemas.drawingml.x2006.chart.CTExtensionList extLst);
    
    /**
     * Appends and returns a new empty "extLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTExtensionList addNewExtLst();
    
    /**
     * Unsets the "extLst" element
     */
    void unsetExtLst();
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx newInstance() {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx) org.apache.poi.POIXMLTypeLoader.newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx) org.apache.poi.POIXMLTypeLoader.newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx) org.apache.poi.POIXMLTypeLoader.parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx) org.apache.poi.POIXMLTypeLoader.parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx) org.apache.poi.POIXMLTypeLoader.parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx) org.apache.poi.POIXMLTypeLoader.parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx) org.apache.poi.POIXMLTypeLoader.parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx) org.apache.poi.POIXMLTypeLoader.parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx) org.apache.poi.POIXMLTypeLoader.parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx) org.apache.poi.POIXMLTypeLoader.parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx) org.apache.poi.POIXMLTypeLoader.parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx) org.apache.poi.POIXMLTypeLoader.parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx) org.apache.poi.POIXMLTypeLoader.parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx) org.apache.poi.POIXMLTypeLoader.parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx) org.apache.poi.POIXMLTypeLoader.parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx) org.apache.poi.POIXMLTypeLoader.parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx) org.apache.poi.POIXMLTypeLoader.parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.openxmlformats.schemas.drawingml.x2006.chart.CTSerAx 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.drawingml.x2006.chart.CTSerAx) org.apache.poi.POIXMLTypeLoader.parse( xis, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        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 org.apache.poi.POIXMLTypeLoader.newValidatingXMLInputStream( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        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 org.apache.poi.POIXMLTypeLoader.newValidatingXMLInputStream( xis, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy