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

gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument Maven / Gradle / Ivy

/*
 * An XML document type.
 * Localname: CostSubtotalAfterContingencies
 * Namespace: http://apply.grants.gov/forms/SF424C-V1.0
 * Java type: gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument
 *
 * Automatically generated - do not modify.
 */
package gov.grants.apply.forms.sf424CV10;


/**
 * A document containing one CostSubtotalAfterContingencies(@http://apply.grants.gov/forms/SF424C-V1.0) element.
 *
 * This is a complex type.
 */
public interface CostSubtotalAfterContingenciesDocument extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CostSubtotalAfterContingenciesDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("costsubtotalaftercontingencies015fdoctype");
    
    /**
     * Gets the "CostSubtotalAfterContingencies" element
     */
    gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument.CostSubtotalAfterContingencies getCostSubtotalAfterContingencies();
    
    /**
     * Sets the "CostSubtotalAfterContingencies" element
     */
    void setCostSubtotalAfterContingencies(gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument.CostSubtotalAfterContingencies costSubtotalAfterContingencies);
    
    /**
     * Appends and returns a new empty "CostSubtotalAfterContingencies" element
     */
    gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument.CostSubtotalAfterContingencies addNewCostSubtotalAfterContingencies();
    
    /**
     * An XML CostSubtotalAfterContingencies(@http://apply.grants.gov/forms/SF424C-V1.0).
     *
     * This is a complex type.
     */
    public interface CostSubtotalAfterContingencies extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CostSubtotalAfterContingencies.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("costsubtotalaftercontingencies7f61elemtype");
        
        /**
         * Gets the "BudgetEstimatedCostAmount" element
         */
        java.math.BigDecimal getBudgetEstimatedCostAmount();
        
        /**
         * Gets (as xml) the "BudgetEstimatedCostAmount" element
         */
        gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetBudgetEstimatedCostAmount();
        
        /**
         * True if has "BudgetEstimatedCostAmount" element
         */
        boolean isSetBudgetEstimatedCostAmount();
        
        /**
         * Sets the "BudgetEstimatedCostAmount" element
         */
        void setBudgetEstimatedCostAmount(java.math.BigDecimal budgetEstimatedCostAmount);
        
        /**
         * Sets (as xml) the "BudgetEstimatedCostAmount" element
         */
        void xsetBudgetEstimatedCostAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type budgetEstimatedCostAmount);
        
        /**
         * Unsets the "BudgetEstimatedCostAmount" element
         */
        void unsetBudgetEstimatedCostAmount();
        
        /**
         * Gets the "BudgetNonAllowableCostAmount" element
         */
        java.math.BigDecimal getBudgetNonAllowableCostAmount();
        
        /**
         * Gets (as xml) the "BudgetNonAllowableCostAmount" element
         */
        gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetBudgetNonAllowableCostAmount();
        
        /**
         * True if has "BudgetNonAllowableCostAmount" element
         */
        boolean isSetBudgetNonAllowableCostAmount();
        
        /**
         * Sets the "BudgetNonAllowableCostAmount" element
         */
        void setBudgetNonAllowableCostAmount(java.math.BigDecimal budgetNonAllowableCostAmount);
        
        /**
         * Sets (as xml) the "BudgetNonAllowableCostAmount" element
         */
        void xsetBudgetNonAllowableCostAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type budgetNonAllowableCostAmount);
        
        /**
         * Unsets the "BudgetNonAllowableCostAmount" element
         */
        void unsetBudgetNonAllowableCostAmount();
        
        /**
         * Gets the "BudgetTotalAllowableCostAmount" element
         */
        java.math.BigDecimal getBudgetTotalAllowableCostAmount();
        
        /**
         * Gets (as xml) the "BudgetTotalAllowableCostAmount" element
         */
        gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetBudgetTotalAllowableCostAmount();
        
        /**
         * True if has "BudgetTotalAllowableCostAmount" element
         */
        boolean isSetBudgetTotalAllowableCostAmount();
        
        /**
         * Sets the "BudgetTotalAllowableCostAmount" element
         */
        void setBudgetTotalAllowableCostAmount(java.math.BigDecimal budgetTotalAllowableCostAmount);
        
        /**
         * Sets (as xml) the "BudgetTotalAllowableCostAmount" element
         */
        void xsetBudgetTotalAllowableCostAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type budgetTotalAllowableCostAmount);
        
        /**
         * Unsets the "BudgetTotalAllowableCostAmount" element
         */
        void unsetBudgetTotalAllowableCostAmount();
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument.CostSubtotalAfterContingencies newInstance() {
              return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument.CostSubtotalAfterContingencies) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument.CostSubtotalAfterContingencies newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument.CostSubtotalAfterContingencies) 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.sf424CV10.CostSubtotalAfterContingenciesDocument newInstance() {
          return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) 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.sf424CV10.CostSubtotalAfterContingenciesDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static gov.grants.apply.forms.sf424CV10.CostSubtotalAfterContingenciesDocument 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.sf424CV10.CostSubtotalAfterContingenciesDocument) 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