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

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


/**
 * An XML CT_DocProtect(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
 *
 * This is a complex type.
 */
public interface CTDocProtect extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTDocProtect.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD023D6490046BA0250A839A9AD24C443").resolveHandle("ctdocprotectc611type");
    
    /**
     * Gets the "edit" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocProtect.Enum getEdit();
    
    /**
     * Gets (as xml) the "edit" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocProtect xgetEdit();
    
    /**
     * True if has "edit" attribute
     */
    boolean isSetEdit();
    
    /**
     * Sets the "edit" attribute
     */
    void setEdit(org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocProtect.Enum edit);
    
    /**
     * Sets (as xml) the "edit" attribute
     */
    void xsetEdit(org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocProtect edit);
    
    /**
     * Unsets the "edit" attribute
     */
    void unsetEdit();
    
    /**
     * Gets the "formatting" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum getFormatting();
    
    /**
     * Gets (as xml) the "formatting" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff xgetFormatting();
    
    /**
     * True if has "formatting" attribute
     */
    boolean isSetFormatting();
    
    /**
     * Sets the "formatting" attribute
     */
    void setFormatting(org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum formatting);
    
    /**
     * Sets (as xml) the "formatting" attribute
     */
    void xsetFormatting(org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff formatting);
    
    /**
     * Unsets the "formatting" attribute
     */
    void unsetFormatting();
    
    /**
     * Gets the "enforcement" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum getEnforcement();
    
    /**
     * Gets (as xml) the "enforcement" attribute
     */
    org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff xgetEnforcement();
    
    /**
     * True if has "enforcement" attribute
     */
    boolean isSetEnforcement();
    
    /**
     * Sets the "enforcement" attribute
     */
    void setEnforcement(org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum enforcement);
    
    /**
     * Sets (as xml) the "enforcement" attribute
     */
    void xsetEnforcement(org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff enforcement);
    
    /**
     * Unsets the "enforcement" attribute
     */
    void unsetEnforcement();
    
    /**
     * 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
    {

        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(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocProtect.class.getClassLoader());
                typeLoader = new java.lang.ref.SoftReference(stl);
            }
            return stl;
        }

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