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

com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1 Maven / Gradle / Ivy

/*
 * XML Type:  CT_SignatureInfoV1
 * Namespace: http://schemas.microsoft.com/office/2006/digsig
 * Java type: com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1
 *
 * Automatically generated - do not modify.
 */
package com.microsoft.schemas.office.x2006.digsig;


/**
 * An XML CT_SignatureInfoV1(@http://schemas.microsoft.com/office/2006/digsig).
 *
 * This is a complex type.
 */
public interface CTSignatureInfoV1 extends org.apache.xmlbeans.XmlObject
{
    org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        Factory.getTypeLoader().resolveHandle("ctsignatureinfov13a5ftype");
    
    /**
     * Gets the "SetupID" element
     */
    java.lang.String getSetupID();
    
    /**
     * Gets (as xml) the "SetupID" element
     */
    com.microsoft.schemas.office.x2006.digsig.STUniqueIdentifierWithBraces xgetSetupID();
    
    /**
     * Sets the "SetupID" element
     */
    void setSetupID(java.lang.String setupID);
    
    /**
     * Sets (as xml) the "SetupID" element
     */
    void xsetSetupID(com.microsoft.schemas.office.x2006.digsig.STUniqueIdentifierWithBraces setupID);
    
    /**
     * Gets the "SignatureText" element
     */
    java.lang.String getSignatureText();
    
    /**
     * Gets (as xml) the "SignatureText" element
     */
    com.microsoft.schemas.office.x2006.digsig.STSignatureText xgetSignatureText();
    
    /**
     * Sets the "SignatureText" element
     */
    void setSignatureText(java.lang.String signatureText);
    
    /**
     * Sets (as xml) the "SignatureText" element
     */
    void xsetSignatureText(com.microsoft.schemas.office.x2006.digsig.STSignatureText signatureText);
    
    /**
     * Gets the "SignatureImage" element
     */
    byte[] getSignatureImage();
    
    /**
     * Gets (as xml) the "SignatureImage" element
     */
    org.apache.xmlbeans.XmlBase64Binary xgetSignatureImage();
    
    /**
     * Sets the "SignatureImage" element
     */
    void setSignatureImage(byte[] signatureImage);
    
    /**
     * Sets (as xml) the "SignatureImage" element
     */
    void xsetSignatureImage(org.apache.xmlbeans.XmlBase64Binary signatureImage);
    
    /**
     * Gets the "SignatureComments" element
     */
    java.lang.String getSignatureComments();
    
    /**
     * Gets (as xml) the "SignatureComments" element
     */
    com.microsoft.schemas.office.x2006.digsig.STSignatureComments xgetSignatureComments();
    
    /**
     * Sets the "SignatureComments" element
     */
    void setSignatureComments(java.lang.String signatureComments);
    
    /**
     * Sets (as xml) the "SignatureComments" element
     */
    void xsetSignatureComments(com.microsoft.schemas.office.x2006.digsig.STSignatureComments signatureComments);
    
    /**
     * Gets the "WindowsVersion" element
     */
    java.lang.String getWindowsVersion();
    
    /**
     * Gets (as xml) the "WindowsVersion" element
     */
    com.microsoft.schemas.office.x2006.digsig.STVersion xgetWindowsVersion();
    
    /**
     * Sets the "WindowsVersion" element
     */
    void setWindowsVersion(java.lang.String windowsVersion);
    
    /**
     * Sets (as xml) the "WindowsVersion" element
     */
    void xsetWindowsVersion(com.microsoft.schemas.office.x2006.digsig.STVersion windowsVersion);
    
    /**
     * Gets the "OfficeVersion" element
     */
    java.lang.String getOfficeVersion();
    
    /**
     * Gets (as xml) the "OfficeVersion" element
     */
    com.microsoft.schemas.office.x2006.digsig.STVersion xgetOfficeVersion();
    
    /**
     * Sets the "OfficeVersion" element
     */
    void setOfficeVersion(java.lang.String officeVersion);
    
    /**
     * Sets (as xml) the "OfficeVersion" element
     */
    void xsetOfficeVersion(com.microsoft.schemas.office.x2006.digsig.STVersion officeVersion);
    
    /**
     * Gets the "ApplicationVersion" element
     */
    java.lang.String getApplicationVersion();
    
    /**
     * Gets (as xml) the "ApplicationVersion" element
     */
    com.microsoft.schemas.office.x2006.digsig.STVersion xgetApplicationVersion();
    
    /**
     * Sets the "ApplicationVersion" element
     */
    void setApplicationVersion(java.lang.String applicationVersion);
    
    /**
     * Sets (as xml) the "ApplicationVersion" element
     */
    void xsetApplicationVersion(com.microsoft.schemas.office.x2006.digsig.STVersion applicationVersion);
    
    /**
     * Gets the "Monitors" element
     */
    int getMonitors();
    
    /**
     * Gets (as xml) the "Monitors" element
     */
    com.microsoft.schemas.office.x2006.digsig.STPositiveInteger xgetMonitors();
    
