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

com.microsoft.schemas.office.visio.x2012.main.TextType Maven / Gradle / Ivy

/*
 * XML Type:  Text_Type
 * Namespace: http://schemas.microsoft.com/office/visio/2012/main
 * Java type: com.microsoft.schemas.office.visio.x2012.main.TextType
 *
 * Automatically generated - do not modify.
 */
package com.microsoft.schemas.office.visio.x2012.main;


/**
 * An XML Text_Type(@http://schemas.microsoft.com/office/visio/2012/main).
 *
 * This is a complex type.
 */
public interface TextType extends org.apache.xmlbeans.XmlObject
{
    org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        Factory.getTypeLoader().resolveHandle("texttyped2ectype");
    
    /**
     * Gets a List of "cp" elements
     */
    java.util.List getCpList();
    
    /**
     * Gets array of all "cp" elements
     */
    com.microsoft.schemas.office.visio.x2012.main.CpType[] getCpArray();
    
    /**
     * Gets ith "cp" element
     */
    com.microsoft.schemas.office.visio.x2012.main.CpType getCpArray(int i);
    
    /**
     * Returns number of "cp" element
     */
    int sizeOfCpArray();
    
    /**
     * Sets array of all "cp" element
     */
    void setCpArray(com.microsoft.schemas.office.visio.x2012.main.CpType[] cpArray);
    
    /**
     * Sets ith "cp" element
     */
    void setCpArray(int i, com.microsoft.schemas.office.visio.x2012.main.CpType cp);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "cp" element
     */
    com.microsoft.schemas.office.visio.x2012.main.CpType insertNewCp(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "cp" element
     */
    com.microsoft.schemas.office.visio.x2012.main.CpType addNewCp();
    
    /**
     * Removes the ith "cp" element
     */
    void removeCp(int i);
    
    /**
     * Gets a List of "pp" elements
     */
    java.util.List getPpList();
    
    /**
     * Gets array of all "pp" elements
     */
    com.microsoft.schemas.office.visio.x2012.main.PpType[] getPpArray();
    
    /**
     * Gets ith "pp" element
     */
    com.microsoft.schemas.office.visio.x2012.main.PpType getPpArray(int i);
    
    /**
     * Returns number of "pp" element
     */
    int sizeOfPpArray();
    
    /**
     * Sets array of all "pp" element
     */
    void setPpArray(com.microsoft.schemas.office.visio.x2012.main.PpType[] ppArray);
    
    /**
     * Sets ith "pp" element
     */
    void setPpArray(int i, com.microsoft.schemas.office.visio.x2012.main.PpType pp);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "pp" element
     */
    com.microsoft.schemas.office.visio.x2012.main.PpType insertNewPp(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "pp" element
     */
    com.microsoft.schemas.office.visio.x2012.main.PpType addNewPp();
    
    /**
     * Removes the ith "pp" element
     */
    void removePp(int i);
    
    /**
     * Gets a List of "tp" elements
     */
    java.util.List getTpList();
    
    /**
     * Gets array of all "tp" elements
     */
    com.microsoft.schemas.office.visio.x2012.main.TpType[] getTpArray();
    
    /**
     * Gets ith "tp" element
     */
    com.microsoft.schemas.office.visio.x2012.main.TpType getTpArray(int i);
    
    /**
     * Returns number of "tp" element
     */
    int sizeOfTpArray();
    
    /**
     * Sets array of all "tp" element
     */
    void setTpArray(com.microsoft.schemas.office.visio.x2012.main.TpType[] tpArray);
    
    /**
     * Sets ith "tp" element
     */
    void setTpArray(int i, com.microsoft.schemas.office.visio.x2012.main.TpType tp);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "tp" element
     */
    com.microsoft.schemas.office.visio.x2012.main.TpType insertNewTp(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "tp" element
     */
    com.microsoft.schemas.office.visio.x2012.main.TpType addNewTp();
    
    /**
     * Removes the ith "tp" element
     */
    void removeTp(int i);
    
    /**
     * Gets a List of "fld" elements
     */
    java.util.List getFldList();
    
    /**
     * Gets array of all "fld" elements
     */
    com.microsoft.schemas.office.visio.x2012.main.FldType[] getFldArray();
    
    /**
     * Gets ith "fld" element
     */
    com.microsoft.schemas.office.visio.x2012.main.FldType getFldArray(int i);
    
    /**
     * Returns number of "fld" element
     */
    int sizeOfFldArray();
    
    /**
     * Sets array of all "fld" element
     */
    void setFldArray(com.microsoft.schemas.office.visio.x2012.main.FldType[] fldArray);
    
    /**
     * Sets ith "fld" element
     */
    void setFldArray(int i, com.microsoft.schemas.office.visio.x2012.main.FldType fld);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "fld" element
     */
    com.microsoft.schemas.office.visio.x2012.main.FldType insertNewFld(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "fld" element
     */
    com.microsoft.schemas.office.visio.x2012.main.FldType addNewFld();
    
    /**
     * Removes the ith "fld" element
     */
    void removeFld(int i);
    
    /**
     * 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 com.microsoft.schemas.office.visio.x2012.main.TextType newInstance() {
          return (com.microsoft.schemas.office.visio.x2012.main.TextType) getTypeLoader().newInstance( type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.TextType newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (com.microsoft.schemas.office.visio.x2012.main.TextType) getTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static com.microsoft.schemas.office.visio.x2012.main.TextType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.visio.x2012.main.TextType) getTypeLoader().parse( xmlAsString, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.TextType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.visio.x2012.main.TextType) getTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static com.microsoft.schemas.office.visio.x2012.main.TextType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.visio.x2012.main.TextType) getTypeLoader().parse( file, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.TextType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.visio.x2012.main.TextType) getTypeLoader().parse( file, type, options ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.TextType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.visio.x2012.main.TextType) getTypeLoader().parse( u, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.TextType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.visio.x2012.main.TextType) getTypeLoader().parse( u, type, options ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.TextType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.visio.x2012.main.TextType) getTypeLoader().parse( is, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.TextType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.visio.x2012.main.TextType) getTypeLoader().parse( is, type, options ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.TextType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.visio.x2012.main.TextType) getTypeLoader().parse( r, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.TextType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.visio.x2012.main.TextType) getTypeLoader().parse( r, type, options ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.TextType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.visio.x2012.main.TextType) getTypeLoader().parse( sr, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.TextType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.visio.x2012.main.TextType) getTypeLoader().parse( sr, type, options ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.TextType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.visio.x2012.main.TextType) getTypeLoader().parse( node, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.TextType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.visio.x2012.main.TextType) getTypeLoader().parse( node, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy