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

gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument Maven / Gradle / Ivy

/*
 * An XML document type.
 * Localname: CombinedAssurances
 * Namespace: http://apply.grants.gov/forms/ED_80_0013-V1.1
 * Java type: gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument
 *
 * Automatically generated - do not modify.
 */
package gov.grants.apply.forms.ed800013V11;


/**
 * A document containing one CombinedAssurances(@http://apply.grants.gov/forms/ED_80_0013-V1.1) element.
 *
 * This is a complex type.
 */
public interface CombinedAssurancesDocument extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CombinedAssurancesDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("combinedassurances0e80doctype");
    
    /**
     * Gets the "CombinedAssurances" element
     */
    gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument.CombinedAssurances getCombinedAssurances();
    
    /**
     * Sets the "CombinedAssurances" element
     */
    void setCombinedAssurances(gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument.CombinedAssurances combinedAssurances);
    
    /**
     * Appends and returns a new empty "CombinedAssurances" element
     */
    gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument.CombinedAssurances addNewCombinedAssurances();
    
    /**
     * An XML CombinedAssurances(@http://apply.grants.gov/forms/ED_80_0013-V1.1).
     *
     * This is a complex type.
     */
    public interface CombinedAssurances extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CombinedAssurances.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("combinedassurancesfa99elemtype");
        
        /**
         * Gets the "ExplanationAttachment" element
         */
        gov.grants.apply.system.attachmentsV10.AttachedFileDataType getExplanationAttachment();
        
        /**
         * True if has "ExplanationAttachment" element
         */
        boolean isSetExplanationAttachment();
        
        /**
         * Sets the "ExplanationAttachment" element
         */
        void setExplanationAttachment(gov.grants.apply.system.attachmentsV10.AttachedFileDataType explanationAttachment);
        
        /**
         * Appends and returns a new empty "ExplanationAttachment" element
         */
        gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewExplanationAttachment();
        
        /**
         * Unsets the "ExplanationAttachment" element
         */
        void unsetExplanationAttachment();
        
        /**
         * Gets the "PerformanceLocation" element
         */
        gov.grants.apply.system.globalLibraryV20.AddressDataType getPerformanceLocation();
        
        /**
         * True if has "PerformanceLocation" element
         */
        boolean isSetPerformanceLocation();
        
        /**
         * Sets the "PerformanceLocation" element
         */
        void setPerformanceLocation(gov.grants.apply.system.globalLibraryV20.AddressDataType performanceLocation);
        
        /**
         * Appends and returns a new empty "PerformanceLocation" element
         */
        gov.grants.apply.system.globalLibraryV20.AddressDataType addNewPerformanceLocation();
        
        /**
         * Unsets the "PerformanceLocation" element
         */
        void unsetPerformanceLocation();
        
        /**
         * Gets the "AdditionalLocation" element
         */
        gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAdditionalLocation();
        
        /**
         * Gets (as xml) the "AdditionalLocation" element
         */
        gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAdditionalLocation();
        
        /**
         * Sets the "AdditionalLocation" element
         */
        void setAdditionalLocation(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum additionalLocation);
        
        /**
         * Sets (as xml) the "AdditionalLocation" element
         */
        void xsetAdditionalLocation(gov.grants.apply.system.globalLibraryV20.YesNoDataType additionalLocation);
        
        /**
         * Gets the "OrganizationName" element
         */
        java.lang.String getOrganizationName();
        
        /**
         * Gets (as xml) the "OrganizationName" element
         */
        gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetOrganizationName();
        
        /**
         * True if has "OrganizationName" element
         */
        boolean isSetOrganizationName();
        
        /**
         * Sets the "OrganizationName" element
         */
        void setOrganizationName(java.lang.String organizationName);
        
        /**
         * Sets (as xml) the "OrganizationName" element
         */
        void xsetOrganizationName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType organizationName);
        
        /**
         * Unsets the "OrganizationName" element
         */
        void unsetOrganizationName();
        
        /**
         * Gets the "AuthorizedRepresentativeName" element
         */
        gov.grants.apply.system.globalLibraryV20.HumanNameDataType getAuthorizedRepresentativeName();
        
        /**
         * Sets the "AuthorizedRepresentativeName" element
         */
        void setAuthorizedRepresentativeName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType authorizedRepresentativeName);
        
        /**
         * Appends and returns a new empty "AuthorizedRepresentativeName" element
         */
        gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewAuthorizedRepresentativeName();
        
        /**
         * Gets the "AuthorizedRepresentativeTitle" element
         */
        java.lang.String getAuthorizedRepresentativeTitle();
        
        /**
         * Gets (as xml) the "AuthorizedRepresentativeTitle" element
         */
        gov.grants.apply.system.globalLibraryV20.HumanTitleDataType xgetAuthorizedRepresentativeTitle();
        
        /**
         * Sets the "AuthorizedRepresentativeTitle" element
         */
        void setAuthorizedRepresentativeTitle(java.lang.String authorizedRepresentativeTitle);
        
        /**
         * Sets (as xml) the "AuthorizedRepresentativeTitle" element
         */
        void xsetAuthorizedRepresentativeTitle(gov.grants.apply.system.globalLibraryV20.HumanTitleDataType authorizedRepresentativeTitle);
        
        /**
         * Gets the "AuthorizedRepresentativeSignature" element
         */
        java.lang.String getAuthorizedRepresentativeSignature();
        
        /**
         * Gets (as xml) the "AuthorizedRepresentativeSignature" element
         */
        gov.grants.apply.system.globalLibraryV20.SignatureDataType xgetAuthorizedRepresentativeSignature();
        
        /**
         * Sets the "AuthorizedRepresentativeSignature" element
         */
        void setAuthorizedRepresentativeSignature(java.lang.String authorizedRepresentativeSignature);
        
        /**
         * Sets (as xml) the "AuthorizedRepresentativeSignature" element
         */
        void xsetAuthorizedRepresentativeSignature(gov.grants.apply.system.globalLibraryV20.SignatureDataType authorizedRepresentativeSignature);
        
        /**
         * Gets the "SignedDate" element
         */
        java.util.Calendar getSignedDate();
        
        /**
         * Gets (as xml) the "SignedDate" element
         */
        org.apache.xmlbeans.XmlDate xgetSignedDate();
        
        /**
         * Sets the "SignedDate" element
         */
        void setSignedDate(java.util.Calendar signedDate);
        
        /**
         * Sets (as xml) the "SignedDate" element
         */
        void xsetSignedDate(org.apache.xmlbeans.XmlDate signedDate);
        
        /**
         * Gets the "FormVersion" attribute
         */
        java.lang.String getFormVersion();
        
        /**
         * Gets (as xml) the "FormVersion" attribute
         */
        gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion();
        
        /**
         * Sets the "FormVersion" attribute
         */
        void setFormVersion(java.lang.String formVersion);
        
        /**
         * Sets (as xml) the "FormVersion" attribute
         */
        void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion);
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument.CombinedAssurances newInstance() {
              return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument.CombinedAssurances) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument.CombinedAssurances newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument.CombinedAssurances) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
            
            private Factory() { } // No instance of this class allowed
        }
    }
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {
        public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument newInstance() {
          return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument 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 (gov.grants.apply.forms.ed800013V11.CombinedAssurancesDocument) 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