    /**
     * Sets the "Monitors" element
     */
    void setMonitors(int monitors);
    
    /**
     * Sets (as xml) the "Monitors" element
     */
    void xsetMonitors(com.microsoft.schemas.office.x2006.digsig.STPositiveInteger monitors);
    
    /**
     * Gets the "HorizontalResolution" element
     */
    int getHorizontalResolution();
    
    /**
     * Gets (as xml) the "HorizontalResolution" element
     */
    com.microsoft.schemas.office.x2006.digsig.STPositiveInteger xgetHorizontalResolution();
    
    /**
     * Sets the "HorizontalResolution" element
     */
    void setHorizontalResolution(int horizontalResolution);
    
    /**
     * Sets (as xml) the "HorizontalResolution" element
     */
    void xsetHorizontalResolution(com.microsoft.schemas.office.x2006.digsig.STPositiveInteger horizontalResolution);
    
    /**
     * Gets the "VerticalResolution" element
     */
    int getVerticalResolution();
    
    /**
     * Gets (as xml) the "VerticalResolution" element
     */
    com.microsoft.schemas.office.x2006.digsig.STPositiveInteger xgetVerticalResolution();
    
    /**
     * Sets the "VerticalResolution" element
     */
    void setVerticalResolution(int verticalResolution);
    
    /**
     * Sets (as xml) the "VerticalResolution" element
     */
    void xsetVerticalResolution(com.microsoft.schemas.office.x2006.digsig.STPositiveInteger verticalResolution);
    
    /**
     * Gets the "ColorDepth" element
     */
    int getColorDepth();
    
    /**
     * Gets (as xml) the "ColorDepth" element
     */
    com.microsoft.schemas.office.x2006.digsig.STPositiveInteger xgetColorDepth();
    
    /**
     * Sets the "ColorDepth" element
     */
    void setColorDepth(int colorDepth);
    
    /**
     * Sets (as xml) the "ColorDepth" element
     */
    void xsetColorDepth(com.microsoft.schemas.office.x2006.digsig.STPositiveInteger colorDepth);
    
    /**
     * Gets the "SignatureProviderId" element
     */
    java.lang.String getSignatureProviderId();
    
    /**
     * Gets (as xml) the "SignatureProviderId" element
     */
    com.microsoft.schemas.office.x2006.digsig.STUniqueIdentifierWithBraces xgetSignatureProviderId();
    
    /**
     * Sets the "SignatureProviderId" element
     */
    void setSignatureProviderId(java.lang.String signatureProviderId);
    
    /**
     * Sets (as xml) the "SignatureProviderId" element
     */
    void xsetSignatureProviderId(com.microsoft.schemas.office.x2006.digsig.STUniqueIdentifierWithBraces signatureProviderId);
    
    /**
     * Gets the "SignatureProviderUrl" element
     */
    java.lang.String getSignatureProviderUrl();
    
    /**
     * Gets (as xml) the "SignatureProviderUrl" element
     */
    com.microsoft.schemas.office.x2006.digsig.STSignatureProviderUrl xgetSignatureProviderUrl();
    
    /**
     * Sets the "SignatureProviderUrl" element
     */
    void setSignatureProviderUrl(java.lang.String signatureProviderUrl);
    
    /**
     * Sets (as xml) the "SignatureProviderUrl" element
     */
    void xsetSignatureProviderUrl(com.microsoft.schemas.office.x2006.digsig.STSignatureProviderUrl signatureProviderUrl);
    
    /**
     * Gets the "SignatureProviderDetails" element
     */
    int getSignatureProviderDetails();
    
    /**
     * Gets (as xml) the "SignatureProviderDetails" element
     */
    org.apache.xmlbeans.XmlInt xgetSignatureProviderDetails();
    
    /**
     * Sets the "SignatureProviderDetails" element
     */
    void setSignatureProviderDetails(int signatureProviderDetails);
    
    /**
     * Sets (as xml) the "SignatureProviderDetails" element
     */
    void xsetSignatureProviderDetails(org.apache.xmlbeans.XmlInt signatureProviderDetails);
    
    /**
     * Gets the "SignatureType" element
     */
    int getSignatureType();
    
    /**
     * Gets (as xml) the "SignatureType" element
     */
    com.microsoft.schemas.office.x2006.digsig.STSignatureType xgetSignatureType();
    
    /**
     * Sets the "SignatureType" element
     */
    void setSignatureType(int signatureType);
    
    /**
     * Sets (as xml) the "SignatureType" element
     */
    void xsetSignatureType(com.microsoft.schemas.office.x2006.digsig.STSignatureType signatureType);
    
    /**
     * Gets the "DelegateSuggestedSigner" element
     */
    java.lang.String getDelegateSuggestedSigner();
    
    /**
     * Gets (as xml) the "DelegateSuggestedSigner" element
     */
    org.apache.xmlbeans.XmlString xgetDelegateSuggestedSigner();
    
