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

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


/**
 * An XML MasterShortcut_Type(@http://schemas.microsoft.com/office/visio/2012/main).
 *
 * This is a complex type.
 */
public interface MasterShortcutType extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MasterShortcutType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sF1327CCA741569E70F9CA8C9AF9B44B2").resolveHandle("mastershortcuttype1ef1type");
    
    /**
     * Gets the "Icon" element
     */
    com.microsoft.schemas.office.visio.x2012.main.IconType getIcon();
    
    /**
     * True if has "Icon" element
     */
    boolean isSetIcon();
    
    /**
     * Sets the "Icon" element
     */
    void setIcon(com.microsoft.schemas.office.visio.x2012.main.IconType icon);
    
    /**
     * Appends and returns a new empty "Icon" element
     */
    com.microsoft.schemas.office.visio.x2012.main.IconType addNewIcon();
    
    /**
     * Unsets the "Icon" element
     */
    void unsetIcon();
    
    /**
     * 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 "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 "IconSize" attribute
     */
    int getIconSize();
    
    /**
     * Gets (as xml) the "IconSize" attribute
     */
    org.apache.xmlbeans.XmlUnsignedShort xgetIconSize();
    
    /**
     * True if has "IconSize" attribute
     */
    boolean isSetIconSize();
    
    /**
     * Sets the "IconSize" attribute
     */
    void setIconSize(int iconSize);
    
    /**
     * Sets (as xml) the "IconSize" attribute
     */
    void xsetIconSize(org.apache.xmlbeans.XmlUnsignedShort iconSize);
    
    /**
     * Unsets the "IconSize" attribute
     */
    void unsetIconSize();
    
    /**
     * Gets the "PatternFlags" attribute
     */
    int getPatternFlags();
    
    /**
     * Gets (as xml) the "PatternFlags" attribute
     */
    org.apache.xmlbeans.XmlUnsignedShort xgetPatternFlags();
    
    /**
     * True if has "PatternFlags" attribute
     */
    boolean isSetPatternFlags();
    
    /**
     * Sets the "PatternFlags" attribute
     */
    void setPatternFlags(int patternFlags);
    
    /**
     * Sets (as xml) the "PatternFlags" attribute
     */
    void xsetPatternFlags(org.apache.xmlbeans.XmlUnsignedShort patternFlags);
    
    /**
     * Unsets the "PatternFlags" attribute
     */
    void unsetPatternFlags();
    
    /**
     * Gets the "Prompt" attribute
     */
    java.lang.String getPrompt();
    
    /**
     * Gets (as xml) the "Prompt" attribute
     */
    org.apache.xmlbeans.XmlString xgetPrompt();
    
    /**
     * True if has "Prompt" attribute
     */
    boolean isSetPrompt();
    
    /**
     * Sets the "Prompt" attribute
     */
    void setPrompt(java.lang.String prompt);
    
    /**
     * Sets (as xml) the "Prompt" attribute
     */
    void xsetPrompt(org.apache.xmlbeans.XmlString prompt);
    
    /**
     * Unsets the "Prompt" attribute
     */
    void unsetPrompt();
    
    /**
     * Gets the "ShortcutURL" attribute
     */
    java.lang.String getShortcutURL();
    
    /**
     * Gets (as xml) the "ShortcutURL" attribute
     */
    org.apache.xmlbeans.XmlString xgetShortcutURL();
    
    /**
     * True if has "ShortcutURL" attribute
     */
    boolean isSetShortcutURL();
    
    /**
     * Sets the "ShortcutURL" attribute
     */
    void setShortcutURL(java.lang.String shortcutURL);
    
    /**
     * Sets (as xml) the "ShortcutURL" attribute
     */
    void xsetShortcutURL(org.apache.xmlbeans.XmlString shortcutURL);
    
    /**
     * Unsets the "ShortcutURL" attribute
     */
    void unsetShortcutURL();
    
    /**
     * Gets the "ShortcutHelp" attribute
     */
    java.lang.String getShortcutHelp();
    
    /**
     * Gets (as xml) the "ShortcutHelp" attribute
     */
    org.apache.xmlbeans.XmlString xgetShortcutHelp();
    
    /**
     * True if has "ShortcutHelp" attribute
     */
    boolean isSetShortcutHelp();
    
    /**
     * Sets the "ShortcutHelp" attribute
     */
    void setShortcutHelp(java.lang.String shortcutHelp);
    
    /**
     * Sets (as xml) the "ShortcutHelp" attribute
     */
    void xsetShortcutHelp(org.apache.xmlbeans.XmlString shortcutHelp);
    
    /**
     * Unsets the "ShortcutHelp" attribute
     */
    void unsetShortcutHelp();
    
    /**
     * Gets the "AlignName" attribute
     */
    int getAlignName();
    
    /**
     * Gets (as xml) the "AlignName" attribute
     */
    org.apache.xmlbeans.XmlUnsignedShort xgetAlignName();
    
    /**
     * True if has "AlignName" attribute
     */
    boolean isSetAlignName();
    
    /**
     * Sets the "AlignName" attribute
     */
    void setAlignName(int alignName);
    
    /**
     * Sets (as xml) the "AlignName" attribute
     */
    void xsetAlignName(org.apache.xmlbeans.XmlUnsignedShort alignName);
    
    /**
     * Unsets the "AlignName" attribute
     */
    void unsetAlignName();
    
    /**
     * Gets the "MasterType" attribute
     */
    int getMasterType();
    
    /**
     * Gets (as xml) the "MasterType" attribute
     */
    org.apache.xmlbeans.XmlUnsignedShort xgetMasterType();
    
    /**
     * True if has "MasterType" attribute
     */
    boolean isSetMasterType();
    
    /**
     * Sets the "MasterType" attribute
     */
    void setMasterType(int masterType);
    
    /**
     * Sets (as xml) the "MasterType" attribute
     */
    void xsetMasterType(org.apache.xmlbeans.XmlUnsignedShort masterType);
    
    /**
     * Unsets the "MasterType" attribute
     */
    void unsetMasterType();
    
    /**
     * 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.MasterShortcutType newInstance() {
          return (com.microsoft.schemas.office.visio.x2012.main.MasterShortcutType) org.apache.poi.POIXMLTypeLoader.newInstance( type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.MasterShortcutType newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (com.microsoft.schemas.office.visio.x2012.main.MasterShortcutType) org.apache.poi.POIXMLTypeLoader.newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static com.microsoft.schemas.office.visio.x2012.main.MasterShortcutType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.visio.x2012.main.MasterShortcutType) org.apache.poi.POIXMLTypeLoader.parse( xmlAsString, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.MasterShortcutType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.visio.x2012.main.MasterShortcutType) 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.MasterShortcutType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.visio.x2012.main.MasterShortcutType) org.apache.poi.POIXMLTypeLoader.parse( file, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.MasterShortcutType 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.MasterShortcutType) org.apache.poi.POIXMLTypeLoader.parse( file, type, options ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.MasterShortcutType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.visio.x2012.main.MasterShortcutType) org.apache.poi.POIXMLTypeLoader.parse( u, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.MasterShortcutType 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.MasterShortcutType) org.apache.poi.POIXMLTypeLoader.parse( u, type, options ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.MasterShortcutType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.visio.x2012.main.MasterShortcutType) org.apache.poi.POIXMLTypeLoader.parse( is, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.MasterShortcutType 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.MasterShortcutType) org.apache.poi.POIXMLTypeLoader.parse( is, type, options ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.MasterShortcutType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.visio.x2012.main.MasterShortcutType) org.apache.poi.POIXMLTypeLoader.parse( r, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.MasterShortcutType 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.MasterShortcutType) org.apache.poi.POIXMLTypeLoader.parse( r, type, options ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.MasterShortcutType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.visio.x2012.main.MasterShortcutType) org.apache.poi.POIXMLTypeLoader.parse( sr, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.MasterShortcutType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.visio.x2012.main.MasterShortcutType) org.apache.poi.POIXMLTypeLoader.parse( sr, type, options ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.MasterShortcutType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.visio.x2012.main.MasterShortcutType) org.apache.poi.POIXMLTypeLoader.parse( node, type, null ); }
        
        public static com.microsoft.schemas.office.visio.x2012.main.MasterShortcutType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.visio.x2012.main.MasterShortcutType) 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.MasterShortcutType 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.MasterShortcutType) 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.MasterShortcutType 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.MasterShortcutType) 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