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

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


/**
 * An XML CT_SignatureLine(@urn:schemas-microsoft-com:office:office).
 *
 * This is a complex type.
 */
public interface CTSignatureLine extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTSignatureLine.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD023D6490046BA0250A839A9AD24C443").resolveHandle("ctsignaturelineec85type");
    
    /**
     * 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 "issignatureline" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse.Enum getIssignatureline();
    
    /**
     * Gets (as xml) the "issignatureline" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse xgetIssignatureline();
    
    /**
     * True if has "issignatureline" attribute
     */
    boolean isSetIssignatureline();
    
    /**
     * Sets the "issignatureline" attribute
     */
    void setIssignatureline(com.microsoft.schemas.office.office.STTrueFalse.Enum issignatureline);
    
    /**
     * Sets (as xml) the "issignatureline" attribute
     */
    void xsetIssignatureline(com.microsoft.schemas.office.office.STTrueFalse issignatureline);
    
    /**
     * Unsets the "issignatureline" attribute
     */
    void unsetIssignatureline();
    
    /**
     * Gets the "id" attribute
     */
    java.lang.String getId();
    
    /**
     * Gets (as xml) the "id" attribute
     */
    com.microsoft.schemas.office.office.STGuid xgetId();
    
    /**
     * True if has "id" attribute
     */
    boolean isSetId();
    
    /**
     * Sets the "id" attribute
     */
    void setId(java.lang.String id);
    
    /**
     * Sets (as xml) the "id" attribute
     */
    void xsetId(com.microsoft.schemas.office.office.STGuid id);
    
    /**
     * Unsets the "id" attribute
     */
    void unsetId();
    
    /**
     * Gets the "provid" attribute
     */
    java.lang.String getProvid();
    
    /**
     * Gets (as xml) the "provid" attribute
     */
    com.microsoft.schemas.office.office.STGuid xgetProvid();
    
    /**
     * True if has "provid" attribute
     */
    boolean isSetProvid();
    
    /**
     * Sets the "provid" attribute
     */
    void setProvid(java.lang.String provid);
    
    /**
     * Sets (as xml) the "provid" attribute
     */
    void xsetProvid(com.microsoft.schemas.office.office.STGuid provid);
    
    /**
     * Unsets the "provid" attribute
     */
    void unsetProvid();
    
    /**
     * Gets the "signinginstructionsset" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse.Enum getSigninginstructionsset();
    
    /**
     * Gets (as xml) the "signinginstructionsset" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse xgetSigninginstructionsset();
    
    /**
     * True if has "signinginstructionsset" attribute
     */
    boolean isSetSigninginstructionsset();
    
    /**
     * Sets the "signinginstructionsset" attribute
     */
    void setSigninginstructionsset(com.microsoft.schemas.office.office.STTrueFalse.Enum signinginstructionsset);
    
    /**
     * Sets (as xml) the "signinginstructionsset" attribute
     */
    void xsetSigninginstructionsset(com.microsoft.schemas.office.office.STTrueFalse signinginstructionsset);
    
    /**
     * Unsets the "signinginstructionsset" attribute
     */
    void unsetSigninginstructionsset();
    
    /**
     * Gets the "allowcomments" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse.Enum getAllowcomments();
    
    /**
     * Gets (as xml) the "allowcomments" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse xgetAllowcomments();
    
    /**
     * True if has "allowcomments" attribute
     */
    boolean isSetAllowcomments();
    
    /**
     * Sets the "allowcomments" attribute
     */
    void setAllowcomments(com.microsoft.schemas.office.office.STTrueFalse.Enum allowcomments);
    
    /**
     * Sets (as xml) the "allowcomments" attribute
     */
    void xsetAllowcomments(com.microsoft.schemas.office.office.STTrueFalse allowcomments);
    
    /**
     * Unsets the "allowcomments" attribute
     */
    void unsetAllowcomments();
    
    /**
     * Gets the "showsigndate" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse.Enum getShowsigndate();
    
    /**
     * Gets (as xml) the "showsigndate" attribute
     */
    com.microsoft.schemas.office.office.STTrueFalse xgetShowsigndate();
    
    /**
     * True if has "showsigndate" attribute
     */
    boolean isSetShowsigndate();
    
    /**
     * Sets the "showsigndate" attribute
     */
    void setShowsigndate(com.microsoft.schemas.office.office.STTrueFalse.Enum showsigndate);
    
    /**
     * Sets (as xml) the "showsigndate" attribute
     */
    void xsetShowsigndate(com.microsoft.schemas.office.office.STTrueFalse showsigndate);
    
    /**
     * Unsets the "showsigndate" attribute
     */
    void unsetShowsigndate();
    
    /**
     * Gets the "suggestedsigner" attribute
     */
    java.lang.String getSuggestedsigner();
    
    /**
     * Gets (as xml) the "suggestedsigner" attribute
     */
    org.apache.xmlbeans.XmlString xgetSuggestedsigner();
    
    /**
     * True if has "suggestedsigner" attribute
     */
    boolean isSetSuggestedsigner();
    
    /**
     * Sets the "suggestedsigner" attribute
     */
    void setSuggestedsigner(java.lang.String suggestedsigner);
    
    /**
     * Sets (as xml) the "suggestedsigner" attribute
     */
    void xsetSuggestedsigner(org.apache.xmlbeans.XmlString suggestedsigner);
    
    /**
     * Unsets the "suggestedsigner" attribute
     */
    void unsetSuggestedsigner();
    
    /**
     * Gets the "suggestedsigner2" attribute
     */
    java.lang.String getSuggestedsigner2();
    
    /**
     * Gets (as xml) the "suggestedsigner2" attribute
     */
    org.apache.xmlbeans.XmlString xgetSuggestedsigner2();
    
    /**
     * True if has "suggestedsigner2" attribute
     */
    boolean isSetSuggestedsigner2();
    
    /**
     * Sets the "suggestedsigner2" attribute
     */
    void setSuggestedsigner2(java.lang.String suggestedsigner2);
    
    /**
     * Sets (as xml) the "suggestedsigner2" attribute
     */
    void xsetSuggestedsigner2(org.apache.xmlbeans.XmlString suggestedsigner2);
    
    /**
     * Unsets the "suggestedsigner2" attribute
     */
    void unsetSuggestedsigner2();
    
    /**
     * Gets the "suggestedsigneremail" attribute
     */
    java.lang.String getSuggestedsigneremail();
    
    /**
     * Gets (as xml) the "suggestedsigneremail" attribute
     */
    org.apache.xmlbeans.XmlString xgetSuggestedsigneremail();
    
    /**
     * True if has "suggestedsigneremail" attribute
     */
    boolean isSetSuggestedsigneremail();
    
    /**
     * Sets the "suggestedsigneremail" attribute
     */
    void setSuggestedsigneremail(java.lang.String suggestedsigneremail);
    
    /**
     * Sets (as xml) the "suggestedsigneremail" attribute
     */
    void xsetSuggestedsigneremail(org.apache.xmlbeans.XmlString suggestedsigneremail);
    
    /**
     * Unsets the "suggestedsigneremail" attribute
     */
    void unsetSuggestedsigneremail();
    
    /**
     * Gets the "signinginstructions" attribute
     */
    java.lang.String getSigninginstructions();
    
    /**
     * Gets (as xml) the "signinginstructions" attribute
     */
    org.apache.xmlbeans.XmlString xgetSigninginstructions();
    
    /**
     * True if has "signinginstructions" attribute
     */
    boolean isSetSigninginstructions();
    
    /**
     * Sets the "signinginstructions" attribute
     */
    void setSigninginstructions(java.lang.String signinginstructions);
    
    /**
     * Sets (as xml) the "signinginstructions" attribute
     */
    void xsetSigninginstructions(org.apache.xmlbeans.XmlString signinginstructions);
    
    /**
     * Unsets the "signinginstructions" attribute
     */
    void unsetSigninginstructions();
    
    /**
     * Gets the "addlxml" attribute
     */
    java.lang.String getAddlxml();
    
    /**
     * Gets (as xml) the "addlxml" attribute
     */
    org.apache.xmlbeans.XmlString xgetAddlxml();
    
    /**
     * True if has "addlxml" attribute
     */
    boolean isSetAddlxml();
    
    /**
     * Sets the "addlxml" attribute
     */
    void setAddlxml(java.lang.String addlxml);
    
    /**
     * Sets (as xml) the "addlxml" attribute
     */
    void xsetAddlxml(org.apache.xmlbeans.XmlString addlxml);
    
    /**
     * Unsets the "addlxml" attribute
     */
    void unsetAddlxml();
    
    /**
     * Gets the "sigprovurl" attribute
     */
    java.lang.String getSigprovurl();
    
    /**
     * Gets (as xml) the "sigprovurl" attribute
     */
    org.apache.xmlbeans.XmlString xgetSigprovurl();
    
    /**
     * True if has "sigprovurl" attribute
     */
    boolean isSetSigprovurl();
    
    /**
     * Sets the "sigprovurl" attribute
     */
    void setSigprovurl(java.lang.String sigprovurl);
    
    /**
     * Sets (as xml) the "sigprovurl" attribute
     */
    void xsetSigprovurl(org.apache.xmlbeans.XmlString sigprovurl);
    
    /**
     * Unsets the "sigprovurl" attribute
     */
    void unsetSigprovurl();
    
    /**
     * 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.CTSignatureLine.class.getClassLoader());
                typeLoader = new java.lang.ref.SoftReference(stl);
            }
            return stl;
        }

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