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

schemasMicrosoftComOfficeOffice.CTLock 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:  CT_Lock
 * Namespace: urn:schemas-microsoft-com:office:office
 * Java type: schemasMicrosoftComOfficeOffice.CTLock
 *
 * Automatically generated - do not modify.
 */
package schemasMicrosoftComOfficeOffice;


/**
 * An XML CT_Lock(@urn:schemas-microsoft-com:office:office).
 *
 * This is a complex type.
 */
public interface CTLock extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTLock.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctlock6b8etype");
    
    /**
     * Gets the "ext" attribute
     */
    schemasMicrosoftComVml.STExt.Enum getExt();
    
    /**
     * Gets (as xml) the "ext" attribute
     */
    schemasMicrosoftComVml.STExt xgetExt();
    
    /**
     * True if has "ext" attribute
     */
    boolean isSetExt();
    
    /**
     * Sets the "ext" attribute
     */
    void setExt(schemasMicrosoftComVml.STExt.Enum ext);
    
    /**
     * Sets (as xml) the "ext" attribute
     */
    void xsetExt(schemasMicrosoftComVml.STExt ext);
    
    /**
     * Unsets the "ext" attribute
     */
    void unsetExt();
    
    /**
     * Gets the "position" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getPosition();
    
    /**
     * Gets (as xml) the "position" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse xgetPosition();
    
    /**
     * True if has "position" attribute
     */
    boolean isSetPosition();
    
    /**
     * Sets the "position" attribute
     */
    void setPosition(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum position);
    
    /**
     * Sets (as xml) the "position" attribute
     */
    void xsetPosition(schemasMicrosoftComOfficeOffice.STTrueFalse position);
    
    /**
     * Unsets the "position" attribute
     */
    void unsetPosition();
    
    /**
     * Gets the "selection" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getSelection();
    
    /**
     * Gets (as xml) the "selection" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse xgetSelection();
    
    /**
     * True if has "selection" attribute
     */
    boolean isSetSelection();
    
    /**
     * Sets the "selection" attribute
     */
    void setSelection(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum selection);
    
    /**
     * Sets (as xml) the "selection" attribute
     */
    void xsetSelection(schemasMicrosoftComOfficeOffice.STTrueFalse selection);
    
    /**
     * Unsets the "selection" attribute
     */
    void unsetSelection();
    
    /**
     * Gets the "grouping" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getGrouping();
    
    /**
     * Gets (as xml) the "grouping" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse xgetGrouping();
    
    /**
     * True if has "grouping" attribute
     */
    boolean isSetGrouping();
    
    /**
     * Sets the "grouping" attribute
     */
    void setGrouping(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum grouping);
    
    /**
     * Sets (as xml) the "grouping" attribute
     */
    void xsetGrouping(schemasMicrosoftComOfficeOffice.STTrueFalse grouping);
    
    /**
     * Unsets the "grouping" attribute
     */
    void unsetGrouping();
    
    /**
     * Gets the "ungrouping" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getUngrouping();
    
    /**
     * Gets (as xml) the "ungrouping" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse xgetUngrouping();
    
    /**
     * True if has "ungrouping" attribute
     */
    boolean isSetUngrouping();
    
    /**
     * Sets the "ungrouping" attribute
     */
    void setUngrouping(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum ungrouping);
    
    /**
     * Sets (as xml) the "ungrouping" attribute
     */
    void xsetUngrouping(schemasMicrosoftComOfficeOffice.STTrueFalse ungrouping);
    
    /**
     * Unsets the "ungrouping" attribute
     */
    void unsetUngrouping();
    
    /**
     * Gets the "rotation" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getRotation();
    
    /**
     * Gets (as xml) the "rotation" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse xgetRotation();
    
    /**
     * True if has "rotation" attribute
     */
    boolean isSetRotation();
    
    /**
     * Sets the "rotation" attribute
     */
    void setRotation(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum rotation);
    
    /**
     * Sets (as xml) the "rotation" attribute
     */
    void xsetRotation(schemasMicrosoftComOfficeOffice.STTrueFalse rotation);
    
    /**
     * Unsets the "rotation" attribute
     */
    void unsetRotation();
    
    /**
     * Gets the "cropping" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getCropping();
    
    /**
     * Gets (as xml) the "cropping" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse xgetCropping();
    
    /**
     * True if has "cropping" attribute
     */
    boolean isSetCropping();
    
    /**
     * Sets the "cropping" attribute
     */
    void setCropping(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum cropping);
    
    /**
     * Sets (as xml) the "cropping" attribute
     */
    void xsetCropping(schemasMicrosoftComOfficeOffice.STTrueFalse cropping);
    
    /**
     * Unsets the "cropping" attribute
     */
    void unsetCropping();
    
    /**
     * Gets the "verticies" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getVerticies();
    
    /**
     * Gets (as xml) the "verticies" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse xgetVerticies();
    
    /**
     * True if has "verticies" attribute
     */
    boolean isSetVerticies();
    
    /**
     * Sets the "verticies" attribute
     */
    void setVerticies(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum verticies);
    
    /**
     * Sets (as xml) the "verticies" attribute
     */
    void xsetVerticies(schemasMicrosoftComOfficeOffice.STTrueFalse verticies);
    
    /**
     * Unsets the "verticies" attribute
     */
    void unsetVerticies();
    
    /**
     * Gets the "adjusthandles" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getAdjusthandles();
    
    /**
     * Gets (as xml) the "adjusthandles" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse xgetAdjusthandles();
    
    /**
     * True if has "adjusthandles" attribute
     */
    boolean isSetAdjusthandles();
    
    /**
     * Sets the "adjusthandles" attribute
     */
    void setAdjusthandles(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum adjusthandles);
    
    /**
     * Sets (as xml) the "adjusthandles" attribute
     */
    void xsetAdjusthandles(schemasMicrosoftComOfficeOffice.STTrueFalse adjusthandles);
    
    /**
     * Unsets the "adjusthandles" attribute
     */
    void unsetAdjusthandles();
    
    /**
     * Gets the "text" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getText();
    
    /**
     * Gets (as xml) the "text" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse xgetText();
    
    /**
     * True if has "text" attribute
     */
    boolean isSetText();
    
    /**
     * Sets the "text" attribute
     */
    void setText(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum text);
    
    /**
     * Sets (as xml) the "text" attribute
     */
    void xsetText(schemasMicrosoftComOfficeOffice.STTrueFalse text);
    
    /**
     * Unsets the "text" attribute
     */
    void unsetText();
    
    /**
     * Gets the "aspectratio" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getAspectratio();
    
    /**
     * Gets (as xml) the "aspectratio" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse xgetAspectratio();
    
    /**
     * True if has "aspectratio" attribute
     */
    boolean isSetAspectratio();
    
    /**
     * Sets the "aspectratio" attribute
     */
    void setAspectratio(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum aspectratio);
    
    /**
     * Sets (as xml) the "aspectratio" attribute
     */
    void xsetAspectratio(schemasMicrosoftComOfficeOffice.STTrueFalse aspectratio);
    
    /**
     * Unsets the "aspectratio" attribute
     */
    void unsetAspectratio();
    
    /**
     * Gets the "shapetype" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse.Enum getShapetype();
    
    /**
     * Gets (as xml) the "shapetype" attribute
     */
    schemasMicrosoftComOfficeOffice.STTrueFalse xgetShapetype();
    
    /**
     * True if has "shapetype" attribute
     */
    boolean isSetShapetype();
    
    /**
     * Sets the "shapetype" attribute
     */
    void setShapetype(schemasMicrosoftComOfficeOffice.STTrueFalse.Enum shapetype);
    
    /**
     * Sets (as xml) the "shapetype" attribute
     */
    void xsetShapetype(schemasMicrosoftComOfficeOffice.STTrueFalse shapetype);
    
    /**
     * Unsets the "shapetype" attribute
     */
    void unsetShapetype();
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {
        public static schemasMicrosoftComOfficeOffice.CTLock newInstance() {
          return (schemasMicrosoftComOfficeOffice.CTLock) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static schemasMicrosoftComOfficeOffice.CTLock newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (schemasMicrosoftComOfficeOffice.CTLock) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static schemasMicrosoftComOfficeOffice.CTLock parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (schemasMicrosoftComOfficeOffice.CTLock) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static schemasMicrosoftComOfficeOffice.CTLock parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (schemasMicrosoftComOfficeOffice.CTLock) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static schemasMicrosoftComOfficeOffice.CTLock parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComOfficeOffice.CTLock) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static schemasMicrosoftComOfficeOffice.CTLock parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComOfficeOffice.CTLock) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static schemasMicrosoftComOfficeOffice.CTLock parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComOfficeOffice.CTLock) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static schemasMicrosoftComOfficeOffice.CTLock parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComOfficeOffice.CTLock) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static schemasMicrosoftComOfficeOffice.CTLock parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComOfficeOffice.CTLock) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static schemasMicrosoftComOfficeOffice.CTLock parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComOfficeOffice.CTLock) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static schemasMicrosoftComOfficeOffice.CTLock parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComOfficeOffice.CTLock) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static schemasMicrosoftComOfficeOffice.CTLock parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (schemasMicrosoftComOfficeOffice.CTLock) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static schemasMicrosoftComOfficeOffice.CTLock parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (schemasMicrosoftComOfficeOffice.CTLock) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static schemasMicrosoftComOfficeOffice.CTLock parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (schemasMicrosoftComOfficeOffice.CTLock) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static schemasMicrosoftComOfficeOffice.CTLock parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (schemasMicrosoftComOfficeOffice.CTLock) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static schemasMicrosoftComOfficeOffice.CTLock parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (schemasMicrosoftComOfficeOffice.CTLock) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static schemasMicrosoftComOfficeOffice.CTLock parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (schemasMicrosoftComOfficeOffice.CTLock) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static schemasMicrosoftComOfficeOffice.CTLock 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 (schemasMicrosoftComOfficeOffice.CTLock) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().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.xmlbeans.XmlBeans.getContextTypeLoader().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.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy