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

gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument Maven / Gradle / Ivy

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


/**
 * A document containing one NSF_BIO_EF(@http://apply.grants.gov/forms/NSF_BIO_EF-V1.0) element.
 *
 * This is a complex type.
 */
public interface NSFBIOEFDocument extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NSFBIOEFDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nsfbioef65dddoctype");
    
    /**
     * Gets the "NSF_BIO_EF" element
     */
    gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF getNSFBIOEF();
    
    /**
     * Sets the "NSF_BIO_EF" element
     */
    void setNSFBIOEF(gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF nsfbioef);
    
    /**
     * Appends and returns a new empty "NSF_BIO_EF" element
     */
    gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF addNewNSFBIOEF();
    
    /**
     * An XML NSF_BIO_EF(@http://apply.grants.gov/forms/NSF_BIO_EF-V1.0).
     *
     * This is a complex type.
     */
    public interface NSFBIOEF extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NSFBIOEF.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("nsfbioeff5cbelemtype");
        
        /**
         * Gets the "InvestigatorStatus" element
         */
        gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.InvestigatorStatus.Enum getInvestigatorStatus();
        
        /**
         * Gets (as xml) the "InvestigatorStatus" element
         */
        gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.InvestigatorStatus xgetInvestigatorStatus();
        
        /**
         * Sets the "InvestigatorStatus" element
         */
        void setInvestigatorStatus(gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.InvestigatorStatus.Enum investigatorStatus);
        
        /**
         * Sets (as xml) the "InvestigatorStatus" element
         */
        void xsetInvestigatorStatus(gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.InvestigatorStatus investigatorStatus);
        
        /**
         * Gets the "OtherCat" element
         */
        gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.OtherCat getOtherCat();
        
        /**
         * Sets the "OtherCat" element
         */
        void setOtherCat(gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.OtherCat otherCat);
        
        /**
         * Appends and returns a new empty "OtherCat" element
         */
        gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.OtherCat addNewOtherCat();
        
        /**
         * Gets the "OrgClass" element
         */
        gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.OrgClass getOrgClass();
        
        /**
         * Sets the "OrgClass" element
         */
        void setOrgClass(gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.OrgClass orgClass);
        
        /**
         * Appends and returns a new empty "OrgClass" element
         */
        gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.OrgClass addNewOrgClass();
        
        /**
         * Gets the "ModORG" element
         */
        gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.ModORG getModORG();
        
        /**
         * Sets the "ModORG" element
         */
        void setModORG(gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.ModORG modORG);
        
        /**
         * Appends and returns a new empty "ModORG" element
         */
        gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.ModORG addNewModORG();
        
        /**
         * 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 InvestigatorStatus(@http://apply.grants.gov/forms/NSF_BIO_EF-V1.0).
         *
         * This is an atomic type that is a restriction of gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument$NSFBIOEF$InvestigatorStatus.
         */
        public interface InvestigatorStatus extends org.apache.xmlbeans.XmlString
        {
            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
                org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(InvestigatorStatus.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("investigatorstatus3a82elemtype");
            
            org.apache.xmlbeans.StringEnumAbstractBase enumValue();
            void set(org.apache.xmlbeans.StringEnumAbstractBase e);
            
            static final Enum BEGINNING_INVESTIGATOR = Enum.forString("Beginning Investigator");
            static final Enum PRIOR_FEDERAL_SUPPORT_ONLY = Enum.forString("Prior Federal support only");
            static final Enum CURRENT_FEDERAL_SUPPORT_ONLY = Enum.forString("Current Federal support only");
            static final Enum CURRENT_AND_PRIOR_FEDERAL_SUPPORT = Enum.forString("Current and prior Federal support");
            
            static final int INT_BEGINNING_INVESTIGATOR = Enum.INT_BEGINNING_INVESTIGATOR;
            static final int INT_PRIOR_FEDERAL_SUPPORT_ONLY = Enum.INT_PRIOR_FEDERAL_SUPPORT_ONLY;
            static final int INT_CURRENT_FEDERAL_SUPPORT_ONLY = Enum.INT_CURRENT_FEDERAL_SUPPORT_ONLY;
            static final int INT_CURRENT_AND_PRIOR_FEDERAL_SUPPORT = Enum.INT_CURRENT_AND_PRIOR_FEDERAL_SUPPORT;
            
            /**
             * Enumeration value class for gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument$NSFBIOEF$InvestigatorStatus.
             * 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_BEGINNING_INVESTIGATOR
             * 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_BEGINNING_INVESTIGATOR = 1; static final int INT_PRIOR_FEDERAL_SUPPORT_ONLY = 2; static final int INT_CURRENT_FEDERAL_SUPPORT_ONLY = 3; static final int INT_CURRENT_AND_PRIOR_FEDERAL_SUPPORT = 4; public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table = new org.apache.xmlbeans.StringEnumAbstractBase.Table ( new Enum[] { new Enum("Beginning Investigator", INT_BEGINNING_INVESTIGATOR), new Enum("Prior Federal support only", INT_PRIOR_FEDERAL_SUPPORT_ONLY), new Enum("Current Federal support only", INT_CURRENT_FEDERAL_SUPPORT_ONLY), new Enum("Current and prior Federal support", INT_CURRENT_AND_PRIOR_FEDERAL_SUPPORT), } ); 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.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.InvestigatorStatus newValue(java.lang.Object obj) { return (gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.InvestigatorStatus) type.newValue( obj ); } public static gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.InvestigatorStatus newInstance() { return (gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.InvestigatorStatus) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.InvestigatorStatus newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.InvestigatorStatus) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } private Factory() { } // No instance of this class allowed } } /** * An XML OtherCat(@http://apply.grants.gov/forms/NSF_BIO_EF-V1.0). * * This is a complex type. */ public interface OtherCat extends org.apache.xmlbeans.XmlObject { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OtherCat.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("othercat272delemtype"); /** * Gets the "Astronomy" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAstronomy(); /** * Gets (as xml) the "Astronomy" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAstronomy(); /** * True if has "Astronomy" element */ boolean isSetAstronomy(); /** * Sets the "Astronomy" element */ void setAstronomy(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum astronomy); /** * Sets (as xml) the "Astronomy" element */ void xsetAstronomy(gov.grants.apply.system.globalLibraryV20.YesNoDataType astronomy); /** * Unsets the "Astronomy" element */ void unsetAstronomy(); /** * Gets the "Chemistry" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getChemistry(); /** * Gets (as xml) the "Chemistry" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetChemistry(); /** * True if has "Chemistry" element */ boolean isSetChemistry(); /** * Sets the "Chemistry" element */ void setChemistry(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum chemistry); /** * Sets (as xml) the "Chemistry" element */ void xsetChemistry(gov.grants.apply.system.globalLibraryV20.YesNoDataType chemistry); /** * Unsets the "Chemistry" element */ void unsetChemistry(); /** * Gets the "ComputerScience" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getComputerScience(); /** * Gets (as xml) the "ComputerScience" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetComputerScience(); /** * True if has "ComputerScience" element */ boolean isSetComputerScience(); /** * Sets the "ComputerScience" element */ void setComputerScience(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum computerScience); /** * Sets (as xml) the "ComputerScience" element */ void xsetComputerScience(gov.grants.apply.system.globalLibraryV20.YesNoDataType computerScience); /** * Unsets the "ComputerScience" element */ void unsetComputerScience(); /** * Gets the "EarthScience" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEarthScience(); /** * Gets (as xml) the "EarthScience" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEarthScience(); /** * True if has "EarthScience" element */ boolean isSetEarthScience(); /** * Sets the "EarthScience" element */ void setEarthScience(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum earthScience); /** * Sets (as xml) the "EarthScience" element */ void xsetEarthScience(gov.grants.apply.system.globalLibraryV20.YesNoDataType earthScience); /** * Unsets the "EarthScience" element */ void unsetEarthScience(); /** * Gets the "Engineering" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEngineering(); /** * Gets (as xml) the "Engineering" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEngineering(); /** * True if has "Engineering" element */ boolean isSetEngineering(); /** * Sets the "Engineering" element */ void setEngineering(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum engineering); /** * Sets (as xml) the "Engineering" element */ void xsetEngineering(gov.grants.apply.system.globalLibraryV20.YesNoDataType engineering); /** * Unsets the "Engineering" element */ void unsetEngineering(); /** * Gets the "Mathematics" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMathematics(); /** * Gets (as xml) the "Mathematics" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMathematics(); /** * True if has "Mathematics" element */ boolean isSetMathematics(); /** * Sets the "Mathematics" element */ void setMathematics(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum mathematics); /** * Sets (as xml) the "Mathematics" element */ void xsetMathematics(gov.grants.apply.system.globalLibraryV20.YesNoDataType mathematics); /** * Unsets the "Mathematics" element */ void unsetMathematics(); /** * Gets the "Physics" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPhysics(); /** * Gets (as xml) the "Physics" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPhysics(); /** * True if has "Physics" element */ boolean isSetPhysics(); /** * Sets the "Physics" element */ void setPhysics(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum physics); /** * Sets (as xml) the "Physics" element */ void xsetPhysics(gov.grants.apply.system.globalLibraryV20.YesNoDataType physics); /** * Unsets the "Physics" element */ void unsetPhysics(); /** * Gets the "Psychology" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPsychology(); /** * Gets (as xml) the "Psychology" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPsychology(); /** * True if has "Psychology" element */ boolean isSetPsychology(); /** * Sets the "Psychology" element */ void setPsychology(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum psychology); /** * Sets (as xml) the "Psychology" element */ void xsetPsychology(gov.grants.apply.system.globalLibraryV20.YesNoDataType psychology); /** * Unsets the "Psychology" element */ void unsetPsychology(); /** * Gets the "SocialSciences" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSocialSciences(); /** * Gets (as xml) the "SocialSciences" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSocialSciences(); /** * True if has "SocialSciences" element */ boolean isSetSocialSciences(); /** * Sets the "SocialSciences" element */ void setSocialSciences(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum socialSciences); /** * Sets (as xml) the "SocialSciences" element */ void xsetSocialSciences(gov.grants.apply.system.globalLibraryV20.YesNoDataType socialSciences); /** * Unsets the "SocialSciences" element */ void unsetSocialSciences(); /** * Gets the "None" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNone(); /** * Gets (as xml) the "None" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNone(); /** * True if has "None" element */ boolean isSetNone(); /** * Sets the "None" element */ void setNone(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum none); /** * Sets (as xml) the "None" element */ void xsetNone(gov.grants.apply.system.globalLibraryV20.YesNoDataType none); /** * Unsets the "None" element */ void unsetNone(); /** * A factory class with static methods for creating instances * of this type. */ public static final class Factory { public static gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.OtherCat newInstance() { return (gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.OtherCat) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.OtherCat newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.OtherCat) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } private Factory() { } // No instance of this class allowed } } /** * An XML OrgClass(@http://apply.grants.gov/forms/NSF_BIO_EF-V1.0). * * This is a complex type. */ public interface OrgClass extends org.apache.xmlbeans.XmlObject { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OrgClass.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("orgclassd37belemtype"); /** * Gets the "VIRUSES" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getVIRUSES(); /** * Gets (as xml) the "VIRUSES" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetVIRUSES(); /** * True if has "VIRUSES" element */ boolean isSetVIRUSES(); /** * Sets the "VIRUSES" element */ void setVIRUSES(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum viruses); /** * Sets (as xml) the "VIRUSES" element */ void xsetVIRUSES(gov.grants.apply.system.globalLibraryV20.YesNoDataType viruses); /** * Unsets the "VIRUSES" element */ void unsetVIRUSES(); /** * Gets the "Bacterial" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBacterial(); /** * Gets (as xml) the "Bacterial" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBacterial(); /** * True if has "Bacterial" element */ boolean isSetBacterial(); /** * Sets the "Bacterial" element */ void setBacterial(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum bacterial); /** * Sets (as xml) the "Bacterial" element */ void xsetBacterial(gov.grants.apply.system.globalLibraryV20.YesNoDataType bacterial); /** * Unsets the "Bacterial" element */ void unsetBacterial(); /** * Gets the "Plant" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPlant(); /** * Gets (as xml) the "Plant" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPlant(); /** * True if has "Plant" element */ boolean isSetPlant(); /** * Sets the "Plant" element */ void setPlant(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum plant); /** * Sets (as xml) the "Plant" element */ void xsetPlant(gov.grants.apply.system.globalLibraryV20.YesNoDataType plant); /** * Unsets the "Plant" element */ void unsetPlant(); /** * Gets the "Animal" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAnimal(); /** * Gets (as xml) the "Animal" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAnimal(); /** * True if has "Animal" element */ boolean isSetAnimal(); /** * Sets the "Animal" element */ void setAnimal(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum animal); /** * Sets (as xml) the "Animal" element */ void xsetAnimal(gov.grants.apply.system.globalLibraryV20.YesNoDataType animal); /** * Unsets the "Animal" element */ void unsetAnimal(); /** * Gets the "PROKARYOTES" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPROKARYOTES(); /** * Gets (as xml) the "PROKARYOTES" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPROKARYOTES(); /** * True if has "PROKARYOTES" element */ boolean isSetPROKARYOTES(); /** * Sets the "PROKARYOTES" element */ void setPROKARYOTES(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum prokaryotes); /** * Sets (as xml) the "PROKARYOTES" element */ void xsetPROKARYOTES(gov.grants.apply.system.globalLibraryV20.YesNoDataType prokaryotes); /** * Unsets the "PROKARYOTES" element */ void unsetPROKARYOTES(); /** * Gets the "Archaebacteria" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getArchaebacteria(); /** * Gets (as xml) the "Archaebacteria" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetArchaebacteria(); /** * True if has "Archaebacteria" element */ boolean isSetArchaebacteria(); /** * Sets the "Archaebacteria" element */ void setArchaebacteria(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum archaebacteria); /** * Sets (as xml) the "Archaebacteria" element */ void xsetArchaebacteria(gov.grants.apply.system.globalLibraryV20.YesNoDataType archaebacteria); /** * Unsets the "Archaebacteria" element */ void unsetArchaebacteria(); /** * Gets the "Cyanobacteria" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCyanobacteria(); /** * Gets (as xml) the "Cyanobacteria" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCyanobacteria(); /** * True if has "Cyanobacteria" element */ boolean isSetCyanobacteria(); /** * Sets the "Cyanobacteria" element */ void setCyanobacteria(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum cyanobacteria); /** * Sets (as xml) the "Cyanobacteria" element */ void xsetCyanobacteria(gov.grants.apply.system.globalLibraryV20.YesNoDataType cyanobacteria); /** * Unsets the "Cyanobacteria" element */ void unsetCyanobacteria(); /** * Gets the "Eubacteria" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEubacteria(); /** * Gets (as xml) the "Eubacteria" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEubacteria(); /** * True if has "Eubacteria" element */ boolean isSetEubacteria(); /** * Sets the "Eubacteria" element */ void setEubacteria(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum eubacteria); /** * Sets (as xml) the "Eubacteria" element */ void xsetEubacteria(gov.grants.apply.system.globalLibraryV20.YesNoDataType eubacteria); /** * Unsets the "Eubacteria" element */ void unsetEubacteria(); /** * Gets the "PROTISTA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPROTISTA(); /** * Gets (as xml) the "PROTISTA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPROTISTA(); /** * True if has "PROTISTA" element */ boolean isSetPROTISTA(); /** * Sets the "PROTISTA" element */ void setPROTISTA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum protista); /** * Sets (as xml) the "PROTISTA" element */ void xsetPROTISTA(gov.grants.apply.system.globalLibraryV20.YesNoDataType protista); /** * Unsets the "PROTISTA" element */ void unsetPROTISTA(); /** * Gets the "Amoebae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAmoebae(); /** * Gets (as xml) the "Amoebae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAmoebae(); /** * True if has "Amoebae" element */ boolean isSetAmoebae(); /** * Sets the "Amoebae" element */ void setAmoebae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum amoebae); /** * Sets (as xml) the "Amoebae" element */ void xsetAmoebae(gov.grants.apply.system.globalLibraryV20.YesNoDataType amoebae); /** * Unsets the "Amoebae" element */ void unsetAmoebae(); /** * Gets the "Apicomplexa" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getApicomplexa(); /** * Gets (as xml) the "Apicomplexa" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetApicomplexa(); /** * True if has "Apicomplexa" element */ boolean isSetApicomplexa(); /** * Sets the "Apicomplexa" element */ void setApicomplexa(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum apicomplexa); /** * Sets (as xml) the "Apicomplexa" element */ void xsetApicomplexa(gov.grants.apply.system.globalLibraryV20.YesNoDataType apicomplexa); /** * Unsets the "Apicomplexa" element */ void unsetApicomplexa(); /** * Gets the "Ciliophora" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCiliophora(); /** * Gets (as xml) the "Ciliophora" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCiliophora(); /** * True if has "Ciliophora" element */ boolean isSetCiliophora(); /** * Sets the "Ciliophora" element */ void setCiliophora(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum ciliophora); /** * Sets (as xml) the "Ciliophora" element */ void xsetCiliophora(gov.grants.apply.system.globalLibraryV20.YesNoDataType ciliophora); /** * Unsets the "Ciliophora" element */ void unsetCiliophora(); /** * Gets the "Flagellates" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFlagellates(); /** * Gets (as xml) the "Flagellates" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFlagellates(); /** * True if has "Flagellates" element */ boolean isSetFlagellates(); /** * Sets the "Flagellates" element */ void setFlagellates(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum flagellates); /** * Sets (as xml) the "Flagellates" element */ void xsetFlagellates(gov.grants.apply.system.globalLibraryV20.YesNoDataType flagellates); /** * Unsets the "Flagellates" element */ void unsetFlagellates(); /** * Gets the "Foraminifera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getForaminifera(); /** * Gets (as xml) the "Foraminifera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetForaminifera(); /** * True if has "Foraminifera" element */ boolean isSetForaminifera(); /** * Sets the "Foraminifera" element */ void setForaminifera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum foraminifera); /** * Sets (as xml) the "Foraminifera" element */ void xsetForaminifera(gov.grants.apply.system.globalLibraryV20.YesNoDataType foraminifera); /** * Unsets the "Foraminifera" element */ void unsetForaminifera(); /** * Gets the "Microspora" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMicrospora(); /** * Gets (as xml) the "Microspora" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMicrospora(); /** * True if has "Microspora" element */ boolean isSetMicrospora(); /** * Sets the "Microspora" element */ void setMicrospora(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum microspora); /** * Sets (as xml) the "Microspora" element */ void xsetMicrospora(gov.grants.apply.system.globalLibraryV20.YesNoDataType microspora); /** * Unsets the "Microspora" element */ void unsetMicrospora(); /** * Gets the "Radiolaria" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getRadiolaria(); /** * Gets (as xml) the "Radiolaria" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetRadiolaria(); /** * True if has "Radiolaria" element */ boolean isSetRadiolaria(); /** * Sets the "Radiolaria" element */ void setRadiolaria(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum radiolaria); /** * Sets (as xml) the "Radiolaria" element */ void xsetRadiolaria(gov.grants.apply.system.globalLibraryV20.YesNoDataType radiolaria); /** * Unsets the "Radiolaria" element */ void unsetRadiolaria(); /** * Gets the "FUNGI" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFUNGI(); /** * Gets (as xml) the "FUNGI" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFUNGI(); /** * True if has "FUNGI" element */ boolean isSetFUNGI(); /** * Sets the "FUNGI" element */ void setFUNGI(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum fungi); /** * Sets (as xml) the "FUNGI" element */ void xsetFUNGI(gov.grants.apply.system.globalLibraryV20.YesNoDataType fungi); /** * Unsets the "FUNGI" element */ void unsetFUNGI(); /** * Gets the "Ascomycota" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAscomycota(); /** * Gets (as xml) the "Ascomycota" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAscomycota(); /** * True if has "Ascomycota" element */ boolean isSetAscomycota(); /** * Sets the "Ascomycota" element */ void setAscomycota(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum ascomycota); /** * Sets (as xml) the "Ascomycota" element */ void xsetAscomycota(gov.grants.apply.system.globalLibraryV20.YesNoDataType ascomycota); /** * Unsets the "Ascomycota" element */ void unsetAscomycota(); /** * Gets the "Basidiomycota" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBasidiomycota(); /** * Gets (as xml) the "Basidiomycota" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBasidiomycota(); /** * True if has "Basidiomycota" element */ boolean isSetBasidiomycota(); /** * Sets the "Basidiomycota" element */ void setBasidiomycota(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum basidiomycota); /** * Sets (as xml) the "Basidiomycota" element */ void xsetBasidiomycota(gov.grants.apply.system.globalLibraryV20.YesNoDataType basidiomycota); /** * Unsets the "Basidiomycota" element */ void unsetBasidiomycota(); /** * Gets the "Chytridiomycota" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getChytridiomycota(); /** * Gets (as xml) the "Chytridiomycota" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetChytridiomycota(); /** * True if has "Chytridiomycota" element */ boolean isSetChytridiomycota(); /** * Sets the "Chytridiomycota" element */ void setChytridiomycota(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum chytridiomycota); /** * Sets (as xml) the "Chytridiomycota" element */ void xsetChytridiomycota(gov.grants.apply.system.globalLibraryV20.YesNoDataType chytridiomycota); /** * Unsets the "Chytridiomycota" element */ void unsetChytridiomycota(); /** * Gets the "FilamentousFungi" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFilamentousFungi(); /** * Gets (as xml) the "FilamentousFungi" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFilamentousFungi(); /** * True if has "FilamentousFungi" element */ boolean isSetFilamentousFungi(); /** * Sets the "FilamentousFungi" element */ void setFilamentousFungi(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum filamentousFungi); /** * Sets (as xml) the "FilamentousFungi" element */ void xsetFilamentousFungi(gov.grants.apply.system.globalLibraryV20.YesNoDataType filamentousFungi); /** * Unsets the "FilamentousFungi" element */ void unsetFilamentousFungi(); /** * Gets the "Mitosporic" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMitosporic(); /** * Gets (as xml) the "Mitosporic" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMitosporic(); /** * True if has "Mitosporic" element */ boolean isSetMitosporic(); /** * Sets the "Mitosporic" element */ void setMitosporic(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum mitosporic); /** * Sets (as xml) the "Mitosporic" element */ void xsetMitosporic(gov.grants.apply.system.globalLibraryV20.YesNoDataType mitosporic); /** * Unsets the "Mitosporic" element */ void unsetMitosporic(); /** * Gets the "Oomycota" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOomycota(); /** * Gets (as xml) the "Oomycota" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOomycota(); /** * True if has "Oomycota" element */ boolean isSetOomycota(); /** * Sets the "Oomycota" element */ void setOomycota(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum oomycota); /** * Sets (as xml) the "Oomycota" element */ void xsetOomycota(gov.grants.apply.system.globalLibraryV20.YesNoDataType oomycota); /** * Unsets the "Oomycota" element */ void unsetOomycota(); /** * Gets the "Yeasts" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getYeasts(); /** * Gets (as xml) the "Yeasts" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetYeasts(); /** * True if has "Yeasts" element */ boolean isSetYeasts(); /** * Sets the "Yeasts" element */ void setYeasts(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum yeasts); /** * Sets (as xml) the "Yeasts" element */ void xsetYeasts(gov.grants.apply.system.globalLibraryV20.YesNoDataType yeasts); /** * Unsets the "Yeasts" element */ void unsetYeasts(); /** * Gets the "Zygomycota" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getZygomycota(); /** * Gets (as xml) the "Zygomycota" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetZygomycota(); /** * True if has "Zygomycota" element */ boolean isSetZygomycota(); /** * Sets the "Zygomycota" element */ void setZygomycota(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum zygomycota); /** * Sets (as xml) the "Zygomycota" element */ void xsetZygomycota(gov.grants.apply.system.globalLibraryV20.YesNoDataType zygomycota); /** * Unsets the "Zygomycota" element */ void unsetZygomycota(); /** * Gets the "LICHENS" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLICHENS(); /** * Gets (as xml) the "LICHENS" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLICHENS(); /** * True if has "LICHENS" element */ boolean isSetLICHENS(); /** * Sets the "LICHENS" element */ void setLICHENS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum lichens); /** * Sets (as xml) the "LICHENS" element */ void xsetLICHENS(gov.grants.apply.system.globalLibraryV20.YesNoDataType lichens); /** * Unsets the "LICHENS" element */ void unsetLICHENS(); /** * Gets the "SLIME" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSLIME(); /** * Gets (as xml) the "SLIME" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSLIME(); /** * True if has "SLIME" element */ boolean isSetSLIME(); /** * Sets the "SLIME" element */ void setSLIME(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum slime); /** * Sets (as xml) the "SLIME" element */ void xsetSLIME(gov.grants.apply.system.globalLibraryV20.YesNoDataType slime); /** * Unsets the "SLIME" element */ void unsetSLIME(); /** * Gets the "ALGAE" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getALGAE(); /** * Gets (as xml) the "ALGAE" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetALGAE(); /** * True if has "ALGAE" element */ boolean isSetALGAE(); /** * Sets the "ALGAE" element */ void setALGAE(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum algae); /** * Sets (as xml) the "ALGAE" element */ void xsetALGAE(gov.grants.apply.system.globalLibraryV20.YesNoDataType algae); /** * Unsets the "ALGAE" element */ void unsetALGAE(); /** * Gets the "Bacillariophyta" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBacillariophyta(); /** * Gets (as xml) the "Bacillariophyta" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBacillariophyta(); /** * True if has "Bacillariophyta" element */ boolean isSetBacillariophyta(); /** * Sets the "Bacillariophyta" element */ void setBacillariophyta(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum bacillariophyta); /** * Sets (as xml) the "Bacillariophyta" element */ void xsetBacillariophyta(gov.grants.apply.system.globalLibraryV20.YesNoDataType bacillariophyta); /** * Unsets the "Bacillariophyta" element */ void unsetBacillariophyta(); /** * Gets the "Charophyta" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCharophyta(); /** * Gets (as xml) the "Charophyta" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCharophyta(); /** * True if has "Charophyta" element */ boolean isSetCharophyta(); /** * Sets the "Charophyta" element */ void setCharophyta(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum charophyta); /** * Sets (as xml) the "Charophyta" element */ void xsetCharophyta(gov.grants.apply.system.globalLibraryV20.YesNoDataType charophyta); /** * Unsets the "Charophyta" element */ void unsetCharophyta(); /** * Gets the "Chlorophyta" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getChlorophyta(); /** * Gets (as xml) the "Chlorophyta" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetChlorophyta(); /** * True if has "Chlorophyta" element */ boolean isSetChlorophyta(); /** * Sets the "Chlorophyta" element */ void setChlorophyta(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum chlorophyta); /** * Sets (as xml) the "Chlorophyta" element */ void xsetChlorophyta(gov.grants.apply.system.globalLibraryV20.YesNoDataType chlorophyta); /** * Unsets the "Chlorophyta" element */ void unsetChlorophyta(); /** * Gets the "Chrysophyta" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getChrysophyta(); /** * Gets (as xml) the "Chrysophyta" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetChrysophyta(); /** * True if has "Chrysophyta" element */ boolean isSetChrysophyta(); /** * Sets the "Chrysophyta" element */ void setChrysophyta(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum chrysophyta); /** * Sets (as xml) the "Chrysophyta" element */ void xsetChrysophyta(gov.grants.apply.system.globalLibraryV20.YesNoDataType chrysophyta); /** * Unsets the "Chrysophyta" element */ void unsetChrysophyta(); /** * Gets the "Dinoflagellata" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDinoflagellata(); /** * Gets (as xml) the "Dinoflagellata" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDinoflagellata(); /** * True if has "Dinoflagellata" element */ boolean isSetDinoflagellata(); /** * Sets the "Dinoflagellata" element */ void setDinoflagellata(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum dinoflagellata); /** * Sets (as xml) the "Dinoflagellata" element */ void xsetDinoflagellata(gov.grants.apply.system.globalLibraryV20.YesNoDataType dinoflagellata); /** * Unsets the "Dinoflagellata" element */ void unsetDinoflagellata(); /** * Gets the "Euglenoids" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEuglenoids(); /** * Gets (as xml) the "Euglenoids" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEuglenoids(); /** * True if has "Euglenoids" element */ boolean isSetEuglenoids(); /** * Sets the "Euglenoids" element */ void setEuglenoids(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum euglenoids); /** * Sets (as xml) the "Euglenoids" element */ void xsetEuglenoids(gov.grants.apply.system.globalLibraryV20.YesNoDataType euglenoids); /** * Unsets the "Euglenoids" element */ void unsetEuglenoids(); /** * Gets the "Phaeophyta" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPhaeophyta(); /** * Gets (as xml) the "Phaeophyta" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPhaeophyta(); /** * True if has "Phaeophyta" element */ boolean isSetPhaeophyta(); /** * Sets the "Phaeophyta" element */ void setPhaeophyta(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum phaeophyta); /** * Sets (as xml) the "Phaeophyta" element */ void xsetPhaeophyta(gov.grants.apply.system.globalLibraryV20.YesNoDataType phaeophyta); /** * Unsets the "Phaeophyta" element */ void unsetPhaeophyta(); /** * Gets the "Rhodophyta" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getRhodophyta(); /** * Gets (as xml) the "Rhodophyta" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetRhodophyta(); /** * True if has "Rhodophyta" element */ boolean isSetRhodophyta(); /** * Sets the "Rhodophyta" element */ void setRhodophyta(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum rhodophyta); /** * Sets (as xml) the "Rhodophyta" element */ void xsetRhodophyta(gov.grants.apply.system.globalLibraryV20.YesNoDataType rhodophyta); /** * Unsets the "Rhodophyta" element */ void unsetRhodophyta(); /** * Gets the "PLANTS" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPLANTS(); /** * Gets (as xml) the "PLANTS" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPLANTS(); /** * True if has "PLANTS" element */ boolean isSetPLANTS(); /** * Sets the "PLANTS" element */ void setPLANTS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum plants); /** * Sets (as xml) the "PLANTS" element */ void xsetPLANTS(gov.grants.apply.system.globalLibraryV20.YesNoDataType plants); /** * Unsets the "PLANTS" element */ void unsetPLANTS(); /** * Gets the "NonVascPlant" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNonVascPlant(); /** * Gets (as xml) the "NonVascPlant" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNonVascPlant(); /** * True if has "NonVascPlant" element */ boolean isSetNonVascPlant(); /** * Sets the "NonVascPlant" element */ void setNonVascPlant(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nonVascPlant); /** * Sets (as xml) the "NonVascPlant" element */ void xsetNonVascPlant(gov.grants.apply.system.globalLibraryV20.YesNoDataType nonVascPlant); /** * Unsets the "NonVascPlant" element */ void unsetNonVascPlant(); /** * Gets the "BRYOPHYTA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBRYOPHYTA(); /** * Gets (as xml) the "BRYOPHYTA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBRYOPHYTA(); /** * True if has "BRYOPHYTA" element */ boolean isSetBRYOPHYTA(); /** * Sets the "BRYOPHYTA" element */ void setBRYOPHYTA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum bryophyta); /** * Sets (as xml) the "BRYOPHYTA" element */ void xsetBRYOPHYTA(gov.grants.apply.system.globalLibraryV20.YesNoDataType bryophyta); /** * Unsets the "BRYOPHYTA" element */ void unsetBRYOPHYTA(); /** * Gets the "Anthocerotae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAnthocerotae(); /** * Gets (as xml) the "Anthocerotae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAnthocerotae(); /** * True if has "Anthocerotae" element */ boolean isSetAnthocerotae(); /** * Sets the "Anthocerotae" element */ void setAnthocerotae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum anthocerotae); /** * Sets (as xml) the "Anthocerotae" element */ void xsetAnthocerotae(gov.grants.apply.system.globalLibraryV20.YesNoDataType anthocerotae); /** * Unsets the "Anthocerotae" element */ void unsetAnthocerotae(); /** * Gets the "Hepaticae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHepaticae(); /** * Gets (as xml) the "Hepaticae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHepaticae(); /** * True if has "Hepaticae" element */ boolean isSetHepaticae(); /** * Sets the "Hepaticae" element */ void setHepaticae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum hepaticae); /** * Sets (as xml) the "Hepaticae" element */ void xsetHepaticae(gov.grants.apply.system.globalLibraryV20.YesNoDataType hepaticae); /** * Unsets the "Hepaticae" element */ void unsetHepaticae(); /** * Gets the "Musci" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMusci(); /** * Gets (as xml) the "Musci" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMusci(); /** * True if has "Musci" element */ boolean isSetMusci(); /** * Sets the "Musci" element */ void setMusci(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum musci); /** * Sets (as xml) the "Musci" element */ void xsetMusci(gov.grants.apply.system.globalLibraryV20.YesNoDataType musci); /** * Unsets the "Musci" element */ void unsetMusci(); /** * Gets the "VASCULARPLANTS" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getVASCULARPLANTS(); /** * Gets (as xml) the "VASCULARPLANTS" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetVASCULARPLANTS(); /** * True if has "VASCULARPLANTS" element */ boolean isSetVASCULARPLANTS(); /** * Sets the "VASCULARPLANTS" element */ void setVASCULARPLANTS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum vascularplants); /** * Sets (as xml) the "VASCULARPLANTS" element */ void xsetVASCULARPLANTS(gov.grants.apply.system.globalLibraryV20.YesNoDataType vascularplants); /** * Unsets the "VASCULARPLANTS" element */ void unsetVASCULARPLANTS(); /** * Gets the "FERNS" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFERNS(); /** * Gets (as xml) the "FERNS" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFERNS(); /** * True if has "FERNS" element */ boolean isSetFERNS(); /** * Sets the "FERNS" element */ void setFERNS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum ferns); /** * Sets (as xml) the "FERNS" element */ void xsetFERNS(gov.grants.apply.system.globalLibraryV20.YesNoDataType ferns); /** * Unsets the "FERNS" element */ void unsetFERNS(); /** * Gets the "GYMNOSPERMS" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGYMNOSPERMS(); /** * Gets (as xml) the "GYMNOSPERMS" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGYMNOSPERMS(); /** * True if has "GYMNOSPERMS" element */ boolean isSetGYMNOSPERMS(); /** * Sets the "GYMNOSPERMS" element */ void setGYMNOSPERMS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum gymnosperms); /** * Sets (as xml) the "GYMNOSPERMS" element */ void xsetGYMNOSPERMS(gov.grants.apply.system.globalLibraryV20.YesNoDataType gymnosperms); /** * Unsets the "GYMNOSPERMS" element */ void unsetGYMNOSPERMS(); /** * Gets the "Coniferales" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getConiferales(); /** * Gets (as xml) the "Coniferales" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetConiferales(); /** * True if has "Coniferales" element */ boolean isSetConiferales(); /** * Sets the "Coniferales" element */ void setConiferales(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum coniferales); /** * Sets (as xml) the "Coniferales" element */ void xsetConiferales(gov.grants.apply.system.globalLibraryV20.YesNoDataType coniferales); /** * Unsets the "Coniferales" element */ void unsetConiferales(); /** * Gets the "Cycadales" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCycadales(); /** * Gets (as xml) the "Cycadales" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCycadales(); /** * True if has "Cycadales" element */ boolean isSetCycadales(); /** * Sets the "Cycadales" element */ void setCycadales(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum cycadales); /** * Sets (as xml) the "Cycadales" element */ void xsetCycadales(gov.grants.apply.system.globalLibraryV20.YesNoDataType cycadales); /** * Unsets the "Cycadales" element */ void unsetCycadales(); /** * Gets the "Ginkgoales" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGinkgoales(); /** * Gets (as xml) the "Ginkgoales" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGinkgoales(); /** * True if has "Ginkgoales" element */ boolean isSetGinkgoales(); /** * Sets the "Ginkgoales" element */ void setGinkgoales(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum ginkgoales); /** * Sets (as xml) the "Ginkgoales" element */ void xsetGinkgoales(gov.grants.apply.system.globalLibraryV20.YesNoDataType ginkgoales); /** * Unsets the "Ginkgoales" element */ void unsetGinkgoales(); /** * Gets the "Gnetales" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGnetales(); /** * Gets (as xml) the "Gnetales" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGnetales(); /** * True if has "Gnetales" element */ boolean isSetGnetales(); /** * Sets the "Gnetales" element */ void setGnetales(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum gnetales); /** * Sets (as xml) the "Gnetales" element */ void xsetGnetales(gov.grants.apply.system.globalLibraryV20.YesNoDataType gnetales); /** * Unsets the "Gnetales" element */ void unsetGnetales(); /** * Gets the "ANGIOSPERMS" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getANGIOSPERMS(); /** * Gets (as xml) the "ANGIOSPERMS" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetANGIOSPERMS(); /** * True if has "ANGIOSPERMS" element */ boolean isSetANGIOSPERMS(); /** * Sets the "ANGIOSPERMS" element */ void setANGIOSPERMS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum angiosperms); /** * Sets (as xml) the "ANGIOSPERMS" element */ void xsetANGIOSPERMS(gov.grants.apply.system.globalLibraryV20.YesNoDataType angiosperms); /** * Unsets the "ANGIOSPERMS" element */ void unsetANGIOSPERMS(); /** * Gets the "Monocots" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMonocots(); /** * Gets (as xml) the "Monocots" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMonocots(); /** * True if has "Monocots" element */ boolean isSetMonocots(); /** * Sets the "Monocots" element */ void setMonocots(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum monocots); /** * Sets (as xml) the "Monocots" element */ void xsetMonocots(gov.grants.apply.system.globalLibraryV20.YesNoDataType monocots); /** * Unsets the "Monocots" element */ void unsetMonocots(); /** * Gets the "Arecaceae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getArecaceae(); /** * Gets (as xml) the "Arecaceae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetArecaceae(); /** * True if has "Arecaceae" element */ boolean isSetArecaceae(); /** * Sets the "Arecaceae" element */ void setArecaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum arecaceae); /** * Sets (as xml) the "Arecaceae" element */ void xsetArecaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType arecaceae); /** * Unsets the "Arecaceae" element */ void unsetArecaceae(); /** * Gets the "Cyperaceae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCyperaceae(); /** * Gets (as xml) the "Cyperaceae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCyperaceae(); /** * True if has "Cyperaceae" element */ boolean isSetCyperaceae(); /** * Sets the "Cyperaceae" element */ void setCyperaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum cyperaceae); /** * Sets (as xml) the "Cyperaceae" element */ void xsetCyperaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType cyperaceae); /** * Unsets the "Cyperaceae" element */ void unsetCyperaceae(); /** * Gets the "Liliaceae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLiliaceae(); /** * Gets (as xml) the "Liliaceae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLiliaceae(); /** * True if has "Liliaceae" element */ boolean isSetLiliaceae(); /** * Sets the "Liliaceae" element */ void setLiliaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum liliaceae); /** * Sets (as xml) the "Liliaceae" element */ void xsetLiliaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType liliaceae); /** * Unsets the "Liliaceae" element */ void unsetLiliaceae(); /** * Gets the "Orchidaceae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOrchidaceae(); /** * Gets (as xml) the "Orchidaceae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOrchidaceae(); /** * True if has "Orchidaceae" element */ boolean isSetOrchidaceae(); /** * Sets the "Orchidaceae" element */ void setOrchidaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum orchidaceae); /** * Sets (as xml) the "Orchidaceae" element */ void xsetOrchidaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType orchidaceae); /** * Unsets the "Orchidaceae" element */ void unsetOrchidaceae(); /** * Gets the "Poaceae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPoaceae(); /** * Gets (as xml) the "Poaceae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPoaceae(); /** * True if has "Poaceae" element */ boolean isSetPoaceae(); /** * Sets the "Poaceae" element */ void setPoaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum poaceae); /** * Sets (as xml) the "Poaceae" element */ void xsetPoaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType poaceae); /** * Unsets the "Poaceae" element */ void unsetPoaceae(); /** * Gets the "Dicots" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDicots(); /** * Gets (as xml) the "Dicots" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDicots(); /** * True if has "Dicots" element */ boolean isSetDicots(); /** * Sets the "Dicots" element */ void setDicots(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum dicots); /** * Sets (as xml) the "Dicots" element */ void xsetDicots(gov.grants.apply.system.globalLibraryV20.YesNoDataType dicots); /** * Unsets the "Dicots" element */ void unsetDicots(); /** * Gets the "Apiaceae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getApiaceae(); /** * Gets (as xml) the "Apiaceae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetApiaceae(); /** * True if has "Apiaceae" element */ boolean isSetApiaceae(); /** * Sets the "Apiaceae" element */ void setApiaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum apiaceae); /** * Sets (as xml) the "Apiaceae" element */ void xsetApiaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType apiaceae); /** * Unsets the "Apiaceae" element */ void unsetApiaceae(); /** * Gets the "Asteraceae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAsteraceae(); /** * Gets (as xml) the "Asteraceae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAsteraceae(); /** * True if has "Asteraceae" element */ boolean isSetAsteraceae(); /** * Sets the "Asteraceae" element */ void setAsteraceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum asteraceae); /** * Sets (as xml) the "Asteraceae" element */ void xsetAsteraceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType asteraceae); /** * Unsets the "Asteraceae" element */ void unsetAsteraceae(); /** * Gets the "Brassicaceae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBrassicaceae(); /** * Gets (as xml) the "Brassicaceae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBrassicaceae(); /** * True if has "Brassicaceae" element */ boolean isSetBrassicaceae(); /** * Sets the "Brassicaceae" element */ void setBrassicaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum brassicaceae); /** * Sets (as xml) the "Brassicaceae" element */ void xsetBrassicaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType brassicaceae); /** * Unsets the "Brassicaceae" element */ void unsetBrassicaceae(); /** * Gets the "Fabaceae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFabaceae(); /** * Gets (as xml) the "Fabaceae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFabaceae(); /** * True if has "Fabaceae" element */ boolean isSetFabaceae(); /** * Sets the "Fabaceae" element */ void setFabaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum fabaceae); /** * Sets (as xml) the "Fabaceae" element */ void xsetFabaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType fabaceae); /** * Unsets the "Fabaceae" element */ void unsetFabaceae(); /** * Gets the "Lamiaceae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLamiaceae(); /** * Gets (as xml) the "Lamiaceae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLamiaceae(); /** * True if has "Lamiaceae" element */ boolean isSetLamiaceae(); /** * Sets the "Lamiaceae" element */ void setLamiaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum lamiaceae); /** * Sets (as xml) the "Lamiaceae" element */ void xsetLamiaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType lamiaceae); /** * Unsets the "Lamiaceae" element */ void unsetLamiaceae(); /** * Gets the "Rosaceae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getRosaceae(); /** * Gets (as xml) the "Rosaceae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetRosaceae(); /** * True if has "Rosaceae" element */ boolean isSetRosaceae(); /** * Sets the "Rosaceae" element */ void setRosaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum rosaceae); /** * Sets (as xml) the "Rosaceae" element */ void xsetRosaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType rosaceae); /** * Unsets the "Rosaceae" element */ void unsetRosaceae(); /** * Gets the "Solanaceae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSolanaceae(); /** * Gets (as xml) the "Solanaceae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSolanaceae(); /** * True if has "Solanaceae" element */ boolean isSetSolanaceae(); /** * Sets the "Solanaceae" element */ void setSolanaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum solanaceae); /** * Sets (as xml) the "Solanaceae" element */ void xsetSolanaceae(gov.grants.apply.system.globalLibraryV20.YesNoDataType solanaceae); /** * Unsets the "Solanaceae" element */ void unsetSolanaceae(); /** * Gets the "ANIMALS" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getANIMALS(); /** * Gets (as xml) the "ANIMALS" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetANIMALS(); /** * True if has "ANIMALS" element */ boolean isSetANIMALS(); /** * Sets the "ANIMALS" element */ void setANIMALS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum animals); /** * Sets (as xml) the "ANIMALS" element */ void xsetANIMALS(gov.grants.apply.system.globalLibraryV20.YesNoDataType animals); /** * Unsets the "ANIMALS" element */ void unsetANIMALS(); /** * Gets the "INVERTEBRATES" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getINVERTEBRATES(); /** * Gets (as xml) the "INVERTEBRATES" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetINVERTEBRATES(); /** * True if has "INVERTEBRATES" element */ boolean isSetINVERTEBRATES(); /** * Sets the "INVERTEBRATES" element */ void setINVERTEBRATES(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum invertebrates); /** * Sets (as xml) the "INVERTEBRATES" element */ void xsetINVERTEBRATES(gov.grants.apply.system.globalLibraryV20.YesNoDataType invertebrates); /** * Unsets the "INVERTEBRATES" element */ void unsetINVERTEBRATES(); /** * Gets the "MESOZOA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMESOZOA(); /** * Gets (as xml) the "MESOZOA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMESOZOA(); /** * True if has "MESOZOA" element */ boolean isSetMESOZOA(); /** * Sets the "MESOZOA" element */ void setMESOZOA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum mesozoa); /** * Sets (as xml) the "MESOZOA" element */ void xsetMESOZOA(gov.grants.apply.system.globalLibraryV20.YesNoDataType mesozoa); /** * Unsets the "MESOZOA" element */ void unsetMESOZOA(); /** * Gets the "PORIFERA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPORIFERA(); /** * Gets (as xml) the "PORIFERA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPORIFERA(); /** * True if has "PORIFERA" element */ boolean isSetPORIFERA(); /** * Sets the "PORIFERA" element */ void setPORIFERA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum porifera); /** * Sets (as xml) the "PORIFERA" element */ void xsetPORIFERA(gov.grants.apply.system.globalLibraryV20.YesNoDataType porifera); /** * Unsets the "PORIFERA" element */ void unsetPORIFERA(); /** * Gets the "CNIDARIA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCNIDARIA(); /** * Gets (as xml) the "CNIDARIA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCNIDARIA(); /** * True if has "CNIDARIA" element */ boolean isSetCNIDARIA(); /** * Sets the "CNIDARIA" element */ void setCNIDARIA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum cnidaria); /** * Sets (as xml) the "CNIDARIA" element */ void xsetCNIDARIA(gov.grants.apply.system.globalLibraryV20.YesNoDataType cnidaria); /** * Unsets the "CNIDARIA" element */ void unsetCNIDARIA(); /** * Gets the "Hydrozoa" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHydrozoa(); /** * Gets (as xml) the "Hydrozoa" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHydrozoa(); /** * True if has "Hydrozoa" element */ boolean isSetHydrozoa(); /** * Sets the "Hydrozoa" element */ void setHydrozoa(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum hydrozoa); /** * Sets (as xml) the "Hydrozoa" element */ void xsetHydrozoa(gov.grants.apply.system.globalLibraryV20.YesNoDataType hydrozoa); /** * Unsets the "Hydrozoa" element */ void unsetHydrozoa(); /** * Gets the "Scyphozoa" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getScyphozoa(); /** * Gets (as xml) the "Scyphozoa" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetScyphozoa(); /** * True if has "Scyphozoa" element */ boolean isSetScyphozoa(); /** * Sets the "Scyphozoa" element */ void setScyphozoa(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum scyphozoa); /** * Sets (as xml) the "Scyphozoa" element */ void xsetScyphozoa(gov.grants.apply.system.globalLibraryV20.YesNoDataType scyphozoa); /** * Unsets the "Scyphozoa" element */ void unsetScyphozoa(); /** * Gets the "Anthozoa" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAnthozoa(); /** * Gets (as xml) the "Anthozoa" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAnthozoa(); /** * True if has "Anthozoa" element */ boolean isSetAnthozoa(); /** * Sets the "Anthozoa" element */ void setAnthozoa(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum anthozoa); /** * Sets (as xml) the "Anthozoa" element */ void xsetAnthozoa(gov.grants.apply.system.globalLibraryV20.YesNoDataType anthozoa); /** * Unsets the "Anthozoa" element */ void unsetAnthozoa(); /** * Gets the "CTENOPHORA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCTENOPHORA(); /** * Gets (as xml) the "CTENOPHORA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCTENOPHORA(); /** * True if has "CTENOPHORA" element */ boolean isSetCTENOPHORA(); /** * Sets the "CTENOPHORA" element */ void setCTENOPHORA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum ctenophora); /** * Sets (as xml) the "CTENOPHORA" element */ void xsetCTENOPHORA(gov.grants.apply.system.globalLibraryV20.YesNoDataType ctenophora); /** * Unsets the "CTENOPHORA" element */ void unsetCTENOPHORA(); /** * Gets the "PLATYHELMINTHES" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPLATYHELMINTHES(); /** * Gets (as xml) the "PLATYHELMINTHES" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPLATYHELMINTHES(); /** * True if has "PLATYHELMINTHES" element */ boolean isSetPLATYHELMINTHES(); /** * Sets the "PLATYHELMINTHES" element */ void setPLATYHELMINTHES(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum platyhelminthes); /** * Sets (as xml) the "PLATYHELMINTHES" element */ void xsetPLATYHELMINTHES(gov.grants.apply.system.globalLibraryV20.YesNoDataType platyhelminthes); /** * Unsets the "PLATYHELMINTHES" element */ void unsetPLATYHELMINTHES(); /** * Gets the "Turbellaria" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTurbellaria(); /** * Gets (as xml) the "Turbellaria" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTurbellaria(); /** * True if has "Turbellaria" element */ boolean isSetTurbellaria(); /** * Sets the "Turbellaria" element */ void setTurbellaria(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum turbellaria); /** * Sets (as xml) the "Turbellaria" element */ void xsetTurbellaria(gov.grants.apply.system.globalLibraryV20.YesNoDataType turbellaria); /** * Unsets the "Turbellaria" element */ void unsetTurbellaria(); /** * Gets the "Trematoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTrematoda(); /** * Gets (as xml) the "Trematoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTrematoda(); /** * True if has "Trematoda" element */ boolean isSetTrematoda(); /** * Sets the "Trematoda" element */ void setTrematoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum trematoda); /** * Sets (as xml) the "Trematoda" element */ void xsetTrematoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType trematoda); /** * Unsets the "Trematoda" element */ void unsetTrematoda(); /** * Gets the "Cestoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCestoda(); /** * Gets (as xml) the "Cestoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCestoda(); /** * True if has "Cestoda" element */ boolean isSetCestoda(); /** * Sets the "Cestoda" element */ void setCestoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum cestoda); /** * Sets (as xml) the "Cestoda" element */ void xsetCestoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType cestoda); /** * Unsets the "Cestoda" element */ void unsetCestoda(); /** * Gets the "Monogenea" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMonogenea(); /** * Gets (as xml) the "Monogenea" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMonogenea(); /** * True if has "Monogenea" element */ boolean isSetMonogenea(); /** * Sets the "Monogenea" element */ void setMonogenea(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum monogenea); /** * Sets (as xml) the "Monogenea" element */ void xsetMonogenea(gov.grants.apply.system.globalLibraryV20.YesNoDataType monogenea); /** * Unsets the "Monogenea" element */ void unsetMonogenea(); /** * Gets the "GNATHOSTOMULIDA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGNATHOSTOMULIDA(); /** * Gets (as xml) the "GNATHOSTOMULIDA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGNATHOSTOMULIDA(); /** * True if has "GNATHOSTOMULIDA" element */ boolean isSetGNATHOSTOMULIDA(); /** * Sets the "GNATHOSTOMULIDA" element */ void setGNATHOSTOMULIDA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum gnathostomulida); /** * Sets (as xml) the "GNATHOSTOMULIDA" element */ void xsetGNATHOSTOMULIDA(gov.grants.apply.system.globalLibraryV20.YesNoDataType gnathostomulida); /** * Unsets the "GNATHOSTOMULIDA" element */ void unsetGNATHOSTOMULIDA(); /** * Gets the "NEMERTINEA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNEMERTINEA(); /** * Gets (as xml) the "NEMERTINEA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNEMERTINEA(); /** * True if has "NEMERTINEA" element */ boolean isSetNEMERTINEA(); /** * Sets the "NEMERTINEA" element */ void setNEMERTINEA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nemertinea); /** * Sets (as xml) the "NEMERTINEA" element */ void xsetNEMERTINEA(gov.grants.apply.system.globalLibraryV20.YesNoDataType nemertinea); /** * Unsets the "NEMERTINEA" element */ void unsetNEMERTINEA(); /** * Gets the "ENTOPROCTA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getENTOPROCTA(); /** * Gets (as xml) the "ENTOPROCTA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetENTOPROCTA(); /** * True if has "ENTOPROCTA" element */ boolean isSetENTOPROCTA(); /** * Sets the "ENTOPROCTA" element */ void setENTOPROCTA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum entoprocta); /** * Sets (as xml) the "ENTOPROCTA" element */ void xsetENTOPROCTA(gov.grants.apply.system.globalLibraryV20.YesNoDataType entoprocta); /** * Unsets the "ENTOPROCTA" element */ void unsetENTOPROCTA(); /** * Gets the "ASCHELMINTHES" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getASCHELMINTHES(); /** * Gets (as xml) the "ASCHELMINTHES" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetASCHELMINTHES(); /** * True if has "ASCHELMINTHES" element */ boolean isSetASCHELMINTHES(); /** * Sets the "ASCHELMINTHES" element */ void setASCHELMINTHES(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum aschelminthes); /** * Sets (as xml) the "ASCHELMINTHES" element */ void xsetASCHELMINTHES(gov.grants.apply.system.globalLibraryV20.YesNoDataType aschelminthes); /** * Unsets the "ASCHELMINTHES" element */ void unsetASCHELMINTHES(); /** * Gets the "Gastrotricha" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGastrotricha(); /** * Gets (as xml) the "Gastrotricha" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGastrotricha(); /** * True if has "Gastrotricha" element */ boolean isSetGastrotricha(); /** * Sets the "Gastrotricha" element */ void setGastrotricha(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum gastrotricha); /** * Sets (as xml) the "Gastrotricha" element */ void xsetGastrotricha(gov.grants.apply.system.globalLibraryV20.YesNoDataType gastrotricha); /** * Unsets the "Gastrotricha" element */ void unsetGastrotricha(); /** * Gets the "Kinorhyncha" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getKinorhyncha(); /** * Gets (as xml) the "Kinorhyncha" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetKinorhyncha(); /** * True if has "Kinorhyncha" element */ boolean isSetKinorhyncha(); /** * Sets the "Kinorhyncha" element */ void setKinorhyncha(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum kinorhyncha); /** * Sets (as xml) the "Kinorhyncha" element */ void xsetKinorhyncha(gov.grants.apply.system.globalLibraryV20.YesNoDataType kinorhyncha); /** * Unsets the "Kinorhyncha" element */ void unsetKinorhyncha(); /** * Gets the "Loricifera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLoricifera(); /** * Gets (as xml) the "Loricifera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLoricifera(); /** * True if has "Loricifera" element */ boolean isSetLoricifera(); /** * Sets the "Loricifera" element */ void setLoricifera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum loricifera); /** * Sets (as xml) the "Loricifera" element */ void xsetLoricifera(gov.grants.apply.system.globalLibraryV20.YesNoDataType loricifera); /** * Unsets the "Loricifera" element */ void unsetLoricifera(); /** * Gets the "Nematoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNematoda(); /** * Gets (as xml) the "Nematoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNematoda(); /** * True if has "Nematoda" element */ boolean isSetNematoda(); /** * Sets the "Nematoda" element */ void setNematoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nematoda); /** * Sets (as xml) the "Nematoda" element */ void xsetNematoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType nematoda); /** * Unsets the "Nematoda" element */ void unsetNematoda(); /** * Gets the "Nematomorpha" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNematomorpha(); /** * Gets (as xml) the "Nematomorpha" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNematomorpha(); /** * True if has "Nematomorpha" element */ boolean isSetNematomorpha(); /** * Sets the "Nematomorpha" element */ void setNematomorpha(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nematomorpha); /** * Sets (as xml) the "Nematomorpha" element */ void xsetNematomorpha(gov.grants.apply.system.globalLibraryV20.YesNoDataType nematomorpha); /** * Unsets the "Nematomorpha" element */ void unsetNematomorpha(); /** * Gets the "Rotifera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getRotifera(); /** * Gets (as xml) the "Rotifera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetRotifera(); /** * True if has "Rotifera" element */ boolean isSetRotifera(); /** * Sets the "Rotifera" element */ void setRotifera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum rotifera); /** * Sets (as xml) the "Rotifera" element */ void xsetRotifera(gov.grants.apply.system.globalLibraryV20.YesNoDataType rotifera); /** * Unsets the "Rotifera" element */ void unsetRotifera(); /** * Gets the "ACANTHOCEPHALA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getACANTHOCEPHALA(); /** * Gets (as xml) the "ACANTHOCEPHALA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetACANTHOCEPHALA(); /** * True if has "ACANTHOCEPHALA" element */ boolean isSetACANTHOCEPHALA(); /** * Sets the "ACANTHOCEPHALA" element */ void setACANTHOCEPHALA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum acanthocephala); /** * Sets (as xml) the "ACANTHOCEPHALA" element */ void xsetACANTHOCEPHALA(gov.grants.apply.system.globalLibraryV20.YesNoDataType acanthocephala); /** * Unsets the "ACANTHOCEPHALA" element */ void unsetACANTHOCEPHALA(); /** * Gets the "PRIAPULOIDEA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPRIAPULOIDEA(); /** * Gets (as xml) the "PRIAPULOIDEA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPRIAPULOIDEA(); /** * True if has "PRIAPULOIDEA" element */ boolean isSetPRIAPULOIDEA(); /** * Sets the "PRIAPULOIDEA" element */ void setPRIAPULOIDEA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum priapuloidea); /** * Sets (as xml) the "PRIAPULOIDEA" element */ void xsetPRIAPULOIDEA(gov.grants.apply.system.globalLibraryV20.YesNoDataType priapuloidea); /** * Unsets the "PRIAPULOIDEA" element */ void unsetPRIAPULOIDEA(); /** * Gets the "BRYOZOA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBRYOZOA(); /** * Gets (as xml) the "BRYOZOA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBRYOZOA(); /** * True if has "BRYOZOA" element */ boolean isSetBRYOZOA(); /** * Sets the "BRYOZOA" element */ void setBRYOZOA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum bryozoa); /** * Sets (as xml) the "BRYOZOA" element */ void xsetBRYOZOA(gov.grants.apply.system.globalLibraryV20.YesNoDataType bryozoa); /** * Unsets the "BRYOZOA" element */ void unsetBRYOZOA(); /** * Gets the "PHORONIDEA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPHORONIDEA(); /** * Gets (as xml) the "PHORONIDEA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPHORONIDEA(); /** * True if has "PHORONIDEA" element */ boolean isSetPHORONIDEA(); /** * Sets the "PHORONIDEA" element */ void setPHORONIDEA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum phoronidea); /** * Sets (as xml) the "PHORONIDEA" element */ void xsetPHORONIDEA(gov.grants.apply.system.globalLibraryV20.YesNoDataType phoronidea); /** * Unsets the "PHORONIDEA" element */ void unsetPHORONIDEA(); /** * Gets the "BRACHIOPODA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBRACHIOPODA(); /** * Gets (as xml) the "BRACHIOPODA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBRACHIOPODA(); /** * True if has "BRACHIOPODA" element */ boolean isSetBRACHIOPODA(); /** * Sets the "BRACHIOPODA" element */ void setBRACHIOPODA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum brachiopoda); /** * Sets (as xml) the "BRACHIOPODA" element */ void xsetBRACHIOPODA(gov.grants.apply.system.globalLibraryV20.YesNoDataType brachiopoda); /** * Unsets the "BRACHIOPODA" element */ void unsetBRACHIOPODA(); /** * Gets the "MOLLUSCA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMOLLUSCA(); /** * Gets (as xml) the "MOLLUSCA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMOLLUSCA(); /** * True if has "MOLLUSCA" element */ boolean isSetMOLLUSCA(); /** * Sets the "MOLLUSCA" element */ void setMOLLUSCA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum mollusca); /** * Sets (as xml) the "MOLLUSCA" element */ void xsetMOLLUSCA(gov.grants.apply.system.globalLibraryV20.YesNoDataType mollusca); /** * Unsets the "MOLLUSCA" element */ void unsetMOLLUSCA(); /** * Gets the "Monoplacophora" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMonoplacophora(); /** * Gets (as xml) the "Monoplacophora" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMonoplacophora(); /** * True if has "Monoplacophora" element */ boolean isSetMonoplacophora(); /** * Sets the "Monoplacophora" element */ void setMonoplacophora(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum monoplacophora); /** * Sets (as xml) the "Monoplacophora" element */ void xsetMonoplacophora(gov.grants.apply.system.globalLibraryV20.YesNoDataType monoplacophora); /** * Unsets the "Monoplacophora" element */ void unsetMonoplacophora(); /** * Gets the "Aplacophora" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAplacophora(); /** * Gets (as xml) the "Aplacophora" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAplacophora(); /** * True if has "Aplacophora" element */ boolean isSetAplacophora(); /** * Sets the "Aplacophora" element */ void setAplacophora(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum aplacophora); /** * Sets (as xml) the "Aplacophora" element */ void xsetAplacophora(gov.grants.apply.system.globalLibraryV20.YesNoDataType aplacophora); /** * Unsets the "Aplacophora" element */ void unsetAplacophora(); /** * Gets the "Polyplacophora" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPolyplacophora(); /** * Gets (as xml) the "Polyplacophora" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPolyplacophora(); /** * True if has "Polyplacophora" element */ boolean isSetPolyplacophora(); /** * Sets the "Polyplacophora" element */ void setPolyplacophora(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum polyplacophora); /** * Sets (as xml) the "Polyplacophora" element */ void xsetPolyplacophora(gov.grants.apply.system.globalLibraryV20.YesNoDataType polyplacophora); /** * Unsets the "Polyplacophora" element */ void unsetPolyplacophora(); /** * Gets the "Scaphopoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getScaphopoda(); /** * Gets (as xml) the "Scaphopoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetScaphopoda(); /** * True if has "Scaphopoda" element */ boolean isSetScaphopoda(); /** * Sets the "Scaphopoda" element */ void setScaphopoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum scaphopoda); /** * Sets (as xml) the "Scaphopoda" element */ void xsetScaphopoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType scaphopoda); /** * Unsets the "Scaphopoda" element */ void unsetScaphopoda(); /** * Gets the "Gastropoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGastropoda(); /** * Gets (as xml) the "Gastropoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGastropoda(); /** * True if has "Gastropoda" element */ boolean isSetGastropoda(); /** * Sets the "Gastropoda" element */ void setGastropoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum gastropoda); /** * Sets (as xml) the "Gastropoda" element */ void xsetGastropoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType gastropoda); /** * Unsets the "Gastropoda" element */ void unsetGastropoda(); /** * Gets the "Pelecypoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPelecypoda(); /** * Gets (as xml) the "Pelecypoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPelecypoda(); /** * True if has "Pelecypoda" element */ boolean isSetPelecypoda(); /** * Sets the "Pelecypoda" element */ void setPelecypoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum pelecypoda); /** * Sets (as xml) the "Pelecypoda" element */ void xsetPelecypoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType pelecypoda); /** * Unsets the "Pelecypoda" element */ void unsetPelecypoda(); /** * Gets the "Cephalopoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCephalopoda(); /** * Gets (as xml) the "Cephalopoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCephalopoda(); /** * True if has "Cephalopoda" element */ boolean isSetCephalopoda(); /** * Sets the "Cephalopoda" element */ void setCephalopoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum cephalopoda); /** * Sets (as xml) the "Cephalopoda" element */ void xsetCephalopoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType cephalopoda); /** * Unsets the "Cephalopoda" element */ void unsetCephalopoda(); /** * Gets the "ANNELIDA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getANNELIDA(); /** * Gets (as xml) the "ANNELIDA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetANNELIDA(); /** * True if has "ANNELIDA" element */ boolean isSetANNELIDA(); /** * Sets the "ANNELIDA" element */ void setANNELIDA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum annelida); /** * Sets (as xml) the "ANNELIDA" element */ void xsetANNELIDA(gov.grants.apply.system.globalLibraryV20.YesNoDataType annelida); /** * Unsets the "ANNELIDA" element */ void unsetANNELIDA(); /** * Gets the "Polychaeta" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPolychaeta(); /** * Gets (as xml) the "Polychaeta" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPolychaeta(); /** * True if has "Polychaeta" element */ boolean isSetPolychaeta(); /** * Sets the "Polychaeta" element */ void setPolychaeta(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum polychaeta); /** * Sets (as xml) the "Polychaeta" element */ void xsetPolychaeta(gov.grants.apply.system.globalLibraryV20.YesNoDataType polychaeta); /** * Unsets the "Polychaeta" element */ void unsetPolychaeta(); /** * Gets the "Oligochaeta" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOligochaeta(); /** * Gets (as xml) the "Oligochaeta" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOligochaeta(); /** * True if has "Oligochaeta" element */ boolean isSetOligochaeta(); /** * Sets the "Oligochaeta" element */ void setOligochaeta(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum oligochaeta); /** * Sets (as xml) the "Oligochaeta" element */ void xsetOligochaeta(gov.grants.apply.system.globalLibraryV20.YesNoDataType oligochaeta); /** * Unsets the "Oligochaeta" element */ void unsetOligochaeta(); /** * Gets the "Hirudinida" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHirudinida(); /** * Gets (as xml) the "Hirudinida" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHirudinida(); /** * True if has "Hirudinida" element */ boolean isSetHirudinida(); /** * Sets the "Hirudinida" element */ void setHirudinida(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum hirudinida); /** * Sets (as xml) the "Hirudinida" element */ void xsetHirudinida(gov.grants.apply.system.globalLibraryV20.YesNoDataType hirudinida); /** * Unsets the "Hirudinida" element */ void unsetHirudinida(); /** * Gets the "POGONOPHORA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPOGONOPHORA(); /** * Gets (as xml) the "POGONOPHORA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPOGONOPHORA(); /** * True if has "POGONOPHORA" element */ boolean isSetPOGONOPHORA(); /** * Sets the "POGONOPHORA" element */ void setPOGONOPHORA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum pogonophora); /** * Sets (as xml) the "POGONOPHORA" element */ void xsetPOGONOPHORA(gov.grants.apply.system.globalLibraryV20.YesNoDataType pogonophora); /** * Unsets the "POGONOPHORA" element */ void unsetPOGONOPHORA(); /** * Gets the "SIPUNCULOIDEA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSIPUNCULOIDEA(); /** * Gets (as xml) the "SIPUNCULOIDEA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSIPUNCULOIDEA(); /** * True if has "SIPUNCULOIDEA" element */ boolean isSetSIPUNCULOIDEA(); /** * Sets the "SIPUNCULOIDEA" element */ void setSIPUNCULOIDEA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum sipunculoidea); /** * Sets (as xml) the "SIPUNCULOIDEA" element */ void xsetSIPUNCULOIDEA(gov.grants.apply.system.globalLibraryV20.YesNoDataType sipunculoidea); /** * Unsets the "SIPUNCULOIDEA" element */ void unsetSIPUNCULOIDEA(); /** * Gets the "ECHIUROIDEA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getECHIUROIDEA(); /** * Gets (as xml) the "ECHIUROIDEA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetECHIUROIDEA(); /** * True if has "ECHIUROIDEA" element */ boolean isSetECHIUROIDEA(); /** * Sets the "ECHIUROIDEA" element */ void setECHIUROIDEA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum echiuroidea); /** * Sets (as xml) the "ECHIUROIDEA" element */ void xsetECHIUROIDEA(gov.grants.apply.system.globalLibraryV20.YesNoDataType echiuroidea); /** * Unsets the "ECHIUROIDEA" element */ void unsetECHIUROIDEA(); /** * Gets the "ARTHROPODA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getARTHROPODA(); /** * Gets (as xml) the "ARTHROPODA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetARTHROPODA(); /** * True if has "ARTHROPODA" element */ boolean isSetARTHROPODA(); /** * Sets the "ARTHROPODA" element */ void setARTHROPODA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum arthropoda); /** * Sets (as xml) the "ARTHROPODA" element */ void xsetARTHROPODA(gov.grants.apply.system.globalLibraryV20.YesNoDataType arthropoda); /** * Unsets the "ARTHROPODA" element */ void unsetARTHROPODA(); /** * Gets the "Cheliceriformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCheliceriformes(); /** * Gets (as xml) the "Cheliceriformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCheliceriformes(); /** * True if has "Cheliceriformes" element */ boolean isSetCheliceriformes(); /** * Sets the "Cheliceriformes" element */ void setCheliceriformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum cheliceriformes); /** * Sets (as xml) the "Cheliceriformes" element */ void xsetCheliceriformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType cheliceriformes); /** * Unsets the "Cheliceriformes" element */ void unsetCheliceriformes(); /** * Gets the "Merostomata" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMerostomata(); /** * Gets (as xml) the "Merostomata" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMerostomata(); /** * True if has "Merostomata" element */ boolean isSetMerostomata(); /** * Sets the "Merostomata" element */ void setMerostomata(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum merostomata); /** * Sets (as xml) the "Merostomata" element */ void xsetMerostomata(gov.grants.apply.system.globalLibraryV20.YesNoDataType merostomata); /** * Unsets the "Merostomata" element */ void unsetMerostomata(); /** * Gets the "Pycnogonida" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPycnogonida(); /** * Gets (as xml) the "Pycnogonida" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPycnogonida(); /** * True if has "Pycnogonida" element */ boolean isSetPycnogonida(); /** * Sets the "Pycnogonida" element */ void setPycnogonida(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum pycnogonida); /** * Sets (as xml) the "Pycnogonida" element */ void xsetPycnogonida(gov.grants.apply.system.globalLibraryV20.YesNoDataType pycnogonida); /** * Unsets the "Pycnogonida" element */ void unsetPycnogonida(); /** * Gets the "Scorpionida" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getScorpionida(); /** * Gets (as xml) the "Scorpionida" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetScorpionida(); /** * True if has "Scorpionida" element */ boolean isSetScorpionida(); /** * Sets the "Scorpionida" element */ void setScorpionida(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum scorpionida); /** * Sets (as xml) the "Scorpionida" element */ void xsetScorpionida(gov.grants.apply.system.globalLibraryV20.YesNoDataType scorpionida); /** * Unsets the "Scorpionida" element */ void unsetScorpionida(); /** * Gets the "Araneae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAraneae(); /** * Gets (as xml) the "Araneae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAraneae(); /** * True if has "Araneae" element */ boolean isSetAraneae(); /** * Sets the "Araneae" element */ void setAraneae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum araneae); /** * Sets (as xml) the "Araneae" element */ void xsetAraneae(gov.grants.apply.system.globalLibraryV20.YesNoDataType araneae); /** * Unsets the "Araneae" element */ void unsetAraneae(); /** * Gets the "Pseudoscorpionida" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPseudoscorpionida(); /** * Gets (as xml) the "Pseudoscorpionida" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPseudoscorpionida(); /** * True if has "Pseudoscorpionida" element */ boolean isSetPseudoscorpionida(); /** * Sets the "Pseudoscorpionida" element */ void setPseudoscorpionida(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum pseudoscorpionida); /** * Sets (as xml) the "Pseudoscorpionida" element */ void xsetPseudoscorpionida(gov.grants.apply.system.globalLibraryV20.YesNoDataType pseudoscorpionida); /** * Unsets the "Pseudoscorpionida" element */ void unsetPseudoscorpionida(); /** * Gets the "Acarina" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAcarina(); /** * Gets (as xml) the "Acarina" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAcarina(); /** * True if has "Acarina" element */ boolean isSetAcarina(); /** * Sets the "Acarina" element */ void setAcarina(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum acarina); /** * Sets (as xml) the "Acarina" element */ void xsetAcarina(gov.grants.apply.system.globalLibraryV20.YesNoDataType acarina); /** * Unsets the "Acarina" element */ void unsetAcarina(); /** * Gets the "Parasitiformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getParasitiformes(); /** * Gets (as xml) the "Parasitiformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetParasitiformes(); /** * True if has "Parasitiformes" element */ boolean isSetParasitiformes(); /** * Sets the "Parasitiformes" element */ void setParasitiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum parasitiformes); /** * Sets (as xml) the "Parasitiformes" element */ void xsetParasitiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType parasitiformes); /** * Unsets the "Parasitiformes" element */ void unsetParasitiformes(); /** * Gets the "Crustacea" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCrustacea(); /** * Gets (as xml) the "Crustacea" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCrustacea(); /** * True if has "Crustacea" element */ boolean isSetCrustacea(); /** * Sets the "Crustacea" element */ void setCrustacea(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum crustacea); /** * Sets (as xml) the "Crustacea" element */ void xsetCrustacea(gov.grants.apply.system.globalLibraryV20.YesNoDataType crustacea); /** * Unsets the "Crustacea" element */ void unsetCrustacea(); /** * Gets the "Branchiopoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBranchiopoda(); /** * Gets (as xml) the "Branchiopoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBranchiopoda(); /** * True if has "Branchiopoda" element */ boolean isSetBranchiopoda(); /** * Sets the "Branchiopoda" element */ void setBranchiopoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum branchiopoda); /** * Sets (as xml) the "Branchiopoda" element */ void xsetBranchiopoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType branchiopoda); /** * Unsets the "Branchiopoda" element */ void unsetBranchiopoda(); /** * Gets the "Ostracoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOstracoda(); /** * Gets (as xml) the "Ostracoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOstracoda(); /** * True if has "Ostracoda" element */ boolean isSetOstracoda(); /** * Sets the "Ostracoda" element */ void setOstracoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum ostracoda); /** * Sets (as xml) the "Ostracoda" element */ void xsetOstracoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType ostracoda); /** * Unsets the "Ostracoda" element */ void unsetOstracoda(); /** * Gets the "Copepoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCopepoda(); /** * Gets (as xml) the "Copepoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCopepoda(); /** * True if has "Copepoda" element */ boolean isSetCopepoda(); /** * Sets the "Copepoda" element */ void setCopepoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum copepoda); /** * Sets (as xml) the "Copepoda" element */ void xsetCopepoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType copepoda); /** * Unsets the "Copepoda" element */ void unsetCopepoda(); /** * Gets the "Cirripedia" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCirripedia(); /** * Gets (as xml) the "Cirripedia" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCirripedia(); /** * True if has "Cirripedia" element */ boolean isSetCirripedia(); /** * Sets the "Cirripedia" element */ void setCirripedia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum cirripedia); /** * Sets (as xml) the "Cirripedia" element */ void xsetCirripedia(gov.grants.apply.system.globalLibraryV20.YesNoDataType cirripedia); /** * Unsets the "Cirripedia" element */ void unsetCirripedia(); /** * Gets the "Amphipoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAmphipoda(); /** * Gets (as xml) the "Amphipoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAmphipoda(); /** * True if has "Amphipoda" element */ boolean isSetAmphipoda(); /** * Sets the "Amphipoda" element */ void setAmphipoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum amphipoda); /** * Sets (as xml) the "Amphipoda" element */ void xsetAmphipoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType amphipoda); /** * Unsets the "Amphipoda" element */ void unsetAmphipoda(); /** * Gets the "Isopoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsopoda(); /** * Gets (as xml) the "Isopoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsopoda(); /** * True if has "Isopoda" element */ boolean isSetIsopoda(); /** * Sets the "Isopoda" element */ void setIsopoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isopoda); /** * Sets (as xml) the "Isopoda" element */ void xsetIsopoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType isopoda); /** * Unsets the "Isopoda" element */ void unsetIsopoda(); /** * Gets the "Decapoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDecapoda(); /** * Gets (as xml) the "Decapoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDecapoda(); /** * True if has "Decapoda" element */ boolean isSetDecapoda(); /** * Sets the "Decapoda" element */ void setDecapoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum decapoda); /** * Sets (as xml) the "Decapoda" element */ void xsetDecapoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType decapoda); /** * Unsets the "Decapoda" element */ void unsetDecapoda(); /** * Gets the "Hexapoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHexapoda(); /** * Gets (as xml) the "Hexapoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHexapoda(); /** * True if has "Hexapoda" element */ boolean isSetHexapoda(); /** * Sets the "Hexapoda" element */ void setHexapoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum hexapoda); /** * Sets (as xml) the "Hexapoda" element */ void xsetHexapoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType hexapoda); /** * Unsets the "Hexapoda" element */ void unsetHexapoda(); /** * Gets the "Apterygota" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getApterygota(); /** * Gets (as xml) the "Apterygota" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetApterygota(); /** * True if has "Apterygota" element */ boolean isSetApterygota(); /** * Sets the "Apterygota" element */ void setApterygota(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum apterygota); /** * Sets (as xml) the "Apterygota" element */ void xsetApterygota(gov.grants.apply.system.globalLibraryV20.YesNoDataType apterygota); /** * Unsets the "Apterygota" element */ void unsetApterygota(); /** * Gets the "Odonata" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOdonata(); /** * Gets (as xml) the "Odonata" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOdonata(); /** * True if has "Odonata" element */ boolean isSetOdonata(); /** * Sets the "Odonata" element */ void setOdonata(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum odonata); /** * Sets (as xml) the "Odonata" element */ void xsetOdonata(gov.grants.apply.system.globalLibraryV20.YesNoDataType odonata); /** * Unsets the "Odonata" element */ void unsetOdonata(); /** * Gets the "Ephemeroptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEphemeroptera(); /** * Gets (as xml) the "Ephemeroptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEphemeroptera(); /** * True if has "Ephemeroptera" element */ boolean isSetEphemeroptera(); /** * Sets the "Ephemeroptera" element */ void setEphemeroptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum ephemeroptera); /** * Sets (as xml) the "Ephemeroptera" element */ void xsetEphemeroptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType ephemeroptera); /** * Unsets the "Ephemeroptera" element */ void unsetEphemeroptera(); /** * Gets the "Orthoptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOrthoptera(); /** * Gets (as xml) the "Orthoptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOrthoptera(); /** * True if has "Orthoptera" element */ boolean isSetOrthoptera(); /** * Sets the "Orthoptera" element */ void setOrthoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum orthoptera); /** * Sets (as xml) the "Orthoptera" element */ void xsetOrthoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType orthoptera); /** * Unsets the "Orthoptera" element */ void unsetOrthoptera(); /** * Gets the "Dictyoptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDictyoptera(); /** * Gets (as xml) the "Dictyoptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDictyoptera(); /** * True if has "Dictyoptera" element */ boolean isSetDictyoptera(); /** * Sets the "Dictyoptera" element */ void setDictyoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum dictyoptera); /** * Sets (as xml) the "Dictyoptera" element */ void xsetDictyoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType dictyoptera); /** * Unsets the "Dictyoptera" element */ void unsetDictyoptera(); /** * Gets the "Isoptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIsoptera(); /** * Gets (as xml) the "Isoptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIsoptera(); /** * True if has "Isoptera" element */ boolean isSetIsoptera(); /** * Sets the "Isoptera" element */ void setIsoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum isoptera); /** * Sets (as xml) the "Isoptera" element */ void xsetIsoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType isoptera); /** * Unsets the "Isoptera" element */ void unsetIsoptera(); /** * Gets the "Plecoptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPlecoptera(); /** * Gets (as xml) the "Plecoptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPlecoptera(); /** * True if has "Plecoptera" element */ boolean isSetPlecoptera(); /** * Sets the "Plecoptera" element */ void setPlecoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum plecoptera); /** * Sets (as xml) the "Plecoptera" element */ void xsetPlecoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType plecoptera); /** * Unsets the "Plecoptera" element */ void unsetPlecoptera(); /** * Gets the "Phthiraptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPhthiraptera(); /** * Gets (as xml) the "Phthiraptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPhthiraptera(); /** * True if has "Phthiraptera" element */ boolean isSetPhthiraptera(); /** * Sets the "Phthiraptera" element */ void setPhthiraptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum phthiraptera); /** * Sets (as xml) the "Phthiraptera" element */ void xsetPhthiraptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType phthiraptera); /** * Unsets the "Phthiraptera" element */ void unsetPhthiraptera(); /** * Gets the "Hemiptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHemiptera(); /** * Gets (as xml) the "Hemiptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHemiptera(); /** * True if has "Hemiptera" element */ boolean isSetHemiptera(); /** * Sets the "Hemiptera" element */ void setHemiptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum hemiptera); /** * Sets (as xml) the "Hemiptera" element */ void xsetHemiptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType hemiptera); /** * Unsets the "Hemiptera" element */ void unsetHemiptera(); /** * Gets the "Homoptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHomoptera(); /** * Gets (as xml) the "Homoptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHomoptera(); /** * True if has "Homoptera" element */ boolean isSetHomoptera(); /** * Sets the "Homoptera" element */ void setHomoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum homoptera); /** * Sets (as xml) the "Homoptera" element */ void xsetHomoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType homoptera); /** * Unsets the "Homoptera" element */ void unsetHomoptera(); /** * Gets the "Thysanoptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getThysanoptera(); /** * Gets (as xml) the "Thysanoptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetThysanoptera(); /** * True if has "Thysanoptera" element */ boolean isSetThysanoptera(); /** * Sets the "Thysanoptera" element */ void setThysanoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum thysanoptera); /** * Sets (as xml) the "Thysanoptera" element */ void xsetThysanoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType thysanoptera); /** * Unsets the "Thysanoptera" element */ void unsetThysanoptera(); /** * Gets the "Neuroptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNeuroptera(); /** * Gets (as xml) the "Neuroptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNeuroptera(); /** * True if has "Neuroptera" element */ boolean isSetNeuroptera(); /** * Sets the "Neuroptera" element */ void setNeuroptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum neuroptera); /** * Sets (as xml) the "Neuroptera" element */ void xsetNeuroptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType neuroptera); /** * Unsets the "Neuroptera" element */ void unsetNeuroptera(); /** * Gets the "Trichoptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTrichoptera(); /** * Gets (as xml) the "Trichoptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTrichoptera(); /** * True if has "Trichoptera" element */ boolean isSetTrichoptera(); /** * Sets the "Trichoptera" element */ void setTrichoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum trichoptera); /** * Sets (as xml) the "Trichoptera" element */ void xsetTrichoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType trichoptera); /** * Unsets the "Trichoptera" element */ void unsetTrichoptera(); /** * Gets the "Lepidoptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLepidoptera(); /** * Gets (as xml) the "Lepidoptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLepidoptera(); /** * True if has "Lepidoptera" element */ boolean isSetLepidoptera(); /** * Sets the "Lepidoptera" element */ void setLepidoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum lepidoptera); /** * Sets (as xml) the "Lepidoptera" element */ void xsetLepidoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType lepidoptera); /** * Unsets the "Lepidoptera" element */ void unsetLepidoptera(); /** * Gets the "Diptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDiptera(); /** * Gets (as xml) the "Diptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDiptera(); /** * True if has "Diptera" element */ boolean isSetDiptera(); /** * Sets the "Diptera" element */ void setDiptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum diptera); /** * Sets (as xml) the "Diptera" element */ void xsetDiptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType diptera); /** * Unsets the "Diptera" element */ void unsetDiptera(); /** * Gets the "Siphonaptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSiphonaptera(); /** * Gets (as xml) the "Siphonaptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSiphonaptera(); /** * True if has "Siphonaptera" element */ boolean isSetSiphonaptera(); /** * Sets the "Siphonaptera" element */ void setSiphonaptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum siphonaptera); /** * Sets (as xml) the "Siphonaptera" element */ void xsetSiphonaptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType siphonaptera); /** * Unsets the "Siphonaptera" element */ void unsetSiphonaptera(); /** * Gets the "Coleoptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getColeoptera(); /** * Gets (as xml) the "Coleoptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetColeoptera(); /** * True if has "Coleoptera" element */ boolean isSetColeoptera(); /** * Sets the "Coleoptera" element */ void setColeoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum coleoptera); /** * Sets (as xml) the "Coleoptera" element */ void xsetColeoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType coleoptera); /** * Unsets the "Coleoptera" element */ void unsetColeoptera(); /** * Gets the "Hymenoptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHymenoptera(); /** * Gets (as xml) the "Hymenoptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHymenoptera(); /** * True if has "Hymenoptera" element */ boolean isSetHymenoptera(); /** * Sets the "Hymenoptera" element */ void setHymenoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum hymenoptera); /** * Sets (as xml) the "Hymenoptera" element */ void xsetHymenoptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType hymenoptera); /** * Unsets the "Hymenoptera" element */ void unsetHymenoptera(); /** * Gets the "Chilopoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getChilopoda(); /** * Gets (as xml) the "Chilopoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetChilopoda(); /** * True if has "Chilopoda" element */ boolean isSetChilopoda(); /** * Sets the "Chilopoda" element */ void setChilopoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum chilopoda); /** * Sets (as xml) the "Chilopoda" element */ void xsetChilopoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType chilopoda); /** * Unsets the "Chilopoda" element */ void unsetChilopoda(); /** * Gets the "Diplopoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDiplopoda(); /** * Gets (as xml) the "Diplopoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDiplopoda(); /** * True if has "Diplopoda" element */ boolean isSetDiplopoda(); /** * Sets the "Diplopoda" element */ void setDiplopoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum diplopoda); /** * Sets (as xml) the "Diplopoda" element */ void xsetDiplopoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType diplopoda); /** * Unsets the "Diplopoda" element */ void unsetDiplopoda(); /** * Gets the "Pauropoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPauropoda(); /** * Gets (as xml) the "Pauropoda" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPauropoda(); /** * True if has "Pauropoda" element */ boolean isSetPauropoda(); /** * Sets the "Pauropoda" element */ void setPauropoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum pauropoda); /** * Sets (as xml) the "Pauropoda" element */ void xsetPauropoda(gov.grants.apply.system.globalLibraryV20.YesNoDataType pauropoda); /** * Unsets the "Pauropoda" element */ void unsetPauropoda(); /** * Gets the "Symphyta" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSymphyta(); /** * Gets (as xml) the "Symphyta" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSymphyta(); /** * True if has "Symphyta" element */ boolean isSetSymphyta(); /** * Sets the "Symphyta" element */ void setSymphyta(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum symphyta); /** * Sets (as xml) the "Symphyta" element */ void xsetSymphyta(gov.grants.apply.system.globalLibraryV20.YesNoDataType symphyta); /** * Unsets the "Symphyta" element */ void unsetSymphyta(); /** * Gets the "PENTASTOMIDA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPENTASTOMIDA(); /** * Gets (as xml) the "PENTASTOMIDA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPENTASTOMIDA(); /** * True if has "PENTASTOMIDA" element */ boolean isSetPENTASTOMIDA(); /** * Sets the "PENTASTOMIDA" element */ void setPENTASTOMIDA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum pentastomida); /** * Sets (as xml) the "PENTASTOMIDA" element */ void xsetPENTASTOMIDA(gov.grants.apply.system.globalLibraryV20.YesNoDataType pentastomida); /** * Unsets the "PENTASTOMIDA" element */ void unsetPENTASTOMIDA(); /** * Gets the "TARDIGRADA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTARDIGRADA(); /** * Gets (as xml) the "TARDIGRADA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTARDIGRADA(); /** * True if has "TARDIGRADA" element */ boolean isSetTARDIGRADA(); /** * Sets the "TARDIGRADA" element */ void setTARDIGRADA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum tardigrada); /** * Sets (as xml) the "TARDIGRADA" element */ void xsetTARDIGRADA(gov.grants.apply.system.globalLibraryV20.YesNoDataType tardigrada); /** * Unsets the "TARDIGRADA" element */ void unsetTARDIGRADA(); /** * Gets the "ONYCHOPHORA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getONYCHOPHORA(); /** * Gets (as xml) the "ONYCHOPHORA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetONYCHOPHORA(); /** * True if has "ONYCHOPHORA" element */ boolean isSetONYCHOPHORA(); /** * Sets the "ONYCHOPHORA" element */ void setONYCHOPHORA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum onychophora); /** * Sets (as xml) the "ONYCHOPHORA" element */ void xsetONYCHOPHORA(gov.grants.apply.system.globalLibraryV20.YesNoDataType onychophora); /** * Unsets the "ONYCHOPHORA" element */ void unsetONYCHOPHORA(); /** * Gets the "CHAETOGNATHA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCHAETOGNATHA(); /** * Gets (as xml) the "CHAETOGNATHA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCHAETOGNATHA(); /** * True if has "CHAETOGNATHA" element */ boolean isSetCHAETOGNATHA(); /** * Sets the "CHAETOGNATHA" element */ void setCHAETOGNATHA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum chaetognatha); /** * Sets (as xml) the "CHAETOGNATHA" element */ void xsetCHAETOGNATHA(gov.grants.apply.system.globalLibraryV20.YesNoDataType chaetognatha); /** * Unsets the "CHAETOGNATHA" element */ void unsetCHAETOGNATHA(); /** * Gets the "ECHINODERMATA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getECHINODERMATA(); /** * Gets (as xml) the "ECHINODERMATA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetECHINODERMATA(); /** * True if has "ECHINODERMATA" element */ boolean isSetECHINODERMATA(); /** * Sets the "ECHINODERMATA" element */ void setECHINODERMATA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum echinodermata); /** * Sets (as xml) the "ECHINODERMATA" element */ void xsetECHINODERMATA(gov.grants.apply.system.globalLibraryV20.YesNoDataType echinodermata); /** * Unsets the "ECHINODERMATA" element */ void unsetECHINODERMATA(); /** * Gets the "Crinoidea" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCrinoidea(); /** * Gets (as xml) the "Crinoidea" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCrinoidea(); /** * True if has "Crinoidea" element */ boolean isSetCrinoidea(); /** * Sets the "Crinoidea" element */ void setCrinoidea(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum crinoidea); /** * Sets (as xml) the "Crinoidea" element */ void xsetCrinoidea(gov.grants.apply.system.globalLibraryV20.YesNoDataType crinoidea); /** * Unsets the "Crinoidea" element */ void unsetCrinoidea(); /** * Gets the "Asteroidea" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAsteroidea(); /** * Gets (as xml) the "Asteroidea" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAsteroidea(); /** * True if has "Asteroidea" element */ boolean isSetAsteroidea(); /** * Sets the "Asteroidea" element */ void setAsteroidea(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum asteroidea); /** * Sets (as xml) the "Asteroidea" element */ void xsetAsteroidea(gov.grants.apply.system.globalLibraryV20.YesNoDataType asteroidea); /** * Unsets the "Asteroidea" element */ void unsetAsteroidea(); /** * Gets the "Ophiuroidea" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOphiuroidea(); /** * Gets (as xml) the "Ophiuroidea" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOphiuroidea(); /** * True if has "Ophiuroidea" element */ boolean isSetOphiuroidea(); /** * Sets the "Ophiuroidea" element */ void setOphiuroidea(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum ophiuroidea); /** * Sets (as xml) the "Ophiuroidea" element */ void xsetOphiuroidea(gov.grants.apply.system.globalLibraryV20.YesNoDataType ophiuroidea); /** * Unsets the "Ophiuroidea" element */ void unsetOphiuroidea(); /** * Gets the "Echinoidea" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEchinoidea(); /** * Gets (as xml) the "Echinoidea" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEchinoidea(); /** * True if has "Echinoidea" element */ boolean isSetEchinoidea(); /** * Sets the "Echinoidea" element */ void setEchinoidea(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum echinoidea); /** * Sets (as xml) the "Echinoidea" element */ void xsetEchinoidea(gov.grants.apply.system.globalLibraryV20.YesNoDataType echinoidea); /** * Unsets the "Echinoidea" element */ void unsetEchinoidea(); /** * Gets the "Holothuroidea" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHolothuroidea(); /** * Gets (as xml) the "Holothuroidea" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHolothuroidea(); /** * True if has "Holothuroidea" element */ boolean isSetHolothuroidea(); /** * Sets the "Holothuroidea" element */ void setHolothuroidea(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum holothuroidea); /** * Sets (as xml) the "Holothuroidea" element */ void xsetHolothuroidea(gov.grants.apply.system.globalLibraryV20.YesNoDataType holothuroidea); /** * Unsets the "Holothuroidea" element */ void unsetHolothuroidea(); /** * Gets the "HEMICHORDATA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHEMICHORDATA(); /** * Gets (as xml) the "HEMICHORDATA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHEMICHORDATA(); /** * True if has "HEMICHORDATA" element */ boolean isSetHEMICHORDATA(); /** * Sets the "HEMICHORDATA" element */ void setHEMICHORDATA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum hemichordata); /** * Sets (as xml) the "HEMICHORDATA" element */ void xsetHEMICHORDATA(gov.grants.apply.system.globalLibraryV20.YesNoDataType hemichordata); /** * Unsets the "HEMICHORDATA" element */ void unsetHEMICHORDATA(); /** * Gets the "UROCHORDATA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getUROCHORDATA(); /** * Gets (as xml) the "UROCHORDATA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetUROCHORDATA(); /** * True if has "UROCHORDATA" element */ boolean isSetUROCHORDATA(); /** * Sets the "UROCHORDATA" element */ void setUROCHORDATA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum urochordata); /** * Sets (as xml) the "UROCHORDATA" element */ void xsetUROCHORDATA(gov.grants.apply.system.globalLibraryV20.YesNoDataType urochordata); /** * Unsets the "UROCHORDATA" element */ void unsetUROCHORDATA(); /** * Gets the "CEPHALOCHORDATA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCEPHALOCHORDATA(); /** * Gets (as xml) the "CEPHALOCHORDATA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCEPHALOCHORDATA(); /** * True if has "CEPHALOCHORDATA" element */ boolean isSetCEPHALOCHORDATA(); /** * Sets the "CEPHALOCHORDATA" element */ void setCEPHALOCHORDATA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum cephalochordata); /** * Sets (as xml) the "CEPHALOCHORDATA" element */ void xsetCEPHALOCHORDATA(gov.grants.apply.system.globalLibraryV20.YesNoDataType cephalochordata); /** * Unsets the "CEPHALOCHORDATA" element */ void unsetCEPHALOCHORDATA(); /** * Gets the "VERTEBRATES" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getVERTEBRATES(); /** * Gets (as xml) the "VERTEBRATES" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetVERTEBRATES(); /** * True if has "VERTEBRATES" element */ boolean isSetVERTEBRATES(); /** * Sets the "VERTEBRATES" element */ void setVERTEBRATES(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum vertebrates); /** * Sets (as xml) the "VERTEBRATES" element */ void xsetVERTEBRATES(gov.grants.apply.system.globalLibraryV20.YesNoDataType vertebrates); /** * Unsets the "VERTEBRATES" element */ void unsetVERTEBRATES(); /** * Gets the "AGNATHA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAGNATHA(); /** * Gets (as xml) the "AGNATHA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAGNATHA(); /** * True if has "AGNATHA" element */ boolean isSetAGNATHA(); /** * Sets the "AGNATHA" element */ void setAGNATHA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum agnatha); /** * Sets (as xml) the "AGNATHA" element */ void xsetAGNATHA(gov.grants.apply.system.globalLibraryV20.YesNoDataType agnatha); /** * Unsets the "AGNATHA" element */ void unsetAGNATHA(); /** * Gets the "FISHES" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFISHES(); /** * Gets (as xml) the "FISHES" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFISHES(); /** * True if has "FISHES" element */ boolean isSetFISHES(); /** * Sets the "FISHES" element */ void setFISHES(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum fishes); /** * Sets (as xml) the "FISHES" element */ void xsetFISHES(gov.grants.apply.system.globalLibraryV20.YesNoDataType fishes); /** * Unsets the "FISHES" element */ void unsetFISHES(); /** * Gets the "Chondrichthyes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getChondrichthyes(); /** * Gets (as xml) the "Chondrichthyes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetChondrichthyes(); /** * True if has "Chondrichthyes" element */ boolean isSetChondrichthyes(); /** * Sets the "Chondrichthyes" element */ void setChondrichthyes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum chondrichthyes); /** * Sets (as xml) the "Chondrichthyes" element */ void xsetChondrichthyes(gov.grants.apply.system.globalLibraryV20.YesNoDataType chondrichthyes); /** * Unsets the "Chondrichthyes" element */ void unsetChondrichthyes(); /** * Gets the "Osteichthyes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOsteichthyes(); /** * Gets (as xml) the "Osteichthyes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOsteichthyes(); /** * True if has "Osteichthyes" element */ boolean isSetOsteichthyes(); /** * Sets the "Osteichthyes" element */ void setOsteichthyes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum osteichthyes); /** * Sets (as xml) the "Osteichthyes" element */ void xsetOsteichthyes(gov.grants.apply.system.globalLibraryV20.YesNoDataType osteichthyes); /** * Unsets the "Osteichthyes" element */ void unsetOsteichthyes(); /** * Gets the "Sarcopterygia" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSarcopterygia(); /** * Gets (as xml) the "Sarcopterygia" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSarcopterygia(); /** * True if has "Sarcopterygia" element */ boolean isSetSarcopterygia(); /** * Sets the "Sarcopterygia" element */ void setSarcopterygia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum sarcopterygia); /** * Sets (as xml) the "Sarcopterygia" element */ void xsetSarcopterygia(gov.grants.apply.system.globalLibraryV20.YesNoDataType sarcopterygia); /** * Unsets the "Sarcopterygia" element */ void unsetSarcopterygia(); /** * Gets the "Actinopterygia" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getActinopterygia(); /** * Gets (as xml) the "Actinopterygia" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetActinopterygia(); /** * True if has "Actinopterygia" element */ boolean isSetActinopterygia(); /** * Sets the "Actinopterygia" element */ void setActinopterygia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum actinopterygia); /** * Sets (as xml) the "Actinopterygia" element */ void xsetActinopterygia(gov.grants.apply.system.globalLibraryV20.YesNoDataType actinopterygia); /** * Unsets the "Actinopterygia" element */ void unsetActinopterygia(); /** * Gets the "AMPHIBIA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAMPHIBIA(); /** * Gets (as xml) the "AMPHIBIA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAMPHIBIA(); /** * True if has "AMPHIBIA" element */ boolean isSetAMPHIBIA(); /** * Sets the "AMPHIBIA" element */ void setAMPHIBIA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum amphibia); /** * Sets (as xml) the "AMPHIBIA" element */ void xsetAMPHIBIA(gov.grants.apply.system.globalLibraryV20.YesNoDataType amphibia); /** * Unsets the "AMPHIBIA" element */ void unsetAMPHIBIA(); /** * Gets the "Anura" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAnura(); /** * Gets (as xml) the "Anura" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAnura(); /** * True if has "Anura" element */ boolean isSetAnura(); /** * Sets the "Anura" element */ void setAnura(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum anura); /** * Sets (as xml) the "Anura" element */ void xsetAnura(gov.grants.apply.system.globalLibraryV20.YesNoDataType anura); /** * Unsets the "Anura" element */ void unsetAnura(); /** * Gets the "Urodela" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getUrodela(); /** * Gets (as xml) the "Urodela" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetUrodela(); /** * True if has "Urodela" element */ boolean isSetUrodela(); /** * Sets the "Urodela" element */ void setUrodela(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum urodela); /** * Sets (as xml) the "Urodela" element */ void xsetUrodela(gov.grants.apply.system.globalLibraryV20.YesNoDataType urodela); /** * Unsets the "Urodela" element */ void unsetUrodela(); /** * Gets the "Gymnophiona" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGymnophiona(); /** * Gets (as xml) the "Gymnophiona" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGymnophiona(); /** * True if has "Gymnophiona" element */ boolean isSetGymnophiona(); /** * Sets the "Gymnophiona" element */ void setGymnophiona(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum gymnophiona); /** * Sets (as xml) the "Gymnophiona" element */ void xsetGymnophiona(gov.grants.apply.system.globalLibraryV20.YesNoDataType gymnophiona); /** * Unsets the "Gymnophiona" element */ void unsetGymnophiona(); /** * Gets the "REPTILIA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getREPTILIA(); /** * Gets (as xml) the "REPTILIA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetREPTILIA(); /** * True if has "REPTILIA" element */ boolean isSetREPTILIA(); /** * Sets the "REPTILIA" element */ void setREPTILIA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum reptilia); /** * Sets (as xml) the "REPTILIA" element */ void xsetREPTILIA(gov.grants.apply.system.globalLibraryV20.YesNoDataType reptilia); /** * Unsets the "REPTILIA" element */ void unsetREPTILIA(); /** * Gets the "Chelonia" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getChelonia(); /** * Gets (as xml) the "Chelonia" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetChelonia(); /** * True if has "Chelonia" element */ boolean isSetChelonia(); /** * Sets the "Chelonia" element */ void setChelonia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum chelonia); /** * Sets (as xml) the "Chelonia" element */ void xsetChelonia(gov.grants.apply.system.globalLibraryV20.YesNoDataType chelonia); /** * Unsets the "Chelonia" element */ void unsetChelonia(); /** * Gets the "Serpentes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSerpentes(); /** * Gets (as xml) the "Serpentes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSerpentes(); /** * True if has "Serpentes" element */ boolean isSetSerpentes(); /** * Sets the "Serpentes" element */ void setSerpentes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum serpentes); /** * Sets (as xml) the "Serpentes" element */ void xsetSerpentes(gov.grants.apply.system.globalLibraryV20.YesNoDataType serpentes); /** * Unsets the "Serpentes" element */ void unsetSerpentes(); /** * Gets the "Sauria" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSauria(); /** * Gets (as xml) the "Sauria" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSauria(); /** * True if has "Sauria" element */ boolean isSetSauria(); /** * Sets the "Sauria" element */ void setSauria(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum sauria); /** * Sets (as xml) the "Sauria" element */ void xsetSauria(gov.grants.apply.system.globalLibraryV20.YesNoDataType sauria); /** * Unsets the "Sauria" element */ void unsetSauria(); /** * Gets the "Crocodylia" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCrocodylia(); /** * Gets (as xml) the "Crocodylia" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCrocodylia(); /** * True if has "Crocodylia" element */ boolean isSetCrocodylia(); /** * Sets the "Crocodylia" element */ void setCrocodylia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum crocodylia); /** * Sets (as xml) the "Crocodylia" element */ void xsetCrocodylia(gov.grants.apply.system.globalLibraryV20.YesNoDataType crocodylia); /** * Unsets the "Crocodylia" element */ void unsetCrocodylia(); /** * Gets the "Rhyncocephalia" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getRhyncocephalia(); /** * Gets (as xml) the "Rhyncocephalia" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetRhyncocephalia(); /** * True if has "Rhyncocephalia" element */ boolean isSetRhyncocephalia(); /** * Sets the "Rhyncocephalia" element */ void setRhyncocephalia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum rhyncocephalia); /** * Sets (as xml) the "Rhyncocephalia" element */ void xsetRhyncocephalia(gov.grants.apply.system.globalLibraryV20.YesNoDataType rhyncocephalia); /** * Unsets the "Rhyncocephalia" element */ void unsetRhyncocephalia(); /** * Gets the "AVES" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAVES(); /** * Gets (as xml) the "AVES" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAVES(); /** * True if has "AVES" element */ boolean isSetAVES(); /** * Sets the "AVES" element */ void setAVES(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum aves); /** * Sets (as xml) the "AVES" element */ void xsetAVES(gov.grants.apply.system.globalLibraryV20.YesNoDataType aves); /** * Unsets the "AVES" element */ void unsetAVES(); /** * Gets the "Paleognathae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPaleognathae(); /** * Gets (as xml) the "Paleognathae" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPaleognathae(); /** * True if has "Paleognathae" element */ boolean isSetPaleognathae(); /** * Sets the "Paleognathae" element */ void setPaleognathae(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum paleognathae); /** * Sets (as xml) the "Paleognathae" element */ void xsetPaleognathae(gov.grants.apply.system.globalLibraryV20.YesNoDataType paleognathae); /** * Unsets the "Paleognathae" element */ void unsetPaleognathae(); /** * Gets the "Sphenisciformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSphenisciformes(); /** * Gets (as xml) the "Sphenisciformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSphenisciformes(); /** * True if has "Sphenisciformes" element */ boolean isSetSphenisciformes(); /** * Sets the "Sphenisciformes" element */ void setSphenisciformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum sphenisciformes); /** * Sets (as xml) the "Sphenisciformes" element */ void xsetSphenisciformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType sphenisciformes); /** * Unsets the "Sphenisciformes" element */ void unsetSphenisciformes(); /** * Gets the "Procellariiformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProcellariiformes(); /** * Gets (as xml) the "Procellariiformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProcellariiformes(); /** * True if has "Procellariiformes" element */ boolean isSetProcellariiformes(); /** * Sets the "Procellariiformes" element */ void setProcellariiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum procellariiformes); /** * Sets (as xml) the "Procellariiformes" element */ void xsetProcellariiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType procellariiformes); /** * Unsets the "Procellariiformes" element */ void unsetProcellariiformes(); /** * Gets the "Pelecaniformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPelecaniformes(); /** * Gets (as xml) the "Pelecaniformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPelecaniformes(); /** * True if has "Pelecaniformes" element */ boolean isSetPelecaniformes(); /** * Sets the "Pelecaniformes" element */ void setPelecaniformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum pelecaniformes); /** * Sets (as xml) the "Pelecaniformes" element */ void xsetPelecaniformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType pelecaniformes); /** * Unsets the "Pelecaniformes" element */ void unsetPelecaniformes(); /** * Gets the "Ciconiiformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCiconiiformes(); /** * Gets (as xml) the "Ciconiiformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCiconiiformes(); /** * True if has "Ciconiiformes" element */ boolean isSetCiconiiformes(); /** * Sets the "Ciconiiformes" element */ void setCiconiiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum ciconiiformes); /** * Sets (as xml) the "Ciconiiformes" element */ void xsetCiconiiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType ciconiiformes); /** * Unsets the "Ciconiiformes" element */ void unsetCiconiiformes(); /** * Gets the "Anseriformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAnseriformes(); /** * Gets (as xml) the "Anseriformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAnseriformes(); /** * True if has "Anseriformes" element */ boolean isSetAnseriformes(); /** * Sets the "Anseriformes" element */ void setAnseriformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum anseriformes); /** * Sets (as xml) the "Anseriformes" element */ void xsetAnseriformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType anseriformes); /** * Unsets the "Anseriformes" element */ void unsetAnseriformes(); /** * Gets the "Falconiformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFalconiformes(); /** * Gets (as xml) the "Falconiformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFalconiformes(); /** * True if has "Falconiformes" element */ boolean isSetFalconiformes(); /** * Sets the "Falconiformes" element */ void setFalconiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum falconiformes); /** * Sets (as xml) the "Falconiformes" element */ void xsetFalconiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType falconiformes); /** * Unsets the "Falconiformes" element */ void unsetFalconiformes(); /** * Gets the "Galliformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGalliformes(); /** * Gets (as xml) the "Galliformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGalliformes(); /** * True if has "Galliformes" element */ boolean isSetGalliformes(); /** * Sets the "Galliformes" element */ void setGalliformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum galliformes); /** * Sets (as xml) the "Galliformes" element */ void xsetGalliformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType galliformes); /** * Unsets the "Galliformes" element */ void unsetGalliformes(); /** * Gets the "Gruiformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGruiformes(); /** * Gets (as xml) the "Gruiformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGruiformes(); /** * True if has "Gruiformes" element */ boolean isSetGruiformes(); /** * Sets the "Gruiformes" element */ void setGruiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum gruiformes); /** * Sets (as xml) the "Gruiformes" element */ void xsetGruiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType gruiformes); /** * Unsets the "Gruiformes" element */ void unsetGruiformes(); /** * Gets the "Charadriiformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCharadriiformes(); /** * Gets (as xml) the "Charadriiformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCharadriiformes(); /** * True if has "Charadriiformes" element */ boolean isSetCharadriiformes(); /** * Sets the "Charadriiformes" element */ void setCharadriiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum charadriiformes); /** * Sets (as xml) the "Charadriiformes" element */ void xsetCharadriiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType charadriiformes); /** * Unsets the "Charadriiformes" element */ void unsetCharadriiformes(); /** * Gets the "Columbiformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getColumbiformes(); /** * Gets (as xml) the "Columbiformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetColumbiformes(); /** * True if has "Columbiformes" element */ boolean isSetColumbiformes(); /** * Sets the "Columbiformes" element */ void setColumbiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum columbiformes); /** * Sets (as xml) the "Columbiformes" element */ void xsetColumbiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType columbiformes); /** * Unsets the "Columbiformes" element */ void unsetColumbiformes(); /** * Gets the "Psittaciformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPsittaciformes(); /** * Gets (as xml) the "Psittaciformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPsittaciformes(); /** * True if has "Psittaciformes" element */ boolean isSetPsittaciformes(); /** * Sets the "Psittaciformes" element */ void setPsittaciformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum psittaciformes); /** * Sets (as xml) the "Psittaciformes" element */ void xsetPsittaciformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType psittaciformes); /** * Unsets the "Psittaciformes" element */ void unsetPsittaciformes(); /** * Gets the "Cuculiformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCuculiformes(); /** * Gets (as xml) the "Cuculiformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCuculiformes(); /** * True if has "Cuculiformes" element */ boolean isSetCuculiformes(); /** * Sets the "Cuculiformes" element */ void setCuculiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum cuculiformes); /** * Sets (as xml) the "Cuculiformes" element */ void xsetCuculiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType cuculiformes); /** * Unsets the "Cuculiformes" element */ void unsetCuculiformes(); /** * Gets the "Strigiformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getStrigiformes(); /** * Gets (as xml) the "Strigiformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetStrigiformes(); /** * True if has "Strigiformes" element */ boolean isSetStrigiformes(); /** * Sets the "Strigiformes" element */ void setStrigiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum strigiformes); /** * Sets (as xml) the "Strigiformes" element */ void xsetStrigiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType strigiformes); /** * Unsets the "Strigiformes" element */ void unsetStrigiformes(); /** * Gets the "Apodiformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getApodiformes(); /** * Gets (as xml) the "Apodiformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetApodiformes(); /** * True if has "Apodiformes" element */ boolean isSetApodiformes(); /** * Sets the "Apodiformes" element */ void setApodiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum apodiformes); /** * Sets (as xml) the "Apodiformes" element */ void xsetApodiformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType apodiformes); /** * Unsets the "Apodiformes" element */ void unsetApodiformes(); /** * Gets the "Coraciformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCoraciformes(); /** * Gets (as xml) the "Coraciformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCoraciformes(); /** * True if has "Coraciformes" element */ boolean isSetCoraciformes(); /** * Sets the "Coraciformes" element */ void setCoraciformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum coraciformes); /** * Sets (as xml) the "Coraciformes" element */ void xsetCoraciformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType coraciformes); /** * Unsets the "Coraciformes" element */ void unsetCoraciformes(); /** * Gets the "Piciformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPiciformes(); /** * Gets (as xml) the "Piciformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPiciformes(); /** * True if has "Piciformes" element */ boolean isSetPiciformes(); /** * Sets the "Piciformes" element */ void setPiciformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum piciformes); /** * Sets (as xml) the "Piciformes" element */ void xsetPiciformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType piciformes); /** * Unsets the "Piciformes" element */ void unsetPiciformes(); /** * Gets the "Passeriformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPasseriformes(); /** * Gets (as xml) the "Passeriformes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPasseriformes(); /** * True if has "Passeriformes" element */ boolean isSetPasseriformes(); /** * Sets the "Passeriformes" element */ void setPasseriformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum passeriformes); /** * Sets (as xml) the "Passeriformes" element */ void xsetPasseriformes(gov.grants.apply.system.globalLibraryV20.YesNoDataType passeriformes); /** * Unsets the "Passeriformes" element */ void unsetPasseriformes(); /** * Gets the "MAMMALIA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMAMMALIA(); /** * Gets (as xml) the "MAMMALIA" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMAMMALIA(); /** * True if has "MAMMALIA" element */ boolean isSetMAMMALIA(); /** * Sets the "MAMMALIA" element */ void setMAMMALIA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum mammalia); /** * Sets (as xml) the "MAMMALIA" element */ void xsetMAMMALIA(gov.grants.apply.system.globalLibraryV20.YesNoDataType mammalia); /** * Unsets the "MAMMALIA" element */ void unsetMAMMALIA(); /** * Gets the "Monotremata" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMonotremata(); /** * Gets (as xml) the "Monotremata" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMonotremata(); /** * True if has "Monotremata" element */ boolean isSetMonotremata(); /** * Sets the "Monotremata" element */ void setMonotremata(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum monotremata); /** * Sets (as xml) the "Monotremata" element */ void xsetMonotremata(gov.grants.apply.system.globalLibraryV20.YesNoDataType monotremata); /** * Unsets the "Monotremata" element */ void unsetMonotremata(); /** * Gets the "Marsupalia" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMarsupalia(); /** * Gets (as xml) the "Marsupalia" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMarsupalia(); /** * True if has "Marsupalia" element */ boolean isSetMarsupalia(); /** * Sets the "Marsupalia" element */ void setMarsupalia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum marsupalia); /** * Sets (as xml) the "Marsupalia" element */ void xsetMarsupalia(gov.grants.apply.system.globalLibraryV20.YesNoDataType marsupalia); /** * Unsets the "Marsupalia" element */ void unsetMarsupalia(); /** * Gets the "Eutheria" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEutheria(); /** * Gets (as xml) the "Eutheria" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEutheria(); /** * True if has "Eutheria" element */ boolean isSetEutheria(); /** * Sets the "Eutheria" element */ void setEutheria(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum eutheria); /** * Sets (as xml) the "Eutheria" element */ void xsetEutheria(gov.grants.apply.system.globalLibraryV20.YesNoDataType eutheria); /** * Unsets the "Eutheria" element */ void unsetEutheria(); /** * Gets the "Insectivora" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getInsectivora(); /** * Gets (as xml) the "Insectivora" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetInsectivora(); /** * True if has "Insectivora" element */ boolean isSetInsectivora(); /** * Sets the "Insectivora" element */ void setInsectivora(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum insectivora); /** * Sets (as xml) the "Insectivora" element */ void xsetInsectivora(gov.grants.apply.system.globalLibraryV20.YesNoDataType insectivora); /** * Unsets the "Insectivora" element */ void unsetInsectivora(); /** * Gets the "Chiroptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getChiroptera(); /** * Gets (as xml) the "Chiroptera" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetChiroptera(); /** * True if has "Chiroptera" element */ boolean isSetChiroptera(); /** * Sets the "Chiroptera" element */ void setChiroptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum chiroptera); /** * Sets (as xml) the "Chiroptera" element */ void xsetChiroptera(gov.grants.apply.system.globalLibraryV20.YesNoDataType chiroptera); /** * Unsets the "Chiroptera" element */ void unsetChiroptera(); /** * Gets the "Edentata" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEdentata(); /** * Gets (as xml) the "Edentata" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEdentata(); /** * True if has "Edentata" element */ boolean isSetEdentata(); /** * Sets the "Edentata" element */ void setEdentata(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum edentata); /** * Sets (as xml) the "Edentata" element */ void xsetEdentata(gov.grants.apply.system.globalLibraryV20.YesNoDataType edentata); /** * Unsets the "Edentata" element */ void unsetEdentata(); /** * Gets the "Primates" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPrimates(); /** * Gets (as xml) the "Primates" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPrimates(); /** * True if has "Primates" element */ boolean isSetPrimates(); /** * Sets the "Primates" element */ void setPrimates(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum primates); /** * Sets (as xml) the "Primates" element */ void xsetPrimates(gov.grants.apply.system.globalLibraryV20.YesNoDataType primates); /** * Unsets the "Primates" element */ void unsetPrimates(); /** * Gets the "Monkeys" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMonkeys(); /** * Gets (as xml) the "Monkeys" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMonkeys(); /** * True if has "Monkeys" element */ boolean isSetMonkeys(); /** * Sets the "Monkeys" element */ void setMonkeys(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum monkeys); /** * Sets (as xml) the "Monkeys" element */ void xsetMonkeys(gov.grants.apply.system.globalLibraryV20.YesNoDataType monkeys); /** * Unsets the "Monkeys" element */ void unsetMonkeys(); /** * Gets the "Apes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getApes(); /** * Gets (as xml) the "Apes" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetApes(); /** * True if has "Apes" element */ boolean isSetApes(); /** * Sets the "Apes" element */ void setApes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum apes); /** * Sets (as xml) the "Apes" element */ void xsetApes(gov.grants.apply.system.globalLibraryV20.YesNoDataType apes); /** * Unsets the "Apes" element */ void unsetApes(); /** * Gets the "Humans" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHumans(); /** * Gets (as xml) the "Humans" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHumans(); /** * True if has "Humans" element */ boolean isSetHumans(); /** * Sets the "Humans" element */ void setHumans(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum humans); /** * Sets (as xml) the "Humans" element */ void xsetHumans(gov.grants.apply.system.globalLibraryV20.YesNoDataType humans); /** * Unsets the "Humans" element */ void unsetHumans(); /** * Gets the "Rodentia" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getRodentia(); /** * Gets (as xml) the "Rodentia" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetRodentia(); /** * True if has "Rodentia" element */ boolean isSetRodentia(); /** * Sets the "Rodentia" element */ void setRodentia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum rodentia); /** * Sets (as xml) the "Rodentia" element */ void xsetRodentia(gov.grants.apply.system.globalLibraryV20.YesNoDataType rodentia); /** * Unsets the "Rodentia" element */ void unsetRodentia(); /** * Gets the "LaboratoryRodents" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLaboratoryRodents(); /** * Gets (as xml) the "LaboratoryRodents" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLaboratoryRodents(); /** * True if has "LaboratoryRodents" element */ boolean isSetLaboratoryRodents(); /** * Sets the "LaboratoryRodents" element */ void setLaboratoryRodents(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum laboratoryRodents); /** * Sets (as xml) the "LaboratoryRodents" element */ void xsetLaboratoryRodents(gov.grants.apply.system.globalLibraryV20.YesNoDataType laboratoryRodents); /** * Unsets the "LaboratoryRodents" element */ void unsetLaboratoryRodents(); /** * Gets the "NLRodents" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNLRodents(); /** * Gets (as xml) the "NLRodents" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNLRodents(); /** * True if has "NLRodents" element */ boolean isSetNLRodents(); /** * Sets the "NLRodents" element */ void setNLRodents(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nlRodents); /** * Sets (as xml) the "NLRodents" element */ void xsetNLRodents(gov.grants.apply.system.globalLibraryV20.YesNoDataType nlRodents); /** * Unsets the "NLRodents" element */ void unsetNLRodents(); /** * Gets the "Lagomorphs" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLagomorphs(); /** * Gets (as xml) the "Lagomorphs" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLagomorphs(); /** * True if has "Lagomorphs" element */ boolean isSetLagomorphs(); /** * Sets the "Lagomorphs" element */ void setLagomorphs(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum lagomorphs); /** * Sets (as xml) the "Lagomorphs" element */ void xsetLagomorphs(gov.grants.apply.system.globalLibraryV20.YesNoDataType lagomorphs); /** * Unsets the "Lagomorphs" element */ void unsetLagomorphs(); /** * Gets the "Tubulidenata" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTubulidenata(); /** * Gets (as xml) the "Tubulidenata" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTubulidenata(); /** * True if has "Tubulidenata" element */ boolean isSetTubulidenata(); /** * Sets the "Tubulidenata" element */ void setTubulidenata(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum tubulidenata); /** * Sets (as xml) the "Tubulidenata" element */ void xsetTubulidenata(gov.grants.apply.system.globalLibraryV20.YesNoDataType tubulidenata); /** * Unsets the "Tubulidenata" element */ void unsetTubulidenata(); /** * Gets the "Carnivora" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCarnivora(); /** * Gets (as xml) the "Carnivora" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCarnivora(); /** * True if has "Carnivora" element */ boolean isSetCarnivora(); /** * Sets the "Carnivora" element */ void setCarnivora(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum carnivora); /** * Sets (as xml) the "Carnivora" element */ void xsetCarnivora(gov.grants.apply.system.globalLibraryV20.YesNoDataType carnivora); /** * Unsets the "Carnivora" element */ void unsetCarnivora(); /** * Gets the "Ungulates" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getUngulates(); /** * Gets (as xml) the "Ungulates" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetUngulates(); /** * True if has "Ungulates" element */ boolean isSetUngulates(); /** * Sets the "Ungulates" element */ void setUngulates(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum ungulates); /** * Sets (as xml) the "Ungulates" element */ void xsetUngulates(gov.grants.apply.system.globalLibraryV20.YesNoDataType ungulates); /** * Unsets the "Ungulates" element */ void unsetUngulates(); /** * Gets the "Perissodactyla" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPerissodactyla(); /** * Gets (as xml) the "Perissodactyla" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPerissodactyla(); /** * True if has "Perissodactyla" element */ boolean isSetPerissodactyla(); /** * Sets the "Perissodactyla" element */ void setPerissodactyla(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum perissodactyla); /** * Sets (as xml) the "Perissodactyla" element */ void xsetPerissodactyla(gov.grants.apply.system.globalLibraryV20.YesNoDataType perissodactyla); /** * Unsets the "Perissodactyla" element */ void unsetPerissodactyla(); /** * Gets the "Artiodactyla" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getArtiodactyla(); /** * Gets (as xml) the "Artiodactyla" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetArtiodactyla(); /** * True if has "Artiodactyla" element */ boolean isSetArtiodactyla(); /** * Sets the "Artiodactyla" element */ void setArtiodactyla(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum artiodactyla); /** * Sets (as xml) the "Artiodactyla" element */ void xsetArtiodactyla(gov.grants.apply.system.globalLibraryV20.YesNoDataType artiodactyla); /** * Unsets the "Artiodactyla" element */ void unsetArtiodactyla(); /** * Gets the "Sirenia" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSirenia(); /** * Gets (as xml) the "Sirenia" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSirenia(); /** * True if has "Sirenia" element */ boolean isSetSirenia(); /** * Sets the "Sirenia" element */ void setSirenia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum sirenia); /** * Sets (as xml) the "Sirenia" element */ void xsetSirenia(gov.grants.apply.system.globalLibraryV20.YesNoDataType sirenia); /** * Unsets the "Sirenia" element */ void unsetSirenia(); /** * Gets the "Proboscidea" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProboscidea(); /** * Gets (as xml) the "Proboscidea" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProboscidea(); /** * True if has "Proboscidea" element */ boolean isSetProboscidea(); /** * Sets the "Proboscidea" element */ void setProboscidea(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum proboscidea); /** * Sets (as xml) the "Proboscidea" element */ void xsetProboscidea(gov.grants.apply.system.globalLibraryV20.YesNoDataType proboscidea); /** * Unsets the "Proboscidea" element */ void unsetProboscidea(); /** * Gets the "MarineMammals" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMarineMammals(); /** * Gets (as xml) the "MarineMammals" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMarineMammals(); /** * True if has "MarineMammals" element */ boolean isSetMarineMammals(); /** * Sets the "MarineMammals" element */ void setMarineMammals(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum marineMammals); /** * Sets (as xml) the "MarineMammals" element */ void xsetMarineMammals(gov.grants.apply.system.globalLibraryV20.YesNoDataType marineMammals); /** * Unsets the "MarineMammals" element */ void unsetMarineMammals(); /** * Gets the "TRANSGENIC" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTRANSGENIC(); /** * Gets (as xml) the "TRANSGENIC" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTRANSGENIC(); /** * True if has "TRANSGENIC" element */ boolean isSetTRANSGENIC(); /** * Sets the "TRANSGENIC" element */ void setTRANSGENIC(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum transgenic); /** * Sets (as xml) the "TRANSGENIC" element */ void xsetTRANSGENIC(gov.grants.apply.system.globalLibraryV20.YesNoDataType transgenic); /** * Unsets the "TRANSGENIC" element */ void unsetTRANSGENIC(); /** * Gets the "FOSSIL" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFOSSIL(); /** * Gets (as xml) the "FOSSIL" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFOSSIL(); /** * True if has "FOSSIL" element */ boolean isSetFOSSIL(); /** * Sets the "FOSSIL" element */ void setFOSSIL(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum fossil); /** * Sets (as xml) the "FOSSIL" element */ void xsetFOSSIL(gov.grants.apply.system.globalLibraryV20.YesNoDataType fossil); /** * Unsets the "FOSSIL" element */ void unsetFOSSIL(); /** * Gets the "noOrg" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNoOrg(); /** * Gets (as xml) the "noOrg" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNoOrg(); /** * True if has "noOrg" element */ boolean isSetNoOrg(); /** * Sets the "noOrg" element */ void setNoOrg(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum noOrg); /** * Sets (as xml) the "noOrg" element */ void xsetNoOrg(gov.grants.apply.system.globalLibraryV20.YesNoDataType noOrg); /** * Unsets the "noOrg" element */ void unsetNoOrg(); /** * A factory class with static methods for creating instances * of this type. */ public static final class Factory { public static gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.OrgClass newInstance() { return (gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.OrgClass) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.OrgClass newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.OrgClass) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } private Factory() { } // No instance of this class allowed } } /** * An XML ModORG(@http://apply.grants.gov/forms/NSF_BIO_EF-V1.0). * * This is a complex type. */ public interface ModORG extends org.apache.xmlbeans.XmlObject { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ModORG.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("modorg1f09elemtype"); /** * Gets the "NoModORG" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNoModORG(); /** * Gets (as xml) the "NoModORG" element */ gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNoModORG(); /** * True if has "NoModORG" element */ boolean isSetNoModORG(); /** * Sets the "NoModORG" element */ void setNoModORG(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum noModORG); /** * Sets (as xml) the "NoModORG" element */ void xsetNoModORG(gov.grants.apply.system.globalLibraryV20.YesNoDataType noModORG); /** * Unsets the "NoModORG" element */ void unsetNoModORG(); /** * Gets the "ModOrgFree" element */ java.lang.String getModOrgFree(); /** * Gets (as xml) the "ModOrgFree" element */ gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.ModORG.ModOrgFree xgetModOrgFree(); /** * True if has "ModOrgFree" element */ boolean isSetModOrgFree(); /** * Sets the "ModOrgFree" element */ void setModOrgFree(java.lang.String modOrgFree); /** * Sets (as xml) the "ModOrgFree" element */ void xsetModOrgFree(gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.ModORG.ModOrgFree modOrgFree); /** * Unsets the "ModOrgFree" element */ void unsetModOrgFree(); /** * An XML ModOrgFree(@http://apply.grants.gov/forms/NSF_BIO_EF-V1.0). * * This is an atomic type that is a restriction of gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument$NSFBIOEF$ModORG$ModOrgFree. */ public interface ModOrgFree extends org.apache.xmlbeans.XmlString { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ModOrgFree.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("modorgfree437felemtype"); /** * A factory class with static methods for creating instances * of this type. */ public static final class Factory { public static gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.ModORG.ModOrgFree newValue(java.lang.Object obj) { return (gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.ModORG.ModOrgFree) type.newValue( obj ); } public static gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.ModORG.ModOrgFree newInstance() { return (gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.ModORG.ModOrgFree) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.ModORG.ModOrgFree newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.ModORG.ModOrgFree) 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.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.ModORG newInstance() { return (gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.ModORG) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.ModORG newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF.ModORG) 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.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF newInstance() { return (gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument.NSFBIOEF) 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.nsfBIOEFV10.NSFBIOEFDocument newInstance() { return (gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument newInstance(org.apache.xmlbeans.XmlOptions options) { return (gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } /** @param xmlAsString the string value to parse */ public static gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { return (gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } public static gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { return (gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument) 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.nsfBIOEFV10.NSFBIOEFDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } public static gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } public static gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } public static gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } public static gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } public static gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } public static gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } public static gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } public static gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { return (gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } public static gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { return (gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } public static gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { return (gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } public static gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { return (gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */ public static gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { return (gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */ public static gov.grants.apply.forms.nsfBIOEFV10.NSFBIOEFDocument 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.nsfBIOEFV10.NSFBIOEFDocument) 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