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

gov.grants.apply.forms.sf424V10.BudgetDocument Maven / Gradle / Ivy

/*
 * An XML document type.
 * Localname: Budget
 * Namespace: http://apply.grants.gov/forms/SF424-V1.0
 * Java type: gov.grants.apply.forms.sf424V10.BudgetDocument
 *
 * Automatically generated - do not modify.
 */
package gov.grants.apply.forms.sf424V10;


/**
 * A document containing one Budget(@http://apply.grants.gov/forms/SF424-V1.0) element.
 *
 * This is a complex type.
 */
public interface BudgetDocument extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BudgetDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("budget016fdoctype");
    
    /**
     * Gets the "Budget" element
     */
    gov.grants.apply.forms.sf424V10.BudgetDocument.Budget getBudget();
    
    /**
     * Sets the "Budget" element
     */
    void setBudget(gov.grants.apply.forms.sf424V10.BudgetDocument.Budget budget);
    
    /**
     * Appends and returns a new empty "Budget" element
     */
    gov.grants.apply.forms.sf424V10.BudgetDocument.Budget addNewBudget();
    
    /**
     * An XML Budget(@http://apply.grants.gov/forms/SF424-V1.0).
     *
     * This is a complex type.
     */
    public interface Budget extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Budget.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("budget7130elemtype");
        
        /**
         * Gets the "FederalEstimatedAmount" element
         */
        java.math.BigDecimal getFederalEstimatedAmount();
        
        /**
         * Gets (as xml) the "FederalEstimatedAmount" element
         */
        gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetFederalEstimatedAmount();
        
        /**
         * Sets the "FederalEstimatedAmount" element
         */
        void setFederalEstimatedAmount(java.math.BigDecimal federalEstimatedAmount);
        
        /**
         * Sets (as xml) the "FederalEstimatedAmount" element
         */
        void xsetFederalEstimatedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type federalEstimatedAmount);
        
        /**
         * Gets the "ApplicantEstimatedAmount" element
         */
        java.math.BigDecimal getApplicantEstimatedAmount();
        
        /**
         * Gets (as xml) the "ApplicantEstimatedAmount" element
         */
        gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetApplicantEstimatedAmount();
        
        /**
         * True if has "ApplicantEstimatedAmount" element
         */
        boolean isSetApplicantEstimatedAmount();
        
        /**
         * Sets the "ApplicantEstimatedAmount" element
         */
        void setApplicantEstimatedAmount(java.math.BigDecimal applicantEstimatedAmount);
        
        /**
         * Sets (as xml) the "ApplicantEstimatedAmount" element
         */
        void xsetApplicantEstimatedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type applicantEstimatedAmount);
        
        /**
         * Unsets the "ApplicantEstimatedAmount" element
         */
        void unsetApplicantEstimatedAmount();
        
        /**
         * Gets the "StateEstimatedAmount" element
         */
        java.math.BigDecimal getStateEstimatedAmount();
        
        /**
         * Gets (as xml) the "StateEstimatedAmount" element
         */
        gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetStateEstimatedAmount();
        
        /**
         * True if has "StateEstimatedAmount" element
         */
        boolean isSetStateEstimatedAmount();
        
        /**
         * Sets the "StateEstimatedAmount" element
         */
        void setStateEstimatedAmount(java.math.BigDecimal stateEstimatedAmount);
        
        /**
         * Sets (as xml) the "StateEstimatedAmount" element
         */
        void xsetStateEstimatedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type stateEstimatedAmount);
        
        /**
         * Unsets the "StateEstimatedAmount" element
         */
        void unsetStateEstimatedAmount();
        
        /**
         * Gets the "LocalEstimatedAmount" element
         */
        java.math.BigDecimal getLocalEstimatedAmount();
        
        /**
         * Gets (as xml) the "LocalEstimatedAmount" element
         */
        gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetLocalEstimatedAmount();
        
        /**
         * True if has "LocalEstimatedAmount" element
         */
        boolean isSetLocalEstimatedAmount();
        
        /**
         * Sets the "LocalEstimatedAmount" element
         */
        void setLocalEstimatedAmount(java.math.BigDecimal localEstimatedAmount);
        
        /**
         * Sets (as xml) the "LocalEstimatedAmount" element
         */
        void xsetLocalEstimatedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type localEstimatedAmount);
        
        /**
         * Unsets the "LocalEstimatedAmount" element
         */
        void unsetLocalEstimatedAmount();
        
        /**
         * Gets the "OtherEstimatedAmount" element
         */
        java.math.BigDecimal getOtherEstimatedAmount();
        
        /**
         * Gets (as xml) the "OtherEstimatedAmount" element
         */
        gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetOtherEstimatedAmount();
        
        /**
         * True if has "OtherEstimatedAmount" element
         */
        boolean isSetOtherEstimatedAmount();
        
        /**
         * Sets the "OtherEstimatedAmount" element
         */
        void setOtherEstimatedAmount(java.math.BigDecimal otherEstimatedAmount);
        
        /**
         * Sets (as xml) the "OtherEstimatedAmount" element
         */
        void xsetOtherEstimatedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type otherEstimatedAmount);
        
        /**
         * Unsets the "OtherEstimatedAmount" element
         */
        void unsetOtherEstimatedAmount();
        
        /**
         * Gets the "ProgramIncomeEstimatedAmount" element
         */
        java.math.BigDecimal getProgramIncomeEstimatedAmount();
        
        /**
         * Gets (as xml) the "ProgramIncomeEstimatedAmount" element
         */
        gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetProgramIncomeEstimatedAmount();
        
        /**
         * True if has "ProgramIncomeEstimatedAmount" element
         */
        boolean isSetProgramIncomeEstimatedAmount();
        
        /**
         * Sets the "ProgramIncomeEstimatedAmount" element
         */
        void setProgramIncomeEstimatedAmount(java.math.BigDecimal programIncomeEstimatedAmount);
        
        /**
         * Sets (as xml) the "ProgramIncomeEstimatedAmount" element
         */
        void xsetProgramIncomeEstimatedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type programIncomeEstimatedAmount);
        
        /**
         * Unsets the "ProgramIncomeEstimatedAmount" element
         */
        void unsetProgramIncomeEstimatedAmount();
        
        /**
         * Gets the "TotalEstimatedAmount" element
         */
        java.math.BigDecimal getTotalEstimatedAmount();
        
        /**
         * Gets (as xml) the "TotalEstimatedAmount" element
         */
        gov.grants.apply.system.globalV10.DecimalMin1Max15Places2Type xgetTotalEstimatedAmount();
        
        /**
         * Sets the "TotalEstimatedAmount" element
         */
        void setTotalEstimatedAmount(java.math.BigDecimal totalEstimatedAmount);
        
        /**
         * Sets (as xml) the "TotalEstimatedAmount" element
         */
        void xsetTotalEstimatedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max15Places2Type totalEstimatedAmount);
        
        /**
         * Gets the "currencyCode" attribute
         */
        gov.grants.apply.system.universalCodesV10.CurrencyCodeType.Enum getCurrencyCode();
        
        /**
         * Gets (as xml) the "currencyCode" attribute
         */
        gov.grants.apply.system.universalCodesV10.CurrencyCodeType xgetCurrencyCode();
        
        /**
         * Sets the "currencyCode" attribute
         */
        void setCurrencyCode(gov.grants.apply.system.universalCodesV10.CurrencyCodeType.Enum currencyCode);
        
        /**
         * Sets (as xml) the "currencyCode" attribute
         */
        void xsetCurrencyCode(gov.grants.apply.system.universalCodesV10.CurrencyCodeType currencyCode);
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static gov.grants.apply.forms.sf424V10.BudgetDocument.Budget newInstance() {
              return (gov.grants.apply.forms.sf424V10.BudgetDocument.Budget) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static gov.grants.apply.forms.sf424V10.BudgetDocument.Budget newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (gov.grants.apply.forms.sf424V10.BudgetDocument.Budget) 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.sf424V10.BudgetDocument newInstance() {
          return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static gov.grants.apply.forms.sf424V10.BudgetDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static gov.grants.apply.forms.sf424V10.BudgetDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static gov.grants.apply.forms.sf424V10.BudgetDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.sf424V10.BudgetDocument) 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.sf424V10.BudgetDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static gov.grants.apply.forms.sf424V10.BudgetDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static gov.grants.apply.forms.sf424V10.BudgetDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static gov.grants.apply.forms.sf424V10.BudgetDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static gov.grants.apply.forms.sf424V10.BudgetDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static gov.grants.apply.forms.sf424V10.BudgetDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static gov.grants.apply.forms.sf424V10.BudgetDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static gov.grants.apply.forms.sf424V10.BudgetDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static gov.grants.apply.forms.sf424V10.BudgetDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static gov.grants.apply.forms.sf424V10.BudgetDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static gov.grants.apply.forms.sf424V10.BudgetDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static gov.grants.apply.forms.sf424V10.BudgetDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static gov.grants.apply.forms.sf424V10.BudgetDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (gov.grants.apply.forms.sf424V10.BudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static gov.grants.apply.forms.sf424V10.BudgetDocument 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.sf424V10.BudgetDocument) 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