Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
/*
* An XML document type.
* Localname: NEAOrganization
* Namespace: http://apply.grants.gov/forms/NEAOrganization-V1.0
* Java type: gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument
*
* Automatically generated - do not modify.
*/
package gov.grants.apply.forms.neaOrganizationV10;
/**
* A document containing one NEAOrganization(@http://apply.grants.gov/forms/NEAOrganization-V1.0) element.
*
* This is a complex type.
*/
public interface NEAOrganizationDocument extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NEAOrganizationDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("neaorganization9b6fdoctype");
/**
* Gets the "NEAOrganization" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization getNEAOrganization();
/**
* Sets the "NEAOrganization" element
*/
void setNEAOrganization(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization neaOrganization);
/**
* Appends and returns a new empty "NEAOrganization" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization addNewNEAOrganization();
/**
* An XML NEAOrganization(@http://apply.grants.gov/forms/NEAOrganization-V1.0).
*
* This is a complex type.
*/
public interface NEAOrganization extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NEAOrganization.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("neaorganization40e6elemtype");
/**
* Gets the "OrganizationName" element
*/
java.lang.String getOrganizationName();
/**
* Gets (as xml) the "OrganizationName" element
*/
gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetOrganizationName();
/**
* Sets the "OrganizationName" element
*/
void setOrganizationName(java.lang.String organizationName);
/**
* Sets (as xml) the "OrganizationName" element
*/
void xsetOrganizationName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType organizationName);
/**
* Gets the "OrganizationalStatus" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalStatus.Enum getOrganizationalStatus();
/**
* Gets (as xml) the "OrganizationalStatus" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalStatus xgetOrganizationalStatus();
/**
* Sets the "OrganizationalStatus" element
*/
void setOrganizationalStatus(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalStatus.Enum organizationalStatus);
/**
* Sets (as xml) the "OrganizationalStatus" element
*/
void xsetOrganizationalStatus(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalStatus organizationalStatus);
/**
* Gets the "OrganizationalDescription" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDescription.Enum getOrganizationalDescription();
/**
* Gets (as xml) the "OrganizationalDescription" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDescription xgetOrganizationalDescription();
/**
* Sets the "OrganizationalDescription" element
*/
void setOrganizationalDescription(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDescription.Enum organizationalDescription);
/**
* Sets (as xml) the "OrganizationalDescription" element
*/
void xsetOrganizationalDescription(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDescription organizationalDescription);
/**
* Gets the "OrganizationalDiscipline" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDiscipline.Enum getOrganizationalDiscipline();
/**
* Gets (as xml) the "OrganizationalDiscipline" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDiscipline xgetOrganizationalDiscipline();
/**
* Sets the "OrganizationalDiscipline" element
*/
void setOrganizationalDiscipline(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDiscipline.Enum organizationalDiscipline);
/**
* Sets (as xml) the "OrganizationalDiscipline" element
*/
void xsetOrganizationalDiscipline(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDiscipline organizationalDiscipline);
/**
* Gets the "OrganizationalRaceEthnicity" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalRaceEthnicity.Enum getOrganizationalRaceEthnicity();
/**
* Gets (as xml) the "OrganizationalRaceEthnicity" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalRaceEthnicity xgetOrganizationalRaceEthnicity();
/**
* True if has "OrganizationalRaceEthnicity" element
*/
boolean isSetOrganizationalRaceEthnicity();
/**
* Sets the "OrganizationalRaceEthnicity" element
*/
void setOrganizationalRaceEthnicity(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalRaceEthnicity.Enum organizationalRaceEthnicity);
/**
* Sets (as xml) the "OrganizationalRaceEthnicity" element
*/
void xsetOrganizationalRaceEthnicity(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalRaceEthnicity organizationalRaceEthnicity);
/**
* Unsets the "OrganizationalRaceEthnicity" element
*/
void unsetOrganizationalRaceEthnicity();
/**
* Gets the "OlderAdults" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOlderAdults();
/**
* Gets (as xml) the "OlderAdults" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOlderAdults();
/**
* True if has "OlderAdults" element
*/
boolean isSetOlderAdults();
/**
* Sets the "OlderAdults" element
*/
void setOlderAdults(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum olderAdults);
/**
* Sets (as xml) the "OlderAdults" element
*/
void xsetOlderAdults(gov.grants.apply.system.globalLibraryV20.YesNoDataType olderAdults);
/**
* Unsets the "OlderAdults" element
*/
void unsetOlderAdults();
/**
* Gets the "IndividualswithDisabilities" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIndividualswithDisabilities();
/**
* Gets (as xml) the "IndividualswithDisabilities" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIndividualswithDisabilities();
/**
* True if has "IndividualswithDisabilities" element
*/
boolean isSetIndividualswithDisabilities();
/**
* Sets the "IndividualswithDisabilities" element
*/
void setIndividualswithDisabilities(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum individualswithDisabilities);
/**
* Sets (as xml) the "IndividualswithDisabilities" element
*/
void xsetIndividualswithDisabilities(gov.grants.apply.system.globalLibraryV20.YesNoDataType individualswithDisabilities);
/**
* Unsets the "IndividualswithDisabilities" element
*/
void unsetIndividualswithDisabilities();
/**
* Gets the "ProjectDiscipline" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectDiscipline.Enum getProjectDiscipline();
/**
* Gets (as xml) the "ProjectDiscipline" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectDiscipline xgetProjectDiscipline();
/**
* Sets the "ProjectDiscipline" element
*/
void setProjectDiscipline(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectDiscipline.Enum projectDiscipline);
/**
* Sets (as xml) the "ProjectDiscipline" element
*/
void xsetProjectDiscipline(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectDiscipline projectDiscipline);
/**
* Gets the "ProjectRaceEthnicity" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectRaceEthnicity.Enum getProjectRaceEthnicity();
/**
* Gets (as xml) the "ProjectRaceEthnicity" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectRaceEthnicity xgetProjectRaceEthnicity();
/**
* True if has "ProjectRaceEthnicity" element
*/
boolean isSetProjectRaceEthnicity();
/**
* Sets the "ProjectRaceEthnicity" element
*/
void setProjectRaceEthnicity(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectRaceEthnicity.Enum projectRaceEthnicity);
/**
* Sets (as xml) the "ProjectRaceEthnicity" element
*/
void xsetProjectRaceEthnicity(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectRaceEthnicity projectRaceEthnicity);
/**
* Unsets the "ProjectRaceEthnicity" element
*/
void unsetProjectRaceEthnicity();
/**
* Gets the "ActivityType" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ActivityType.Enum getActivityType();
/**
* Gets (as xml) the "ActivityType" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ActivityType xgetActivityType();
/**
* Sets the "ActivityType" element
*/
void setActivityType(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ActivityType.Enum activityType);
/**
* Sets (as xml) the "ActivityType" element
*/
void xsetActivityType(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ActivityType activityType);
/**
* Gets the "ProjectDescriptors9F" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProjectDescriptors9F();
/**
* Gets (as xml) the "ProjectDescriptors9F" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProjectDescriptors9F();
/**
* True if has "ProjectDescriptors9F" element
*/
boolean isSetProjectDescriptors9F();
/**
* Sets the "ProjectDescriptors9F" element
*/
void setProjectDescriptors9F(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum projectDescriptors9F);
/**
* Sets (as xml) the "ProjectDescriptors9F" element
*/
void xsetProjectDescriptors9F(gov.grants.apply.system.globalLibraryV20.YesNoDataType projectDescriptors9F);
/**
* Unsets the "ProjectDescriptors9F" element
*/
void unsetProjectDescriptors9F();
/**
* Gets the "ProjectDescriptors9O" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProjectDescriptors9O();
/**
* Gets (as xml) the "ProjectDescriptors9O" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProjectDescriptors9O();
/**
* True if has "ProjectDescriptors9O" element
*/
boolean isSetProjectDescriptors9O();
/**
* Sets the "ProjectDescriptors9O" element
*/
void setProjectDescriptors9O(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum projectDescriptors9O);
/**
* Sets (as xml) the "ProjectDescriptors9O" element
*/
void xsetProjectDescriptors9O(gov.grants.apply.system.globalLibraryV20.YesNoDataType projectDescriptors9O);
/**
* Unsets the "ProjectDescriptors9O" element
*/
void unsetProjectDescriptors9O();
/**
* Gets the "ProjectDescriptors9L" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProjectDescriptors9L();
/**
* Gets (as xml) the "ProjectDescriptors9L" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProjectDescriptors9L();
/**
* True if has "ProjectDescriptors9L" element
*/
boolean isSetProjectDescriptors9L();
/**
* Sets the "ProjectDescriptors9L" element
*/
void setProjectDescriptors9L(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum projectDescriptors9L);
/**
* Sets (as xml) the "ProjectDescriptors9L" element
*/
void xsetProjectDescriptors9L(gov.grants.apply.system.globalLibraryV20.YesNoDataType projectDescriptors9L);
/**
* Unsets the "ProjectDescriptors9L" element
*/
void unsetProjectDescriptors9L();
/**
* Gets the "ProjectDescriptors9E" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProjectDescriptors9E();
/**
* Gets (as xml) the "ProjectDescriptors9E" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProjectDescriptors9E();
/**
* True if has "ProjectDescriptors9E" element
*/
boolean isSetProjectDescriptors9E();
/**
* Sets the "ProjectDescriptors9E" element
*/
void setProjectDescriptors9E(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum projectDescriptors9E);
/**
* Sets (as xml) the "ProjectDescriptors9E" element
*/
void xsetProjectDescriptors9E(gov.grants.apply.system.globalLibraryV20.YesNoDataType projectDescriptors9E);
/**
* Unsets the "ProjectDescriptors9E" element
*/
void unsetProjectDescriptors9E();
/**
* Gets the "ProjectDescriptors9Q" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProjectDescriptors9Q();
/**
* Gets (as xml) the "ProjectDescriptors9Q" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProjectDescriptors9Q();
/**
* True if has "ProjectDescriptors9Q" element
*/
boolean isSetProjectDescriptors9Q();
/**
* Sets the "ProjectDescriptors9Q" element
*/
void setProjectDescriptors9Q(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum projectDescriptors9Q);
/**
* Sets (as xml) the "ProjectDescriptors9Q" element
*/
void xsetProjectDescriptors9Q(gov.grants.apply.system.globalLibraryV20.YesNoDataType projectDescriptors9Q);
/**
* Unsets the "ProjectDescriptors9Q" element
*/
void unsetProjectDescriptors9Q();
/**
* Gets the "ProjectDescriptors9D" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProjectDescriptors9D();
/**
* Gets (as xml) the "ProjectDescriptors9D" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProjectDescriptors9D();
/**
* True if has "ProjectDescriptors9D" element
*/
boolean isSetProjectDescriptors9D();
/**
* Sets the "ProjectDescriptors9D" element
*/
void setProjectDescriptors9D(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum projectDescriptors9D);
/**
* Sets (as xml) the "ProjectDescriptors9D" element
*/
void xsetProjectDescriptors9D(gov.grants.apply.system.globalLibraryV20.YesNoDataType projectDescriptors9D);
/**
* Unsets the "ProjectDescriptors9D" element
*/
void unsetProjectDescriptors9D();
/**
* Gets the "ProjectDescriptors9C" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProjectDescriptors9C();
/**
* Gets (as xml) the "ProjectDescriptors9C" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProjectDescriptors9C();
/**
* True if has "ProjectDescriptors9C" element
*/
boolean isSetProjectDescriptors9C();
/**
* Sets the "ProjectDescriptors9C" element
*/
void setProjectDescriptors9C(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum projectDescriptors9C);
/**
* Sets (as xml) the "ProjectDescriptors9C" element
*/
void xsetProjectDescriptors9C(gov.grants.apply.system.globalLibraryV20.YesNoDataType projectDescriptors9C);
/**
* Unsets the "ProjectDescriptors9C" element
*/
void unsetProjectDescriptors9C();
/**
* Gets the "ProjectDescriptors9I" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProjectDescriptors9I();
/**
* Gets (as xml) the "ProjectDescriptors9I" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProjectDescriptors9I();
/**
* True if has "ProjectDescriptors9I" element
*/
boolean isSetProjectDescriptors9I();
/**
* Sets the "ProjectDescriptors9I" element
*/
void setProjectDescriptors9I(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum projectDescriptors9I);
/**
* Sets (as xml) the "ProjectDescriptors9I" element
*/
void xsetProjectDescriptors9I(gov.grants.apply.system.globalLibraryV20.YesNoDataType projectDescriptors9I);
/**
* Unsets the "ProjectDescriptors9I" element
*/
void unsetProjectDescriptors9I();
/**
* Gets the "ProjectDescriptors9B" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProjectDescriptors9B();
/**
* Gets (as xml) the "ProjectDescriptors9B" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProjectDescriptors9B();
/**
* True if has "ProjectDescriptors9B" element
*/
boolean isSetProjectDescriptors9B();
/**
* Sets the "ProjectDescriptors9B" element
*/
void setProjectDescriptors9B(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum projectDescriptors9B);
/**
* Sets (as xml) the "ProjectDescriptors9B" element
*/
void xsetProjectDescriptors9B(gov.grants.apply.system.globalLibraryV20.YesNoDataType projectDescriptors9B);
/**
* Unsets the "ProjectDescriptors9B" element
*/
void unsetProjectDescriptors9B();
/**
* Gets the "ProjectDescriptors9M" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProjectDescriptors9M();
/**
* Gets (as xml) the "ProjectDescriptors9M" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProjectDescriptors9M();
/**
* True if has "ProjectDescriptors9M" element
*/
boolean isSetProjectDescriptors9M();
/**
* Sets the "ProjectDescriptors9M" element
*/
void setProjectDescriptors9M(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum projectDescriptors9M);
/**
* Sets (as xml) the "ProjectDescriptors9M" element
*/
void xsetProjectDescriptors9M(gov.grants.apply.system.globalLibraryV20.YesNoDataType projectDescriptors9M);
/**
* Unsets the "ProjectDescriptors9M" element
*/
void unsetProjectDescriptors9M();
/**
* Gets the "ProjectDescriptors9A" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getProjectDescriptors9A();
/**
* Gets (as xml) the "ProjectDescriptors9A" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetProjectDescriptors9A();
/**
* True if has "ProjectDescriptors9A" element
*/
boolean isSetProjectDescriptors9A();
/**
* Sets the "ProjectDescriptors9A" element
*/
void setProjectDescriptors9A(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum projectDescriptors9A);
/**
* Sets (as xml) the "ProjectDescriptors9A" element
*/
void xsetProjectDescriptors9A(gov.grants.apply.system.globalLibraryV20.YesNoDataType projectDescriptors9A);
/**
* Unsets the "ProjectDescriptors9A" element
*/
void unsetProjectDescriptors9A();
/**
* Gets the "ArtsEducation" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ArtsEducation.Enum getArtsEducation();
/**
* Gets (as xml) the "ArtsEducation" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ArtsEducation xgetArtsEducation();
/**
* Sets the "ArtsEducation" element
*/
void setArtsEducation(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ArtsEducation.Enum artsEducation);
/**
* Sets (as xml) the "ArtsEducation" element
*/
void xsetArtsEducation(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ArtsEducation artsEducation);
/**
* Gets the "NumberGroup" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup getNumberGroup();
/**
* True if has "NumberGroup" element
*/
boolean isSetNumberGroup();
/**
* Sets the "NumberGroup" element
*/
void setNumberGroup(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup numberGroup);
/**
* Appends and returns a new empty "NumberGroup" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup addNewNumberGroup();
/**
* Unsets the "NumberGroup" element
*/
void unsetNumberGroup();
/**
* Gets the "NumberGroup1" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1 getNumberGroup1();
/**
* True if has "NumberGroup1" element
*/
boolean isSetNumberGroup1();
/**
* Sets the "NumberGroup1" element
*/
void setNumberGroup1(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1 numberGroup1);
/**
* Appends and returns a new empty "NumberGroup1" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1 addNewNumberGroup1();
/**
* Unsets the "NumberGroup1" element
*/
void unsetNumberGroup1();
/**
* 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 OrganizationalStatus(@http://apply.grants.gov/forms/NEAOrganization-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$OrganizationalStatus.
*/
public interface OrganizationalStatus extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OrganizationalStatus.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("organizationalstatusd07aelemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum X_02_NONPROFIT_ORGANIZATION = Enum.forString("02: Nonprofit organization");
static final Enum X_05_STATE_GOVERNMENT = Enum.forString("05: State government");
static final Enum X_07_COUNTY_GOVERNMENT = Enum.forString("07: County government");
static final Enum X_08_MUNICIPAL_GOVERNMENT = Enum.forString("08: Municipal government");
static final Enum X_09_TRIBAL_GOVERNMENT = Enum.forString("09: Tribal government");
static final Enum X_99_NONE_OF_THE_ABOVE = Enum.forString("99: None of the above");
static final int INT_X_02_NONPROFIT_ORGANIZATION = Enum.INT_X_02_NONPROFIT_ORGANIZATION;
static final int INT_X_05_STATE_GOVERNMENT = Enum.INT_X_05_STATE_GOVERNMENT;
static final int INT_X_07_COUNTY_GOVERNMENT = Enum.INT_X_07_COUNTY_GOVERNMENT;
static final int INT_X_08_MUNICIPAL_GOVERNMENT = Enum.INT_X_08_MUNICIPAL_GOVERNMENT;
static final int INT_X_09_TRIBAL_GOVERNMENT = Enum.INT_X_09_TRIBAL_GOVERNMENT;
static final int INT_X_99_NONE_OF_THE_ABOVE = Enum.INT_X_99_NONE_OF_THE_ABOVE;
/**
* Enumeration value class for gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$OrganizationalStatus.
* 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_X_02_NONPROFIT_ORGANIZATION
* 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_X_02_NONPROFIT_ORGANIZATION = 1;
static final int INT_X_05_STATE_GOVERNMENT = 2;
static final int INT_X_07_COUNTY_GOVERNMENT = 3;
static final int INT_X_08_MUNICIPAL_GOVERNMENT = 4;
static final int INT_X_09_TRIBAL_GOVERNMENT = 5;
static final int INT_X_99_NONE_OF_THE_ABOVE = 6;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("02: Nonprofit organization", INT_X_02_NONPROFIT_ORGANIZATION),
new Enum("05: State government", INT_X_05_STATE_GOVERNMENT),
new Enum("07: County government", INT_X_07_COUNTY_GOVERNMENT),
new Enum("08: Municipal government", INT_X_08_MUNICIPAL_GOVERNMENT),
new Enum("09: Tribal government", INT_X_09_TRIBAL_GOVERNMENT),
new Enum("99: None of the above", INT_X_99_NONE_OF_THE_ABOVE),
}
);
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.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalStatus newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalStatus) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalStatus newInstance() {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalStatus) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalStatus newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalStatus) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML OrganizationalDescription(@http://apply.grants.gov/forms/NEAOrganization-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$OrganizationalDescription.
*/
public interface OrganizationalDescription extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OrganizationalDescription.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("organizationaldescription16dcelemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum X_49_ARTISTS_COMMUNITY_ARTS_INSTITUTE_OR_CAMP = Enum.forString("49: Artists' Community, Arts Institute or Camp");
static final Enum X_15_ARTS_CENTER = Enum.forString("15: Arts Center");
static final Enum X_16_ARTS_COUNCIL_OR_AGENCY = Enum.forString("16: Arts Council or Agency");
static final Enum X_17_ARTS_SERVICE_ORGANIZATION = Enum.forString("17: Arts Service Organization");
static final Enum X_26_COLLEGE_OR_UNIVERSITY = Enum.forString("26: College or University");
static final Enum X_32_COMMUNITY_SERVICE_ORGANIZATION = Enum.forString("32: Community Service Organization");
static final Enum X_14_FAIR_OR_FESTIVAL = Enum.forString("14: Fair or Festival");
static final Enum X_30_FOUNDATION = Enum.forString("30: Foundation");
static final Enum X_10_GALLERY_EXHIBITION_SPACE = Enum.forString("10: Gallery/Exhibition Space");
static final Enum X_38_GOVERNMENT = Enum.forString("38: Government");
static final Enum X_28_HISTORICAL_SOCIETY_COMMISSION = Enum.forString("28: Historical Society/Commission");
static final Enum X_29_HUMANITIES_COUNCIL_OR_AGENCY = Enum.forString("29: Humanities Council or Agency");
static final Enum X_12_INDEPENDENT_PRESS = Enum.forString("12: Independent Press");
static final Enum X_27_LIBRARY = Enum.forString("27: Library");
static final Enum X_13_LITERARY_MAGAZINE = Enum.forString("13: Literary Magazine");
static final Enum X_11_MEDIA_FILM = Enum.forString("11: Media-Film");
static final Enum X_45_MEDIA_RADIO = Enum.forString("45: Media-Radio");
static final Enum X_46_MEDIA_TELEVISION = Enum.forString("46: Media-Television");
static final Enum X_08_MUSEUM_ART = Enum.forString("08: Museum-Art");
static final Enum X_09_MUSEUM_OTHER = Enum.forString("09: Museum-Other");
static final Enum X_07_PERFORMANCE_FACILITY = Enum.forString("07: Performance Facility");
static final Enum X_03_PERFORMING_GROUP = Enum.forString("03: Performing Group");
static final Enum X_47_PRESENTER_CULTURAL_SERIES_ORGANIZATION = Enum.forString("47: Presenter/Cultural Series Organization");
static final Enum X_19_SCHOOL_DISTRICT = Enum.forString("19: School District");
static final Enum X_48_SCHOOL_OF_THE_ARTS = Enum.forString("48: School of the Arts");
static final Enum X_50_SOCIAL_SERVICE_ORGANIZATION = Enum.forString("50: Social Service Organization");
static final Enum X_18_UNION_OR_PROFESSIONAL_ASSOCIATION = Enum.forString("18: Union or Professional Association");
static final Enum X_99_NONE_OF_THE_ABOVE = Enum.forString("99: None of the above");
static final int INT_X_49_ARTISTS_COMMUNITY_ARTS_INSTITUTE_OR_CAMP = Enum.INT_X_49_ARTISTS_COMMUNITY_ARTS_INSTITUTE_OR_CAMP;
static final int INT_X_15_ARTS_CENTER = Enum.INT_X_15_ARTS_CENTER;
static final int INT_X_16_ARTS_COUNCIL_OR_AGENCY = Enum.INT_X_16_ARTS_COUNCIL_OR_AGENCY;
static final int INT_X_17_ARTS_SERVICE_ORGANIZATION = Enum.INT_X_17_ARTS_SERVICE_ORGANIZATION;
static final int INT_X_26_COLLEGE_OR_UNIVERSITY = Enum.INT_X_26_COLLEGE_OR_UNIVERSITY;
static final int INT_X_32_COMMUNITY_SERVICE_ORGANIZATION = Enum.INT_X_32_COMMUNITY_SERVICE_ORGANIZATION;
static final int INT_X_14_FAIR_OR_FESTIVAL = Enum.INT_X_14_FAIR_OR_FESTIVAL;
static final int INT_X_30_FOUNDATION = Enum.INT_X_30_FOUNDATION;
static final int INT_X_10_GALLERY_EXHIBITION_SPACE = Enum.INT_X_10_GALLERY_EXHIBITION_SPACE;
static final int INT_X_38_GOVERNMENT = Enum.INT_X_38_GOVERNMENT;
static final int INT_X_28_HISTORICAL_SOCIETY_COMMISSION = Enum.INT_X_28_HISTORICAL_SOCIETY_COMMISSION;
static final int INT_X_29_HUMANITIES_COUNCIL_OR_AGENCY = Enum.INT_X_29_HUMANITIES_COUNCIL_OR_AGENCY;
static final int INT_X_12_INDEPENDENT_PRESS = Enum.INT_X_12_INDEPENDENT_PRESS;
static final int INT_X_27_LIBRARY = Enum.INT_X_27_LIBRARY;
static final int INT_X_13_LITERARY_MAGAZINE = Enum.INT_X_13_LITERARY_MAGAZINE;
static final int INT_X_11_MEDIA_FILM = Enum.INT_X_11_MEDIA_FILM;
static final int INT_X_45_MEDIA_RADIO = Enum.INT_X_45_MEDIA_RADIO;
static final int INT_X_46_MEDIA_TELEVISION = Enum.INT_X_46_MEDIA_TELEVISION;
static final int INT_X_08_MUSEUM_ART = Enum.INT_X_08_MUSEUM_ART;
static final int INT_X_09_MUSEUM_OTHER = Enum.INT_X_09_MUSEUM_OTHER;
static final int INT_X_07_PERFORMANCE_FACILITY = Enum.INT_X_07_PERFORMANCE_FACILITY;
static final int INT_X_03_PERFORMING_GROUP = Enum.INT_X_03_PERFORMING_GROUP;
static final int INT_X_47_PRESENTER_CULTURAL_SERIES_ORGANIZATION = Enum.INT_X_47_PRESENTER_CULTURAL_SERIES_ORGANIZATION;
static final int INT_X_19_SCHOOL_DISTRICT = Enum.INT_X_19_SCHOOL_DISTRICT;
static final int INT_X_48_SCHOOL_OF_THE_ARTS = Enum.INT_X_48_SCHOOL_OF_THE_ARTS;
static final int INT_X_50_SOCIAL_SERVICE_ORGANIZATION = Enum.INT_X_50_SOCIAL_SERVICE_ORGANIZATION;
static final int INT_X_18_UNION_OR_PROFESSIONAL_ASSOCIATION = Enum.INT_X_18_UNION_OR_PROFESSIONAL_ASSOCIATION;
static final int INT_X_99_NONE_OF_THE_ABOVE = Enum.INT_X_99_NONE_OF_THE_ABOVE;
/**
* Enumeration value class for gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$OrganizationalDescription.
* 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_X_49_ARTISTS_COMMUNITY_ARTS_INSTITUTE_OR_CAMP
* 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_X_49_ARTISTS_COMMUNITY_ARTS_INSTITUTE_OR_CAMP = 1;
static final int INT_X_15_ARTS_CENTER = 2;
static final int INT_X_16_ARTS_COUNCIL_OR_AGENCY = 3;
static final int INT_X_17_ARTS_SERVICE_ORGANIZATION = 4;
static final int INT_X_26_COLLEGE_OR_UNIVERSITY = 5;
static final int INT_X_32_COMMUNITY_SERVICE_ORGANIZATION = 6;
static final int INT_X_14_FAIR_OR_FESTIVAL = 7;
static final int INT_X_30_FOUNDATION = 8;
static final int INT_X_10_GALLERY_EXHIBITION_SPACE = 9;
static final int INT_X_38_GOVERNMENT = 10;
static final int INT_X_28_HISTORICAL_SOCIETY_COMMISSION = 11;
static final int INT_X_29_HUMANITIES_COUNCIL_OR_AGENCY = 12;
static final int INT_X_12_INDEPENDENT_PRESS = 13;
static final int INT_X_27_LIBRARY = 14;
static final int INT_X_13_LITERARY_MAGAZINE = 15;
static final int INT_X_11_MEDIA_FILM = 16;
static final int INT_X_45_MEDIA_RADIO = 17;
static final int INT_X_46_MEDIA_TELEVISION = 18;
static final int INT_X_08_MUSEUM_ART = 19;
static final int INT_X_09_MUSEUM_OTHER = 20;
static final int INT_X_07_PERFORMANCE_FACILITY = 21;
static final int INT_X_03_PERFORMING_GROUP = 22;
static final int INT_X_47_PRESENTER_CULTURAL_SERIES_ORGANIZATION = 23;
static final int INT_X_19_SCHOOL_DISTRICT = 24;
static final int INT_X_48_SCHOOL_OF_THE_ARTS = 25;
static final int INT_X_50_SOCIAL_SERVICE_ORGANIZATION = 26;
static final int INT_X_18_UNION_OR_PROFESSIONAL_ASSOCIATION = 27;
static final int INT_X_99_NONE_OF_THE_ABOVE = 28;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("49: Artists' Community, Arts Institute or Camp", INT_X_49_ARTISTS_COMMUNITY_ARTS_INSTITUTE_OR_CAMP),
new Enum("15: Arts Center", INT_X_15_ARTS_CENTER),
new Enum("16: Arts Council or Agency", INT_X_16_ARTS_COUNCIL_OR_AGENCY),
new Enum("17: Arts Service Organization", INT_X_17_ARTS_SERVICE_ORGANIZATION),
new Enum("26: College or University", INT_X_26_COLLEGE_OR_UNIVERSITY),
new Enum("32: Community Service Organization", INT_X_32_COMMUNITY_SERVICE_ORGANIZATION),
new Enum("14: Fair or Festival", INT_X_14_FAIR_OR_FESTIVAL),
new Enum("30: Foundation", INT_X_30_FOUNDATION),
new Enum("10: Gallery/Exhibition Space", INT_X_10_GALLERY_EXHIBITION_SPACE),
new Enum("38: Government", INT_X_38_GOVERNMENT),
new Enum("28: Historical Society/Commission", INT_X_28_HISTORICAL_SOCIETY_COMMISSION),
new Enum("29: Humanities Council or Agency", INT_X_29_HUMANITIES_COUNCIL_OR_AGENCY),
new Enum("12: Independent Press", INT_X_12_INDEPENDENT_PRESS),
new Enum("27: Library", INT_X_27_LIBRARY),
new Enum("13: Literary Magazine", INT_X_13_LITERARY_MAGAZINE),
new Enum("11: Media-Film", INT_X_11_MEDIA_FILM),
new Enum("45: Media-Radio", INT_X_45_MEDIA_RADIO),
new Enum("46: Media-Television", INT_X_46_MEDIA_TELEVISION),
new Enum("08: Museum-Art", INT_X_08_MUSEUM_ART),
new Enum("09: Museum-Other", INT_X_09_MUSEUM_OTHER),
new Enum("07: Performance Facility", INT_X_07_PERFORMANCE_FACILITY),
new Enum("03: Performing Group", INT_X_03_PERFORMING_GROUP),
new Enum("47: Presenter/Cultural Series Organization", INT_X_47_PRESENTER_CULTURAL_SERIES_ORGANIZATION),
new Enum("19: School District", INT_X_19_SCHOOL_DISTRICT),
new Enum("48: School of the Arts", INT_X_48_SCHOOL_OF_THE_ARTS),
new Enum("50: Social Service Organization", INT_X_50_SOCIAL_SERVICE_ORGANIZATION),
new Enum("18: Union or Professional Association", INT_X_18_UNION_OR_PROFESSIONAL_ASSOCIATION),
new Enum("99: None of the above", INT_X_99_NONE_OF_THE_ABOVE),
}
);
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.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDescription newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDescription) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDescription newInstance() {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDescription) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDescription newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDescription) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML OrganizationalDiscipline(@http://apply.grants.gov/forms/NEAOrganization-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$OrganizationalDiscipline.
*/
public interface OrganizationalDiscipline extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OrganizationalDiscipline.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("organizationaldisciplineb23celemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum X_07_CRAFTS = Enum.forString("07: Crafts");
static final Enum X_01_DANCE = Enum.forString("01: Dance");
static final Enum X_06_DESIGN = Enum.forString("06: Design");
static final Enum X_12_FOLKLIFE_TRADITIONAL_ARTS = Enum.forString("12: Folklife/Traditional Arts");
static final Enum X_13_HUMANITIES = Enum.forString("13: Humanities");
static final Enum X_10_LITERATURE = Enum.forString("10: Literature");
static final Enum X_09_MEDIA_ARTS = Enum.forString("09: Media Arts");
static final Enum X_02_MUSIC = Enum.forString("02: Music");
static final Enum X_03_B_MUSICAL_THEATER = Enum.forString("03B: Musical Theater");
static final Enum X_03_A_OPERA = Enum.forString("03A: Opera");
static final Enum X_08_PHOTOGRAPHY = Enum.forString("08: Photography");
static final Enum X_04_THEATER = Enum.forString("04: Theater");
static final Enum X_05_VISUAL_ARTS = Enum.forString("05: Visual Arts");
static final Enum X_11_INTERDISCIPLINARY = Enum.forString("11: Interdisciplinary");
static final Enum X_14_MULTIDISCIPLINARY = Enum.forString("14: Multidisciplinary");
static final Enum X_99_NONE_OF_THE_ABOVE = Enum.forString("99: None of the above");
static final int INT_X_07_CRAFTS = Enum.INT_X_07_CRAFTS;
static final int INT_X_01_DANCE = Enum.INT_X_01_DANCE;
static final int INT_X_06_DESIGN = Enum.INT_X_06_DESIGN;
static final int INT_X_12_FOLKLIFE_TRADITIONAL_ARTS = Enum.INT_X_12_FOLKLIFE_TRADITIONAL_ARTS;
static final int INT_X_13_HUMANITIES = Enum.INT_X_13_HUMANITIES;
static final int INT_X_10_LITERATURE = Enum.INT_X_10_LITERATURE;
static final int INT_X_09_MEDIA_ARTS = Enum.INT_X_09_MEDIA_ARTS;
static final int INT_X_02_MUSIC = Enum.INT_X_02_MUSIC;
static final int INT_X_03_B_MUSICAL_THEATER = Enum.INT_X_03_B_MUSICAL_THEATER;
static final int INT_X_03_A_OPERA = Enum.INT_X_03_A_OPERA;
static final int INT_X_08_PHOTOGRAPHY = Enum.INT_X_08_PHOTOGRAPHY;
static final int INT_X_04_THEATER = Enum.INT_X_04_THEATER;
static final int INT_X_05_VISUAL_ARTS = Enum.INT_X_05_VISUAL_ARTS;
static final int INT_X_11_INTERDISCIPLINARY = Enum.INT_X_11_INTERDISCIPLINARY;
static final int INT_X_14_MULTIDISCIPLINARY = Enum.INT_X_14_MULTIDISCIPLINARY;
static final int INT_X_99_NONE_OF_THE_ABOVE = Enum.INT_X_99_NONE_OF_THE_ABOVE;
/**
* Enumeration value class for gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$OrganizationalDiscipline.
* 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_X_07_CRAFTS
* 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_X_07_CRAFTS = 1;
static final int INT_X_01_DANCE = 2;
static final int INT_X_06_DESIGN = 3;
static final int INT_X_12_FOLKLIFE_TRADITIONAL_ARTS = 4;
static final int INT_X_13_HUMANITIES = 5;
static final int INT_X_10_LITERATURE = 6;
static final int INT_X_09_MEDIA_ARTS = 7;
static final int INT_X_02_MUSIC = 8;
static final int INT_X_03_B_MUSICAL_THEATER = 9;
static final int INT_X_03_A_OPERA = 10;
static final int INT_X_08_PHOTOGRAPHY = 11;
static final int INT_X_04_THEATER = 12;
static final int INT_X_05_VISUAL_ARTS = 13;
static final int INT_X_11_INTERDISCIPLINARY = 14;
static final int INT_X_14_MULTIDISCIPLINARY = 15;
static final int INT_X_99_NONE_OF_THE_ABOVE = 16;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("07: Crafts", INT_X_07_CRAFTS),
new Enum("01: Dance", INT_X_01_DANCE),
new Enum("06: Design", INT_X_06_DESIGN),
new Enum("12: Folklife/Traditional Arts", INT_X_12_FOLKLIFE_TRADITIONAL_ARTS),
new Enum("13: Humanities", INT_X_13_HUMANITIES),
new Enum("10: Literature", INT_X_10_LITERATURE),
new Enum("09: Media Arts", INT_X_09_MEDIA_ARTS),
new Enum("02: Music", INT_X_02_MUSIC),
new Enum("03B: Musical Theater", INT_X_03_B_MUSICAL_THEATER),
new Enum("03A: Opera", INT_X_03_A_OPERA),
new Enum("08: Photography", INT_X_08_PHOTOGRAPHY),
new Enum("04: Theater", INT_X_04_THEATER),
new Enum("05: Visual Arts", INT_X_05_VISUAL_ARTS),
new Enum("11: Interdisciplinary", INT_X_11_INTERDISCIPLINARY),
new Enum("14: Multidisciplinary", INT_X_14_MULTIDISCIPLINARY),
new Enum("99: None of the above", INT_X_99_NONE_OF_THE_ABOVE),
}
);
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.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDiscipline newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDiscipline) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDiscipline newInstance() {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDiscipline) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDiscipline newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalDiscipline) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML OrganizationalRaceEthnicity(@http://apply.grants.gov/forms/NEAOrganization-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$OrganizationalRaceEthnicity.
*/
public interface OrganizationalRaceEthnicity extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OrganizationalRaceEthnicity.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("organizationalraceethnicitye86aelemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum N_AMERICAN_INDIAN_OR_ALASKA_NATIVE = Enum.forString("N: American Indian or Alaska Native");
static final Enum A_ASIAN = Enum.forString("A: Asian");
static final Enum B_BLACK_OR_AFRICAN_AMERICAN = Enum.forString("B: Black or African American");
static final Enum H_HISPANIC_OR_LATINO = Enum.forString("H: Hispanic or Latino");
static final Enum O_NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER = Enum.forString("O: Native Hawaiian or Other Pacific Islander");
static final Enum W_WHITE = Enum.forString("W: White");
static final Enum G_GENERAL = Enum.forString("G: General");
static final int INT_N_AMERICAN_INDIAN_OR_ALASKA_NATIVE = Enum.INT_N_AMERICAN_INDIAN_OR_ALASKA_NATIVE;
static final int INT_A_ASIAN = Enum.INT_A_ASIAN;
static final int INT_B_BLACK_OR_AFRICAN_AMERICAN = Enum.INT_B_BLACK_OR_AFRICAN_AMERICAN;
static final int INT_H_HISPANIC_OR_LATINO = Enum.INT_H_HISPANIC_OR_LATINO;
static final int INT_O_NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER = Enum.INT_O_NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER;
static final int INT_W_WHITE = Enum.INT_W_WHITE;
static final int INT_G_GENERAL = Enum.INT_G_GENERAL;
/**
* Enumeration value class for gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$OrganizationalRaceEthnicity.
* 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_N_AMERICAN_INDIAN_OR_ALASKA_NATIVE
* 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_N_AMERICAN_INDIAN_OR_ALASKA_NATIVE = 1;
static final int INT_A_ASIAN = 2;
static final int INT_B_BLACK_OR_AFRICAN_AMERICAN = 3;
static final int INT_H_HISPANIC_OR_LATINO = 4;
static final int INT_O_NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER = 5;
static final int INT_W_WHITE = 6;
static final int INT_G_GENERAL = 7;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("N: American Indian or Alaska Native", INT_N_AMERICAN_INDIAN_OR_ALASKA_NATIVE),
new Enum("A: Asian", INT_A_ASIAN),
new Enum("B: Black or African American", INT_B_BLACK_OR_AFRICAN_AMERICAN),
new Enum("H: Hispanic or Latino", INT_H_HISPANIC_OR_LATINO),
new Enum("O: Native Hawaiian or Other Pacific Islander", INT_O_NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER),
new Enum("W: White", INT_W_WHITE),
new Enum("G: General", INT_G_GENERAL),
}
);
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.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalRaceEthnicity newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalRaceEthnicity) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalRaceEthnicity newInstance() {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalRaceEthnicity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalRaceEthnicity newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.OrganizationalRaceEthnicity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML ProjectDiscipline(@http://apply.grants.gov/forms/NEAOrganization-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$ProjectDiscipline.
*/
public interface ProjectDiscipline extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProjectDiscipline.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("projectdiscipline5b91elemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum X_07_CRAFTS = Enum.forString("07: Crafts");
static final Enum X_01_DANCE = Enum.forString("01: Dance -");
static final Enum X_01_A_BALLET = Enum.forString("01A: Ballet");
static final Enum X_01_C_MODERN = Enum.forString("01C: Modern");
static final Enum X_06_DESIGN = Enum.forString("06: Design");
static final Enum X_12_FOLKLIFE_TRADITIONAL_ARTS = Enum.forString("12: Folklife/Traditional Arts");
static final Enum X_10_LITERATURE = Enum.forString("10: Literature");
static final Enum X_09_MEDIA_ARTS = Enum.forString("09: Media Arts -");
static final Enum X_09_B_AUDIO = Enum.forString("09B: Audio");
static final Enum X_09_A_FILM = Enum.forString("09A: Film");
static final Enum X_09_C_VIDEO = Enum.forString("09C: Video");
static final Enum X_09_D_TECHNOLOGY_EXPERIMENTAL = Enum.forString("09D: Technology/Experimental");
static final Enum X_02_MUSIC = Enum.forString("02: Music -");
static final Enum X_02_B_CHAMBER = Enum.forString("02B: Chamber");
static final Enum X_02_C_CHORAL = Enum.forString("02C: Choral");
static final Enum X_02_F_JAZZ = Enum.forString("02F: Jazz");
static final Enum X_02_D_NEW = Enum.forString("02D: New");
static final Enum X_02_I_ORCHESTRAL = Enum.forString("02I: Orchestral");
static final Enum X_03_B_MUSICAL_THEATER = Enum.forString("03B: Musical Theater");
static final Enum X_03_A_OPERA = Enum.forString("03A: Opera");
static final Enum X_08_PHOTOGRAPHY = Enum.forString("08: Photography");
static final Enum X_04_THEATER = Enum.forString("04: Theater -");
static final Enum X_04_E_THEATER_FOR_YOUNG_AUDIENCES = Enum.forString("04E: Theater for Young Audiences");
static final Enum X_05_VISUAL_ARTS = Enum.forString("05: Visual Arts");
static final Enum X_11_INTERDISCIPLINARY = Enum.forString("11: Interdisciplinary");
static final Enum X_14_MULTIDISCIPLINARY = Enum.forString("14: Multidisciplinary");
static final Enum X_99_NONE_OF_THE_ABOVE = Enum.forString("99: None of the above");
static final int INT_X_07_CRAFTS = Enum.INT_X_07_CRAFTS;
static final int INT_X_01_DANCE = Enum.INT_X_01_DANCE;
static final int INT_X_01_A_BALLET = Enum.INT_X_01_A_BALLET;
static final int INT_X_01_C_MODERN = Enum.INT_X_01_C_MODERN;
static final int INT_X_06_DESIGN = Enum.INT_X_06_DESIGN;
static final int INT_X_12_FOLKLIFE_TRADITIONAL_ARTS = Enum.INT_X_12_FOLKLIFE_TRADITIONAL_ARTS;
static final int INT_X_10_LITERATURE = Enum.INT_X_10_LITERATURE;
static final int INT_X_09_MEDIA_ARTS = Enum.INT_X_09_MEDIA_ARTS;
static final int INT_X_09_B_AUDIO = Enum.INT_X_09_B_AUDIO;
static final int INT_X_09_A_FILM = Enum.INT_X_09_A_FILM;
static final int INT_X_09_C_VIDEO = Enum.INT_X_09_C_VIDEO;
static final int INT_X_09_D_TECHNOLOGY_EXPERIMENTAL = Enum.INT_X_09_D_TECHNOLOGY_EXPERIMENTAL;
static final int INT_X_02_MUSIC = Enum.INT_X_02_MUSIC;
static final int INT_X_02_B_CHAMBER = Enum.INT_X_02_B_CHAMBER;
static final int INT_X_02_C_CHORAL = Enum.INT_X_02_C_CHORAL;
static final int INT_X_02_F_JAZZ = Enum.INT_X_02_F_JAZZ;
static final int INT_X_02_D_NEW = Enum.INT_X_02_D_NEW;
static final int INT_X_02_I_ORCHESTRAL = Enum.INT_X_02_I_ORCHESTRAL;
static final int INT_X_03_B_MUSICAL_THEATER = Enum.INT_X_03_B_MUSICAL_THEATER;
static final int INT_X_03_A_OPERA = Enum.INT_X_03_A_OPERA;
static final int INT_X_08_PHOTOGRAPHY = Enum.INT_X_08_PHOTOGRAPHY;
static final int INT_X_04_THEATER = Enum.INT_X_04_THEATER;
static final int INT_X_04_E_THEATER_FOR_YOUNG_AUDIENCES = Enum.INT_X_04_E_THEATER_FOR_YOUNG_AUDIENCES;
static final int INT_X_05_VISUAL_ARTS = Enum.INT_X_05_VISUAL_ARTS;
static final int INT_X_11_INTERDISCIPLINARY = Enum.INT_X_11_INTERDISCIPLINARY;
static final int INT_X_14_MULTIDISCIPLINARY = Enum.INT_X_14_MULTIDISCIPLINARY;
static final int INT_X_99_NONE_OF_THE_ABOVE = Enum.INT_X_99_NONE_OF_THE_ABOVE;
/**
* Enumeration value class for gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$ProjectDiscipline.
* 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_X_07_CRAFTS
* 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_X_07_CRAFTS = 1;
static final int INT_X_01_DANCE = 2;
static final int INT_X_01_A_BALLET = 3;
static final int INT_X_01_C_MODERN = 4;
static final int INT_X_06_DESIGN = 5;
static final int INT_X_12_FOLKLIFE_TRADITIONAL_ARTS = 6;
static final int INT_X_10_LITERATURE = 7;
static final int INT_X_09_MEDIA_ARTS = 8;
static final int INT_X_09_B_AUDIO = 9;
static final int INT_X_09_A_FILM = 10;
static final int INT_X_09_C_VIDEO = 11;
static final int INT_X_09_D_TECHNOLOGY_EXPERIMENTAL = 12;
static final int INT_X_02_MUSIC = 13;
static final int INT_X_02_B_CHAMBER = 14;
static final int INT_X_02_C_CHORAL = 15;
static final int INT_X_02_F_JAZZ = 16;
static final int INT_X_02_D_NEW = 17;
static final int INT_X_02_I_ORCHESTRAL = 18;
static final int INT_X_03_B_MUSICAL_THEATER = 19;
static final int INT_X_03_A_OPERA = 20;
static final int INT_X_08_PHOTOGRAPHY = 21;
static final int INT_X_04_THEATER = 22;
static final int INT_X_04_E_THEATER_FOR_YOUNG_AUDIENCES = 23;
static final int INT_X_05_VISUAL_ARTS = 24;
static final int INT_X_11_INTERDISCIPLINARY = 25;
static final int INT_X_14_MULTIDISCIPLINARY = 26;
static final int INT_X_99_NONE_OF_THE_ABOVE = 27;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("07: Crafts", INT_X_07_CRAFTS),
new Enum("01: Dance -", INT_X_01_DANCE),
new Enum("01A: Ballet", INT_X_01_A_BALLET),
new Enum("01C: Modern", INT_X_01_C_MODERN),
new Enum("06: Design", INT_X_06_DESIGN),
new Enum("12: Folklife/Traditional Arts", INT_X_12_FOLKLIFE_TRADITIONAL_ARTS),
new Enum("10: Literature", INT_X_10_LITERATURE),
new Enum("09: Media Arts -", INT_X_09_MEDIA_ARTS),
new Enum("09B: Audio", INT_X_09_B_AUDIO),
new Enum("09A: Film", INT_X_09_A_FILM),
new Enum("09C: Video", INT_X_09_C_VIDEO),
new Enum("09D: Technology/Experimental", INT_X_09_D_TECHNOLOGY_EXPERIMENTAL),
new Enum("02: Music -", INT_X_02_MUSIC),
new Enum("02B: Chamber", INT_X_02_B_CHAMBER),
new Enum("02C: Choral", INT_X_02_C_CHORAL),
new Enum("02F: Jazz", INT_X_02_F_JAZZ),
new Enum("02D: New", INT_X_02_D_NEW),
new Enum("02I: Orchestral", INT_X_02_I_ORCHESTRAL),
new Enum("03B: Musical Theater", INT_X_03_B_MUSICAL_THEATER),
new Enum("03A: Opera", INT_X_03_A_OPERA),
new Enum("08: Photography", INT_X_08_PHOTOGRAPHY),
new Enum("04: Theater -", INT_X_04_THEATER),
new Enum("04E: Theater for Young Audiences", INT_X_04_E_THEATER_FOR_YOUNG_AUDIENCES),
new Enum("05: Visual Arts", INT_X_05_VISUAL_ARTS),
new Enum("11: Interdisciplinary", INT_X_11_INTERDISCIPLINARY),
new Enum("14: Multidisciplinary", INT_X_14_MULTIDISCIPLINARY),
new Enum("99: None of the above", INT_X_99_NONE_OF_THE_ABOVE),
}
);
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.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectDiscipline newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectDiscipline) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectDiscipline newInstance() {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectDiscipline) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectDiscipline newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectDiscipline) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML ProjectRaceEthnicity(@http://apply.grants.gov/forms/NEAOrganization-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$ProjectRaceEthnicity.
*/
public interface ProjectRaceEthnicity extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProjectRaceEthnicity.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("projectraceethnicity42f5elemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum N_AMERICAN_INDIAN_OR_ALASKA_NATIVE = Enum.forString("N: American Indian or Alaska Native");
static final Enum A_ASIAN = Enum.forString("A: Asian");
static final Enum B_BLACK_OR_AFRICAN_AMERICAN = Enum.forString("B: Black or African American");
static final Enum H_HISPANIC_OR_LATINO = Enum.forString("H: Hispanic or Latino");
static final Enum O_NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER = Enum.forString("O: Native Hawaiian or Other Pacific Islander");
static final Enum W_WHITE = Enum.forString("W: White");
static final Enum G_GENERAL = Enum.forString("G: General");
static final int INT_N_AMERICAN_INDIAN_OR_ALASKA_NATIVE = Enum.INT_N_AMERICAN_INDIAN_OR_ALASKA_NATIVE;
static final int INT_A_ASIAN = Enum.INT_A_ASIAN;
static final int INT_B_BLACK_OR_AFRICAN_AMERICAN = Enum.INT_B_BLACK_OR_AFRICAN_AMERICAN;
static final int INT_H_HISPANIC_OR_LATINO = Enum.INT_H_HISPANIC_OR_LATINO;
static final int INT_O_NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER = Enum.INT_O_NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER;
static final int INT_W_WHITE = Enum.INT_W_WHITE;
static final int INT_G_GENERAL = Enum.INT_G_GENERAL;
/**
* Enumeration value class for gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$ProjectRaceEthnicity.
* 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_N_AMERICAN_INDIAN_OR_ALASKA_NATIVE
* 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_N_AMERICAN_INDIAN_OR_ALASKA_NATIVE = 1;
static final int INT_A_ASIAN = 2;
static final int INT_B_BLACK_OR_AFRICAN_AMERICAN = 3;
static final int INT_H_HISPANIC_OR_LATINO = 4;
static final int INT_O_NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER = 5;
static final int INT_W_WHITE = 6;
static final int INT_G_GENERAL = 7;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("N: American Indian or Alaska Native", INT_N_AMERICAN_INDIAN_OR_ALASKA_NATIVE),
new Enum("A: Asian", INT_A_ASIAN),
new Enum("B: Black or African American", INT_B_BLACK_OR_AFRICAN_AMERICAN),
new Enum("H: Hispanic or Latino", INT_H_HISPANIC_OR_LATINO),
new Enum("O: Native Hawaiian or Other Pacific Islander", INT_O_NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER),
new Enum("W: White", INT_W_WHITE),
new Enum("G: General", INT_G_GENERAL),
}
);
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.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectRaceEthnicity newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectRaceEthnicity) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectRaceEthnicity newInstance() {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectRaceEthnicity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectRaceEthnicity newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ProjectRaceEthnicity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML ActivityType(@http://apply.grants.gov/forms/NEAOrganization-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$ActivityType.
*/
public interface ActivityType extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ActivityType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("activitytype0fa1elemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum X_04_ARTWORK_CREATION = Enum.forString("04: Artwork Creation");
static final Enum X_05_CONCERT_PERFORMANCE_READING = Enum.forString("05: Concert/Performance/Reading");
static final Enum X_06_EXHIBITION = Enum.forString("06: Exhibition ");
static final Enum X_08_FAIR_FESTIVAL = Enum.forString("08: Fair/Festival");
static final Enum X_09_IDENTIFICATION_DOCUMENTATION = Enum.forString("09: Identification/Documentation");
static final Enum X_16_RECORDING_FILMING_TAPING = Enum.forString("16: Recording/Filming/Taping");
static final Enum X_17_PUBLICATION = Enum.forString("17: Publication");
static final Enum X_28_WRITING_ABOUT_ART_CRITICISM = Enum.forString("28: Writing About Art/Criticism");
static final Enum X_18_REPAIR_RESTORATION_CONSERVATION = Enum.forString("18: Repair/Restoration/Conservation");
static final Enum X_22_SEMINAR_CONFERENCE = Enum.forString("22: Seminar/Conference");
static final Enum X_25_APPRENTICESHIP = Enum.forString("25: Apprenticeship");
static final Enum X_02_AUDIENCE_SERVICES = Enum.forString("02: Audience Services");
static final Enum X_36_BROADCASTING = Enum.forString("36: Broadcasting");
static final Enum X_24_DISTRIBUTION_OF_ART = Enum.forString("24: Distribution of Art");
static final Enum X_13_MARKETING = Enum.forString("13: Marketing");
static final Enum X_14_PROFESSIONAL_SUPPORT_ADMINISTRATIVE = Enum.forString("14: Professional Support: Administrative");
static final Enum X_15_PROFESSIONAL_SUPPORT_ARTISTIC = Enum.forString("15: Professional Support: Artistic");
static final Enum X_29_PROFESSIONAL_DEVELOPMENT_TRAINING = Enum.forString("29: Professional Development/Training");
static final Enum X_19_RESEARCH_PLANNING = Enum.forString("19: Research/Planning");
static final Enum X_33_BUILDING_PUBLIC_AWARENESS = Enum.forString("33: Building Public Awareness");
static final Enum X_34_TECHNICAL_ASSISTANCE = Enum.forString("34: Technical Assistance");
static final Enum X_12_ARTS_INSTRUCTION = Enum.forString("12: Arts Instruction");
static final Enum X_20_SCHOOL_RESIDENCY = Enum.forString("20: School Residency");
static final Enum X_21_OTHER_RESIDENCY = Enum.forString("21: Other Residency");
static final Enum X_31_CURRICULUM_DEVELOPMENT_IMPLEMENTATION = Enum.forString("31: Curriculum Development/Implementation");
static final Enum X_30_STUDENT_ASSESSMENT = Enum.forString("30: Student Assessment");
static final Enum X_35_WEB_SITE_INTERNET_DEVELOPMENT = Enum.forString("35: Web Site/Internet Development");
static final Enum X_99_NONE_OF_THE_ABOVE = Enum.forString("99: None of the above");
static final int INT_X_04_ARTWORK_CREATION = Enum.INT_X_04_ARTWORK_CREATION;
static final int INT_X_05_CONCERT_PERFORMANCE_READING = Enum.INT_X_05_CONCERT_PERFORMANCE_READING;
static final int INT_X_06_EXHIBITION = Enum.INT_X_06_EXHIBITION;
static final int INT_X_08_FAIR_FESTIVAL = Enum.INT_X_08_FAIR_FESTIVAL;
static final int INT_X_09_IDENTIFICATION_DOCUMENTATION = Enum.INT_X_09_IDENTIFICATION_DOCUMENTATION;
static final int INT_X_16_RECORDING_FILMING_TAPING = Enum.INT_X_16_RECORDING_FILMING_TAPING;
static final int INT_X_17_PUBLICATION = Enum.INT_X_17_PUBLICATION;
static final int INT_X_28_WRITING_ABOUT_ART_CRITICISM = Enum.INT_X_28_WRITING_ABOUT_ART_CRITICISM;
static final int INT_X_18_REPAIR_RESTORATION_CONSERVATION = Enum.INT_X_18_REPAIR_RESTORATION_CONSERVATION;
static final int INT_X_22_SEMINAR_CONFERENCE = Enum.INT_X_22_SEMINAR_CONFERENCE;
static final int INT_X_25_APPRENTICESHIP = Enum.INT_X_25_APPRENTICESHIP;
static final int INT_X_02_AUDIENCE_SERVICES = Enum.INT_X_02_AUDIENCE_SERVICES;
static final int INT_X_36_BROADCASTING = Enum.INT_X_36_BROADCASTING;
static final int INT_X_24_DISTRIBUTION_OF_ART = Enum.INT_X_24_DISTRIBUTION_OF_ART;
static final int INT_X_13_MARKETING = Enum.INT_X_13_MARKETING;
static final int INT_X_14_PROFESSIONAL_SUPPORT_ADMINISTRATIVE = Enum.INT_X_14_PROFESSIONAL_SUPPORT_ADMINISTRATIVE;
static final int INT_X_15_PROFESSIONAL_SUPPORT_ARTISTIC = Enum.INT_X_15_PROFESSIONAL_SUPPORT_ARTISTIC;
static final int INT_X_29_PROFESSIONAL_DEVELOPMENT_TRAINING = Enum.INT_X_29_PROFESSIONAL_DEVELOPMENT_TRAINING;
static final int INT_X_19_RESEARCH_PLANNING = Enum.INT_X_19_RESEARCH_PLANNING;
static final int INT_X_33_BUILDING_PUBLIC_AWARENESS = Enum.INT_X_33_BUILDING_PUBLIC_AWARENESS;
static final int INT_X_34_TECHNICAL_ASSISTANCE = Enum.INT_X_34_TECHNICAL_ASSISTANCE;
static final int INT_X_12_ARTS_INSTRUCTION = Enum.INT_X_12_ARTS_INSTRUCTION;
static final int INT_X_20_SCHOOL_RESIDENCY = Enum.INT_X_20_SCHOOL_RESIDENCY;
static final int INT_X_21_OTHER_RESIDENCY = Enum.INT_X_21_OTHER_RESIDENCY;
static final int INT_X_31_CURRICULUM_DEVELOPMENT_IMPLEMENTATION = Enum.INT_X_31_CURRICULUM_DEVELOPMENT_IMPLEMENTATION;
static final int INT_X_30_STUDENT_ASSESSMENT = Enum.INT_X_30_STUDENT_ASSESSMENT;
static final int INT_X_35_WEB_SITE_INTERNET_DEVELOPMENT = Enum.INT_X_35_WEB_SITE_INTERNET_DEVELOPMENT;
static final int INT_X_99_NONE_OF_THE_ABOVE = Enum.INT_X_99_NONE_OF_THE_ABOVE;
/**
* Enumeration value class for gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$ActivityType.
* 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_X_04_ARTWORK_CREATION
* 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_X_04_ARTWORK_CREATION = 1;
static final int INT_X_05_CONCERT_PERFORMANCE_READING = 2;
static final int INT_X_06_EXHIBITION = 3;
static final int INT_X_08_FAIR_FESTIVAL = 4;
static final int INT_X_09_IDENTIFICATION_DOCUMENTATION = 5;
static final int INT_X_16_RECORDING_FILMING_TAPING = 6;
static final int INT_X_17_PUBLICATION = 7;
static final int INT_X_28_WRITING_ABOUT_ART_CRITICISM = 8;
static final int INT_X_18_REPAIR_RESTORATION_CONSERVATION = 9;
static final int INT_X_22_SEMINAR_CONFERENCE = 10;
static final int INT_X_25_APPRENTICESHIP = 11;
static final int INT_X_02_AUDIENCE_SERVICES = 12;
static final int INT_X_36_BROADCASTING = 13;
static final int INT_X_24_DISTRIBUTION_OF_ART = 14;
static final int INT_X_13_MARKETING = 15;
static final int INT_X_14_PROFESSIONAL_SUPPORT_ADMINISTRATIVE = 16;
static final int INT_X_15_PROFESSIONAL_SUPPORT_ARTISTIC = 17;
static final int INT_X_29_PROFESSIONAL_DEVELOPMENT_TRAINING = 18;
static final int INT_X_19_RESEARCH_PLANNING = 19;
static final int INT_X_33_BUILDING_PUBLIC_AWARENESS = 20;
static final int INT_X_34_TECHNICAL_ASSISTANCE = 21;
static final int INT_X_12_ARTS_INSTRUCTION = 22;
static final int INT_X_20_SCHOOL_RESIDENCY = 23;
static final int INT_X_21_OTHER_RESIDENCY = 24;
static final int INT_X_31_CURRICULUM_DEVELOPMENT_IMPLEMENTATION = 25;
static final int INT_X_30_STUDENT_ASSESSMENT = 26;
static final int INT_X_35_WEB_SITE_INTERNET_DEVELOPMENT = 27;
static final int INT_X_99_NONE_OF_THE_ABOVE = 28;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("04: Artwork Creation", INT_X_04_ARTWORK_CREATION),
new Enum("05: Concert/Performance/Reading", INT_X_05_CONCERT_PERFORMANCE_READING),
new Enum("06: Exhibition ", INT_X_06_EXHIBITION),
new Enum("08: Fair/Festival", INT_X_08_FAIR_FESTIVAL),
new Enum("09: Identification/Documentation", INT_X_09_IDENTIFICATION_DOCUMENTATION),
new Enum("16: Recording/Filming/Taping", INT_X_16_RECORDING_FILMING_TAPING),
new Enum("17: Publication", INT_X_17_PUBLICATION),
new Enum("28: Writing About Art/Criticism", INT_X_28_WRITING_ABOUT_ART_CRITICISM),
new Enum("18: Repair/Restoration/Conservation", INT_X_18_REPAIR_RESTORATION_CONSERVATION),
new Enum("22: Seminar/Conference", INT_X_22_SEMINAR_CONFERENCE),
new Enum("25: Apprenticeship", INT_X_25_APPRENTICESHIP),
new Enum("02: Audience Services", INT_X_02_AUDIENCE_SERVICES),
new Enum("36: Broadcasting", INT_X_36_BROADCASTING),
new Enum("24: Distribution of Art", INT_X_24_DISTRIBUTION_OF_ART),
new Enum("13: Marketing", INT_X_13_MARKETING),
new Enum("14: Professional Support: Administrative", INT_X_14_PROFESSIONAL_SUPPORT_ADMINISTRATIVE),
new Enum("15: Professional Support: Artistic", INT_X_15_PROFESSIONAL_SUPPORT_ARTISTIC),
new Enum("29: Professional Development/Training", INT_X_29_PROFESSIONAL_DEVELOPMENT_TRAINING),
new Enum("19: Research/Planning", INT_X_19_RESEARCH_PLANNING),
new Enum("33: Building Public Awareness", INT_X_33_BUILDING_PUBLIC_AWARENESS),
new Enum("34: Technical Assistance", INT_X_34_TECHNICAL_ASSISTANCE),
new Enum("12: Arts Instruction", INT_X_12_ARTS_INSTRUCTION),
new Enum("20: School Residency", INT_X_20_SCHOOL_RESIDENCY),
new Enum("21: Other Residency", INT_X_21_OTHER_RESIDENCY),
new Enum("31: Curriculum Development/Implementation", INT_X_31_CURRICULUM_DEVELOPMENT_IMPLEMENTATION),
new Enum("30: Student Assessment", INT_X_30_STUDENT_ASSESSMENT),
new Enum("35: Web Site/Internet Development", INT_X_35_WEB_SITE_INTERNET_DEVELOPMENT),
new Enum("99: None of the above", INT_X_99_NONE_OF_THE_ABOVE),
}
);
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.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ActivityType newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ActivityType) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ActivityType newInstance() {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ActivityType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ActivityType newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ActivityType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML ArtsEducation(@http://apply.grants.gov/forms/NEAOrganization-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$ArtsEducation.
*/
public interface ArtsEducation extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ArtsEducation.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("artseducationbf02elemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum X_99_NONE = Enum.forString("99: None");
static final Enum X_02_SOME_BUT_LESS_THAN_50 = Enum.forString("02: Some, but less than 50%");
static final Enum X_01_A_K_GRADE_12_STUDENTS = Enum.forString("01A: K-Grade 12 Students");
static final Enum X_01_D_ADULT_LEARNERS = Enum.forString("01D: Adult Learners");
static final Enum X_01_C_PRE_KINDERGARTEN_CHILDREN = Enum.forString("01C: Pre-Kindergarten Children");
static final Enum X_01_B_HIGHER_EDUCATION_STUDENTS = Enum.forString("01B: Higher Education Students");
static final Enum X_01_MULTIPLE_GROUPS_OF_LEARNERS = Enum.forString("01: Multiple Groups of Learners");
static final int INT_X_99_NONE = Enum.INT_X_99_NONE;
static final int INT_X_02_SOME_BUT_LESS_THAN_50 = Enum.INT_X_02_SOME_BUT_LESS_THAN_50;
static final int INT_X_01_A_K_GRADE_12_STUDENTS = Enum.INT_X_01_A_K_GRADE_12_STUDENTS;
static final int INT_X_01_D_ADULT_LEARNERS = Enum.INT_X_01_D_ADULT_LEARNERS;
static final int INT_X_01_C_PRE_KINDERGARTEN_CHILDREN = Enum.INT_X_01_C_PRE_KINDERGARTEN_CHILDREN;
static final int INT_X_01_B_HIGHER_EDUCATION_STUDENTS = Enum.INT_X_01_B_HIGHER_EDUCATION_STUDENTS;
static final int INT_X_01_MULTIPLE_GROUPS_OF_LEARNERS = Enum.INT_X_01_MULTIPLE_GROUPS_OF_LEARNERS;
/**
* Enumeration value class for gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$ArtsEducation.
* 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_X_99_NONE
* 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_X_99_NONE = 1;
static final int INT_X_02_SOME_BUT_LESS_THAN_50 = 2;
static final int INT_X_01_A_K_GRADE_12_STUDENTS = 3;
static final int INT_X_01_D_ADULT_LEARNERS = 4;
static final int INT_X_01_C_PRE_KINDERGARTEN_CHILDREN = 5;
static final int INT_X_01_B_HIGHER_EDUCATION_STUDENTS = 6;
static final int INT_X_01_MULTIPLE_GROUPS_OF_LEARNERS = 7;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("99: None", INT_X_99_NONE),
new Enum("02: Some, but less than 50%", INT_X_02_SOME_BUT_LESS_THAN_50),
new Enum("01A: K-Grade 12 Students", INT_X_01_A_K_GRADE_12_STUDENTS),
new Enum("01D: Adult Learners", INT_X_01_D_ADULT_LEARNERS),
new Enum("01C: Pre-Kindergarten Children", INT_X_01_C_PRE_KINDERGARTEN_CHILDREN),
new Enum("01B: Higher Education Students", INT_X_01_B_HIGHER_EDUCATION_STUDENTS),
new Enum("01: Multiple Groups of Learners", INT_X_01_MULTIPLE_GROUPS_OF_LEARNERS),
}
);
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.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ArtsEducation newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ArtsEducation) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ArtsEducation newInstance() {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ArtsEducation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ArtsEducation newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.ArtsEducation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML NumberGroup(@http://apply.grants.gov/forms/NEAOrganization-V1.0).
*
* This is a complex type.
*/
public interface NumberGroup extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberGroup.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numbergroupada4elemtype");
/**
* Gets the "NumberArtworksCreated" element
*/
int getNumberArtworksCreated();
/**
* Gets (as xml) the "NumberArtworksCreated" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksCreated xgetNumberArtworksCreated();
/**
* True if has "NumberArtworksCreated" element
*/
boolean isSetNumberArtworksCreated();
/**
* Sets the "NumberArtworksCreated" element
*/
void setNumberArtworksCreated(int numberArtworksCreated);
/**
* Sets (as xml) the "NumberArtworksCreated" element
*/
void xsetNumberArtworksCreated(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksCreated numberArtworksCreated);
/**
* Unsets the "NumberArtworksCreated" element
*/
void unsetNumberArtworksCreated();
/**
* Gets the "NumberConcertsPerformances" element
*/
int getNumberConcertsPerformances();
/**
* Gets (as xml) the "NumberConcertsPerformances" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberConcertsPerformances xgetNumberConcertsPerformances();
/**
* True if has "NumberConcertsPerformances" element
*/
boolean isSetNumberConcertsPerformances();
/**
* Sets the "NumberConcertsPerformances" element
*/
void setNumberConcertsPerformances(int numberConcertsPerformances);
/**
* Sets (as xml) the "NumberConcertsPerformances" element
*/
void xsetNumberConcertsPerformances(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberConcertsPerformances numberConcertsPerformances);
/**
* Unsets the "NumberConcertsPerformances" element
*/
void unsetNumberConcertsPerformances();
/**
* Gets the "NumberLecturesDemos" element
*/
int getNumberLecturesDemos();
/**
* Gets (as xml) the "NumberLecturesDemos" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberLecturesDemos xgetNumberLecturesDemos();
/**
* True if has "NumberLecturesDemos" element
*/
boolean isSetNumberLecturesDemos();
/**
* Sets the "NumberLecturesDemos" element
*/
void setNumberLecturesDemos(int numberLecturesDemos);
/**
* Sets (as xml) the "NumberLecturesDemos" element
*/
void xsetNumberLecturesDemos(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberLecturesDemos numberLecturesDemos);
/**
* Unsets the "NumberLecturesDemos" element
*/
void unsetNumberLecturesDemos();
/**
* Gets the "NumberExhibitions" element
*/
int getNumberExhibitions();
/**
* Gets (as xml) the "NumberExhibitions" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberExhibitions xgetNumberExhibitions();
/**
* True if has "NumberExhibitions" element
*/
boolean isSetNumberExhibitions();
/**
* Sets the "NumberExhibitions" element
*/
void setNumberExhibitions(int numberExhibitions);
/**
* Sets (as xml) the "NumberExhibitions" element
*/
void xsetNumberExhibitions(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberExhibitions numberExhibitions);
/**
* Unsets the "NumberExhibitions" element
*/
void unsetNumberExhibitions();
/**
* Gets the "NumberBooksCatalogues" element
*/
int getNumberBooksCatalogues();
/**
* Gets (as xml) the "NumberBooksCatalogues" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBooksCatalogues xgetNumberBooksCatalogues();
/**
* True if has "NumberBooksCatalogues" element
*/
boolean isSetNumberBooksCatalogues();
/**
* Sets the "NumberBooksCatalogues" element
*/
void setNumberBooksCatalogues(int numberBooksCatalogues);
/**
* Sets (as xml) the "NumberBooksCatalogues" element
*/
void xsetNumberBooksCatalogues(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBooksCatalogues numberBooksCatalogues);
/**
* Unsets the "NumberBooksCatalogues" element
*/
void unsetNumberBooksCatalogues();
/**
* Gets the "NumberArtworksRestored" element
*/
int getNumberArtworksRestored();
/**
* Gets (as xml) the "NumberArtworksRestored" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksRestored xgetNumberArtworksRestored();
/**
* True if has "NumberArtworksRestored" element
*/
boolean isSetNumberArtworksRestored();
/**
* Sets the "NumberArtworksRestored" element
*/
void setNumberArtworksRestored(int numberArtworksRestored);
/**
* Sets (as xml) the "NumberArtworksRestored" element
*/
void xsetNumberArtworksRestored(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksRestored numberArtworksRestored);
/**
* Unsets the "NumberArtworksRestored" element
*/
void unsetNumberArtworksRestored();
/**
* Gets the "NumberArtworksDocumented" element
*/
int getNumberArtworksDocumented();
/**
* Gets (as xml) the "NumberArtworksDocumented" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksDocumented xgetNumberArtworksDocumented();
/**
* True if has "NumberArtworksDocumented" element
*/
boolean isSetNumberArtworksDocumented();
/**
* Sets the "NumberArtworksDocumented" element
*/
void setNumberArtworksDocumented(int numberArtworksDocumented);
/**
* Sets (as xml) the "NumberArtworksDocumented" element
*/
void xsetNumberArtworksDocumented(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksDocumented numberArtworksDocumented);
/**
* Unsets the "NumberArtworksDocumented" element
*/
void unsetNumberArtworksDocumented();
/**
* Gets the "NumberArtistsResidencies" element
*/
int getNumberArtistsResidencies();
/**
* Gets (as xml) the "NumberArtistsResidencies" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtistsResidencies xgetNumberArtistsResidencies();
/**
* True if has "NumberArtistsResidencies" element
*/
boolean isSetNumberArtistsResidencies();
/**
* Sets the "NumberArtistsResidencies" element
*/
void setNumberArtistsResidencies(int numberArtistsResidencies);
/**
* Sets (as xml) the "NumberArtistsResidencies" element
*/
void xsetNumberArtistsResidencies(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtistsResidencies numberArtistsResidencies);
/**
* Unsets the "NumberArtistsResidencies" element
*/
void unsetNumberArtistsResidencies();
/**
* Gets the "NumberSchoolParticipate" element
*/
int getNumberSchoolParticipate();
/**
* Gets (as xml) the "NumberSchoolParticipate" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberSchoolParticipate xgetNumberSchoolParticipate();
/**
* True if has "NumberSchoolParticipate" element
*/
boolean isSetNumberSchoolParticipate();
/**
* Sets the "NumberSchoolParticipate" element
*/
void setNumberSchoolParticipate(int numberSchoolParticipate);
/**
* Sets (as xml) the "NumberSchoolParticipate" element
*/
void xsetNumberSchoolParticipate(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberSchoolParticipate numberSchoolParticipate);
/**
* Unsets the "NumberSchoolParticipate" element
*/
void unsetNumberSchoolParticipate();
/**
* Gets the "NumberOrganizationPartners" element
*/
int getNumberOrganizationPartners();
/**
* Gets (as xml) the "NumberOrganizationPartners" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberOrganizationPartners xgetNumberOrganizationPartners();
/**
* True if has "NumberOrganizationPartners" element
*/
boolean isSetNumberOrganizationPartners();
/**
* Sets the "NumberOrganizationPartners" element
*/
void setNumberOrganizationPartners(int numberOrganizationPartners);
/**
* Sets (as xml) the "NumberOrganizationPartners" element
*/
void xsetNumberOrganizationPartners(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberOrganizationPartners numberOrganizationPartners);
/**
* Unsets the "NumberOrganizationPartners" element
*/
void unsetNumberOrganizationPartners();
/**
* Gets the "NumberApprenticeships" element
*/
int getNumberApprenticeships();
/**
* Gets (as xml) the "NumberApprenticeships" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberApprenticeships xgetNumberApprenticeships();
/**
* True if has "NumberApprenticeships" element
*/
boolean isSetNumberApprenticeships();
/**
* Sets the "NumberApprenticeships" element
*/
void setNumberApprenticeships(int numberApprenticeships);
/**
* Sets (as xml) the "NumberApprenticeships" element
*/
void xsetNumberApprenticeships(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberApprenticeships numberApprenticeships);
/**
* Unsets the "NumberApprenticeships" element
*/
void unsetNumberApprenticeships();
/**
* Gets the "NumberBroadcastHrs" element
*/
int getNumberBroadcastHrs();
/**
* Gets (as xml) the "NumberBroadcastHrs" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBroadcastHrs xgetNumberBroadcastHrs();
/**
* True if has "NumberBroadcastHrs" element
*/
boolean isSetNumberBroadcastHrs();
/**
* Sets the "NumberBroadcastHrs" element
*/
void setNumberBroadcastHrs(int numberBroadcastHrs);
/**
* Sets (as xml) the "NumberBroadcastHrs" element
*/
void xsetNumberBroadcastHrs(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBroadcastHrs numberBroadcastHrs);
/**
* Unsets the "NumberBroadcastHrs" element
*/
void unsetNumberBroadcastHrs();
/**
* An XML NumberArtworksCreated(@http://apply.grants.gov/forms/NEAOrganization-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$NumberGroup$NumberArtworksCreated.
*/
public interface NumberArtworksCreated extends org.apache.xmlbeans.XmlInt
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberArtworksCreated.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberartworkscreated4e78elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksCreated newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksCreated) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksCreated newInstance() {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksCreated) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksCreated newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksCreated) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML NumberConcertsPerformances(@http://apply.grants.gov/forms/NEAOrganization-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$NumberGroup$NumberConcertsPerformances.
*/
public interface NumberConcertsPerformances extends org.apache.xmlbeans.XmlInt
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberConcertsPerformances.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberconcertsperformances6dafelemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberConcertsPerformances newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberConcertsPerformances) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberConcertsPerformances newInstance() {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberConcertsPerformances) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberConcertsPerformances newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberConcertsPerformances) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML NumberLecturesDemos(@http://apply.grants.gov/forms/NEAOrganization-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$NumberGroup$NumberLecturesDemos.
*/
public interface NumberLecturesDemos extends org.apache.xmlbeans.XmlInt
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberLecturesDemos.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberlecturesdemos8ba6elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberLecturesDemos newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberLecturesDemos) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberLecturesDemos newInstance() {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberLecturesDemos) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberLecturesDemos newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberLecturesDemos) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML NumberExhibitions(@http://apply.grants.gov/forms/NEAOrganization-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$NumberGroup$NumberExhibitions.
*/
public interface NumberExhibitions extends org.apache.xmlbeans.XmlInt
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberExhibitions.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberexhibitionsd23delemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberExhibitions newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberExhibitions) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberExhibitions newInstance() {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberExhibitions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberExhibitions newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberExhibitions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML NumberBooksCatalogues(@http://apply.grants.gov/forms/NEAOrganization-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$NumberGroup$NumberBooksCatalogues.
*/
public interface NumberBooksCatalogues extends org.apache.xmlbeans.XmlInt
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberBooksCatalogues.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberbookscataloguesa0cdelemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBooksCatalogues newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBooksCatalogues) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBooksCatalogues newInstance() {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBooksCatalogues) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBooksCatalogues newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBooksCatalogues) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML NumberArtworksRestored(@http://apply.grants.gov/forms/NEAOrganization-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$NumberGroup$NumberArtworksRestored.
*/
public interface NumberArtworksRestored extends org.apache.xmlbeans.XmlInt
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberArtworksRestored.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberartworksrestored820aelemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksRestored newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksRestored) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksRestored newInstance() {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksRestored) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksRestored newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksRestored) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML NumberArtworksDocumented(@http://apply.grants.gov/forms/NEAOrganization-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$NumberGroup$NumberArtworksDocumented.
*/
public interface NumberArtworksDocumented extends org.apache.xmlbeans.XmlInt
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberArtworksDocumented.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberartworksdocumented3d26elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksDocumented newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksDocumented) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksDocumented newInstance() {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksDocumented) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksDocumented newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtworksDocumented) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML NumberArtistsResidencies(@http://apply.grants.gov/forms/NEAOrganization-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$NumberGroup$NumberArtistsResidencies.
*/
public interface NumberArtistsResidencies extends org.apache.xmlbeans.XmlInt
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberArtistsResidencies.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberartistsresidenciesb0d3elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtistsResidencies newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtistsResidencies) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtistsResidencies newInstance() {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtistsResidencies) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtistsResidencies newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberArtistsResidencies) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML NumberSchoolParticipate(@http://apply.grants.gov/forms/NEAOrganization-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$NumberGroup$NumberSchoolParticipate.
*/
public interface NumberSchoolParticipate extends org.apache.xmlbeans.XmlInt
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberSchoolParticipate.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberschoolparticipate31f7elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberSchoolParticipate newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberSchoolParticipate) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberSchoolParticipate newInstance() {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberSchoolParticipate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberSchoolParticipate newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberSchoolParticipate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML NumberOrganizationPartners(@http://apply.grants.gov/forms/NEAOrganization-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$NumberGroup$NumberOrganizationPartners.
*/
public interface NumberOrganizationPartners extends org.apache.xmlbeans.XmlInt
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberOrganizationPartners.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberorganizationpartnersece1elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberOrganizationPartners newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberOrganizationPartners) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberOrganizationPartners newInstance() {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberOrganizationPartners) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberOrganizationPartners newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberOrganizationPartners) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML NumberApprenticeships(@http://apply.grants.gov/forms/NEAOrganization-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$NumberGroup$NumberApprenticeships.
*/
public interface NumberApprenticeships extends org.apache.xmlbeans.XmlInt
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberApprenticeships.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberapprenticeships6a9belemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberApprenticeships newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberApprenticeships) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberApprenticeships newInstance() {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberApprenticeships) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberApprenticeships newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberApprenticeships) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML NumberBroadcastHrs(@http://apply.grants.gov/forms/NEAOrganization-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$NumberGroup$NumberBroadcastHrs.
*/
public interface NumberBroadcastHrs extends org.apache.xmlbeans.XmlInt
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberBroadcastHrs.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberbroadcasthrsb8f7elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBroadcastHrs newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBroadcastHrs) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBroadcastHrs newInstance() {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBroadcastHrs) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBroadcastHrs newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup.NumberBroadcastHrs) 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.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup newInstance() {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML NumberGroup1(@http://apply.grants.gov/forms/NEAOrganization-V1.0).
*
* This is a complex type.
*/
public interface NumberGroup1 extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberGroup1.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numbergroup1140felemtype");
/**
* Gets the "NumberArtistsPartcipating" element
*/
int getNumberArtistsPartcipating();
/**
* Gets (as xml) the "NumberArtistsPartcipating" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberArtistsPartcipating xgetNumberArtistsPartcipating();
/**
* True if has "NumberArtistsPartcipating" element
*/
boolean isSetNumberArtistsPartcipating();
/**
* Sets the "NumberArtistsPartcipating" element
*/
void setNumberArtistsPartcipating(int numberArtistsPartcipating);
/**
* Sets (as xml) the "NumberArtistsPartcipating" element
*/
void xsetNumberArtistsPartcipating(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberArtistsPartcipating numberArtistsPartcipating);
/**
* Unsets the "NumberArtistsPartcipating" element
*/
void unsetNumberArtistsPartcipating();
/**
* Gets the "NumberTeachersParticipating" element
*/
int getNumberTeachersParticipating();
/**
* Gets (as xml) the "NumberTeachersParticipating" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberTeachersParticipating xgetNumberTeachersParticipating();
/**
* True if has "NumberTeachersParticipating" element
*/
boolean isSetNumberTeachersParticipating();
/**
* Sets the "NumberTeachersParticipating" element
*/
void setNumberTeachersParticipating(int numberTeachersParticipating);
/**
* Sets (as xml) the "NumberTeachersParticipating" element
*/
void xsetNumberTeachersParticipating(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberTeachersParticipating numberTeachersParticipating);
/**
* Unsets the "NumberTeachersParticipating" element
*/
void unsetNumberTeachersParticipating();
/**
* Gets the "NumberChildrenParticipating" element
*/
int getNumberChildrenParticipating();
/**
* Gets (as xml) the "NumberChildrenParticipating" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberChildrenParticipating xgetNumberChildrenParticipating();
/**
* True if has "NumberChildrenParticipating" element
*/
boolean isSetNumberChildrenParticipating();
/**
* Sets the "NumberChildrenParticipating" element
*/
void setNumberChildrenParticipating(int numberChildrenParticipating);
/**
* Sets (as xml) the "NumberChildrenParticipating" element
*/
void xsetNumberChildrenParticipating(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberChildrenParticipating numberChildrenParticipating);
/**
* Unsets the "NumberChildrenParticipating" element
*/
void unsetNumberChildrenParticipating();
/**
* Gets the "NumberIndividualsBenefiting" element
*/
int getNumberIndividualsBenefiting();
/**
* Gets (as xml) the "NumberIndividualsBenefiting" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberIndividualsBenefiting xgetNumberIndividualsBenefiting();
/**
* True if has "NumberIndividualsBenefiting" element
*/
boolean isSetNumberIndividualsBenefiting();
/**
* Sets the "NumberIndividualsBenefiting" element
*/
void setNumberIndividualsBenefiting(int numberIndividualsBenefiting);
/**
* Sets (as xml) the "NumberIndividualsBenefiting" element
*/
void xsetNumberIndividualsBenefiting(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberIndividualsBenefiting numberIndividualsBenefiting);
/**
* Unsets the "NumberIndividualsBenefiting" element
*/
void unsetNumberIndividualsBenefiting();
/**
* Gets the "NumberBroadcastAudience" element
*/
int getNumberBroadcastAudience();
/**
* Gets (as xml) the "NumberBroadcastAudience" element
*/
gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberBroadcastAudience xgetNumberBroadcastAudience();
/**
* True if has "NumberBroadcastAudience" element
*/
boolean isSetNumberBroadcastAudience();
/**
* Sets the "NumberBroadcastAudience" element
*/
void setNumberBroadcastAudience(int numberBroadcastAudience);
/**
* Sets (as xml) the "NumberBroadcastAudience" element
*/
void xsetNumberBroadcastAudience(gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberBroadcastAudience numberBroadcastAudience);
/**
* Unsets the "NumberBroadcastAudience" element
*/
void unsetNumberBroadcastAudience();
/**
* An XML NumberArtistsPartcipating(@http://apply.grants.gov/forms/NEAOrganization-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$NumberGroup1$NumberArtistsPartcipating.
*/
public interface NumberArtistsPartcipating extends org.apache.xmlbeans.XmlInt
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberArtistsPartcipating.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberartistspartcipatingdc76elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberArtistsPartcipating newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberArtistsPartcipating) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberArtistsPartcipating newInstance() {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberArtistsPartcipating) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberArtistsPartcipating newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberArtistsPartcipating) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML NumberTeachersParticipating(@http://apply.grants.gov/forms/NEAOrganization-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$NumberGroup1$NumberTeachersParticipating.
*/
public interface NumberTeachersParticipating extends org.apache.xmlbeans.XmlInt
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberTeachersParticipating.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberteachersparticipatingfe9celemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberTeachersParticipating newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberTeachersParticipating) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberTeachersParticipating newInstance() {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberTeachersParticipating) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberTeachersParticipating newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberTeachersParticipating) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML NumberChildrenParticipating(@http://apply.grants.gov/forms/NEAOrganization-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$NumberGroup1$NumberChildrenParticipating.
*/
public interface NumberChildrenParticipating extends org.apache.xmlbeans.XmlInt
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberChildrenParticipating.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberchildrenparticipating5eaeelemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberChildrenParticipating newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberChildrenParticipating) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberChildrenParticipating newInstance() {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberChildrenParticipating) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberChildrenParticipating newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberChildrenParticipating) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML NumberIndividualsBenefiting(@http://apply.grants.gov/forms/NEAOrganization-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$NumberGroup1$NumberIndividualsBenefiting.
*/
public interface NumberIndividualsBenefiting extends org.apache.xmlbeans.XmlInt
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberIndividualsBenefiting.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberindividualsbenefitingbf17elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberIndividualsBenefiting newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberIndividualsBenefiting) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberIndividualsBenefiting newInstance() {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberIndividualsBenefiting) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberIndividualsBenefiting newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberIndividualsBenefiting) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML NumberBroadcastAudience(@http://apply.grants.gov/forms/NEAOrganization-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument$NEAOrganization$NumberGroup1$NumberBroadcastAudience.
*/
public interface NumberBroadcastAudience extends org.apache.xmlbeans.XmlInt
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberBroadcastAudience.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberbroadcastaudienceeff7elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberBroadcastAudience newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberBroadcastAudience) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberBroadcastAudience newInstance() {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberBroadcastAudience) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberBroadcastAudience newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1.NumberBroadcastAudience) 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.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1 newInstance() {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1 newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization.NumberGroup1) 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.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization newInstance() {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument.NEAOrganization) 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.neaOrganizationV10.NEAOrganizationDocument newInstance() {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) 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.neaOrganizationV10.NEAOrganizationDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static gov.grants.apply.forms.neaOrganizationV10.NEAOrganizationDocument 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.neaOrganizationV10.NEAOrganizationDocument) 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
}
}