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

org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection 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_WriteProtection
 * Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
 * Java type: org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.wordprocessingml.x2006.main;


/**
 * An XML CT_WriteProtection(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
 *
 * This is a complex type.
 */
public interface CTWriteProtection extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTWriteProtection.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctwriteprotection6a7atype");
    
    /**
     * Gets the "recommended" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum getRecommended();
    
    /**
     * Gets (as xml) the "recommended" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff xgetRecommended();
    
    /**
     * True if has "recommended" attribute
     */
    boolean isSetRecommended();
    
    /**
     * Sets the "recommended" attribute
     */
    void setRecommended(org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum recommended);
    
    /**
     * Sets (as xml) the "recommended" attribute
     */
    void xsetRecommended(org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff recommended);
    
    /**
     * Unsets the "recommended" attribute
     */
    void unsetRecommended();
    
    /**
     * Gets the "cryptProviderType" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STCryptProv.Enum getCryptProviderType();
    
    /**
     * Gets (as xml) the "cryptProviderType" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STCryptProv xgetCryptProviderType();
    
    /**
     * True if has "cryptProviderType" attribute
     */
    boolean isSetCryptProviderType();
    
    /**
     * Sets the "cryptProviderType" attribute
     */
    void setCryptProviderType(org.openxmlformats.schemas.wordprocessingml.x2006.main.STCryptProv.Enum cryptProviderType);
    
    /**
     * Sets (as xml) the "cryptProviderType" attribute
     */
    void xsetCryptProviderType(org.openxmlformats.schemas.wordprocessingml.x2006.main.STCryptProv cryptProviderType);
    
    /**
     * Unsets the "cryptProviderType" attribute
     */
    void unsetCryptProviderType();
    
    /**
     * Gets the "cryptAlgorithmClass" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STAlgClass.Enum getCryptAlgorithmClass();
    
    /**
     * Gets (as xml) the "cryptAlgorithmClass" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STAlgClass xgetCryptAlgorithmClass();
    
    /**
     * True if has "cryptAlgorithmClass" attribute
     */
    boolean isSetCryptAlgorithmClass();
    
    /**
     * Sets the "cryptAlgorithmClass" attribute
     */
    void setCryptAlgorithmClass(org.openxmlformats.schemas.wordprocessingml.x2006.main.STAlgClass.Enum cryptAlgorithmClass);
    
    /**
     * Sets (as xml) the "cryptAlgorithmClass" attribute
     */
    void xsetCryptAlgorithmClass(org.openxmlformats.schemas.wordprocessingml.x2006.main.STAlgClass cryptAlgorithmClass);
    
    /**
     * Unsets the "cryptAlgorithmClass" attribute
     */
    void unsetCryptAlgorithmClass();
    
    /**
     * Gets the "cryptAlgorithmType" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STAlgType.Enum getCryptAlgorithmType();
    
    /**
     * Gets (as xml) the "cryptAlgorithmType" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STAlgType xgetCryptAlgorithmType();
    
    /**
     * True if has "cryptAlgorithmType" attribute
     */
    boolean isSetCryptAlgorithmType();
    
    /**
     * Sets the "cryptAlgorithmType" attribute
     */
    void setCryptAlgorithmType(org.openxmlformats.schemas.wordprocessingml.x2006.main.STAlgType.Enum cryptAlgorithmType);
    
    /**
     * Sets (as xml) the "cryptAlgorithmType" attribute
     */
    void xsetCryptAlgorithmType(org.openxmlformats.schemas.wordprocessingml.x2006.main.STAlgType cryptAlgorithmType);
    
    /**
     * Unsets the "cryptAlgorithmType" attribute
     */
    void unsetCryptAlgorithmType();
    
    /**
     * Gets the "cryptAlgorithmSid" attribute
     */
    java.math.BigInteger getCryptAlgorithmSid();
    
    /**
     * Gets (as xml) the "cryptAlgorithmSid" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STDecimalNumber xgetCryptAlgorithmSid();
    
    /**
     * True if has "cryptAlgorithmSid" attribute
     */
    boolean isSetCryptAlgorithmSid();
    
    /**
     * Sets the "cryptAlgorithmSid" attribute
     */
    void setCryptAlgorithmSid(java.math.BigInteger cryptAlgorithmSid);
    
    /**
     * Sets (as xml) the "cryptAlgorithmSid" attribute
     */
    void xsetCryptAlgorithmSid(org.openxmlformats.schemas.wordprocessingml.x2006.main.STDecimalNumber cryptAlgorithmSid);
    
    /**
     * Unsets the "cryptAlgorithmSid" attribute
     */
    void unsetCryptAlgorithmSid();
    
    /**
     * Gets the "cryptSpinCount" attribute
     */
    java.math.BigInteger getCryptSpinCount();
    
    /**
     * Gets (as xml) the "cryptSpinCount" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STDecimalNumber xgetCryptSpinCount();
    
    /**
     * True if has "cryptSpinCount" attribute
     */
    boolean isSetCryptSpinCount();
    
    /**
     * Sets the "cryptSpinCount" attribute
     */
    void setCryptSpinCount(java.math.BigInteger cryptSpinCount);
    
    /**
     * Sets (as xml) the "cryptSpinCount" attribute
     */
    void xsetCryptSpinCount(org.openxmlformats.schemas.wordprocessingml.x2006.main.STDecimalNumber cryptSpinCount);
    
    /**
     * Unsets the "cryptSpinCount" attribute
     */
    void unsetCryptSpinCount();
    
    /**
     * Gets the "cryptProvider" attribute
     */
    java.lang.String getCryptProvider();
    
    /**
     * Gets (as xml) the "cryptProvider" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STString xgetCryptProvider();
    
    /**
     * True if has "cryptProvider" attribute
     */
    boolean isSetCryptProvider();
    
    /**
     * Sets the "cryptProvider" attribute
     */
    void setCryptProvider(java.lang.String cryptProvider);
    
    /**
     * Sets (as xml) the "cryptProvider" attribute
     */
    void xsetCryptProvider(org.openxmlformats.schemas.wordprocessingml.x2006.main.STString cryptProvider);
    
    /**
     * Unsets the "cryptProvider" attribute
     */
    void unsetCryptProvider();
    
    /**
     * Gets the "algIdExt" attribute
     */
    byte[] getAlgIdExt();
    
    /**
     * Gets (as xml) the "algIdExt" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STLongHexNumber xgetAlgIdExt();
    
    /**
     * True if has "algIdExt" attribute
     */
    boolean isSetAlgIdExt();
    
    /**
     * Sets the "algIdExt" attribute
     */
    void setAlgIdExt(byte[] algIdExt);
    
    /**
     * Sets (as xml) the "algIdExt" attribute
     */
    void xsetAlgIdExt(org.openxmlformats.schemas.wordprocessingml.x2006.main.STLongHexNumber algIdExt);
    
    /**
     * Unsets the "algIdExt" attribute
     */
    void unsetAlgIdExt();
    
    /**
     * Gets the "algIdExtSource" attribute
     */
    java.lang.String getAlgIdExtSource();
    
    /**
     * Gets (as xml) the "algIdExtSource" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STString xgetAlgIdExtSource();
    
    /**
     * True if has "algIdExtSource" attribute
     */
    boolean isSetAlgIdExtSource();
    
    /**
     * Sets the "algIdExtSource" attribute
     */
    void setAlgIdExtSource(java.lang.String algIdExtSource);
    
    /**
     * Sets (as xml) the "algIdExtSource" attribute
     */
    void xsetAlgIdExtSource(org.openxmlformats.schemas.wordprocessingml.x2006.main.STString algIdExtSource);
    
    /**
     * Unsets the "algIdExtSource" attribute
     */
    void unsetAlgIdExtSource();
    
    /**
     * Gets the "cryptProviderTypeExt" attribute
     */
    byte[] getCryptProviderTypeExt();
    
    /**
     * Gets (as xml) the "cryptProviderTypeExt" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STLongHexNumber xgetCryptProviderTypeExt();
    
    /**
     * True if has "cryptProviderTypeExt" attribute
     */
    boolean isSetCryptProviderTypeExt();
    
    /**
     * Sets the "cryptProviderTypeExt" attribute
     */
    void setCryptProviderTypeExt(byte[] cryptProviderTypeExt);
    
    /**
     * Sets (as xml) the "cryptProviderTypeExt" attribute
     */
    void xsetCryptProviderTypeExt(org.openxmlformats.schemas.wordprocessingml.x2006.main.STLongHexNumber cryptProviderTypeExt);
    
    /**
     * Unsets the "cryptProviderTypeExt" attribute
     */
    void unsetCryptProviderTypeExt();
    
    /**
     * Gets the "cryptProviderTypeExtSource" attribute
     */
    java.lang.String getCryptProviderTypeExtSource();
    
    /**
     * Gets (as xml) the "cryptProviderTypeExtSource" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STString xgetCryptProviderTypeExtSource();
    
    /**
     * True if has "cryptProviderTypeExtSource" attribute
     */
    boolean isSetCryptProviderTypeExtSource();
    
    /**
     * Sets the "cryptProviderTypeExtSource" attribute
     */
    void setCryptProviderTypeExtSource(java.lang.String cryptProviderTypeExtSource);
    
    /**
     * Sets (as xml) the "cryptProviderTypeExtSource" attribute
     */
    void xsetCryptProviderTypeExtSource(org.openxmlformats.schemas.wordprocessingml.x2006.main.STString cryptProviderTypeExtSource);
    
    /**
     * Unsets the "cryptProviderTypeExtSource" attribute
     */
    void unsetCryptProviderTypeExtSource();
    
    /**
     * Gets the "hash" attribute
     */
    byte[] getHash();
    
    /**
     * Gets (as xml) the "hash" attribute
     */
    org.apache.xmlbeans.XmlBase64Binary xgetHash();
    
    /**
     * True if has "hash" attribute
     */
    boolean isSetHash();
    
    /**
     * Sets the "hash" attribute
     */
    void setHash(byte[] hash);
    
    /**
     * Sets (as xml) the "hash" attribute
     */
    void xsetHash(org.apache.xmlbeans.XmlBase64Binary hash);
    
    /**
     * Unsets the "hash" attribute
     */
    void unsetHash();
    
    /**
     * Gets the "salt" attribute
     */
    byte[] getSalt();
    
    /**
     * Gets (as xml) the "salt" attribute
     */
    org.apache.xmlbeans.XmlBase64Binary xgetSalt();
    
    /**
     * True if has "salt" attribute
     */
    boolean isSetSalt();
    
    /**
     * Sets the "salt" attribute
     */
    void setSalt(byte[] salt);
    
    /**
     * Sets (as xml) the "salt" attribute
     */
    void xsetSalt(org.apache.xmlbeans.XmlBase64Binary salt);
    
    /**
     * Unsets the "salt" attribute
     */
    void unsetSalt();
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection newInstance() {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection 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 (org.openxmlformats.schemas.wordprocessingml.x2006.main.CTWriteProtection) 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