    /**
     * True if has "DelegateSuggestedSigner" element
     */
    boolean isSetDelegateSuggestedSigner();
    
    /**
     * Sets the "DelegateSuggestedSigner" element
     */
    void setDelegateSuggestedSigner(java.lang.String delegateSuggestedSigner);
    
    /**
     * Sets (as xml) the "DelegateSuggestedSigner" element
     */
    void xsetDelegateSuggestedSigner(org.apache.xmlbeans.XmlString delegateSuggestedSigner);
    
    /**
     * Unsets the "DelegateSuggestedSigner" element
     */
    void unsetDelegateSuggestedSigner();
    
    /**
     * Gets the "DelegateSuggestedSigner2" element
     */
    java.lang.String getDelegateSuggestedSigner2();
    
    /**
     * Gets (as xml) the "DelegateSuggestedSigner2" element
     */
    org.apache.xmlbeans.XmlString xgetDelegateSuggestedSigner2();
    
    /**
     * True if has "DelegateSuggestedSigner2" element
     */
    boolean isSetDelegateSuggestedSigner2();
    
    /**
     * Sets the "DelegateSuggestedSigner2" element
     */
    void setDelegateSuggestedSigner2(java.lang.String delegateSuggestedSigner2);
    
    /**
     * Sets (as xml) the "DelegateSuggestedSigner2" element
     */
    void xsetDelegateSuggestedSigner2(org.apache.xmlbeans.XmlString delegateSuggestedSigner2);
    
    /**
     * Unsets the "DelegateSuggestedSigner2" element
     */
    void unsetDelegateSuggestedSigner2();
    
    /**
     * Gets the "DelegateSuggestedSignerEmail" element
     */
    java.lang.String getDelegateSuggestedSignerEmail();
    
    /**
     * Gets (as xml) the "DelegateSuggestedSignerEmail" element
     */
    org.apache.xmlbeans.XmlString xgetDelegateSuggestedSignerEmail();
    
    /**
     * True if has "DelegateSuggestedSignerEmail" element
     */
    boolean isSetDelegateSuggestedSignerEmail();
    
    /**
     * Sets the "DelegateSuggestedSignerEmail" element
     */
    void setDelegateSuggestedSignerEmail(java.lang.String delegateSuggestedSignerEmail);
    
    /**
     * Sets (as xml) the "DelegateSuggestedSignerEmail" element
     */
    void xsetDelegateSuggestedSignerEmail(org.apache.xmlbeans.XmlString delegateSuggestedSignerEmail);
    
    /**
     * Unsets the "DelegateSuggestedSignerEmail" element
     */
    void unsetDelegateSuggestedSignerEmail();
    
    /**
     * Gets the "ManifestHashAlgorithm" element
     */
    java.lang.String getManifestHashAlgorithm();
    
    /**
     * Gets (as xml) the "ManifestHashAlgorithm" element
     */
    org.apache.xmlbeans.XmlAnyURI xgetManifestHashAlgorithm();
    
    /**
     * True if has "ManifestHashAlgorithm" element
     */
    boolean isSetManifestHashAlgorithm();
    
    /**
     * Sets the "ManifestHashAlgorithm" element
     */
    void setManifestHashAlgorithm(java.lang.String manifestHashAlgorithm);
    
    /**
     * Sets (as xml) the "ManifestHashAlgorithm" element
     */
    void xsetManifestHashAlgorithm(org.apache.xmlbeans.XmlAnyURI manifestHashAlgorithm);
    
    /**
     * Unsets the "ManifestHashAlgorithm" element
     */
    void unsetManifestHashAlgorithm();
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    final class Factory
    {
        private static synchronized org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder getTypeLoader() {
          return org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem;
        }
        
        public static com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1 newInstance() {
          return (com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1) getTypeLoader().newInstance( type, null ); }
        
        public static com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1 newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1) getTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1 parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1) getTypeLoader().parse( xmlAsString, type, null ); }
        
        public static com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1 parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1) getTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1 parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1) getTypeLoader().parse( file, type, null ); }
        
        public static com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1 parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1) getTypeLoader().parse( file, type, options ); }
        
        public static com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1 parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1) getTypeLoader().parse( u, type, null ); }
        
        public static com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1 parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1) getTypeLoader().parse( u, type, options ); }
        
        public static com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1 parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1) getTypeLoader().parse( is, type, null ); }
        
        public static com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1 parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1) getTypeLoader().parse( is, type, options ); }
        
        public static com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1 parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1) getTypeLoader().parse( r, type, null ); }
        
        public static com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1 parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1) getTypeLoader().parse( r, type, options ); }
        
        public static com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1 parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1) getTypeLoader().parse( sr, type, null ); }
        
        public static com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1 parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1) getTypeLoader().parse( sr, type, options ); }
        
        public static com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1 parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1) getTypeLoader().parse( node, type, null ); }
        
        public static com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1 parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (com.microsoft.schemas.office.x2006.digsig.CTSignatureInfoV1) getTypeLoader().parse( node, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy