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

com.microsoft.schemas.office.office.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

The newest version!
/*
 * XML Type:  CT_Lock
 * Namespace: urn:schemas-microsoft-com:office:office
 * Java type: com.microsoft.schemas.office.office.CTLock
 *
 * Automatically generated - do not modify.
 */
package com.microsoft.schemas.office.office;


/**
 * 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.sD023D6490046BA0250A839A9AD24C443").resolveHandle("ctlock6b8etype");
    
    /**
     * Gets the "ext" attribute
     */
    com.microsoft.schemas.vml.STExt.Enum getExt();
    
    /**
     * Gets (as xml) the "ext" attribute
     */
    com.microsoft.schemas.vml.STExt xgetExt();
    
    /**
     * True if has "ext" attribute
     */
    boolean isSetExt();
    
    /**
     * Sets the "ext" attribute
     */
    void setExt(com.microsoft.schemas.vml.STExt.Enum ext);
    
    /**
     * Sets (as xml) the "ext" attribute
     */
    void xsetExt(com.microsoft.schemas.vml.STExt ext);
    
    /**
     * Unsets the "ext" attribute
     */
    void unsetExt();
    
    /**
     * Gets the "position" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse.Enum getPosition();
    
    /**
     * Gets (as xml) the "position" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse xgetPosition();
    
    /**
     * True if has "position" attribute
     */
    boolean isSetPosition();
    
    /**
     * Sets the "position" attribute
     */
    void setPosition(com.microsoft.schemas.office.office.STTrueFalse.Enum position);
    
    /**
     * Sets (as xml) the "position" attribute
     */
    void xsetPosition(com.microsoft.schemas.office.office.STTrueFalse position);
    
    /**
     * Unsets the "position" attribute
     */
    void unsetPosition();
    
    /**
     * Gets the "selection" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse.Enum getSelection();
    
    /**
     * Gets (as xml) the "selection" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse xgetSelection();
    
    /**
     * True if has "selection" attribute
     */
    boolean isSetSelection();
    
    /**
     * Sets the "selection" attribute
     */
    void setSelection(com.microsoft.schemas.office.office.STTrueFalse.Enum selection);
    
    /**
     * Sets (as xml) the "selection" attribute
     */
    void xsetSelection(com.microsoft.schemas.office.office.STTrueFalse selection);
    
    /**
     * Unsets the "selection" attribute
     */
    void unsetSelection();
    
    /**
     * Gets the "grouping" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse.Enum getGrouping();
    
    /**
     * Gets (as xml) the "grouping" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse xgetGrouping();
    
    /**
     * True if has "grouping" attribute
     */
    boolean isSetGrouping();
    
    /**
     * Sets the "grouping" attribute
     */
    void setGrouping(com.microsoft.schemas.office.office.STTrueFalse.Enum grouping);
    
    /**
     * Sets (as xml) the "grouping" attribute
     */
    void xsetGrouping(com.microsoft.schemas.office.office.STTrueFalse grouping);
    
    /**
     * Unsets the "grouping" attribute
     */
    void unsetGrouping();
    
    /**
     * Gets the "ungrouping" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse.Enum getUngrouping();
    
    /**
     * Gets (as xml) the "ungrouping" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse xgetUngrouping();
    
    /**
     * True if has "ungrouping" attribute
     */
    boolean isSetUngrouping();
    
    /**
     * Sets the "ungrouping" attribute
     */
    void setUngrouping(com.microsoft.schemas.office.office.STTrueFalse.Enum ungrouping);
    
    /**
     * Sets (as xml) the "ungrouping" attribute
     */
    void xsetUngrouping(com.microsoft.schemas.office.office.STTrueFalse ungrouping);
    
    /**
     * Unsets the "ungrouping" attribute
     */
    void unsetUngrouping();
    
    /**
     * Gets the "rotation" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse.Enum getRotation();
    
    /**
     * Gets (as xml) the "rotation" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse xgetRotation();
    
    /**
     * True if has "rotation" attribute
     */
    boolean isSetRotation();
    
    /**
     * Sets the "rotation" attribute
     */
    void setRotation(com.microsoft.schemas.office.office.STTrueFalse.Enum rotation);
    
    /**
     * Sets (as xml) the "rotation" attribute
     */
    void xsetRotation(com.microsoft.schemas.office.office.STTrueFalse rotation);
    
    /**
     * Unsets the "rotation" attribute
     */
    void unsetRotation();
    
    /**
     * Gets the "cropping" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse.Enum getCropping();
    
    /**
     * Gets (as xml) the "cropping" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse xgetCropping();
    
    /**
     * True if has "cropping" attribute
     */
    boolean isSetCropping();
    
    /**
     * Sets the "cropping" attribute
     */
    void setCropping(com.microsoft.schemas.office.office.STTrueFalse.Enum cropping);
    
    /**
     * Sets (as xml) the "cropping" attribute
     */
    void xsetCropping(com.microsoft.schemas.office.office.STTrueFalse cropping);
    
    /**
     * Unsets the "cropping" attribute
     */
    void unsetCropping();
    
    /**
     * Gets the "verticies" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse.Enum getVerticies();
    
    /**
     * Gets (as xml) the "verticies" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse xgetVerticies();
    
    /**
     * True if has "verticies" attribute
     */
    boolean isSetVerticies();
    
    /**
     * Sets the "verticies" attribute
     */
    void setVerticies(com.microsoft.schemas.office.office.STTrueFalse.Enum verticies);
    
    /**
     * Sets (as xml) the "verticies" attribute
     */
    void xsetVerticies(com.microsoft.schemas.office.office.STTrueFalse verticies);
    
    /**
     * Unsets the "verticies" attribute
     */
    void unsetVerticies();
    
    /**
     * Gets the "adjusthandles" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse.Enum getAdjusthandles();
    
    /**
     * Gets (as xml) the "adjusthandles" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse xgetAdjusthandles();
    
    /**
     * True if has "adjusthandles" attribute
     */
    boolean isSetAdjusthandles();
    
    /**
     * Sets the "adjusthandles" attribute
     */
    void setAdjusthandles(com.microsoft.schemas.office.office.STTrueFalse.Enum adjusthandles);
    
    /**
     * Sets (as xml) the "adjusthandles" attribute
     */
    void xsetAdjusthandles(com.microsoft.schemas.office.office.STTrueFalse adjusthandles);
    
    /**
     * Unsets the "adjusthandles" attribute
     */
    void unsetAdjusthandles();
    
    /**
     * Gets the "text" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse.Enum getText();
    
    /**
     * Gets (as xml) the "text" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse xgetText();
    
    /**
     * True if has "text" attribute
     */
    boolean isSetText();
    
    /**
     * Sets the "text" attribute
     */
    void setText(com.microsoft.schemas.office.office.STTrueFalse.Enum text);
    
    /**
     * Sets (as xml) the "text" attribute
     */
    void xsetText(com.microsoft.schemas.office.office.STTrueFalse text);
    
    /**
     * Unsets the "text" attribute
     */
    void unsetText();
    
    /**
     * Gets the "aspectratio" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse.Enum getAspectratio();
    
    /**
     * Gets (as xml) the "aspectratio" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse xgetAspectratio();
    
    /**
     * True if has "aspectratio" attribute
     */
    boolean isSetAspectratio();
    
    /**
     * Sets the "aspectratio" attribute
     */
    void setAspectratio(com.microsoft.schemas.office.office.STTrueFalse.Enum aspectratio);
    
    /**
     * Sets (as xml) the "aspectratio" attribute
     */
    void xsetAspectratio(com.microsoft.schemas.office.office.STTrueFalse aspectratio);
    
    /**
     * Unsets the "aspectratio" attribute
     */
    void unsetAspectratio();
    
    /**
     * Gets the "shapetype" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse.Enum getShapetype();
    
    /**
     * Gets (as xml) the "shapetype" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse xgetShapetype();
    
    /**
     * True if has "shapetype" attribute
     */
    boolean isSetShapetype();
    
    /**
     * Sets the "shapetype" attribute
     */
    void setShapetype(com.microsoft.schemas.office.office.STTrueFalse.Enum shapetype);
    
    /**
     * Sets (as xml) the "shapetype" attribute
     */
    void xsetShapetype(com.microsoft.schemas.office.office.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
    {

        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.office.CTLock.class.getClassLoader());
                typeLoader = new java.lang.ref.SoftReference(stl);
            }
            return stl;
        }

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