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

org.openxmlformats.schemas.presentationml.x2006.main.CTTLTimeNodeSequence Maven / Gradle / Ivy

There is a newer version: 2024.11.18751.20241128T090041Z-241100
Show newest version
/*
 * XML Type:  CT_TLTimeNodeSequence
 * Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
 * Java type: org.openxmlformats.schemas.presentationml.x2006.main.CTTLTimeNodeSequence
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.presentationml.x2006.main;

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_TLTimeNodeSequence(@http://schemas.openxmlformats.org/presentationml/2006/main).
 *
 * This is a complex type.
 */
public interface CTTLTimeNodeSequence extends org.apache.xmlbeans.XmlObject {
    DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "cttltimenodesequenced31dtype");
    org.apache.xmlbeans.SchemaType type = Factory.getType();


    /**
     * Gets the "cTn" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLCommonTimeNodeData getCTn();

    /**
     * Sets the "cTn" element
     */
    void setCTn(org.openxmlformats.schemas.presentationml.x2006.main.CTTLCommonTimeNodeData cTn);

    /**
     * Appends and returns a new empty "cTn" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLCommonTimeNodeData addNewCTn();

    /**
     * Gets the "prevCondLst" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLTimeConditionList getPrevCondLst();

    /**
     * True if has "prevCondLst" element
     */
    boolean isSetPrevCondLst();

    /**
     * Sets the "prevCondLst" element
     */
    void setPrevCondLst(org.openxmlformats.schemas.presentationml.x2006.main.CTTLTimeConditionList prevCondLst);

    /**
     * Appends and returns a new empty "prevCondLst" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLTimeConditionList addNewPrevCondLst();

    /**
     * Unsets the "prevCondLst" element
     */
    void unsetPrevCondLst();

    /**
     * Gets the "nextCondLst" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLTimeConditionList getNextCondLst();

    /**
     * True if has "nextCondLst" element
     */
    boolean isSetNextCondLst();

    /**
     * Sets the "nextCondLst" element
     */
    void setNextCondLst(org.openxmlformats.schemas.presentationml.x2006.main.CTTLTimeConditionList nextCondLst);

    /**
     * Appends and returns a new empty "nextCondLst" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLTimeConditionList addNewNextCondLst();

    /**
     * Unsets the "nextCondLst" element
     */
    void unsetNextCondLst();

    /**
     * Gets the "concurrent" attribute
     */
    boolean getConcurrent();

    /**
     * Gets (as xml) the "concurrent" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetConcurrent();

    /**
     * True if has "concurrent" attribute
     */
    boolean isSetConcurrent();

    /**
     * Sets the "concurrent" attribute
     */
    void setConcurrent(boolean concurrent);

    /**
     * Sets (as xml) the "concurrent" attribute
     */
    void xsetConcurrent(org.apache.xmlbeans.XmlBoolean concurrent);

    /**
     * Unsets the "concurrent" attribute
     */
    void unsetConcurrent();

    /**
     * Gets the "prevAc" attribute
     */
    org.openxmlformats.schemas.presentationml.x2006.main.STTLPreviousActionType.Enum getPrevAc();

    /**
     * Gets (as xml) the "prevAc" attribute
     */
    org.openxmlformats.schemas.presentationml.x2006.main.STTLPreviousActionType xgetPrevAc();

    /**
     * True if has "prevAc" attribute
     */
    boolean isSetPrevAc();

    /**
     * Sets the "prevAc" attribute
     */
    void setPrevAc(org.openxmlformats.schemas.presentationml.x2006.main.STTLPreviousActionType.Enum prevAc);

    /**
     * Sets (as xml) the "prevAc" attribute
     */
    void xsetPrevAc(org.openxmlformats.schemas.presentationml.x2006.main.STTLPreviousActionType prevAc);

    /**
     * Unsets the "prevAc" attribute
     */
    void unsetPrevAc();

    /**
     * Gets the "nextAc" attribute
     */
    org.openxmlformats.schemas.presentationml.x2006.main.STTLNextActionType.Enum getNextAc();

    /**
     * Gets (as xml) the "nextAc" attribute
     */
    org.openxmlformats.schemas.presentationml.x2006.main.STTLNextActionType xgetNextAc();

    /**
     * True if has "nextAc" attribute
     */
    boolean isSetNextAc();

    /**
     * Sets the "nextAc" attribute
     */
    void setNextAc(org.openxmlformats.schemas.presentationml.x2006.main.STTLNextActionType.Enum nextAc);

    /**
     * Sets (as xml) the "nextAc" attribute
     */
    void xsetNextAc(org.openxmlformats.schemas.presentationml.x2006.main.STTLNextActionType nextAc);

    /**
     * Unsets the "nextAc" attribute
     */
    void unsetNextAc();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy