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

gov.grants.apply.forms.epa4700421V21.EPA4700421Document Maven / Gradle / Ivy

/*
 * An XML document type.
 * Localname: EPA4700_4_2_1
 * Namespace: http://apply.grants.gov/forms/EPA4700_4_2_1-V2.1
 * Java type: gov.grants.apply.forms.epa4700421V21.EPA4700421Document
 *
 * Automatically generated - do not modify.
 */
package gov.grants.apply.forms.epa4700421V21;


/**
 * A document containing one EPA4700_4_2_1(@http://apply.grants.gov/forms/EPA4700_4_2_1-V2.1) element.
 *
 * This is a complex type.
 */
public interface EPA4700421Document extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(EPA4700421Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("epa4700421c045doctype");
    
    /**
     * Gets the "EPA4700_4_2_1" element
     */
    gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421 getEPA4700421();
    
    /**
     * Sets the "EPA4700_4_2_1" element
     */
    void setEPA4700421(gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421 epa4700421);
    
    /**
     * Appends and returns a new empty "EPA4700_4_2_1" element
     */
    gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421 addNewEPA4700421();
    
    /**
     * An XML EPA4700_4_2_1(@http://apply.grants.gov/forms/EPA4700_4_2_1-V2.1).
     *
     * This is a complex type.
     */
    public interface EPA4700421 extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(EPA4700421.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("epa470042166e6elemtype");
        
        /**
         * Gets the "ApplicantInfo" element
         */
        gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.ApplicantInfo getApplicantInfo();
        
        /**
         * True if has "ApplicantInfo" element
         */
        boolean isSetApplicantInfo();
        
        /**
         * Sets the "ApplicantInfo" element
         */
        void setApplicantInfo(gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.ApplicantInfo applicantInfo);
        
        /**
         * Appends and returns a new empty "ApplicantInfo" element
         */
        gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.ApplicantInfo addNewApplicantInfo();
        
        /**
         * Unsets the "ApplicantInfo" element
         */
        void unsetApplicantInfo();
        
        /**
         * Gets the "DUNSNumber" element
         */
        java.lang.String getDUNSNumber();
        
        /**
         * Gets (as xml) the "DUNSNumber" element
         */
        gov.grants.apply.system.globalLibraryV20.DUNSIDDataType xgetDUNSNumber();
        
        /**
         * True if has "DUNSNumber" element
         */
        boolean isSetDUNSNumber();
        
        /**
         * Sets the "DUNSNumber" element
         */
        void setDUNSNumber(java.lang.String dunsNumber);
        
        /**
         * Sets (as xml) the "DUNSNumber" element
         */
        void xsetDUNSNumber(gov.grants.apply.system.globalLibraryV20.DUNSIDDataType dunsNumber);
        
        /**
         * Unsets the "DUNSNumber" element
         */
        void unsetDUNSNumber();
        
        /**
         * Gets the "FederalFinancialAssistanceQuestion" element
         */
        gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFederalFinancialAssistanceQuestion();
        
        /**
         * Gets (as xml) the "FederalFinancialAssistanceQuestion" element
         */
        gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFederalFinancialAssistanceQuestion();
        
        /**
         * True if has "FederalFinancialAssistanceQuestion" element
         */
        boolean isSetFederalFinancialAssistanceQuestion();
        
        /**
         * Sets the "FederalFinancialAssistanceQuestion" element
         */
        void setFederalFinancialAssistanceQuestion(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum federalFinancialAssistanceQuestion);
        
        /**
         * Sets (as xml) the "FederalFinancialAssistanceQuestion" element
         */
        void xsetFederalFinancialAssistanceQuestion(gov.grants.apply.system.globalLibraryV20.YesNoDataType federalFinancialAssistanceQuestion);
        
        /**
         * Unsets the "FederalFinancialAssistanceQuestion" element
         */
        void unsetFederalFinancialAssistanceQuestion();
        
        /**
         * Gets the "CivilRightsLawSuits1" element
         */
        java.lang.String getCivilRightsLawSuits1();
        
        /**
         * Gets (as xml) the "CivilRightsLawSuits1" element
         */
        gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits1 xgetCivilRightsLawSuits1();
        
        /**
         * True if has "CivilRightsLawSuits1" element
         */
        boolean isSetCivilRightsLawSuits1();
        
        /**
         * Sets the "CivilRightsLawSuits1" element
         */
        void setCivilRightsLawSuits1(java.lang.String civilRightsLawSuits1);
        
        /**
         * Sets (as xml) the "CivilRightsLawSuits1" element
         */
        void xsetCivilRightsLawSuits1(gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits1 civilRightsLawSuits1);
        
        /**
         * Unsets the "CivilRightsLawSuits1" element
         */
        void unsetCivilRightsLawSuits1();
        
        /**
         * Gets the "CivilRightsLawSuits2" element
         */
        java.lang.String getCivilRightsLawSuits2();
        
        /**
         * Gets (as xml) the "CivilRightsLawSuits2" element
         */
        gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits2 xgetCivilRightsLawSuits2();
        
        /**
         * True if has "CivilRightsLawSuits2" element
         */
        boolean isSetCivilRightsLawSuits2();
        
        /**
         * Sets the "CivilRightsLawSuits2" element
         */
        void setCivilRightsLawSuits2(java.lang.String civilRightsLawSuits2);
        
        /**
         * Sets (as xml) the "CivilRightsLawSuits2" element
         */
        void xsetCivilRightsLawSuits2(gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits2 civilRightsLawSuits2);
        
        /**
         * Unsets the "CivilRightsLawSuits2" element
         */
        void unsetCivilRightsLawSuits2();
        
        /**
         * Gets the "CivilRightsLawSuits3" element
         */
        java.lang.String getCivilRightsLawSuits3();
        
        /**
         * Gets (as xml) the "CivilRightsLawSuits3" element
         */
        gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits3 xgetCivilRightsLawSuits3();
        
        /**
         * True if has "CivilRightsLawSuits3" element
         */
        boolean isSetCivilRightsLawSuits3();
        
        /**
         * Sets the "CivilRightsLawSuits3" element
         */
        void setCivilRightsLawSuits3(java.lang.String civilRightsLawSuits3);
        
        /**
         * Sets (as xml) the "CivilRightsLawSuits3" element
         */
        void xsetCivilRightsLawSuits3(gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits3 civilRightsLawSuits3);
        
        /**
         * Unsets the "CivilRightsLawSuits3" element
         */
        void unsetCivilRightsLawSuits3();
        
        /**
         * Gets the "ConstructionFederalAssistance" element
         */
        gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getConstructionFederalAssistance();
        
        /**
         * Gets (as xml) the "ConstructionFederalAssistance" element
         */
        gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetConstructionFederalAssistance();
        
        /**
         * True if has "ConstructionFederalAssistance" element
         */
        boolean isSetConstructionFederalAssistance();
        
        /**
         * Sets the "ConstructionFederalAssistance" element
         */
        void setConstructionFederalAssistance(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum constructionFederalAssistance);
        
        /**
         * Sets (as xml) the "ConstructionFederalAssistance" element
         */
        void xsetConstructionFederalAssistance(gov.grants.apply.system.globalLibraryV20.YesNoDataType constructionFederalAssistance);
        
        /**
         * Unsets the "ConstructionFederalAssistance" element
         */
        void unsetConstructionFederalAssistance();
        
        /**
         * Gets the "Construction" element
         */
        gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getConstruction();
        
        /**
         * Gets (as xml) the "Construction" element
         */
        gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetConstruction();
        
        /**
         * True if has "Construction" element
         */
        boolean isSetConstruction();
        
        /**
         * Sets the "Construction" element
         */
        void setConstruction(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum construction);
        
        /**
         * Sets (as xml) the "Construction" element
         */
        void xsetConstruction(gov.grants.apply.system.globalLibraryV20.YesNoDataType construction);
        
        /**
         * Unsets the "Construction" element
         */
        void unsetConstruction();
        
        /**
         * Gets the "Construction2" element
         */
        java.lang.String getConstruction2();
        
        /**
         * Gets (as xml) the "Construction2" element
         */
        gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Construction2 xgetConstruction2();
        
        /**
         * True if has "Construction2" element
         */
        boolean isSetConstruction2();
        
        /**
         * Sets the "Construction2" element
         */
        void setConstruction2(java.lang.String construction2);
        
        /**
         * Sets (as xml) the "Construction2" element
         */
        void xsetConstruction2(gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Construction2 construction2);
        
        /**
         * Unsets the "Construction2" element
         */
        void unsetConstruction2();
        
        /**
         * Gets the "Notice1" element
         */
        gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNotice1();
        
        /**
         * Gets (as xml) the "Notice1" element
         */
        gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNotice1();
        
        /**
         * True if has "Notice1" element
         */
        boolean isSetNotice1();
        
        /**
         * Sets the "Notice1" element
         */
        void setNotice1(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum notice1);
        
        /**
         * Sets (as xml) the "Notice1" element
         */
        void xsetNotice1(gov.grants.apply.system.globalLibraryV20.YesNoDataType notice1);
        
        /**
         * Unsets the "Notice1" element
         */
        void unsetNotice1();
        
        /**
         * Gets the "Notice2" element
         */
        gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNotice2();
        
        /**
         * Gets (as xml) the "Notice2" element
         */
        gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNotice2();
        
        /**
         * True if has "Notice2" element
         */
        boolean isSetNotice2();
        
        /**
         * Sets the "Notice2" element
         */
        void setNotice2(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum notice2);
        
        /**
         * Sets (as xml) the "Notice2" element
         */
        void xsetNotice2(gov.grants.apply.system.globalLibraryV20.YesNoDataType notice2);
        
        /**
         * Unsets the "Notice2" element
         */
        void unsetNotice2();
        
        /**
         * Gets the "Notice3" element
         */
        gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNotice3();
        
        /**
         * Gets (as xml) the "Notice3" element
         */
        gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNotice3();
        
        /**
         * True if has "Notice3" element
         */
        boolean isSetNotice3();
        
        /**
         * Sets the "Notice3" element
         */
        void setNotice3(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum notice3);
        
        /**
         * Sets (as xml) the "Notice3" element
         */
        void xsetNotice3(gov.grants.apply.system.globalLibraryV20.YesNoDataType notice3);
        
        /**
         * Unsets the "Notice3" element
         */
        void unsetNotice3();
        
        /**
         * Gets the "Notice4" element
         */
        gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNotice4();
        
        /**
         * Gets (as xml) the "Notice4" element
         */
        gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNotice4();
        
        /**
         * True if has "Notice4" element
         */
        boolean isSetNotice4();
        
        /**
         * Sets the "Notice4" element
         */
        void setNotice4(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum notice4);
        
        /**
         * Sets (as xml) the "Notice4" element
         */
        void xsetNotice4(gov.grants.apply.system.globalLibraryV20.YesNoDataType notice4);
        
        /**
         * Unsets the "Notice4" element
         */
        void unsetNotice4();
        
        /**
         * Gets the "Demographic" element
         */
        gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDemographic();
        
        /**
         * Gets (as xml) the "Demographic" element
         */
        gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDemographic();
        
        /**
         * True if has "Demographic" element
         */
        boolean isSetDemographic();
        
        /**
         * Sets the "Demographic" element
         */
        void setDemographic(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum demographic);
        
        /**
         * Sets (as xml) the "Demographic" element
         */
        void xsetDemographic(gov.grants.apply.system.globalLibraryV20.YesNoDataType demographic);
        
        /**
         * Unsets the "Demographic" element
         */
        void unsetDemographic();
        
        /**
         * Gets the "Policy1" element
         */
        gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPolicy1();
        
        /**
         * Gets (as xml) the "Policy1" element
         */
        gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPolicy1();
        
        /**
         * True if has "Policy1" element
         */
        boolean isSetPolicy1();
        
        /**
         * Sets the "Policy1" element
         */
        void setPolicy1(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum policy1);
        
        /**
         * Sets (as xml) the "Policy1" element
         */
        void xsetPolicy1(gov.grants.apply.system.globalLibraryV20.YesNoDataType policy1);
        
        /**
         * Unsets the "Policy1" element
         */
        void unsetPolicy1();
        
        /**
         * Gets the "Policy2" element
         */
        java.lang.String getPolicy2();
        
        /**
         * Gets (as xml) the "Policy2" element
         */
        gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Policy2 xgetPolicy2();
        
        /**
         * True if has "Policy2" element
         */
        boolean isSetPolicy2();
        
        /**
         * Sets the "Policy2" element
         */
        void setPolicy2(java.lang.String policy2);
        
        /**
         * Sets (as xml) the "Policy2" element
         */
        void xsetPolicy2(gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Policy2 policy2);
        
        /**
         * Unsets the "Policy2" element
         */
        void unsetPolicy2();
        
        /**
         * Gets the "Program" element
         */
        java.lang.String getProgram();
        
        /**
         * Gets (as xml) the "Program" element
         */
        gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Program xgetProgram();
        
        /**
         * True if has "Program" element
         */
        boolean isSetProgram();
        
        /**
         * Sets the "Program" element
         */
        void setProgram(java.lang.String program);
        
        /**
         * Sets (as xml) the "Program" element
         */
        void xsetProgram(gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Program program);
        
        /**
         * Unsets the "Program" element
         */
        void unsetProgram();
        
        /**
         * Gets the "ApplicantSignature" element
         */
        gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.ApplicantSignature getApplicantSignature();
        
        /**
         * Sets the "ApplicantSignature" element
         */
        void setApplicantSignature(gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.ApplicantSignature applicantSignature);
        
        /**
         * Appends and returns a new empty "ApplicantSignature" element
         */
        gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.ApplicantSignature addNewApplicantSignature();
        
        /**
         * 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);
        
        /**
         * An XML ApplicantInfo(@http://apply.grants.gov/forms/EPA4700_4_2_1-V2.1).
         *
         * This is a complex type.
         */
        public interface ApplicantInfo extends org.apache.xmlbeans.XmlObject
        {
            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
                org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicantInfo.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicantinfo1d4aelemtype");
            
            /**
             * Gets the "ApplicantName" element
             */
            java.lang.String getApplicantName();
            
            /**
             * Gets (as xml) the "ApplicantName" element
             */
            gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetApplicantName();
            
            /**
             * True if has "ApplicantName" element
             */
            boolean isSetApplicantName();
            
            /**
             * Sets the "ApplicantName" element
             */
            void setApplicantName(java.lang.String applicantName);
            
            /**
             * Sets (as xml) the "ApplicantName" element
             */
            void xsetApplicantName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType applicantName);
            
            /**
             * Unsets the "ApplicantName" element
             */
            void unsetApplicantName();
            
            /**
             * Gets the "ApplicantAddress" element
             */
            gov.grants.apply.forms.epa4700421V21.AddressDataType getApplicantAddress();
            
            /**
             * True if has "ApplicantAddress" element
             */
            boolean isSetApplicantAddress();
            
            /**
             * Sets the "ApplicantAddress" element
             */
            void setApplicantAddress(gov.grants.apply.forms.epa4700421V21.AddressDataType applicantAddress);
            
            /**
             * Appends and returns a new empty "ApplicantAddress" element
             */
            gov.grants.apply.forms.epa4700421V21.AddressDataType addNewApplicantAddress();
            
            /**
             * Unsets the "ApplicantAddress" element
             */
            void unsetApplicantAddress();
            
            /**
             * A factory class with static methods for creating instances
             * of this type.
             */
            
            public static final class Factory
            {
                public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.ApplicantInfo newInstance() {
                  return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.ApplicantInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
                
                public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.ApplicantInfo newInstance(org.apache.xmlbeans.XmlOptions options) {
                  return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.ApplicantInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
                
                private Factory() { } // No instance of this class allowed
            }
        }
        
        /**
         * An XML CivilRightsLawSuits1(@http://apply.grants.gov/forms/EPA4700_4_2_1-V2.1).
         *
         * This is an atomic type that is a restriction of gov.grants.apply.forms.epa4700421V21.EPA4700421Document$EPA4700421$CivilRightsLawSuits1.
         */
        public interface CivilRightsLawSuits1 extends org.apache.xmlbeans.XmlString
        {
            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
                org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CivilRightsLawSuits1.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("civilrightslawsuits19867elemtype");
            
            /**
             * A factory class with static methods for creating instances
             * of this type.
             */
            
            public static final class Factory
            {
                public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits1 newValue(java.lang.Object obj) {
                  return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits1) type.newValue( obj ); }
                
                public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits1 newInstance() {
                  return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits1) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
                
                public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits1 newInstance(org.apache.xmlbeans.XmlOptions options) {
                  return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits1) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
                
                private Factory() { } // No instance of this class allowed
            }
        }
        
        /**
         * An XML CivilRightsLawSuits2(@http://apply.grants.gov/forms/EPA4700_4_2_1-V2.1).
         *
         * This is an atomic type that is a restriction of gov.grants.apply.forms.epa4700421V21.EPA4700421Document$EPA4700421$CivilRightsLawSuits2.
         */
        public interface CivilRightsLawSuits2 extends org.apache.xmlbeans.XmlString
        {
            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
                org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CivilRightsLawSuits2.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("civilrightslawsuits20286elemtype");
            
            /**
             * A factory class with static methods for creating instances
             * of this type.
             */
            
            public static final class Factory
            {
                public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits2 newValue(java.lang.Object obj) {
                  return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits2) type.newValue( obj ); }
                
                public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits2 newInstance() {
                  return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
                
                public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits2 newInstance(org.apache.xmlbeans.XmlOptions options) {
                  return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
                
                private Factory() { } // No instance of this class allowed
            }
        }
        
        /**
         * An XML CivilRightsLawSuits3(@http://apply.grants.gov/forms/EPA4700_4_2_1-V2.1).
         *
         * This is an atomic type that is a restriction of gov.grants.apply.forms.epa4700421V21.EPA4700421Document$EPA4700421$CivilRightsLawSuits3.
         */
        public interface CivilRightsLawSuits3 extends org.apache.xmlbeans.XmlString
        {
            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
                org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CivilRightsLawSuits3.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("civilrightslawsuits36ca5elemtype");
            
            /**
             * A factory class with static methods for creating instances
             * of this type.
             */
            
            public static final class Factory
            {
                public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits3 newValue(java.lang.Object obj) {
                  return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits3) type.newValue( obj ); }
                
                public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits3 newInstance() {
                  return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits3) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
                
                public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits3 newInstance(org.apache.xmlbeans.XmlOptions options) {
                  return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.CivilRightsLawSuits3) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
                
                private Factory() { } // No instance of this class allowed
            }
        }
        
        /**
         * An XML Construction2(@http://apply.grants.gov/forms/EPA4700_4_2_1-V2.1).
         *
         * This is an atomic type that is a restriction of gov.grants.apply.forms.epa4700421V21.EPA4700421Document$EPA4700421$Construction2.
         */
        public interface Construction2 extends org.apache.xmlbeans.XmlString
        {
            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
                org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Construction2.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("construction25ab9elemtype");
            
            /**
             * A factory class with static methods for creating instances
             * of this type.
             */
            
            public static final class Factory
            {
                public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Construction2 newValue(java.lang.Object obj) {
                  return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Construction2) type.newValue( obj ); }
                
                public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Construction2 newInstance() {
                  return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Construction2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
                
                public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Construction2 newInstance(org.apache.xmlbeans.XmlOptions options) {
                  return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Construction2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
                
                private Factory() { } // No instance of this class allowed
            }
        }
        
        /**
         * An XML Policy2(@http://apply.grants.gov/forms/EPA4700_4_2_1-V2.1).
         *
         * This is an atomic type that is a restriction of gov.grants.apply.forms.epa4700421V21.EPA4700421Document$EPA4700421$Policy2.
         */
        public interface Policy2 extends org.apache.xmlbeans.XmlString
        {
            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
                org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Policy2.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("policy2dadaelemtype");
            
            /**
             * A factory class with static methods for creating instances
             * of this type.
             */
            
            public static final class Factory
            {
                public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Policy2 newValue(java.lang.Object obj) {
                  return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Policy2) type.newValue( obj ); }
                
                public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Policy2 newInstance() {
                  return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Policy2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
                
                public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Policy2 newInstance(org.apache.xmlbeans.XmlOptions options) {
                  return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Policy2) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
                
                private Factory() { } // No instance of this class allowed
            }
        }
        
        /**
         * An XML Program(@http://apply.grants.gov/forms/EPA4700_4_2_1-V2.1).
         *
         * This is an atomic type that is a restriction of gov.grants.apply.forms.epa4700421V21.EPA4700421Document$EPA4700421$Program.
         */
        public interface Program extends org.apache.xmlbeans.XmlString
        {
            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
                org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Program.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("program8e16elemtype");
            
            /**
             * A factory class with static methods for creating instances
             * of this type.
             */
            
            public static final class Factory
            {
                public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Program newValue(java.lang.Object obj) {
                  return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Program) type.newValue( obj ); }
                
                public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Program newInstance() {
                  return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Program) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
                
                public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Program newInstance(org.apache.xmlbeans.XmlOptions options) {
                  return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.Program) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
                
                private Factory() { } // No instance of this class allowed
            }
        }
        
        /**
         * An XML ApplicantSignature(@http://apply.grants.gov/forms/EPA4700_4_2_1-V2.1).
         *
         * This is a complex type.
         */
        public interface ApplicantSignature extends org.apache.xmlbeans.XmlObject
        {
            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
                org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicantSignature.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicantsignature0294elemtype");
            
            /**
             * Gets the "AORSignature" element
             */
            java.lang.String getAORSignature();
            
            /**
             * Gets (as xml) the "AORSignature" element
             */
            gov.grants.apply.system.globalLibraryV20.SignatureDataType xgetAORSignature();
            
            /**
             * Sets the "AORSignature" element
             */
            void setAORSignature(java.lang.String aorSignature);
            
            /**
             * Sets (as xml) the "AORSignature" element
             */
            void xsetAORSignature(gov.grants.apply.system.globalLibraryV20.SignatureDataType aorSignature);
            
            /**
             * Gets the "PersonTitle" element
             */
            java.lang.String getPersonTitle();
            
            /**
             * Gets (as xml) the "PersonTitle" element
             */
            gov.grants.apply.system.globalLibraryV20.HumanTitleDataType xgetPersonTitle();
            
            /**
             * Sets the "PersonTitle" element
             */
            void setPersonTitle(java.lang.String personTitle);
            
            /**
             * Sets (as xml) the "PersonTitle" element
             */
            void xsetPersonTitle(gov.grants.apply.system.globalLibraryV20.HumanTitleDataType personTitle);
            
            /**
             * Gets the "SubmittedDate" element
             */
            java.util.Calendar getSubmittedDate();
            
            /**
             * Gets (as xml) the "SubmittedDate" element
             */
            org.apache.xmlbeans.XmlDate xgetSubmittedDate();
            
            /**
             * Sets the "SubmittedDate" element
             */
            void setSubmittedDate(java.util.Calendar submittedDate);
            
            /**
             * Sets (as xml) the "SubmittedDate" element
             */
            void xsetSubmittedDate(org.apache.xmlbeans.XmlDate submittedDate);
            
            /**
             * A factory class with static methods for creating instances
             * of this type.
             */
            
            public static final class Factory
            {
                public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.ApplicantSignature newInstance() {
                  return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.ApplicantSignature) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
                
                public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.ApplicantSignature newInstance(org.apache.xmlbeans.XmlOptions options) {
                  return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421.ApplicantSignature) 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.epa4700421V21.EPA4700421Document.EPA4700421 newInstance() {
              return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421 newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document.EPA4700421) 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.epa4700421V21.EPA4700421Document newInstance() {
          return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) 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.epa4700421V21.EPA4700421Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (gov.grants.apply.forms.epa4700421V21.EPA4700421Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static gov.grants.apply.forms.epa4700421V21.EPA4700421Document 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.epa4700421V21.EPA4700421Document) 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