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

gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument Maven / Gradle / Ivy

/*
 * An XML document type.
 * Localname: NonFederalResources
 * Namespace: http://apply.grants.gov/forms/SF424A-V1.0
 * Java type: gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument
 *
 * Automatically generated - do not modify.
 */
package gov.grants.apply.forms.sf424AV10;


/**
 * A document containing one NonFederalResources(@http://apply.grants.gov/forms/SF424A-V1.0) element.
 *
 * This is a complex type.
 */
public interface NonFederalResourcesDocument extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NonFederalResourcesDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nonfederalresourcescb42doctype");
    
    /**
     * Gets the "NonFederalResources" element
     */
    gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument.NonFederalResources getNonFederalResources();
    
    /**
     * Sets the "NonFederalResources" element
     */
    void setNonFederalResources(gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument.NonFederalResources nonFederalResources);
    
    /**
     * Appends and returns a new empty "NonFederalResources" element
     */
    gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument.NonFederalResources addNewNonFederalResources();
    
    /**
     * An XML NonFederalResources(@http://apply.grants.gov/forms/SF424A-V1.0).
     *
     * This is a complex type.
     */
    public interface NonFederalResources extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NonFederalResources.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nonfederalresources9c83elemtype");
        
        /**
         * Gets array of all "ResourceLineItem" elements
         */
        gov.grants.apply.forms.sf424AV10.ResourceLineItemDocument.ResourceLineItem[] getResourceLineItemArray();
        
        /**
         * Gets ith "ResourceLineItem" element
         */
        gov.grants.apply.forms.sf424AV10.ResourceLineItemDocument.ResourceLineItem getResourceLineItemArray(int i);
        
        /**
         * Returns number of "ResourceLineItem" element
         */
        int sizeOfResourceLineItemArray();
        
        /**
         * Sets array of all "ResourceLineItem" element
         */
        void setResourceLineItemArray(gov.grants.apply.forms.sf424AV10.ResourceLineItemDocument.ResourceLineItem[] resourceLineItemArray);
        
        /**
         * Sets ith "ResourceLineItem" element
         */
        void setResourceLineItemArray(int i, gov.grants.apply.forms.sf424AV10.ResourceLineItemDocument.ResourceLineItem resourceLineItem);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "ResourceLineItem" element
         */
        gov.grants.apply.forms.sf424AV10.ResourceLineItemDocument.ResourceLineItem insertNewResourceLineItem(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "ResourceLineItem" element
         */
        gov.grants.apply.forms.sf424AV10.ResourceLineItemDocument.ResourceLineItem addNewResourceLineItem();
        
        /**
         * Removes the ith "ResourceLineItem" element
         */
        void removeResourceLineItem(int i);
        
        /**
         * Gets the "ResourceTotals" element
         */
        gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument.ResourceTotals getResourceTotals();
        
        /**
         * True if has "ResourceTotals" element
         */
        boolean isSetResourceTotals();
        
        /**
         * Sets the "ResourceTotals" element
         */
        void setResourceTotals(gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument.ResourceTotals resourceTotals);
        
        /**
         * Appends and returns a new empty "ResourceTotals" element
         */
        gov.grants.apply.forms.sf424AV10.ResourceTotalsDocument.ResourceTotals addNewResourceTotals();
        
        /**
         * Unsets the "ResourceTotals" element
         */
        void unsetResourceTotals();
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument.NonFederalResources newInstance() {
              return (gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument.NonFederalResources) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument.NonFederalResources newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument.NonFederalResources) 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.sf424AV10.NonFederalResourcesDocument newInstance() {
          return (gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument) 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.sf424AV10.NonFederalResourcesDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static gov.grants.apply.forms.sf424AV10.NonFederalResourcesDocument 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.sf424AV10.NonFederalResourcesDocument) 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