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

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

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


/**
 * An XML ShapeSheet_Type(@http://schemas.microsoft.com/office/visio/2012/main).
 *
 * This is a complex type.
 */
public interface ShapeSheetType extends com.microsoft.schemas.office.visio.x2012.main.SheetType
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ShapeSheetType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sF1327CCA741569E70F9CA8C9AF9B44B2").resolveHandle("shapesheettype59bbtype");
    
    /**
     * Gets the "Text" element
     */
    com.microsoft.schemas.office.visio.x2012.main.TextType getText();
    
    /**
     * True if has "Text" element
     */
    boolean isSetText();
    
    /**
     * Sets the "Text" element
     */
    void setText(com.microsoft.schemas.office.visio.x2012.main.TextType text);
    
    /**
     * Appends and returns a new empty "Text" element
     */
    com.microsoft.schemas.office.visio.x2012.main.TextType addNewText();
    
    /**
     * Unsets the "Text" element
     */
    void unsetText();
    
    /**
     * Gets the "Data1" element
     */
    com.microsoft.schemas.office.visio.x2012.main.DataType getData1();
    
    /**
     * True if has "Data1" element
     */
    boolean isSetData1();
    
    /**
     * Sets the "Data1" element
     */
    void setData1(com.microsoft.schemas.office.visio.x2012.main.DataType data1);
    
    /**
     * Appends and returns a new empty "Data1" element
     */
    com.microsoft.schemas.office.visio.x2012.main.DataType addNewData1();
    
    /**
     * Unsets the "Data1" element
     */
    void unsetData1();
    
    /**
     * Gets the "Data2" element
     */
    com.microsoft.schemas.office.visio.x2012.main.DataType getData2();
    
    /**
     * True if has "Data2" element
     */
    boolean isSetData2();
    
    /**
     * Sets the "Data2" element
     */
    void setData2(com.microsoft.schemas.office.visio.x2012.main.DataType data2);
    
    /**
     * Appends and returns a new empty "Data2" element
     */
    com.microsoft.schemas.office.visio.x2012.main.DataType addNewData2();
    
    /**
     * Unsets the "Data2" element
     */
    void unsetData2();
    
    /**
     * Gets the "Data3" element
     */
    com.microsoft.schemas.office.visio.x2012.main.DataType getData3();
    
    /**
     * True if has "Data3" element
     */
    boolean isSetData3();
    
    /**
     * Sets the "Data3" element
     */
    void setData3(com.microsoft.schemas.office.visio.x2012.main.DataType data3);
    
    /**
     * Appends and returns a new empty "Data3" element
     */
    com.microsoft.schemas.office.visio.x2012.main.DataType addNewData3();
    
    /**
     * Unsets the "Data3" element
     */
    void unsetData3();
    
    /**
     * Gets the "ForeignData" element
     */
    com.microsoft.schemas.office.visio.x2012.main.ForeignDataType getForeignData();
    
    /**
     * True if has "ForeignData" element
     */
    boolean isSetForeignData();
    
    /**
     * Sets the "ForeignData" element
     */
    void setForeignData(com.microsoft.schemas.office.visio.x2012.main.ForeignDataType foreignData);
    
    /**
     * Appends and returns a new empty "ForeignData" element
     */
    com.microsoft.schemas.office.visio.x2012.main.ForeignDataType addNewForeignData();
    
    /**
     * Unsets the "ForeignData" element
     */
    void unsetForeignData();
    
    /**
     * Gets the "Shapes" element
     */
    com.microsoft.schemas.office.visio.x2012.main.ShapesType getShapes();
    
    /**
     * True if has "Shapes" element
     */
    boolean isSetShapes();
    
    /**
     * Sets the "Shapes" element
     */
    void setShapes(com.microsoft.schemas.office.visio.x2012.main.ShapesType shapes);
    
    /**
     * Appends and returns a new empty "Shapes" element
     */
    com.microsoft.schemas.office.visio.x2012.main.ShapesType addNewShapes();
    
    /**
     * Unsets the "Shapes" element
     */
    void unsetShapes();
    
    /**
     * Gets the "ID" attribute
     */
    long getID();
    
    /**
     * Gets (as xml) the "ID" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetID();
    
    /**
     * Sets the "ID" attribute
     */
    void setID(long id);
    
    /**
     * Sets (as xml) the "ID" attribute
     */
    void xsetID(org.apache.xmlbeans.XmlUnsignedInt id);
    
    /**
     * Gets the "OriginalID" attribute
     */
    long getOriginalID();
    
    /**
     * Gets (as xml) the "OriginalID" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetOriginalID();
    
    /**
     * True if has "OriginalID" attribute
     */
    boolean isSetOriginalID();
    
    /**
     * Sets the "OriginalID" attribute
     */
    void setOriginalID(long originalID);
    
    /**
     * Sets (as xml) the "OriginalID" attribute
     */
    void xsetOriginalID(org.apache.xmlbeans.XmlUnsignedInt originalID);
    
    /**
     * Unsets the "OriginalID" attribute
     */
    void unsetOriginalID();
    
    /**
     * Gets the "Del" attribute
     */
    boolean getDel();
    
    /**
     * Gets (as xml) the "Del" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetDel();
    
    /**
     * True if has "Del" attribute
     */
    boolean isSetDel();
    
    /**
     * Sets the "Del" attribute
     */
    void setDel(boolean del);
    
    /**
     * Sets (as xml) the "Del" attribute
     */
    void xsetDel(org.apache.xmlbeans.XmlBoolean del);
    
    /**
     * Unsets the "Del" attribute
     */
    void unsetDel();
    
    /**
     * Gets the "MasterShape" attribute
     */
    long getMasterShape();
    
    /**
     * Gets (as xml) the "MasterShape" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetMasterShape();
    
    /**
     * True if has "MasterShape" attribute
     */
    boolean isSetMasterShape();
    
    /**
     * Sets the "MasterShape" attribute
     */
    void setMasterShape(long masterShape);
    
    /**
     * Sets (as xml) the "MasterShape" attribute
     */
    void xsetMasterShape(org.apache.xmlbeans.XmlUnsignedInt masterShape);
    
    /**
     * Unsets the "MasterShape" attribute
     */
    void unsetMasterShape();
    
    /**
     * Gets the "UniqueID" attribute
     */
    java.lang.String getUniqueID();
    
    /**
     * Gets (as xml) the "UniqueID" attribute
     */
    org.apache.xmlbeans.XmlString xgetUniqueID();
    
    /**
     * True if has "UniqueID" attribute
     */
    boolean isSetUniqueID();
    
    /**
     * Sets the "UniqueID" attribute
     */
    void setUniqueID(java.lang.String uniqueID);
    
    /**
     * Sets (as xml) the "UniqueID" attribute
     */
    void xsetUniqueID(org.apache.xmlbeans.XmlString uniqueID);
    
    /**
     * Unsets the "UniqueID" attribute
     */
    void unsetUniqueID();
    
    /**
     * Gets the "Name" attribute
     */
    java.lang.String getName();
    
    /**
     * Gets (as xml) the "Name" attribute
     */
    org.apache.xmlbeans.XmlString xgetName();
    
    /**
     * True if has "Name" attribute
     */
    boolean isSetName();
    
    /**
     * Sets the "Name" attribute
     */
    void setName(java.lang.String name);
    
    /**
     * Sets (as xml) the "Name" attribute
     */
    void xsetName(org.apache.xmlbeans.XmlString name);
    
    /**
     * Unsets the "Name" attribute
     */
    void unsetName();
    
    /**
     * Gets the "NameU" attribute
     */
    java.lang.String getNameU();
    
    /**
     * Gets (as xml) the "NameU" attribute
     */
    org.apache.xmlbeans.XmlString xgetNameU();
    
    /**
     * True if has "NameU" attribute
     */
    boolean isSetNameU();
    
    /**
     * Sets the "NameU" attribute
     */
    void setNameU(java.lang.String nameU);
    
    /**
     * Sets (as xml) the "NameU" attribute
     */
    void xsetNameU(org.apache.xmlbeans.XmlString nameU);
    
    /**
     * Unsets the "NameU" attribute
     */
    void unsetNameU();
    
    /**
     * Gets the "IsCustomName" attribute
     */
    boolean getIsCustomName();
    
    /**
     * Gets (as xml) the "IsCustomName" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetIsCustomName();
    
    /**
     * True if has "IsCustomName" attribute
     */
    boolean isSetIsCustomName();
    
    /**
     * Sets the "IsCustomName" attribute
     */
    void setIsCustomName(boolean isCustomName);
    
    /**
     * Sets (as xml) the "IsCustomName" attribute
     */
    void xsetIsCustomName(org.apache.xmlbeans.XmlBoolean isCustomName);
    
    /**
     * Unsets the "IsCustomName" attribute
     */
    void unsetIsCustomName();
    
    /**
     * Gets the "IsCustomNameU" attribute
     */
    boolean getIsCustomNameU();
    
    /**
     * Gets (as xml) the "IsCustomNameU" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetIsCustomNameU();
    
    /**
     * True if has "IsCustomNameU" attribute
     */
    boolean isSetIsCustomNameU();
    
    /**
     * Sets the "IsCustomNameU" attribute
     */
    void setIsCustomNameU(boolean isCustomNameU);
    
    /**
     * Sets (as xml) the "IsCustomNameU" attribute
     */
    void xsetIsCustomNameU(org.apache.xmlbeans.XmlBoolean isCustomNameU);
    
    /**
     * Unsets the "IsCustomNameU" attribute
     */
    void unsetIsCustomNameU();
    
    /**
     * Gets the "Master" attribute
     */
    long getMaster();
    
    /**
     * Gets (as xml) the "Master" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetMaster();
    
    /**
     * True if has "Master" attribute
     */
    boolean isSetMaster();
    
    /**
     * Sets the "Master" attribute
     */
    void setMaster(long master);
    
    /**
     * Sets (as xml) the "Master" attribute
     */
    void xsetMaster(org.apache.xmlbeans.XmlUnsignedInt master);
    
    /**
     * Unsets the "Master" attribute
     */
    void unsetMaster();
    
    /**
     * Gets the "Type" attribute
     */
    java.lang.String getType();
    
    /**
     * Gets (as xml) the "Type" attribute
     */
    org.apache.xmlbeans.XmlToken xgetType();
    
    /**
     * True if has "Type" attribute
     */
    boolean isSetType();
    
    /**
     * Sets the "Type" attribute
     */
    void setType(java.lang.String type);
    
    /**
     * Sets (as xml) the "Type" attribute
     */
    void xsetType(org.apache.xmlbeans.XmlToken type);
    
    /**
     * Unsets the "Type" attribute
     */
    void unsetType();
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {
        public static com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType newInstance() {
          return (com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType) org.apache.poi.POIXMLTypeLoader.newInstance( type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType) org.apache.poi.POIXMLTypeLoader.newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType) org.apache.poi.POIXMLTypeLoader.parse( xmlAsString, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType) org.apache.poi.POIXMLTypeLoader.parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType) org.apache.poi.POIXMLTypeLoader.parse( file, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType 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.ShapeSheetType) org.apache.poi.POIXMLTypeLoader.parse( file, type, options ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType) org.apache.poi.POIXMLTypeLoader.parse( u, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType 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.ShapeSheetType) org.apache.poi.POIXMLTypeLoader.parse( u, type, options ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType) org.apache.poi.POIXMLTypeLoader.parse( is, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType 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.ShapeSheetType) org.apache.poi.POIXMLTypeLoader.parse( is, type, options ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType) org.apache.poi.POIXMLTypeLoader.parse( r, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType 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.ShapeSheetType) org.apache.poi.POIXMLTypeLoader.parse( r, type, options ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType) org.apache.poi.POIXMLTypeLoader.parse( sr, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType) org.apache.poi.POIXMLTypeLoader.parse( sr, type, options ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType) org.apache.poi.POIXMLTypeLoader.parse( node, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType) org.apache.poi.POIXMLTypeLoader.parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType 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.ShapeSheetType) org.apache.poi.POIXMLTypeLoader.parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static com.microsoft.schemas.office.visio.x2012.main.ShapeSheetType 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.ShapeSheetType) 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