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

com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType 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:  VisioDocument_Type
 * Namespace: http://schemas.microsoft.com/office/visio/2012/main
 * Java type: com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType
 *
 * Automatically generated - do not modify.
 */
package com.microsoft.schemas.office.visio.x2012.main;


/**
 * An XML VisioDocument_Type(@http://schemas.microsoft.com/office/visio/2012/main).
 *
 * This is a complex type.
 */
public interface VisioDocumentType extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(VisioDocumentType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD023D6490046BA0250A839A9AD24C443").resolveHandle("visiodocumenttypebfcatype");
    
    /**
     * Gets the "DocumentSettings" element
     */
    com.microsoft.schemas.office.visio.x2012.main.DocumentSettingsType getDocumentSettings();
    
    /**
     * True if has "DocumentSettings" element
     */
    boolean isSetDocumentSettings();
    
    /**
     * Sets the "DocumentSettings" element
     */
    void setDocumentSettings(com.microsoft.schemas.office.visio.x2012.main.DocumentSettingsType documentSettings);
    
    /**
     * Appends and returns a new empty "DocumentSettings" element
     */
    com.microsoft.schemas.office.visio.x2012.main.DocumentSettingsType addNewDocumentSettings();
    
    /**
     * Unsets the "DocumentSettings" element
     */
    void unsetDocumentSettings();
    
    /**
     * Gets the "Colors" element
     */
    com.microsoft.schemas.office.visio.x2012.main.ColorsType getColors();
    
    /**
     * True if has "Colors" element
     */
    boolean isSetColors();
    
    /**
     * Sets the "Colors" element
     */
    void setColors(com.microsoft.schemas.office.visio.x2012.main.ColorsType colors);
    
    /**
     * Appends and returns a new empty "Colors" element
     */
    com.microsoft.schemas.office.visio.x2012.main.ColorsType addNewColors();
    
    /**
     * Unsets the "Colors" element
     */
    void unsetColors();
    
    /**
     * Gets the "FaceNames" element
     */
    com.microsoft.schemas.office.visio.x2012.main.FaceNamesType getFaceNames();
    
    /**
     * True if has "FaceNames" element
     */
    boolean isSetFaceNames();
    
    /**
     * Sets the "FaceNames" element
     */
    void setFaceNames(com.microsoft.schemas.office.visio.x2012.main.FaceNamesType faceNames);
    
    /**
     * Appends and returns a new empty "FaceNames" element
     */
    com.microsoft.schemas.office.visio.x2012.main.FaceNamesType addNewFaceNames();
    
    /**
     * Unsets the "FaceNames" element
     */
    void unsetFaceNames();
    
    /**
     * Gets the "StyleSheets" element
     */
    com.microsoft.schemas.office.visio.x2012.main.StyleSheetsType getStyleSheets();
    
    /**
     * True if has "StyleSheets" element
     */
    boolean isSetStyleSheets();
    
    /**
     * Sets the "StyleSheets" element
     */
    void setStyleSheets(com.microsoft.schemas.office.visio.x2012.main.StyleSheetsType styleSheets);
    
    /**
     * Appends and returns a new empty "StyleSheets" element
     */
    com.microsoft.schemas.office.visio.x2012.main.StyleSheetsType addNewStyleSheets();
    
    /**
     * Unsets the "StyleSheets" element
     */
    void unsetStyleSheets();
    
    /**
     * Gets the "DocumentSheet" element
     */
    com.microsoft.schemas.office.visio.x2012.main.DocumentSheetType getDocumentSheet();
    
    /**
     * True if has "DocumentSheet" element
     */
    boolean isSetDocumentSheet();
    
    /**
     * Sets the "DocumentSheet" element
     */
    void setDocumentSheet(com.microsoft.schemas.office.visio.x2012.main.DocumentSheetType documentSheet);
    
    /**
     * Appends and returns a new empty "DocumentSheet" element
     */
    com.microsoft.schemas.office.visio.x2012.main.DocumentSheetType addNewDocumentSheet();
    
    /**
     * Unsets the "DocumentSheet" element
     */
    void unsetDocumentSheet();
    
    /**
     * Gets the "EventList" element
     */
    com.microsoft.schemas.office.visio.x2012.main.EventListType getEventList();
    
    /**
     * True if has "EventList" element
     */
    boolean isSetEventList();
    
    /**
     * Sets the "EventList" element
     */
    void setEventList(com.microsoft.schemas.office.visio.x2012.main.EventListType eventList);
    
    /**
     * Appends and returns a new empty "EventList" element
     */
    com.microsoft.schemas.office.visio.x2012.main.EventListType addNewEventList();
    
    /**
     * Unsets the "EventList" element
     */
    void unsetEventList();
    
    /**
     * Gets the "HeaderFooter" element
     */
    com.microsoft.schemas.office.visio.x2012.main.HeaderFooterType getHeaderFooter();
    
    /**
     * True if has "HeaderFooter" element
     */
    boolean isSetHeaderFooter();
    
    /**
     * Sets the "HeaderFooter" element
     */
    void setHeaderFooter(com.microsoft.schemas.office.visio.x2012.main.HeaderFooterType headerFooter);
    
    /**
     * Appends and returns a new empty "HeaderFooter" element
     */
    com.microsoft.schemas.office.visio.x2012.main.HeaderFooterType addNewHeaderFooter();
    
    /**
     * Unsets the "HeaderFooter" element
     */
    void unsetHeaderFooter();
    
    /**
     * Gets the "PublishSettings" element
     */
    com.microsoft.schemas.office.visio.x2012.main.PublishSettingsType getPublishSettings();
    
    /**
     * True if has "PublishSettings" element
     */
    boolean isSetPublishSettings();
    
    /**
     * Sets the "PublishSettings" element
     */
    void setPublishSettings(com.microsoft.schemas.office.visio.x2012.main.PublishSettingsType publishSettings);
    
    /**
     * Appends and returns a new empty "PublishSettings" element
     */
    com.microsoft.schemas.office.visio.x2012.main.PublishSettingsType addNewPublishSettings();
    
    /**
     * Unsets the "PublishSettings" element
     */
    void unsetPublishSettings();
    
    /**
     * 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(com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType.class.getClassLoader());
                typeLoader = new java.lang.ref.SoftReference(stl);
            }
            return stl;
        }

        public static com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType newInstance() {
          return (com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType) getTypeLoader().newInstance( type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType) getTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType) getTypeLoader().parse( xmlAsString, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType) 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.VisioDocumentType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType) getTypeLoader().parse( file, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType 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.VisioDocumentType) getTypeLoader().parse( file, type, options ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType) getTypeLoader().parse( u, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType 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.VisioDocumentType) getTypeLoader().parse( u, type, options ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType) getTypeLoader().parse( is, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType 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.VisioDocumentType) getTypeLoader().parse( is, type, options ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType) getTypeLoader().parse( r, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType 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.VisioDocumentType) getTypeLoader().parse( r, type, options ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType) getTypeLoader().parse( sr, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType) getTypeLoader().parse( sr, type, options ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType) getTypeLoader().parse( node, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType) getTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType) getTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType 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 (com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType) 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