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

gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument Maven / Gradle / Ivy

/*
 * An XML document type.
 * Localname: ED_FIPSEProjectTitle
 * Namespace: http://apply.grants.gov/forms/ED_FIPSEProjectTitle-V1.0
 * Java type: gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument
 *
 * Automatically generated - do not modify.
 */
package gov.grants.apply.forms.edFIPSEProjectTitleV10;


/**
 * A document containing one ED_FIPSEProjectTitle(@http://apply.grants.gov/forms/ED_FIPSEProjectTitle-V1.0) element.
 *
 * This is a complex type.
 */
public interface EDFIPSEProjectTitleDocument extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(EDFIPSEProjectTitleDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("edfipseprojecttitle385ddoctype");
    
    /**
     * Gets the "ED_FIPSEProjectTitle" element
     */
    gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle getEDFIPSEProjectTitle();
    
    /**
     * Sets the "ED_FIPSEProjectTitle" element
     */
    void setEDFIPSEProjectTitle(gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle edfipseProjectTitle);
    
    /**
     * Appends and returns a new empty "ED_FIPSEProjectTitle" element
     */
    gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle addNewEDFIPSEProjectTitle();
    
    /**
     * An XML ED_FIPSEProjectTitle(@http://apply.grants.gov/forms/ED_FIPSEProjectTitle-V1.0).
     *
     * This is a complex type.
     */
    public interface EDFIPSEProjectTitle extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(EDFIPSEProjectTitle.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("edfipseprojecttitle84c3elemtype");
        
        /**
         * Gets the "FIPSEProgramName" element
         */
        gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FIPSEProgramName.Enum getFIPSEProgramName();
        
        /**
         * Gets (as xml) the "FIPSEProgramName" element
         */
        gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FIPSEProgramName xgetFIPSEProgramName();
        
        /**
         * Sets the "FIPSEProgramName" element
         */
        void setFIPSEProgramName(gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FIPSEProgramName.Enum fipseProgramName);
        
        /**
         * Sets (as xml) the "FIPSEProgramName" element
         */
        void xsetFIPSEProgramName(gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FIPSEProgramName fipseProgramName);
        
        /**
         * Gets the "US_Partner" element
         */
        gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.USPartner getUSPartner();
        
        /**
         * Sets the "US_Partner" element
         */
        void setUSPartner(gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.USPartner usPartner);
        
        /**
         * Appends and returns a new empty "US_Partner" element
         */
        gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.USPartner addNewUSPartner();
        
        /**
         * Gets the "Foreign_Partner_I" element
         */
        gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ForeignPartnerI getForeignPartnerI();
        
        /**
         * Sets the "Foreign_Partner_I" element
         */
        void setForeignPartnerI(gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ForeignPartnerI foreignPartnerI);
        
        /**
         * Appends and returns a new empty "Foreign_Partner_I" element
         */
        gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ForeignPartnerI addNewForeignPartnerI();
        
        /**
         * Gets the "Foreign_Partner_II" element
         */
        gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ForeignPartnerII getForeignPartnerII();
        
        /**
         * True if has "Foreign_Partner_II" element
         */
        boolean isSetForeignPartnerII();
        
        /**
         * Sets the "Foreign_Partner_II" element
         */
        void setForeignPartnerII(gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ForeignPartnerII foreignPartnerII);
        
        /**
         * Appends and returns a new empty "Foreign_Partner_II" element
         */
        gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ForeignPartnerII addNewForeignPartnerII();
        
        /**
         * Unsets the "Foreign_Partner_II" element
         */
        void unsetForeignPartnerII();
        
        /**
         * Gets the "ProjectTitle" element
         */
        java.lang.String getProjectTitle();
        
        /**
         * Gets (as xml) the "ProjectTitle" element
         */
        gov.grants.apply.system.globalLibraryV20.ProjectTitleDataType xgetProjectTitle();
        
        /**
         * Sets the "ProjectTitle" element
         */
        void setProjectTitle(java.lang.String projectTitle);
        
        /**
         * Sets (as xml) the "ProjectTitle" element
         */
        void xsetProjectTitle(gov.grants.apply.system.globalLibraryV20.ProjectTitleDataType projectTitle);
        
        /**
         * Gets the "ProposalAbstractText" element
         */
        java.lang.String getProposalAbstractText();
        
        /**
         * Gets (as xml) the "ProposalAbstractText" element
         */
        gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ProposalAbstractText xgetProposalAbstractText();
        
        /**
         * Sets the "ProposalAbstractText" element
         */
        void setProposalAbstractText(java.lang.String proposalAbstractText);
        
        /**
         * Sets (as xml) the "ProposalAbstractText" element
         */
        void xsetProposalAbstractText(gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ProposalAbstractText proposalAbstractText);
        
        /**
         * Gets the "ConsortiaProjectFormat" element
         */
        gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ConsortiaProjectFormat.Enum getConsortiaProjectFormat();
        
        /**
         * Gets (as xml) the "ConsortiaProjectFormat" element
         */
        gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ConsortiaProjectFormat xgetConsortiaProjectFormat();
        
        /**
         * Sets the "ConsortiaProjectFormat" element
         */
        void setConsortiaProjectFormat(gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ConsortiaProjectFormat.Enum consortiaProjectFormat);
        
        /**
         * Sets (as xml) the "ConsortiaProjectFormat" element
         */
        void xsetConsortiaProjectFormat(gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ConsortiaProjectFormat consortiaProjectFormat);
        
        /**
         * Gets the "Federal_Funds_Requested" element
         */
        gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FederalFundsRequested getFederalFundsRequested();
        
        /**
         * Sets the "Federal_Funds_Requested" element
         */
        void setFederalFundsRequested(gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FederalFundsRequested federalFundsRequested);
        
        /**
         * Appends and returns a new empty "Federal_Funds_Requested" element
         */
        gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FederalFundsRequested addNewFederalFundsRequested();
        
        /**
         * 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 FIPSEProgramName(@http://apply.grants.gov/forms/ED_FIPSEProjectTitle-V1.0).
         *
         * This is an atomic type that is a restriction of gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument$EDFIPSEProjectTitle$FIPSEProgramName.
         */
        public interface FIPSEProgramName extends org.apache.xmlbeans.XmlString
        {
            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
                org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FIPSEProgramName.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("fipseprogramname9f0felemtype");
            
            org.apache.xmlbeans.StringEnumAbstractBase enumValue();
            void set(org.apache.xmlbeans.StringEnumAbstractBase e);
            
            static final Enum EU_U_S_PROGRAM = Enum.forString("EU-U.S. Program");
            static final Enum U_S_BRAZIL_PROGRAM = Enum.forString("U.S.-Brazil Program");
            static final Enum NORTH_AMERICAN_PROGRAM = Enum.forString("North American Program");
            
            static final int INT_EU_U_S_PROGRAM = Enum.INT_EU_U_S_PROGRAM;
            static final int INT_U_S_BRAZIL_PROGRAM = Enum.INT_U_S_BRAZIL_PROGRAM;
            static final int INT_NORTH_AMERICAN_PROGRAM = Enum.INT_NORTH_AMERICAN_PROGRAM;
            
            /**
             * Enumeration value class for gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument$EDFIPSEProjectTitle$FIPSEProgramName.
             * These enum values can be used as follows:
             * 
             * enum.toString(); // returns the string value of the enum
             * enum.intValue(); // returns an int value, useful for switches
             * // e.g., case Enum.INT_EU_U_S_PROGRAM
             * Enum.forString(s); // returns the enum value for a string
             * Enum.forInt(i); // returns the enum value for an int
             * 
* Enumeration objects are immutable singleton objects that * can be compared using == object equality. They have no * public constructor. See the constants defined within this * class for all the valid values. */ static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase { /** * Returns the enum value for a string, or null if none. */ public static Enum forString(java.lang.String s) { return (Enum)table.forString(s); } /** * Returns the enum value corresponding to an int, or null if none. */ public static Enum forInt(int i) { return (Enum)table.forInt(i); } private Enum(java.lang.String s, int i) { super(s, i); } static final int INT_EU_U_S_PROGRAM = 1; static final int INT_U_S_BRAZIL_PROGRAM = 2; static final int INT_NORTH_AMERICAN_PROGRAM = 3; public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table = new org.apache.xmlbeans.StringEnumAbstractBase.Table ( new Enum[] { new Enum("EU-U.S. Program", INT_EU_U_S_PROGRAM), new Enum("U.S.-Brazil Program", INT_U_S_BRAZIL_PROGRAM), new Enum("North American Program", INT_NORTH_AMERICAN_PROGRAM), } ); private static final long serialVersionUID = 1L; private java.lang.Object readResolve() { return forInt(intValue()); } } /** * A factory class with static methods for creating instances * of this type. */ public static final class Factory { public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FIPSEProgramName newValue(java.lang.Object obj) { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FIPSEProgramName) type.newValue( obj ); } public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FIPSEProgramName newInstance() { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FIPSEProgramName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FIPSEProgramName newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FIPSEProgramName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } private Factory() { } // No instance of this class allowed } } /** * An XML US_Partner(@http://apply.grants.gov/forms/ED_FIPSEProjectTitle-V1.0). * * This is a complex type. */ public interface USPartner extends org.apache.xmlbeans.XmlObject { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(USPartner.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("uspartnerad26elemtype"); /** * Gets the "USLeadInstitutionName" element */ java.lang.String getUSLeadInstitutionName(); /** * Gets (as xml) the "USLeadInstitutionName" element */ gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetUSLeadInstitutionName(); /** * Sets the "USLeadInstitutionName" element */ void setUSLeadInstitutionName(java.lang.String usLeadInstitutionName); /** * Sets (as xml) the "USLeadInstitutionName" element */ void xsetUSLeadInstitutionName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType usLeadInstitutionName); /** * Gets the "USSecondPartnerInstitutionName" element */ java.lang.String getUSSecondPartnerInstitutionName(); /** * Gets (as xml) the "USSecondPartnerInstitutionName" element */ gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetUSSecondPartnerInstitutionName(); /** * Sets the "USSecondPartnerInstitutionName" element */ void setUSSecondPartnerInstitutionName(java.lang.String usSecondPartnerInstitutionName); /** * Sets (as xml) the "USSecondPartnerInstitutionName" element */ void xsetUSSecondPartnerInstitutionName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType usSecondPartnerInstitutionName); /** * Gets the "USThirdPartnerInstitutionName" element */ java.lang.String getUSThirdPartnerInstitutionName(); /** * Gets (as xml) the "USThirdPartnerInstitutionName" element */ gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetUSThirdPartnerInstitutionName(); /** * True if has "USThirdPartnerInstitutionName" element */ boolean isSetUSThirdPartnerInstitutionName(); /** * Sets the "USThirdPartnerInstitutionName" element */ void setUSThirdPartnerInstitutionName(java.lang.String usThirdPartnerInstitutionName); /** * Sets (as xml) the "USThirdPartnerInstitutionName" element */ void xsetUSThirdPartnerInstitutionName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType usThirdPartnerInstitutionName); /** * Unsets the "USThirdPartnerInstitutionName" element */ void unsetUSThirdPartnerInstitutionName(); /** * A factory class with static methods for creating instances * of this type. */ public static final class Factory { public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.USPartner newInstance() { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.USPartner) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.USPartner newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.USPartner) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } private Factory() { } // No instance of this class allowed } } /** * An XML Foreign_Partner_I(@http://apply.grants.gov/forms/ED_FIPSEProjectTitle-V1.0). * * This is a complex type. */ public interface ForeignPartnerI extends org.apache.xmlbeans.XmlObject { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ForeignPartnerI.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("foreignpartneri7996elemtype"); /** * Gets the "ForeignLeadInstitutionName" element */ java.lang.String getForeignLeadInstitutionName(); /** * Gets (as xml) the "ForeignLeadInstitutionName" element */ gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetForeignLeadInstitutionName(); /** * Sets the "ForeignLeadInstitutionName" element */ void setForeignLeadInstitutionName(java.lang.String foreignLeadInstitutionName); /** * Sets (as xml) the "ForeignLeadInstitutionName" element */ void xsetForeignLeadInstitutionName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType foreignLeadInstitutionName); /** * Gets the "ForeignSecondPartnerInstitutionName" element */ java.lang.String getForeignSecondPartnerInstitutionName(); /** * Gets (as xml) the "ForeignSecondPartnerInstitutionName" element */ gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetForeignSecondPartnerInstitutionName(); /** * Sets the "ForeignSecondPartnerInstitutionName" element */ void setForeignSecondPartnerInstitutionName(java.lang.String foreignSecondPartnerInstitutionName); /** * Sets (as xml) the "ForeignSecondPartnerInstitutionName" element */ void xsetForeignSecondPartnerInstitutionName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType foreignSecondPartnerInstitutionName); /** * Gets the "ForeignThirdPartnerInstitutionName" element */ java.lang.String getForeignThirdPartnerInstitutionName(); /** * Gets (as xml) the "ForeignThirdPartnerInstitutionName" element */ gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetForeignThirdPartnerInstitutionName(); /** * True if has "ForeignThirdPartnerInstitutionName" element */ boolean isSetForeignThirdPartnerInstitutionName(); /** * Sets the "ForeignThirdPartnerInstitutionName" element */ void setForeignThirdPartnerInstitutionName(java.lang.String foreignThirdPartnerInstitutionName); /** * Sets (as xml) the "ForeignThirdPartnerInstitutionName" element */ void xsetForeignThirdPartnerInstitutionName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType foreignThirdPartnerInstitutionName); /** * Unsets the "ForeignThirdPartnerInstitutionName" element */ void unsetForeignThirdPartnerInstitutionName(); /** * A factory class with static methods for creating instances * of this type. */ public static final class Factory { public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ForeignPartnerI newInstance() { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ForeignPartnerI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ForeignPartnerI newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ForeignPartnerI) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } private Factory() { } // No instance of this class allowed } } /** * An XML Foreign_Partner_II(@http://apply.grants.gov/forms/ED_FIPSEProjectTitle-V1.0). * * This is a complex type. */ public interface ForeignPartnerII extends org.apache.xmlbeans.XmlObject { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ForeignPartnerII.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("foreignpartneriibd61elemtype"); /** * Gets the "ForeignSecondLeadInstitutionName" element */ java.lang.String getForeignSecondLeadInstitutionName(); /** * Gets (as xml) the "ForeignSecondLeadInstitutionName" element */ gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetForeignSecondLeadInstitutionName(); /** * True if has "ForeignSecondLeadInstitutionName" element */ boolean isSetForeignSecondLeadInstitutionName(); /** * Sets the "ForeignSecondLeadInstitutionName" element */ void setForeignSecondLeadInstitutionName(java.lang.String foreignSecondLeadInstitutionName); /** * Sets (as xml) the "ForeignSecondLeadInstitutionName" element */ void xsetForeignSecondLeadInstitutionName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType foreignSecondLeadInstitutionName); /** * Unsets the "ForeignSecondLeadInstitutionName" element */ void unsetForeignSecondLeadInstitutionName(); /** * Gets the "ForeignFourthPartnerInstitutionName" element */ java.lang.String getForeignFourthPartnerInstitutionName(); /** * Gets (as xml) the "ForeignFourthPartnerInstitutionName" element */ gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetForeignFourthPartnerInstitutionName(); /** * True if has "ForeignFourthPartnerInstitutionName" element */ boolean isSetForeignFourthPartnerInstitutionName(); /** * Sets the "ForeignFourthPartnerInstitutionName" element */ void setForeignFourthPartnerInstitutionName(java.lang.String foreignFourthPartnerInstitutionName); /** * Sets (as xml) the "ForeignFourthPartnerInstitutionName" element */ void xsetForeignFourthPartnerInstitutionName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType foreignFourthPartnerInstitutionName); /** * Unsets the "ForeignFourthPartnerInstitutionName" element */ void unsetForeignFourthPartnerInstitutionName(); /** * A factory class with static methods for creating instances * of this type. */ public static final class Factory { public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ForeignPartnerII newInstance() { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ForeignPartnerII) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ForeignPartnerII newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ForeignPartnerII) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } private Factory() { } // No instance of this class allowed } } /** * An XML ProposalAbstractText(@http://apply.grants.gov/forms/ED_FIPSEProjectTitle-V1.0). * * This is an atomic type that is a restriction of gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument$EDFIPSEProjectTitle$ProposalAbstractText. */ public interface ProposalAbstractText extends org.apache.xmlbeans.XmlString { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProposalAbstractText.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("proposalabstracttextf440elemtype"); /** * A factory class with static methods for creating instances * of this type. */ public static final class Factory { public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ProposalAbstractText newValue(java.lang.Object obj) { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ProposalAbstractText) type.newValue( obj ); } public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ProposalAbstractText newInstance() { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ProposalAbstractText) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ProposalAbstractText newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ProposalAbstractText) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } private Factory() { } // No instance of this class allowed } } /** * An XML ConsortiaProjectFormat(@http://apply.grants.gov/forms/ED_FIPSEProjectTitle-V1.0). * * This is an atomic type that is a restriction of gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument$EDFIPSEProjectTitle$ConsortiaProjectFormat. */ public interface ConsortiaProjectFormat extends org.apache.xmlbeans.XmlString { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ConsortiaProjectFormat.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("consortiaprojectformatd097elemtype"); org.apache.xmlbeans.StringEnumAbstractBase enumValue(); void set(org.apache.xmlbeans.StringEnumAbstractBase e); static final Enum FOUR_YEAR = Enum.forString("Four-year"); static final Enum TWO_YEAR = Enum.forString("Two-year"); static final int INT_FOUR_YEAR = Enum.INT_FOUR_YEAR; static final int INT_TWO_YEAR = Enum.INT_TWO_YEAR; /** * Enumeration value class for gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument$EDFIPSEProjectTitle$ConsortiaProjectFormat. * These enum values can be used as follows: *
             * enum.toString(); // returns the string value of the enum
             * enum.intValue(); // returns an int value, useful for switches
             * // e.g., case Enum.INT_FOUR_YEAR
             * Enum.forString(s); // returns the enum value for a string
             * Enum.forInt(i); // returns the enum value for an int
             * 
* Enumeration objects are immutable singleton objects that * can be compared using == object equality. They have no * public constructor. See the constants defined within this * class for all the valid values. */ static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase { /** * Returns the enum value for a string, or null if none. */ public static Enum forString(java.lang.String s) { return (Enum)table.forString(s); } /** * Returns the enum value corresponding to an int, or null if none. */ public static Enum forInt(int i) { return (Enum)table.forInt(i); } private Enum(java.lang.String s, int i) { super(s, i); } static final int INT_FOUR_YEAR = 1; static final int INT_TWO_YEAR = 2; public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table = new org.apache.xmlbeans.StringEnumAbstractBase.Table ( new Enum[] { new Enum("Four-year", INT_FOUR_YEAR), new Enum("Two-year", INT_TWO_YEAR), } ); private static final long serialVersionUID = 1L; private java.lang.Object readResolve() { return forInt(intValue()); } } /** * A factory class with static methods for creating instances * of this type. */ public static final class Factory { public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ConsortiaProjectFormat newValue(java.lang.Object obj) { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ConsortiaProjectFormat) type.newValue( obj ); } public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ConsortiaProjectFormat newInstance() { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ConsortiaProjectFormat) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ConsortiaProjectFormat newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.ConsortiaProjectFormat) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } private Factory() { } // No instance of this class allowed } } /** * An XML Federal_Funds_Requested(@http://apply.grants.gov/forms/ED_FIPSEProjectTitle-V1.0). * * This is a complex type. */ public interface FederalFundsRequested extends org.apache.xmlbeans.XmlObject { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FederalFundsRequested.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("federalfundsrequested50aaelemtype"); /** * Gets the "FederalFundsYear1RequestedAmount" element */ java.math.BigDecimal getFederalFundsYear1RequestedAmount(); /** * Gets (as xml) the "FederalFundsYear1RequestedAmount" element */ gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetFederalFundsYear1RequestedAmount(); /** * Sets the "FederalFundsYear1RequestedAmount" element */ void setFederalFundsYear1RequestedAmount(java.math.BigDecimal federalFundsYear1RequestedAmount); /** * Sets (as xml) the "FederalFundsYear1RequestedAmount" element */ void xsetFederalFundsYear1RequestedAmount(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType federalFundsYear1RequestedAmount); /** * Gets the "FederalFundsYear2RequestedAmount" element */ java.math.BigDecimal getFederalFundsYear2RequestedAmount(); /** * Gets (as xml) the "FederalFundsYear2RequestedAmount" element */ gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetFederalFundsYear2RequestedAmount(); /** * Sets the "FederalFundsYear2RequestedAmount" element */ void setFederalFundsYear2RequestedAmount(java.math.BigDecimal federalFundsYear2RequestedAmount); /** * Sets (as xml) the "FederalFundsYear2RequestedAmount" element */ void xsetFederalFundsYear2RequestedAmount(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType federalFundsYear2RequestedAmount); /** * Gets the "FederalFundsYear3RequestedAmount" element */ java.math.BigDecimal getFederalFundsYear3RequestedAmount(); /** * Gets (as xml) the "FederalFundsYear3RequestedAmount" element */ gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetFederalFundsYear3RequestedAmount(); /** * True if has "FederalFundsYear3RequestedAmount" element */ boolean isSetFederalFundsYear3RequestedAmount(); /** * Sets the "FederalFundsYear3RequestedAmount" element */ void setFederalFundsYear3RequestedAmount(java.math.BigDecimal federalFundsYear3RequestedAmount); /** * Sets (as xml) the "FederalFundsYear3RequestedAmount" element */ void xsetFederalFundsYear3RequestedAmount(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType federalFundsYear3RequestedAmount); /** * Unsets the "FederalFundsYear3RequestedAmount" element */ void unsetFederalFundsYear3RequestedAmount(); /** * Gets the "FederalFundsYear4RequestedAmount" element */ java.math.BigDecimal getFederalFundsYear4RequestedAmount(); /** * Gets (as xml) the "FederalFundsYear4RequestedAmount" element */ gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetFederalFundsYear4RequestedAmount(); /** * True if has "FederalFundsYear4RequestedAmount" element */ boolean isSetFederalFundsYear4RequestedAmount(); /** * Sets the "FederalFundsYear4RequestedAmount" element */ void setFederalFundsYear4RequestedAmount(java.math.BigDecimal federalFundsYear4RequestedAmount); /** * Sets (as xml) the "FederalFundsYear4RequestedAmount" element */ void xsetFederalFundsYear4RequestedAmount(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType federalFundsYear4RequestedAmount); /** * Unsets the "FederalFundsYear4RequestedAmount" element */ void unsetFederalFundsYear4RequestedAmount(); /** * Gets the "FederalFundsTotalRequestedAmount" element */ java.math.BigDecimal getFederalFundsTotalRequestedAmount(); /** * Gets (as xml) the "FederalFundsTotalRequestedAmount" element */ gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetFederalFundsTotalRequestedAmount(); /** * Sets the "FederalFundsTotalRequestedAmount" element */ void setFederalFundsTotalRequestedAmount(java.math.BigDecimal federalFundsTotalRequestedAmount); /** * Sets (as xml) the "FederalFundsTotalRequestedAmount" element */ void xsetFederalFundsTotalRequestedAmount(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType federalFundsTotalRequestedAmount); /** * A factory class with static methods for creating instances * of this type. */ public static final class Factory { public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FederalFundsRequested newInstance() { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FederalFundsRequested) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FederalFundsRequested newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle.FederalFundsRequested) 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.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle newInstance() { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument.EDFIPSEProjectTitle) 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.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument newInstance() { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } /** @param xmlAsString the string value to parse */ public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) 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.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */ public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { return (gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */ public static gov.grants.apply.forms.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument 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.edFIPSEProjectTitleV10.EDFIPSEProjectTitleDocument) 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