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_2_2
* Namespace: http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2
* Java type: gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document
*
* Automatically generated - do not modify.
*/
package gov.grants.apply.forms.neaOrganization22V22;
/**
* A document containing one NEAOrganization_2_2(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2) element.
*
* This is a complex type.
*/
public interface NEAOrganization22Document extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NEAOrganization22Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("neaorganization223e66doctype");
/**
* Gets the "NEAOrganization_2_2" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22 getNEAOrganization22();
/**
* Sets the "NEAOrganization_2_2" element
*/
void setNEAOrganization22(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22 neaOrganization22);
/**
* Appends and returns a new empty "NEAOrganization_2_2" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22 addNewNEAOrganization22();
/**
* An XML NEAOrganization_2_2(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2).
*
* This is a complex type.
*/
public interface NEAOrganization22 extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NEAOrganization22.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("neaorganization22be77elemtype");
/**
* 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 "PopularOrganizationName" element
*/
java.lang.String getPopularOrganizationName();
/**
* Gets (as xml) the "PopularOrganizationName" element
*/
gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetPopularOrganizationName();
/**
* True if has "PopularOrganizationName" element
*/
boolean isSetPopularOrganizationName();
/**
* Sets the "PopularOrganizationName" element
*/
void setPopularOrganizationName(java.lang.String popularOrganizationName);
/**
* Sets (as xml) the "PopularOrganizationName" element
*/
void xsetPopularOrganizationName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType popularOrganizationName);
/**
* Unsets the "PopularOrganizationName" element
*/
void unsetPopularOrganizationName();
/**
* Gets the "TotalOperatingExpenses" element
*/
java.math.BigDecimal getTotalOperatingExpenses();
/**
* Gets (as xml) the "TotalOperatingExpenses" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetTotalOperatingExpenses();
/**
* Sets the "TotalOperatingExpenses" element
*/
void setTotalOperatingExpenses(java.math.BigDecimal totalOperatingExpenses);
/**
* Sets (as xml) the "TotalOperatingExpenses" element
*/
void xsetTotalOperatingExpenses(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType totalOperatingExpenses);
/**
* Gets the "FYEndDate" element
*/
java.lang.String getFYEndDate();
/**
* Gets (as xml) the "FYEndDate" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.FYEndDate xgetFYEndDate();
/**
* Sets the "FYEndDate" element
*/
void setFYEndDate(java.lang.String fyEndDate);
/**
* Sets (as xml) the "FYEndDate" element
*/
void xsetFYEndDate(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.FYEndDate fyEndDate);
/**
* Gets the "ApplicantServiceType" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.ApplicantServiceType.Enum getApplicantServiceType();
/**
* Gets (as xml) the "ApplicantServiceType" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.ApplicantServiceType xgetApplicantServiceType();
/**
* Sets the "ApplicantServiceType" element
*/
void setApplicantServiceType(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.ApplicantServiceType.Enum applicantServiceType);
/**
* Sets (as xml) the "ApplicantServiceType" element
*/
void xsetApplicantServiceType(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.ApplicantServiceType applicantServiceType);
/**
* Gets the "OnBehalfEntity" element
*/
java.lang.String getOnBehalfEntity();
/**
* Gets (as xml) the "OnBehalfEntity" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OnBehalfEntity xgetOnBehalfEntity();
/**
* True if has "OnBehalfEntity" element
*/
boolean isSetOnBehalfEntity();
/**
* Sets the "OnBehalfEntity" element
*/
void setOnBehalfEntity(java.lang.String onBehalfEntity);
/**
* Sets (as xml) the "OnBehalfEntity" element
*/
void xsetOnBehalfEntity(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OnBehalfEntity onBehalfEntity);
/**
* Unsets the "OnBehalfEntity" element
*/
void unsetOnBehalfEntity();
/**
* Gets the "OrganizationStatus" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OrganizationStatus.Enum getOrganizationStatus();
/**
* Gets (as xml) the "OrganizationStatus" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OrganizationStatus xgetOrganizationStatus();
/**
* Sets the "OrganizationStatus" element
*/
void setOrganizationStatus(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OrganizationStatus.Enum organizationStatus);
/**
* Sets (as xml) the "OrganizationStatus" element
*/
void xsetOrganizationStatus(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OrganizationStatus organizationStatus);
/**
* Gets the "OrganizationDescription" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OrganizationDescription.Enum getOrganizationDescription();
/**
* Gets (as xml) the "OrganizationDescription" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OrganizationDescription xgetOrganizationDescription();
/**
* Sets the "OrganizationDescription" element
*/
void setOrganizationDescription(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OrganizationDescription.Enum organizationDescription);
/**
* Sets (as xml) the "OrganizationDescription" element
*/
void xsetOrganizationDescription(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OrganizationDescription organizationDescription);
/**
* Gets the "OtherOrganizationDescription" element
*/
java.lang.String getOtherOrganizationDescription();
/**
* Gets (as xml) the "OtherOrganizationDescription" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherOrganizationDescription xgetOtherOrganizationDescription();
/**
* True if has "OtherOrganizationDescription" element
*/
boolean isSetOtherOrganizationDescription();
/**
* Sets the "OtherOrganizationDescription" element
*/
void setOtherOrganizationDescription(java.lang.String otherOrganizationDescription);
/**
* Sets (as xml) the "OtherOrganizationDescription" element
*/
void xsetOtherOrganizationDescription(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherOrganizationDescription otherOrganizationDescription);
/**
* Unsets the "OtherOrganizationDescription" element
*/
void unsetOtherOrganizationDescription();
/**
* Gets the "OrganizationDiscipline" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OrganizationDiscipline.Enum getOrganizationDiscipline();
/**
* Gets (as xml) the "OrganizationDiscipline" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OrganizationDiscipline xgetOrganizationDiscipline();
/**
* Sets the "OrganizationDiscipline" element
*/
void setOrganizationDiscipline(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OrganizationDiscipline.Enum organizationDiscipline);
/**
* Sets (as xml) the "OrganizationDiscipline" element
*/
void xsetOrganizationDiscipline(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OrganizationDiscipline organizationDiscipline);
/**
* Gets the "OtherOrganizationDiscipline" element
*/
java.lang.String getOtherOrganizationDiscipline();
/**
* Gets (as xml) the "OtherOrganizationDiscipline" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherOrganizationDiscipline xgetOtherOrganizationDiscipline();
/**
* True if has "OtherOrganizationDiscipline" element
*/
boolean isSetOtherOrganizationDiscipline();
/**
* Sets the "OtherOrganizationDiscipline" element
*/
void setOtherOrganizationDiscipline(java.lang.String otherOrganizationDiscipline);
/**
* Sets (as xml) the "OtherOrganizationDiscipline" element
*/
void xsetOtherOrganizationDiscipline(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherOrganizationDiscipline otherOrganizationDiscipline);
/**
* Unsets the "OtherOrganizationDiscipline" element
*/
void unsetOtherOrganizationDiscipline();
/**
* Gets the "ProjectFieldDiscipline" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.ProjectFieldDiscipline.Enum getProjectFieldDiscipline();
/**
* Gets (as xml) the "ProjectFieldDiscipline" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.ProjectFieldDiscipline xgetProjectFieldDiscipline();
/**
* Sets the "ProjectFieldDiscipline" element
*/
void setProjectFieldDiscipline(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.ProjectFieldDiscipline.Enum projectFieldDiscipline);
/**
* Sets (as xml) the "ProjectFieldDiscipline" element
*/
void xsetProjectFieldDiscipline(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.ProjectFieldDiscipline projectFieldDiscipline);
/**
* Gets the "SecondProjectFieldDiscipline" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.SecondProjectFieldDiscipline.Enum getSecondProjectFieldDiscipline();
/**
* Gets (as xml) the "SecondProjectFieldDiscipline" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.SecondProjectFieldDiscipline xgetSecondProjectFieldDiscipline();
/**
* True if has "SecondProjectFieldDiscipline" element
*/
boolean isSetSecondProjectFieldDiscipline();
/**
* Sets the "SecondProjectFieldDiscipline" element
*/
void setSecondProjectFieldDiscipline(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.SecondProjectFieldDiscipline.Enum secondProjectFieldDiscipline);
/**
* Sets (as xml) the "SecondProjectFieldDiscipline" element
*/
void xsetSecondProjectFieldDiscipline(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.SecondProjectFieldDiscipline secondProjectFieldDiscipline);
/**
* Unsets the "SecondProjectFieldDiscipline" element
*/
void unsetSecondProjectFieldDiscipline();
/**
* Gets the "Category" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.Category.Enum getCategory();
/**
* Gets (as xml) the "Category" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.Category xgetCategory();
/**
* Sets the "Category" element
*/
void setCategory(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.Category.Enum category);
/**
* Sets (as xml) the "Category" element
*/
void xsetCategory(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.Category category);
/**
* Gets the "PrimaryOutcome" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.PrimaryOutcome.Enum getPrimaryOutcome();
/**
* Gets (as xml) the "PrimaryOutcome" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.PrimaryOutcome xgetPrimaryOutcome();
/**
* Sets the "PrimaryOutcome" element
*/
void setPrimaryOutcome(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.PrimaryOutcome.Enum primaryOutcome);
/**
* Sets (as xml) the "PrimaryOutcome" element
*/
void xsetPrimaryOutcome(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.PrimaryOutcome primaryOutcome);
/**
* Gets the "SecondaryOutcome" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.SecondaryOutcome.Enum getSecondaryOutcome();
/**
* Gets (as xml) the "SecondaryOutcome" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.SecondaryOutcome xgetSecondaryOutcome();
/**
* True if has "SecondaryOutcome" element
*/
boolean isSetSecondaryOutcome();
/**
* Sets the "SecondaryOutcome" element
*/
void setSecondaryOutcome(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.SecondaryOutcome.Enum secondaryOutcome);
/**
* Sets (as xml) the "SecondaryOutcome" element
*/
void xsetSecondaryOutcome(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.SecondaryOutcome secondaryOutcome);
/**
* Unsets the "SecondaryOutcome" element
*/
void unsetSecondaryOutcome();
/**
* Gets the "AmountRequested" element
*/
java.math.BigDecimal getAmountRequested();
/**
* Gets (as xml) the "AmountRequested" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetAmountRequested();
/**
* Sets the "AmountRequested" element
*/
void setAmountRequested(java.math.BigDecimal amountRequested);
/**
* Sets (as xml) the "AmountRequested" element
*/
void xsetAmountRequested(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType amountRequested);
/**
* Gets the "TotalMatch" element
*/
java.math.BigDecimal getTotalMatch();
/**
* Gets (as xml) the "TotalMatch" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetTotalMatch();
/**
* Sets the "TotalMatch" element
*/
void setTotalMatch(java.math.BigDecimal totalMatch);
/**
* Sets (as xml) the "TotalMatch" element
*/
void xsetTotalMatch(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType totalMatch);
/**
* Gets the "TotalProjectCosts" element
*/
java.math.BigDecimal getTotalProjectCosts();
/**
* Gets (as xml) the "TotalProjectCosts" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetTotalProjectCosts();
/**
* Sets the "TotalProjectCosts" element
*/
void setTotalProjectCosts(java.math.BigDecimal totalProjectCosts);
/**
* Sets (as xml) the "TotalProjectCosts" element
*/
void xsetTotalProjectCosts(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType totalProjectCosts);
/**
* Gets the "PrimaryActivityType" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.PrimaryActivityType.Enum getPrimaryActivityType();
/**
* Gets (as xml) the "PrimaryActivityType" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.PrimaryActivityType xgetPrimaryActivityType();
/**
* Sets the "PrimaryActivityType" element
*/
void setPrimaryActivityType(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.PrimaryActivityType.Enum primaryActivityType);
/**
* Sets (as xml) the "PrimaryActivityType" element
*/
void xsetPrimaryActivityType(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.PrimaryActivityType primaryActivityType);
/**
* Gets the "OtherPrimaryActivityType" element
*/
java.lang.String getOtherPrimaryActivityType();
/**
* Gets (as xml) the "OtherPrimaryActivityType" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherPrimaryActivityType xgetOtherPrimaryActivityType();
/**
* True if has "OtherPrimaryActivityType" element
*/
boolean isSetOtherPrimaryActivityType();
/**
* Sets the "OtherPrimaryActivityType" element
*/
void setOtherPrimaryActivityType(java.lang.String otherPrimaryActivityType);
/**
* Sets (as xml) the "OtherPrimaryActivityType" element
*/
void xsetOtherPrimaryActivityType(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherPrimaryActivityType otherPrimaryActivityType);
/**
* Unsets the "OtherPrimaryActivityType" element
*/
void unsetOtherPrimaryActivityType();
/**
* Gets the "SecondaryActivityType" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.SecondaryActivityType.Enum getSecondaryActivityType();
/**
* Gets (as xml) the "SecondaryActivityType" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.SecondaryActivityType xgetSecondaryActivityType();
/**
* True if has "SecondaryActivityType" element
*/
boolean isSetSecondaryActivityType();
/**
* Sets the "SecondaryActivityType" element
*/
void setSecondaryActivityType(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.SecondaryActivityType.Enum secondaryActivityType);
/**
* Sets (as xml) the "SecondaryActivityType" element
*/
void xsetSecondaryActivityType(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.SecondaryActivityType secondaryActivityType);
/**
* Unsets the "SecondaryActivityType" element
*/
void unsetSecondaryActivityType();
/**
* Gets the "OtherSecondaryActivityType" element
*/
java.lang.String getOtherSecondaryActivityType();
/**
* Gets (as xml) the "OtherSecondaryActivityType" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherSecondaryActivityType xgetOtherSecondaryActivityType();
/**
* True if has "OtherSecondaryActivityType" element
*/
boolean isSetOtherSecondaryActivityType();
/**
* Sets the "OtherSecondaryActivityType" element
*/
void setOtherSecondaryActivityType(java.lang.String otherSecondaryActivityType);
/**
* Sets (as xml) the "OtherSecondaryActivityType" element
*/
void xsetOtherSecondaryActivityType(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherSecondaryActivityType otherSecondaryActivityType);
/**
* Unsets the "OtherSecondaryActivityType" element
*/
void unsetOtherSecondaryActivityType();
/**
* Gets the "IndividualsBenefiting" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting getIndividualsBenefiting();
/**
* True if has "IndividualsBenefiting" element
*/
boolean isSetIndividualsBenefiting();
/**
* Sets the "IndividualsBenefiting" element
*/
void setIndividualsBenefiting(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting individualsBenefiting);
/**
* Appends and returns a new empty "IndividualsBenefiting" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting addNewIndividualsBenefiting();
/**
* Unsets the "IndividualsBenefiting" element
*/
void unsetIndividualsBenefiting();
/**
* Gets the "RaceEthnicity" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.RaceEthnicity.Enum getRaceEthnicity();
/**
* Gets (as xml) the "RaceEthnicity" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.RaceEthnicity xgetRaceEthnicity();
/**
* True if has "RaceEthnicity" element
*/
boolean isSetRaceEthnicity();
/**
* Sets the "RaceEthnicity" element
*/
void setRaceEthnicity(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.RaceEthnicity.Enum raceEthnicity);
/**
* Sets (as xml) the "RaceEthnicity" element
*/
void xsetRaceEthnicity(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.RaceEthnicity raceEthnicity);
/**
* Unsets the "RaceEthnicity" element
*/
void unsetRaceEthnicity();
/**
* Gets the "AgeRange" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.AgeRange.Enum getAgeRange();
/**
* Gets (as xml) the "AgeRange" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.AgeRange xgetAgeRange();
/**
* True if has "AgeRange" element
*/
boolean isSetAgeRange();
/**
* Sets the "AgeRange" element
*/
void setAgeRange(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.AgeRange.Enum ageRange);
/**
* Sets (as xml) the "AgeRange" element
*/
void xsetAgeRange(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.AgeRange ageRange);
/**
* Unsets the "AgeRange" element
*/
void unsetAgeRange();
/**
* Gets the "Geography" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.Geography.Enum getGeography();
/**
* Gets (as xml) the "Geography" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.Geography xgetGeography();
/**
* True if has "Geography" element
*/
boolean isSetGeography();
/**
* Sets the "Geography" element
*/
void setGeography(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.Geography.Enum geography);
/**
* Sets (as xml) the "Geography" element
*/
void xsetGeography(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.Geography geography);
/**
* Unsets the "Geography" element
*/
void unsetGeography();
/**
* Gets the "Communities" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.Communities.Enum getCommunities();
/**
* Gets (as xml) the "Communities" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.Communities xgetCommunities();
/**
* True if has "Communities" element
*/
boolean isSetCommunities();
/**
* Sets the "Communities" element
*/
void setCommunities(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.Communities.Enum communities);
/**
* Sets (as xml) the "Communities" element
*/
void xsetCommunities(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.Communities communities);
/**
* Unsets the "Communities" element
*/
void unsetCommunities();
/**
* Gets the "UnderservedDistinctGroups" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.UnderservedDistinctGroups getUnderservedDistinctGroups();
/**
* True if has "UnderservedDistinctGroups" element
*/
boolean isSetUnderservedDistinctGroups();
/**
* Sets the "UnderservedDistinctGroups" element
*/
void setUnderservedDistinctGroups(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.UnderservedDistinctGroups underservedDistinctGroups);
/**
* Appends and returns a new empty "UnderservedDistinctGroups" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.UnderservedDistinctGroups addNewUnderservedDistinctGroups();
/**
* Unsets the "UnderservedDistinctGroups" element
*/
void unsetUnderservedDistinctGroups();
/**
* 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 FYEndDate(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$FYEndDate.
*/
public interface FYEndDate extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FYEndDate.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("fyenddate81f5elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.FYEndDate newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.FYEndDate) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.FYEndDate newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.FYEndDate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.FYEndDate newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.FYEndDate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML ApplicantServiceType(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$ApplicantServiceType.
*/
public interface ApplicantServiceType extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicantServiceType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicantservicetype19eeelemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum NA_NOT_APPLICABLE = Enum.forString("NA: Not Applicable");
static final Enum IC_PARENT_OF_A_COMPONENT = Enum.forString("IC: Parent of a Component");
static final int INT_NA_NOT_APPLICABLE = Enum.INT_NA_NOT_APPLICABLE;
static final int INT_IC_PARENT_OF_A_COMPONENT = Enum.INT_IC_PARENT_OF_A_COMPONENT;
/**
* Enumeration value class for gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$ApplicantServiceType.
* 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_NA_NOT_APPLICABLE
* 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_NA_NOT_APPLICABLE = 1;
static final int INT_IC_PARENT_OF_A_COMPONENT = 2;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("NA: Not Applicable", INT_NA_NOT_APPLICABLE),
new Enum("IC: Parent of a Component", INT_IC_PARENT_OF_A_COMPONENT),
}
);
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.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.ApplicantServiceType newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.ApplicantServiceType) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.ApplicantServiceType newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.ApplicantServiceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.ApplicantServiceType newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.ApplicantServiceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML OnBehalfEntity(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$OnBehalfEntity.
*/
public interface OnBehalfEntity extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OnBehalfEntity.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("onbehalfentity5943elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OnBehalfEntity newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OnBehalfEntity) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OnBehalfEntity newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OnBehalfEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OnBehalfEntity newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OnBehalfEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML OrganizationStatus(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$OrganizationStatus.
*/
public interface OrganizationStatus extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OrganizationStatus.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("organizationstatus2116elemtype");
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_08_MUNICIPAL_GOVERNMENT = Enum.forString("08: Municipal government");
static final Enum X_05_STATE_GOVERNMENT = Enum.forString("05: State government");
static final Enum X_09_TRIBAL_GOVERNMENT = Enum.forString("09: Tribal government");
static final Enum X_07_COUNTY_GOVERNMENT = Enum.forString("07: County 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_08_MUNICIPAL_GOVERNMENT = Enum.INT_X_08_MUNICIPAL_GOVERNMENT;
static final int INT_X_05_STATE_GOVERNMENT = Enum.INT_X_05_STATE_GOVERNMENT;
static final int INT_X_09_TRIBAL_GOVERNMENT = Enum.INT_X_09_TRIBAL_GOVERNMENT;
static final int INT_X_07_COUNTY_GOVERNMENT = Enum.INT_X_07_COUNTY_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.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$OrganizationStatus.
* 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_08_MUNICIPAL_GOVERNMENT = 2;
static final int INT_X_05_STATE_GOVERNMENT = 3;
static final int INT_X_09_TRIBAL_GOVERNMENT = 4;
static final int INT_X_07_COUNTY_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("08: Municipal government", INT_X_08_MUNICIPAL_GOVERNMENT),
new Enum("05: State government", INT_X_05_STATE_GOVERNMENT),
new Enum("09: Tribal government", INT_X_09_TRIBAL_GOVERNMENT),
new Enum("07: County government", INT_X_07_COUNTY_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.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OrganizationStatus newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OrganizationStatus) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OrganizationStatus newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OrganizationStatus) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OrganizationStatus newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OrganizationStatus) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML OrganizationDescription(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$OrganizationDescription.
*/
public interface OrganizationDescription extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OrganizationDescription.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("organizationdescriptionb142elemtype");
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_98_MEDIA_INTERNET = Enum.forString("98: Media-Internet");
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_35_RELIGIOUS_ORGANIZATION = Enum.forString("35: Religious 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_98_MEDIA_INTERNET = Enum.INT_X_98_MEDIA_INTERNET;
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_35_RELIGIOUS_ORGANIZATION = Enum.INT_X_35_RELIGIOUS_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.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$OrganizationDescription.
* 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_98_MEDIA_INTERNET = 17;
static final int INT_X_45_MEDIA_RADIO = 18;
static final int INT_X_46_MEDIA_TELEVISION = 19;
static final int INT_X_08_MUSEUM_ART = 20;
static final int INT_X_09_MUSEUM_OTHER = 21;
static final int INT_X_07_PERFORMANCE_FACILITY = 22;
static final int INT_X_03_PERFORMING_GROUP = 23;
static final int INT_X_47_PRESENTER_CULTURAL_SERIES_ORGANIZATION = 24;
static final int INT_X_35_RELIGIOUS_ORGANIZATION = 25;
static final int INT_X_19_SCHOOL_DISTRICT = 26;
static final int INT_X_48_SCHOOL_OF_THE_ARTS = 27;
static final int INT_X_50_SOCIAL_SERVICE_ORGANIZATION = 28;
static final int INT_X_18_UNION_OR_PROFESSIONAL_ASSOCIATION = 29;
static final int INT_X_99_NONE_OF_THE_ABOVE = 30;
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("98: Media-Internet", INT_X_98_MEDIA_INTERNET),
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("35: Religious Organization", INT_X_35_RELIGIOUS_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.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OrganizationDescription newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OrganizationDescription) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OrganizationDescription newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OrganizationDescription) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OrganizationDescription newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OrganizationDescription) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML OtherOrganizationDescription(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$OtherOrganizationDescription.
*/
public interface OtherOrganizationDescription extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OtherOrganizationDescription.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("otherorganizationdescription5e02elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherOrganizationDescription newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherOrganizationDescription) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherOrganizationDescription newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherOrganizationDescription) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherOrganizationDescription newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherOrganizationDescription) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML OrganizationDiscipline(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$OrganizationDiscipline.
*/
public interface OrganizationDiscipline extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OrganizationDiscipline.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("organizationdisciplinef258elemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum X_72_ARTIST_COMMUNITIES = Enum.forString("72: Artist Communities");
static final Enum X_51_ARTS_EDUCATION = Enum.forString("51: Arts Education");
static final Enum X_33_DANCE = Enum.forString("33: Dance");
static final Enum X_42_DESIGN = Enum.forString("42: Design");
static final Enum X_55_FOLK_TRADITIONAL_ARTS = Enum.forString("55: Folk & Traditional Arts");
static final Enum X_52_LITERATURE = Enum.forString("52: Literature");
static final Enum X_62_LOCAL_ARTS_AGENCIES = Enum.forString("62: Local Arts Agencies");
static final Enum X_34_MEDIA_ARTS = Enum.forString("34: Media Arts");
static final Enum X_44_MUSEUMS = Enum.forString("44: Museums");
static final Enum X_31_MUSIC = Enum.forString("31: Music");
static final Enum X_36_OPERA = Enum.forString("36: Opera");
static final Enum X_54_PRESENTING_MULTIDISCIPLINARY_WORKS = Enum.forString("54: Presenting & Multidisciplinary Works");
static final Enum X_32_THEATER_MUSICAL_THEATER = Enum.forString("32: Theater & Musical Theater");
static final Enum X_41_VISUAL_ARTS = Enum.forString("41: Visual Arts");
static final Enum X_99_NONE_OF_THE_ABOVE = Enum.forString("99: None of the above");
static final int INT_X_72_ARTIST_COMMUNITIES = Enum.INT_X_72_ARTIST_COMMUNITIES;
static final int INT_X_51_ARTS_EDUCATION = Enum.INT_X_51_ARTS_EDUCATION;
static final int INT_X_33_DANCE = Enum.INT_X_33_DANCE;
static final int INT_X_42_DESIGN = Enum.INT_X_42_DESIGN;
static final int INT_X_55_FOLK_TRADITIONAL_ARTS = Enum.INT_X_55_FOLK_TRADITIONAL_ARTS;
static final int INT_X_52_LITERATURE = Enum.INT_X_52_LITERATURE;
static final int INT_X_62_LOCAL_ARTS_AGENCIES = Enum.INT_X_62_LOCAL_ARTS_AGENCIES;
static final int INT_X_34_MEDIA_ARTS = Enum.INT_X_34_MEDIA_ARTS;
static final int INT_X_44_MUSEUMS = Enum.INT_X_44_MUSEUMS;
static final int INT_X_31_MUSIC = Enum.INT_X_31_MUSIC;
static final int INT_X_36_OPERA = Enum.INT_X_36_OPERA;
static final int INT_X_54_PRESENTING_MULTIDISCIPLINARY_WORKS = Enum.INT_X_54_PRESENTING_MULTIDISCIPLINARY_WORKS;
static final int INT_X_32_THEATER_MUSICAL_THEATER = Enum.INT_X_32_THEATER_MUSICAL_THEATER;
static final int INT_X_41_VISUAL_ARTS = Enum.INT_X_41_VISUAL_ARTS;
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.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$OrganizationDiscipline.
* 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_72_ARTIST_COMMUNITIES
* 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_72_ARTIST_COMMUNITIES = 1;
static final int INT_X_51_ARTS_EDUCATION = 2;
static final int INT_X_33_DANCE = 3;
static final int INT_X_42_DESIGN = 4;
static final int INT_X_55_FOLK_TRADITIONAL_ARTS = 5;
static final int INT_X_52_LITERATURE = 6;
static final int INT_X_62_LOCAL_ARTS_AGENCIES = 7;
static final int INT_X_34_MEDIA_ARTS = 8;
static final int INT_X_44_MUSEUMS = 9;
static final int INT_X_31_MUSIC = 10;
static final int INT_X_36_OPERA = 11;
static final int INT_X_54_PRESENTING_MULTIDISCIPLINARY_WORKS = 12;
static final int INT_X_32_THEATER_MUSICAL_THEATER = 13;
static final int INT_X_41_VISUAL_ARTS = 14;
static final int INT_X_99_NONE_OF_THE_ABOVE = 15;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("72: Artist Communities", INT_X_72_ARTIST_COMMUNITIES),
new Enum("51: Arts Education", INT_X_51_ARTS_EDUCATION),
new Enum("33: Dance", INT_X_33_DANCE),
new Enum("42: Design", INT_X_42_DESIGN),
new Enum("55: Folk & Traditional Arts", INT_X_55_FOLK_TRADITIONAL_ARTS),
new Enum("52: Literature", INT_X_52_LITERATURE),
new Enum("62: Local Arts Agencies", INT_X_62_LOCAL_ARTS_AGENCIES),
new Enum("34: Media Arts", INT_X_34_MEDIA_ARTS),
new Enum("44: Museums", INT_X_44_MUSEUMS),
new Enum("31: Music", INT_X_31_MUSIC),
new Enum("36: Opera", INT_X_36_OPERA),
new Enum("54: Presenting & Multidisciplinary Works", INT_X_54_PRESENTING_MULTIDISCIPLINARY_WORKS),
new Enum("32: Theater & Musical Theater", INT_X_32_THEATER_MUSICAL_THEATER),
new Enum("41: Visual Arts", INT_X_41_VISUAL_ARTS),
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.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OrganizationDiscipline newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OrganizationDiscipline) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OrganizationDiscipline newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OrganizationDiscipline) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OrganizationDiscipline newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OrganizationDiscipline) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML OtherOrganizationDiscipline(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$OtherOrganizationDiscipline.
*/
public interface OtherOrganizationDiscipline extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OtherOrganizationDiscipline.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("otherorganizationdisciplinead98elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherOrganizationDiscipline newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherOrganizationDiscipline) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherOrganizationDiscipline newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherOrganizationDiscipline) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherOrganizationDiscipline newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherOrganizationDiscipline) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML ProjectFieldDiscipline(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$ProjectFieldDiscipline.
*/
public interface ProjectFieldDiscipline extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProjectFieldDiscipline.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("projectfielddiscipline54eaelemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum X_72_ARTIST_COMMUNITIES = Enum.forString("72: Artist Communities");
static final Enum X_51_ARTS_EDUCATION = Enum.forString("51: Arts Education");
static final Enum X_33_DANCE = Enum.forString("33: Dance");
static final Enum X_42_DESIGN = Enum.forString("42: Design");
static final Enum X_55_FOLK_TRADITIONAL_ARTS = Enum.forString("55: Folk & Traditional Arts");
static final Enum X_52_LITERATURE = Enum.forString("52: Literature");
static final Enum X_62_LOCAL_ARTS_AGENCIES = Enum.forString("62: Local Arts Agencies");
static final Enum X_34_MEDIA_ARTS = Enum.forString("34: Media Arts");
static final Enum X_44_MUSEUMS = Enum.forString("44: Museums");
static final Enum X_31_MUSIC = Enum.forString("31: Music");
static final Enum X_36_OPERA = Enum.forString("36: Opera");
static final Enum X_54_PRESENTING_MULTIDISCIPLINARY_WORKS = Enum.forString("54: Presenting & Multidisciplinary Works");
static final Enum X_32_THEATER_MUSICAL_THEATER = Enum.forString("32: Theater & Musical Theater");
static final Enum X_41_VISUAL_ARTS = Enum.forString("41: Visual Arts");
static final Enum X_38_RESEARCH = Enum.forString("38: Research");
static final int INT_X_72_ARTIST_COMMUNITIES = Enum.INT_X_72_ARTIST_COMMUNITIES;
static final int INT_X_51_ARTS_EDUCATION = Enum.INT_X_51_ARTS_EDUCATION;
static final int INT_X_33_DANCE = Enum.INT_X_33_DANCE;
static final int INT_X_42_DESIGN = Enum.INT_X_42_DESIGN;
static final int INT_X_55_FOLK_TRADITIONAL_ARTS = Enum.INT_X_55_FOLK_TRADITIONAL_ARTS;
static final int INT_X_52_LITERATURE = Enum.INT_X_52_LITERATURE;
static final int INT_X_62_LOCAL_ARTS_AGENCIES = Enum.INT_X_62_LOCAL_ARTS_AGENCIES;
static final int INT_X_34_MEDIA_ARTS = Enum.INT_X_34_MEDIA_ARTS;
static final int INT_X_44_MUSEUMS = Enum.INT_X_44_MUSEUMS;
static final int INT_X_31_MUSIC = Enum.INT_X_31_MUSIC;
static final int INT_X_36_OPERA = Enum.INT_X_36_OPERA;
static final int INT_X_54_PRESENTING_MULTIDISCIPLINARY_WORKS = Enum.INT_X_54_PRESENTING_MULTIDISCIPLINARY_WORKS;
static final int INT_X_32_THEATER_MUSICAL_THEATER = Enum.INT_X_32_THEATER_MUSICAL_THEATER;
static final int INT_X_41_VISUAL_ARTS = Enum.INT_X_41_VISUAL_ARTS;
static final int INT_X_38_RESEARCH = Enum.INT_X_38_RESEARCH;
/**
* Enumeration value class for gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$ProjectFieldDiscipline.
* 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_72_ARTIST_COMMUNITIES
* 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_72_ARTIST_COMMUNITIES = 1;
static final int INT_X_51_ARTS_EDUCATION = 2;
static final int INT_X_33_DANCE = 3;
static final int INT_X_42_DESIGN = 4;
static final int INT_X_55_FOLK_TRADITIONAL_ARTS = 5;
static final int INT_X_52_LITERATURE = 6;
static final int INT_X_62_LOCAL_ARTS_AGENCIES = 7;
static final int INT_X_34_MEDIA_ARTS = 8;
static final int INT_X_44_MUSEUMS = 9;
static final int INT_X_31_MUSIC = 10;
static final int INT_X_36_OPERA = 11;
static final int INT_X_54_PRESENTING_MULTIDISCIPLINARY_WORKS = 12;
static final int INT_X_32_THEATER_MUSICAL_THEATER = 13;
static final int INT_X_41_VISUAL_ARTS = 14;
static final int INT_X_38_RESEARCH = 15;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("72: Artist Communities", INT_X_72_ARTIST_COMMUNITIES),
new Enum("51: Arts Education", INT_X_51_ARTS_EDUCATION),
new Enum("33: Dance", INT_X_33_DANCE),
new Enum("42: Design", INT_X_42_DESIGN),
new Enum("55: Folk & Traditional Arts", INT_X_55_FOLK_TRADITIONAL_ARTS),
new Enum("52: Literature", INT_X_52_LITERATURE),
new Enum("62: Local Arts Agencies", INT_X_62_LOCAL_ARTS_AGENCIES),
new Enum("34: Media Arts", INT_X_34_MEDIA_ARTS),
new Enum("44: Museums", INT_X_44_MUSEUMS),
new Enum("31: Music", INT_X_31_MUSIC),
new Enum("36: Opera", INT_X_36_OPERA),
new Enum("54: Presenting & Multidisciplinary Works", INT_X_54_PRESENTING_MULTIDISCIPLINARY_WORKS),
new Enum("32: Theater & Musical Theater", INT_X_32_THEATER_MUSICAL_THEATER),
new Enum("41: Visual Arts", INT_X_41_VISUAL_ARTS),
new Enum("38: Research", INT_X_38_RESEARCH),
}
);
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.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.ProjectFieldDiscipline newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.ProjectFieldDiscipline) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.ProjectFieldDiscipline newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.ProjectFieldDiscipline) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.ProjectFieldDiscipline newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.ProjectFieldDiscipline) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML SecondProjectFieldDiscipline(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$SecondProjectFieldDiscipline.
*/
public interface SecondProjectFieldDiscipline extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SecondProjectFieldDiscipline.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("secondprojectfielddisciplineb4d6elemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum X_33_DANCE = Enum.forString("33: Dance");
static final Enum X_42_DESIGN = Enum.forString("42: Design");
static final Enum X_55_FOLK_TRADITIONAL_ARTS = Enum.forString("55: Folk & Traditional Arts");
static final Enum X_52_LITERATURE = Enum.forString("52: Literature");
static final Enum X_62_LOCAL_ARTS_AGENCIES = Enum.forString("62: Local Arts Agencies");
static final Enum X_34_MEDIA_ARTS = Enum.forString("34: Media Arts");
static final Enum X_44_MUSEUMS = Enum.forString("44: Museums");
static final Enum X_31_MUSIC = Enum.forString("31: Music");
static final Enum X_36_OPERA = Enum.forString("36: Opera");
static final Enum X_54_PRESENTING_MULTIDISCIPLINARY_WORKS = Enum.forString("54: Presenting & Multidisciplinary Works");
static final Enum X_32_THEATER_MUSICAL_THEATER = Enum.forString("32: Theater & Musical Theater");
static final Enum X_41_VISUAL_ARTS = Enum.forString("41: Visual Arts");
static final int INT_X_33_DANCE = Enum.INT_X_33_DANCE;
static final int INT_X_42_DESIGN = Enum.INT_X_42_DESIGN;
static final int INT_X_55_FOLK_TRADITIONAL_ARTS = Enum.INT_X_55_FOLK_TRADITIONAL_ARTS;
static final int INT_X_52_LITERATURE = Enum.INT_X_52_LITERATURE;
static final int INT_X_62_LOCAL_ARTS_AGENCIES = Enum.INT_X_62_LOCAL_ARTS_AGENCIES;
static final int INT_X_34_MEDIA_ARTS = Enum.INT_X_34_MEDIA_ARTS;
static final int INT_X_44_MUSEUMS = Enum.INT_X_44_MUSEUMS;
static final int INT_X_31_MUSIC = Enum.INT_X_31_MUSIC;
static final int INT_X_36_OPERA = Enum.INT_X_36_OPERA;
static final int INT_X_54_PRESENTING_MULTIDISCIPLINARY_WORKS = Enum.INT_X_54_PRESENTING_MULTIDISCIPLINARY_WORKS;
static final int INT_X_32_THEATER_MUSICAL_THEATER = Enum.INT_X_32_THEATER_MUSICAL_THEATER;
static final int INT_X_41_VISUAL_ARTS = Enum.INT_X_41_VISUAL_ARTS;
/**
* Enumeration value class for gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$SecondProjectFieldDiscipline.
* 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_33_DANCE
* 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_33_DANCE = 1;
static final int INT_X_42_DESIGN = 2;
static final int INT_X_55_FOLK_TRADITIONAL_ARTS = 3;
static final int INT_X_52_LITERATURE = 4;
static final int INT_X_62_LOCAL_ARTS_AGENCIES = 5;
static final int INT_X_34_MEDIA_ARTS = 6;
static final int INT_X_44_MUSEUMS = 7;
static final int INT_X_31_MUSIC = 8;
static final int INT_X_36_OPERA = 9;
static final int INT_X_54_PRESENTING_MULTIDISCIPLINARY_WORKS = 10;
static final int INT_X_32_THEATER_MUSICAL_THEATER = 11;
static final int INT_X_41_VISUAL_ARTS = 12;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("33: Dance", INT_X_33_DANCE),
new Enum("42: Design", INT_X_42_DESIGN),
new Enum("55: Folk & Traditional Arts", INT_X_55_FOLK_TRADITIONAL_ARTS),
new Enum("52: Literature", INT_X_52_LITERATURE),
new Enum("62: Local Arts Agencies", INT_X_62_LOCAL_ARTS_AGENCIES),
new Enum("34: Media Arts", INT_X_34_MEDIA_ARTS),
new Enum("44: Museums", INT_X_44_MUSEUMS),
new Enum("31: Music", INT_X_31_MUSIC),
new Enum("36: Opera", INT_X_36_OPERA),
new Enum("54: Presenting & Multidisciplinary Works", INT_X_54_PRESENTING_MULTIDISCIPLINARY_WORKS),
new Enum("32: Theater & Musical Theater", INT_X_32_THEATER_MUSICAL_THEATER),
new Enum("41: Visual Arts", INT_X_41_VISUAL_ARTS),
}
);
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.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.SecondProjectFieldDiscipline newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.SecondProjectFieldDiscipline) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.SecondProjectFieldDiscipline newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.SecondProjectFieldDiscipline) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.SecondProjectFieldDiscipline newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.SecondProjectFieldDiscipline) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML Category(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$Category.
*/
public interface Category extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Category.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("categoryd27delemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum X_01_ART_WORKS = Enum.forString("01: Art Works");
static final Enum X_02_CHALLENGE_AMERICA_FAST_TRACK_ARTS_EVENT_S_WITH_GUEST_ARTIST = Enum.forString("02: Challenge America Fast-Track: Arts event(s) with guest artist");
static final Enum X_03_CHALLENGE_AMERICA_FAST_TRACK_PUBLIC_ART = Enum.forString("03: Challenge America Fast-Track: Public art");
static final Enum X_04_CHALLENGE_AMERICA_FAST_TRACK_DESIGN_ACTIVITIES = Enum.forString("04: Challenge America Fast-Track: Design activities");
static final Enum X_05_CHALLENGE_AMERICA_FAST_TRACK_UNIFIED_PROMOTION_CULTURAL_TOURISM = Enum.forString("05: Challenge America Fast-Track: Unified Promotion/Cultural Tourism");
static final Enum X_06_RESEARCH_ART_WORKS = Enum.forString("06: Research: Art Works");
static final Enum X_07_OUR_TOWN = Enum.forString("07: Our Town");
static final Enum X_08_OTHER = Enum.forString("08: Other");
static final int INT_X_01_ART_WORKS = Enum.INT_X_01_ART_WORKS;
static final int INT_X_02_CHALLENGE_AMERICA_FAST_TRACK_ARTS_EVENT_S_WITH_GUEST_ARTIST = Enum.INT_X_02_CHALLENGE_AMERICA_FAST_TRACK_ARTS_EVENT_S_WITH_GUEST_ARTIST;
static final int INT_X_03_CHALLENGE_AMERICA_FAST_TRACK_PUBLIC_ART = Enum.INT_X_03_CHALLENGE_AMERICA_FAST_TRACK_PUBLIC_ART;
static final int INT_X_04_CHALLENGE_AMERICA_FAST_TRACK_DESIGN_ACTIVITIES = Enum.INT_X_04_CHALLENGE_AMERICA_FAST_TRACK_DESIGN_ACTIVITIES;
static final int INT_X_05_CHALLENGE_AMERICA_FAST_TRACK_UNIFIED_PROMOTION_CULTURAL_TOURISM = Enum.INT_X_05_CHALLENGE_AMERICA_FAST_TRACK_UNIFIED_PROMOTION_CULTURAL_TOURISM;
static final int INT_X_06_RESEARCH_ART_WORKS = Enum.INT_X_06_RESEARCH_ART_WORKS;
static final int INT_X_07_OUR_TOWN = Enum.INT_X_07_OUR_TOWN;
static final int INT_X_08_OTHER = Enum.INT_X_08_OTHER;
/**
* Enumeration value class for gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$Category.
* 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_01_ART_WORKS
* 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_01_ART_WORKS = 1;
static final int INT_X_02_CHALLENGE_AMERICA_FAST_TRACK_ARTS_EVENT_S_WITH_GUEST_ARTIST = 2;
static final int INT_X_03_CHALLENGE_AMERICA_FAST_TRACK_PUBLIC_ART = 3;
static final int INT_X_04_CHALLENGE_AMERICA_FAST_TRACK_DESIGN_ACTIVITIES = 4;
static final int INT_X_05_CHALLENGE_AMERICA_FAST_TRACK_UNIFIED_PROMOTION_CULTURAL_TOURISM = 5;
static final int INT_X_06_RESEARCH_ART_WORKS = 6;
static final int INT_X_07_OUR_TOWN = 7;
static final int INT_X_08_OTHER = 8;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("01: Art Works", INT_X_01_ART_WORKS),
new Enum("02: Challenge America Fast-Track: Arts event(s) with guest artist", INT_X_02_CHALLENGE_AMERICA_FAST_TRACK_ARTS_EVENT_S_WITH_GUEST_ARTIST),
new Enum("03: Challenge America Fast-Track: Public art", INT_X_03_CHALLENGE_AMERICA_FAST_TRACK_PUBLIC_ART),
new Enum("04: Challenge America Fast-Track: Design activities", INT_X_04_CHALLENGE_AMERICA_FAST_TRACK_DESIGN_ACTIVITIES),
new Enum("05: Challenge America Fast-Track: Unified Promotion/Cultural Tourism", INT_X_05_CHALLENGE_AMERICA_FAST_TRACK_UNIFIED_PROMOTION_CULTURAL_TOURISM),
new Enum("06: Research: Art Works", INT_X_06_RESEARCH_ART_WORKS),
new Enum("07: Our Town", INT_X_07_OUR_TOWN),
new Enum("08: Other", INT_X_08_OTHER),
}
);
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.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.Category newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.Category) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.Category newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.Category) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.Category newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.Category) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML PrimaryOutcome(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$PrimaryOutcome.
*/
public interface PrimaryOutcome extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PrimaryOutcome.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("primaryoutcomec94belemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum E_CREATION_THE_PORTFOLIO_OF_AMERICAN_ART_IS_EXPANDED = Enum.forString("E: Creation: The Portfolio of American Art is Expanded");
static final Enum F_ENGAGEMENT_AMERICANS_THROUGHOUT_THE_NATION_EXPERIENCE_ART = Enum.forString("F: Engagement: Americans Throughout the Nation Experience Art");
static final Enum G_LEARNING_AMERICANS_OF_ALL_AGES_ACQUIRE_KNOWLEDGE_OR_SKILLS_IN_THE_ARTS = Enum.forString("G: Learning: Americans of All Ages Acquire Knowledge or Skills in the Arts");
static final Enum H_LIVABILITY_AMERICAN_COMMUNITIES_ARE_STRENGTHENED_THROUGH_THE_ARTS = Enum.forString("H: Livability: American Communities are Strengthened Through the Arts");
static final Enum I_UNDERSTANDING_EVIDENCE_OF_THE_VALUE_AND_IMPACT_OF_THE_ARTS_IS_EXPANDED_AND_OR_PROMOTED = Enum.forString("I: Understanding: Evidence of the Value and Impact of the Arts is Expanded and/or Promoted");
static final int INT_E_CREATION_THE_PORTFOLIO_OF_AMERICAN_ART_IS_EXPANDED = Enum.INT_E_CREATION_THE_PORTFOLIO_OF_AMERICAN_ART_IS_EXPANDED;
static final int INT_F_ENGAGEMENT_AMERICANS_THROUGHOUT_THE_NATION_EXPERIENCE_ART = Enum.INT_F_ENGAGEMENT_AMERICANS_THROUGHOUT_THE_NATION_EXPERIENCE_ART;
static final int INT_G_LEARNING_AMERICANS_OF_ALL_AGES_ACQUIRE_KNOWLEDGE_OR_SKILLS_IN_THE_ARTS = Enum.INT_G_LEARNING_AMERICANS_OF_ALL_AGES_ACQUIRE_KNOWLEDGE_OR_SKILLS_IN_THE_ARTS;
static final int INT_H_LIVABILITY_AMERICAN_COMMUNITIES_ARE_STRENGTHENED_THROUGH_THE_ARTS = Enum.INT_H_LIVABILITY_AMERICAN_COMMUNITIES_ARE_STRENGTHENED_THROUGH_THE_ARTS;
static final int INT_I_UNDERSTANDING_EVIDENCE_OF_THE_VALUE_AND_IMPACT_OF_THE_ARTS_IS_EXPANDED_AND_OR_PROMOTED = Enum.INT_I_UNDERSTANDING_EVIDENCE_OF_THE_VALUE_AND_IMPACT_OF_THE_ARTS_IS_EXPANDED_AND_OR_PROMOTED;
/**
* Enumeration value class for gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$PrimaryOutcome.
* 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_E_CREATION_THE_PORTFOLIO_OF_AMERICAN_ART_IS_EXPANDED
* 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_E_CREATION_THE_PORTFOLIO_OF_AMERICAN_ART_IS_EXPANDED = 1;
static final int INT_F_ENGAGEMENT_AMERICANS_THROUGHOUT_THE_NATION_EXPERIENCE_ART = 2;
static final int INT_G_LEARNING_AMERICANS_OF_ALL_AGES_ACQUIRE_KNOWLEDGE_OR_SKILLS_IN_THE_ARTS = 3;
static final int INT_H_LIVABILITY_AMERICAN_COMMUNITIES_ARE_STRENGTHENED_THROUGH_THE_ARTS = 4;
static final int INT_I_UNDERSTANDING_EVIDENCE_OF_THE_VALUE_AND_IMPACT_OF_THE_ARTS_IS_EXPANDED_AND_OR_PROMOTED = 5;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("E: Creation: The Portfolio of American Art is Expanded", INT_E_CREATION_THE_PORTFOLIO_OF_AMERICAN_ART_IS_EXPANDED),
new Enum("F: Engagement: Americans Throughout the Nation Experience Art", INT_F_ENGAGEMENT_AMERICANS_THROUGHOUT_THE_NATION_EXPERIENCE_ART),
new Enum("G: Learning: Americans of All Ages Acquire Knowledge or Skills in the Arts", INT_G_LEARNING_AMERICANS_OF_ALL_AGES_ACQUIRE_KNOWLEDGE_OR_SKILLS_IN_THE_ARTS),
new Enum("H: Livability: American Communities are Strengthened Through the Arts", INT_H_LIVABILITY_AMERICAN_COMMUNITIES_ARE_STRENGTHENED_THROUGH_THE_ARTS),
new Enum("I: Understanding: Evidence of the Value and Impact of the Arts is Expanded and/or Promoted", INT_I_UNDERSTANDING_EVIDENCE_OF_THE_VALUE_AND_IMPACT_OF_THE_ARTS_IS_EXPANDED_AND_OR_PROMOTED),
}
);
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.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.PrimaryOutcome newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.PrimaryOutcome) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.PrimaryOutcome newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.PrimaryOutcome) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.PrimaryOutcome newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.PrimaryOutcome) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML SecondaryOutcome(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$SecondaryOutcome.
*/
public interface SecondaryOutcome extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SecondaryOutcome.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("secondaryoutcomebc3delemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum E_CREATION_THE_PORTFOLIO_OF_AMERICAN_ART_IS_EXPANDED = Enum.forString("E: Creation: The Portfolio of American Art is Expanded");
static final Enum F_ENGAGEMENT_AMERICANS_THROUGHOUT_THE_NATION_EXPERIENCE_ART = Enum.forString("F: Engagement: Americans Throughout the Nation Experience Art");
static final Enum G_LEARNING_AMERICANS_OF_ALL_AGES_ACQUIRE_KNOWLEDGE_OR_SKILLS_IN_THE_ARTS = Enum.forString("G: Learning: Americans of All Ages Acquire Knowledge or Skills in the Arts");
static final Enum H_LIVABILITY_AMERICAN_COMMUNITIES_ARE_STRENGTHENED_THROUGH_THE_ARTS = Enum.forString("H: Livability: American Communities are Strengthened Through the Arts");
static final Enum I_UNDERSTANDING_EVIDENCE_OF_THE_VALUE_AND_IMPACT_OF_THE_ARTS_IS_EXPANDED_AND_OR_PROMOTED = Enum.forString("I: Understanding: Evidence of the Value and Impact of the Arts is Expanded and/or Promoted");
static final int INT_E_CREATION_THE_PORTFOLIO_OF_AMERICAN_ART_IS_EXPANDED = Enum.INT_E_CREATION_THE_PORTFOLIO_OF_AMERICAN_ART_IS_EXPANDED;
static final int INT_F_ENGAGEMENT_AMERICANS_THROUGHOUT_THE_NATION_EXPERIENCE_ART = Enum.INT_F_ENGAGEMENT_AMERICANS_THROUGHOUT_THE_NATION_EXPERIENCE_ART;
static final int INT_G_LEARNING_AMERICANS_OF_ALL_AGES_ACQUIRE_KNOWLEDGE_OR_SKILLS_IN_THE_ARTS = Enum.INT_G_LEARNING_AMERICANS_OF_ALL_AGES_ACQUIRE_KNOWLEDGE_OR_SKILLS_IN_THE_ARTS;
static final int INT_H_LIVABILITY_AMERICAN_COMMUNITIES_ARE_STRENGTHENED_THROUGH_THE_ARTS = Enum.INT_H_LIVABILITY_AMERICAN_COMMUNITIES_ARE_STRENGTHENED_THROUGH_THE_ARTS;
static final int INT_I_UNDERSTANDING_EVIDENCE_OF_THE_VALUE_AND_IMPACT_OF_THE_ARTS_IS_EXPANDED_AND_OR_PROMOTED = Enum.INT_I_UNDERSTANDING_EVIDENCE_OF_THE_VALUE_AND_IMPACT_OF_THE_ARTS_IS_EXPANDED_AND_OR_PROMOTED;
/**
* Enumeration value class for gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$SecondaryOutcome.
* 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_E_CREATION_THE_PORTFOLIO_OF_AMERICAN_ART_IS_EXPANDED
* 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_E_CREATION_THE_PORTFOLIO_OF_AMERICAN_ART_IS_EXPANDED = 1;
static final int INT_F_ENGAGEMENT_AMERICANS_THROUGHOUT_THE_NATION_EXPERIENCE_ART = 2;
static final int INT_G_LEARNING_AMERICANS_OF_ALL_AGES_ACQUIRE_KNOWLEDGE_OR_SKILLS_IN_THE_ARTS = 3;
static final int INT_H_LIVABILITY_AMERICAN_COMMUNITIES_ARE_STRENGTHENED_THROUGH_THE_ARTS = 4;
static final int INT_I_UNDERSTANDING_EVIDENCE_OF_THE_VALUE_AND_IMPACT_OF_THE_ARTS_IS_EXPANDED_AND_OR_PROMOTED = 5;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("E: Creation: The Portfolio of American Art is Expanded", INT_E_CREATION_THE_PORTFOLIO_OF_AMERICAN_ART_IS_EXPANDED),
new Enum("F: Engagement: Americans Throughout the Nation Experience Art", INT_F_ENGAGEMENT_AMERICANS_THROUGHOUT_THE_NATION_EXPERIENCE_ART),
new Enum("G: Learning: Americans of All Ages Acquire Knowledge or Skills in the Arts", INT_G_LEARNING_AMERICANS_OF_ALL_AGES_ACQUIRE_KNOWLEDGE_OR_SKILLS_IN_THE_ARTS),
new Enum("H: Livability: American Communities are Strengthened Through the Arts", INT_H_LIVABILITY_AMERICAN_COMMUNITIES_ARE_STRENGTHENED_THROUGH_THE_ARTS),
new Enum("I: Understanding: Evidence of the Value and Impact of the Arts is Expanded and/or Promoted", INT_I_UNDERSTANDING_EVIDENCE_OF_THE_VALUE_AND_IMPACT_OF_THE_ARTS_IS_EXPANDED_AND_OR_PROMOTED),
}
);
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.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.SecondaryOutcome newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.SecondaryOutcome) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.SecondaryOutcome newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.SecondaryOutcome) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.SecondaryOutcome newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.SecondaryOutcome) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML PrimaryActivityType(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$PrimaryActivityType.
*/
public interface PrimaryActivityType extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PrimaryActivityType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("primaryactivitytype10c0elemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum X_25_APPRENTICESHIP = Enum.forString("25: Apprenticeship");
static final Enum X_12_ARTS_INSTRUCTION = Enum.forString("12: Arts Instruction");
static final Enum X_04_ARTWORK_CREATION = Enum.forString("04: Artwork Creation");
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_33_BUILDING_PUBLIC_AWARENESS = Enum.forString("33: Building Public Awareness");
static final Enum X_95_BUILDING_INTERNATIONAL_UNDERSTANDING = Enum.forString("95: Building International Understanding");
static final Enum X_05_CONCERT_PERFORMANCE_READING = Enum.forString("05: Concert/Performance/Reading");
static final Enum X_31_CURRICULUM_DEVELOPMENT_IMPLEMENTATION = Enum.forString("31: Curriculum Development/Implementation");
static final Enum X_24_DISTRIBUTION_OF_ART = Enum.forString("24: Distribution of Art");
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_13_MARKETING = Enum.forString("13: Marketing");
static final Enum X_96_PRESENTING_TOURING = Enum.forString("96: Presenting/Touring");
static final Enum X_29_PROFESSIONAL_DEVELOPMENT_TRAINING = Enum.forString("29: Professional Development/Training");
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_17_PUBLICATION = Enum.forString("17: Publication");
static final Enum X_16_RECORDING_FILMING_TAPING = Enum.forString("16: Recording/Filming/Taping");
static final Enum X_18_REPAIR_RESTORATION_CONSERVATION = Enum.forString("18: Repair/Restoration/Conservation");
static final Enum X_19_RESEARCH_PLANNING = Enum.forString("19: Research/Planning");
static final Enum X_20_RESIDENCY_SCHOOL = Enum.forString("20: Residency - School");
static final Enum X_21_RESIDENCY_OTHER = Enum.forString("21: Residency - Other");
static final Enum X_22_SEMINAR_CONFERENCE = Enum.forString("22: Seminar/Conference");
static final Enum X_30_STUDENT_ASSESSMENT = Enum.forString("30: Student Assessment");
static final Enum X_34_TECHNICAL_ASSISTANCE = Enum.forString("34: Technical Assistance");
static final Enum X_35_WEB_SITE_INTERNET_DEVELOPMENT = Enum.forString("35: Web Site/Internet Development");
static final Enum X_28_WRITING_ABOUT_ART_CRITICISM = Enum.forString("28: Writing About Art/Criticism");
static final Enum X_99_NONE_OF_THE_ABOVE = Enum.forString("99: None of the above");
static final int INT_X_25_APPRENTICESHIP = Enum.INT_X_25_APPRENTICESHIP;
static final int INT_X_12_ARTS_INSTRUCTION = Enum.INT_X_12_ARTS_INSTRUCTION;
static final int INT_X_04_ARTWORK_CREATION = Enum.INT_X_04_ARTWORK_CREATION;
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_33_BUILDING_PUBLIC_AWARENESS = Enum.INT_X_33_BUILDING_PUBLIC_AWARENESS;
static final int INT_X_95_BUILDING_INTERNATIONAL_UNDERSTANDING = Enum.INT_X_95_BUILDING_INTERNATIONAL_UNDERSTANDING;
static final int INT_X_05_CONCERT_PERFORMANCE_READING = Enum.INT_X_05_CONCERT_PERFORMANCE_READING;
static final int INT_X_31_CURRICULUM_DEVELOPMENT_IMPLEMENTATION = Enum.INT_X_31_CURRICULUM_DEVELOPMENT_IMPLEMENTATION;
static final int INT_X_24_DISTRIBUTION_OF_ART = Enum.INT_X_24_DISTRIBUTION_OF_ART;
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_13_MARKETING = Enum.INT_X_13_MARKETING;
static final int INT_X_96_PRESENTING_TOURING = Enum.INT_X_96_PRESENTING_TOURING;
static final int INT_X_29_PROFESSIONAL_DEVELOPMENT_TRAINING = Enum.INT_X_29_PROFESSIONAL_DEVELOPMENT_TRAINING;
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_17_PUBLICATION = Enum.INT_X_17_PUBLICATION;
static final int INT_X_16_RECORDING_FILMING_TAPING = Enum.INT_X_16_RECORDING_FILMING_TAPING;
static final int INT_X_18_REPAIR_RESTORATION_CONSERVATION = Enum.INT_X_18_REPAIR_RESTORATION_CONSERVATION;
static final int INT_X_19_RESEARCH_PLANNING = Enum.INT_X_19_RESEARCH_PLANNING;
static final int INT_X_20_RESIDENCY_SCHOOL = Enum.INT_X_20_RESIDENCY_SCHOOL;
static final int INT_X_21_RESIDENCY_OTHER = Enum.INT_X_21_RESIDENCY_OTHER;
static final int INT_X_22_SEMINAR_CONFERENCE = Enum.INT_X_22_SEMINAR_CONFERENCE;
static final int INT_X_30_STUDENT_ASSESSMENT = Enum.INT_X_30_STUDENT_ASSESSMENT;
static final int INT_X_34_TECHNICAL_ASSISTANCE = Enum.INT_X_34_TECHNICAL_ASSISTANCE;
static final int INT_X_35_WEB_SITE_INTERNET_DEVELOPMENT = Enum.INT_X_35_WEB_SITE_INTERNET_DEVELOPMENT;
static final int INT_X_28_WRITING_ABOUT_ART_CRITICISM = Enum.INT_X_28_WRITING_ABOUT_ART_CRITICISM;
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.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$PrimaryActivityType.
* 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_25_APPRENTICESHIP
* 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_25_APPRENTICESHIP = 1;
static final int INT_X_12_ARTS_INSTRUCTION = 2;
static final int INT_X_04_ARTWORK_CREATION = 3;
static final int INT_X_02_AUDIENCE_SERVICES = 4;
static final int INT_X_36_BROADCASTING = 5;
static final int INT_X_33_BUILDING_PUBLIC_AWARENESS = 6;
static final int INT_X_95_BUILDING_INTERNATIONAL_UNDERSTANDING = 7;
static final int INT_X_05_CONCERT_PERFORMANCE_READING = 8;
static final int INT_X_31_CURRICULUM_DEVELOPMENT_IMPLEMENTATION = 9;
static final int INT_X_24_DISTRIBUTION_OF_ART = 10;
static final int INT_X_06_EXHIBITION = 11;
static final int INT_X_08_FAIR_FESTIVAL = 12;
static final int INT_X_09_IDENTIFICATION_DOCUMENTATION = 13;
static final int INT_X_13_MARKETING = 14;
static final int INT_X_96_PRESENTING_TOURING = 15;
static final int INT_X_29_PROFESSIONAL_DEVELOPMENT_TRAINING = 16;
static final int INT_X_14_PROFESSIONAL_SUPPORT_ADMINISTRATIVE = 17;
static final int INT_X_15_PROFESSIONAL_SUPPORT_ARTISTIC = 18;
static final int INT_X_17_PUBLICATION = 19;
static final int INT_X_16_RECORDING_FILMING_TAPING = 20;
static final int INT_X_18_REPAIR_RESTORATION_CONSERVATION = 21;
static final int INT_X_19_RESEARCH_PLANNING = 22;
static final int INT_X_20_RESIDENCY_SCHOOL = 23;
static final int INT_X_21_RESIDENCY_OTHER = 24;
static final int INT_X_22_SEMINAR_CONFERENCE = 25;
static final int INT_X_30_STUDENT_ASSESSMENT = 26;
static final int INT_X_34_TECHNICAL_ASSISTANCE = 27;
static final int INT_X_35_WEB_SITE_INTERNET_DEVELOPMENT = 28;
static final int INT_X_28_WRITING_ABOUT_ART_CRITICISM = 29;
static final int INT_X_99_NONE_OF_THE_ABOVE = 30;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("25: Apprenticeship", INT_X_25_APPRENTICESHIP),
new Enum("12: Arts Instruction", INT_X_12_ARTS_INSTRUCTION),
new Enum("04: Artwork Creation", INT_X_04_ARTWORK_CREATION),
new Enum("02: Audience Services", INT_X_02_AUDIENCE_SERVICES),
new Enum("36: Broadcasting", INT_X_36_BROADCASTING),
new Enum("33: Building Public Awareness", INT_X_33_BUILDING_PUBLIC_AWARENESS),
new Enum("95: Building International Understanding", INT_X_95_BUILDING_INTERNATIONAL_UNDERSTANDING),
new Enum("05: Concert/Performance/Reading", INT_X_05_CONCERT_PERFORMANCE_READING),
new Enum("31: Curriculum Development/Implementation", INT_X_31_CURRICULUM_DEVELOPMENT_IMPLEMENTATION),
new Enum("24: Distribution of Art", INT_X_24_DISTRIBUTION_OF_ART),
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("13: Marketing", INT_X_13_MARKETING),
new Enum("96: Presenting/Touring", INT_X_96_PRESENTING_TOURING),
new Enum("29: Professional Development/Training", INT_X_29_PROFESSIONAL_DEVELOPMENT_TRAINING),
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("17: Publication", INT_X_17_PUBLICATION),
new Enum("16: Recording/Filming/Taping", INT_X_16_RECORDING_FILMING_TAPING),
new Enum("18: Repair/Restoration/Conservation", INT_X_18_REPAIR_RESTORATION_CONSERVATION),
new Enum("19: Research/Planning", INT_X_19_RESEARCH_PLANNING),
new Enum("20: Residency - School", INT_X_20_RESIDENCY_SCHOOL),
new Enum("21: Residency - Other", INT_X_21_RESIDENCY_OTHER),
new Enum("22: Seminar/Conference", INT_X_22_SEMINAR_CONFERENCE),
new Enum("30: Student Assessment", INT_X_30_STUDENT_ASSESSMENT),
new Enum("34: Technical Assistance", INT_X_34_TECHNICAL_ASSISTANCE),
new Enum("35: Web Site/Internet Development", INT_X_35_WEB_SITE_INTERNET_DEVELOPMENT),
new Enum("28: Writing About Art/Criticism", INT_X_28_WRITING_ABOUT_ART_CRITICISM),
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.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.PrimaryActivityType newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.PrimaryActivityType) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.PrimaryActivityType newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.PrimaryActivityType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.PrimaryActivityType newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.PrimaryActivityType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML OtherPrimaryActivityType(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$OtherPrimaryActivityType.
*/
public interface OtherPrimaryActivityType extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OtherPrimaryActivityType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("otherprimaryactivitytype1d80elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherPrimaryActivityType newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherPrimaryActivityType) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherPrimaryActivityType newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherPrimaryActivityType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherPrimaryActivityType newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherPrimaryActivityType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML SecondaryActivityType(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$SecondaryActivityType.
*/
public interface SecondaryActivityType extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SecondaryActivityType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("secondaryactivitytype250eelemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum X_25_APPRENTICESHIP = Enum.forString("25: Apprenticeship");
static final Enum X_12_ARTS_INSTRUCTION = Enum.forString("12: Arts Instruction");
static final Enum X_04_ARTWORK_CREATION = Enum.forString("04: Artwork Creation");
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_33_BUILDING_PUBLIC_AWARENESS = Enum.forString("33: Building Public Awareness");
static final Enum X_95_BUILDING_INTERNATIONAL_UNDERSTANDING = Enum.forString("95: Building International Understanding");
static final Enum X_05_CONCERT_PERFORMANCE_READING = Enum.forString("05: Concert/Performance/Reading");
static final Enum X_31_CURRICULUM_DEVELOPMENT_IMPLEMENTATION = Enum.forString("31: Curriculum Development/Implementation");
static final Enum X_24_DISTRIBUTION_OF_ART = Enum.forString("24: Distribution of Art");
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_13_MARKETING = Enum.forString("13: Marketing");
static final Enum X_96_PRESENTING_TOURING = Enum.forString("96: Presenting/Touring");
static final Enum X_29_PROFESSIONAL_DEVELOPMENT_TRAINING = Enum.forString("29: Professional Development/Training");
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_17_PUBLICATION = Enum.forString("17: Publication");
static final Enum X_16_RECORDING_FILMING_TAPING = Enum.forString("16: Recording/Filming/Taping");
static final Enum X_18_REPAIR_RESTORATION_CONSERVATION = Enum.forString("18: Repair/Restoration/Conservation");
static final Enum X_19_RESEARCH_PLANNING = Enum.forString("19: Research/Planning");
static final Enum X_20_RESIDENCY_SCHOOL = Enum.forString("20: Residency - School");
static final Enum X_21_RESIDENCY_OTHER = Enum.forString("21: Residency - Other");
static final Enum X_22_SEMINAR_CONFERENCE = Enum.forString("22: Seminar/Conference");
static final Enum X_30_STUDENT_ASSESSMENT = Enum.forString("30: Student Assessment");
static final Enum X_34_TECHNICAL_ASSISTANCE = Enum.forString("34: Technical Assistance");
static final Enum X_35_WEB_SITE_INTERNET_DEVELOPMENT = Enum.forString("35: Web Site/Internet Development");
static final Enum X_28_WRITING_ABOUT_ART_CRITICISM = Enum.forString("28: Writing About Art/Criticism");
static final Enum X_99_NONE_OF_THE_ABOVE = Enum.forString("99: None of the above");
static final int INT_X_25_APPRENTICESHIP = Enum.INT_X_25_APPRENTICESHIP;
static final int INT_X_12_ARTS_INSTRUCTION = Enum.INT_X_12_ARTS_INSTRUCTION;
static final int INT_X_04_ARTWORK_CREATION = Enum.INT_X_04_ARTWORK_CREATION;
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_33_BUILDING_PUBLIC_AWARENESS = Enum.INT_X_33_BUILDING_PUBLIC_AWARENESS;
static final int INT_X_95_BUILDING_INTERNATIONAL_UNDERSTANDING = Enum.INT_X_95_BUILDING_INTERNATIONAL_UNDERSTANDING;
static final int INT_X_05_CONCERT_PERFORMANCE_READING = Enum.INT_X_05_CONCERT_PERFORMANCE_READING;
static final int INT_X_31_CURRICULUM_DEVELOPMENT_IMPLEMENTATION = Enum.INT_X_31_CURRICULUM_DEVELOPMENT_IMPLEMENTATION;
static final int INT_X_24_DISTRIBUTION_OF_ART = Enum.INT_X_24_DISTRIBUTION_OF_ART;
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_13_MARKETING = Enum.INT_X_13_MARKETING;
static final int INT_X_96_PRESENTING_TOURING = Enum.INT_X_96_PRESENTING_TOURING;
static final int INT_X_29_PROFESSIONAL_DEVELOPMENT_TRAINING = Enum.INT_X_29_PROFESSIONAL_DEVELOPMENT_TRAINING;
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_17_PUBLICATION = Enum.INT_X_17_PUBLICATION;
static final int INT_X_16_RECORDING_FILMING_TAPING = Enum.INT_X_16_RECORDING_FILMING_TAPING;
static final int INT_X_18_REPAIR_RESTORATION_CONSERVATION = Enum.INT_X_18_REPAIR_RESTORATION_CONSERVATION;
static final int INT_X_19_RESEARCH_PLANNING = Enum.INT_X_19_RESEARCH_PLANNING;
static final int INT_X_20_RESIDENCY_SCHOOL = Enum.INT_X_20_RESIDENCY_SCHOOL;
static final int INT_X_21_RESIDENCY_OTHER = Enum.INT_X_21_RESIDENCY_OTHER;
static final int INT_X_22_SEMINAR_CONFERENCE = Enum.INT_X_22_SEMINAR_CONFERENCE;
static final int INT_X_30_STUDENT_ASSESSMENT = Enum.INT_X_30_STUDENT_ASSESSMENT;
static final int INT_X_34_TECHNICAL_ASSISTANCE = Enum.INT_X_34_TECHNICAL_ASSISTANCE;
static final int INT_X_35_WEB_SITE_INTERNET_DEVELOPMENT = Enum.INT_X_35_WEB_SITE_INTERNET_DEVELOPMENT;
static final int INT_X_28_WRITING_ABOUT_ART_CRITICISM = Enum.INT_X_28_WRITING_ABOUT_ART_CRITICISM;
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.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$SecondaryActivityType.
* 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_25_APPRENTICESHIP
* 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_25_APPRENTICESHIP = 1;
static final int INT_X_12_ARTS_INSTRUCTION = 2;
static final int INT_X_04_ARTWORK_CREATION = 3;
static final int INT_X_02_AUDIENCE_SERVICES = 4;
static final int INT_X_36_BROADCASTING = 5;
static final int INT_X_33_BUILDING_PUBLIC_AWARENESS = 6;
static final int INT_X_95_BUILDING_INTERNATIONAL_UNDERSTANDING = 7;
static final int INT_X_05_CONCERT_PERFORMANCE_READING = 8;
static final int INT_X_31_CURRICULUM_DEVELOPMENT_IMPLEMENTATION = 9;
static final int INT_X_24_DISTRIBUTION_OF_ART = 10;
static final int INT_X_06_EXHIBITION = 11;
static final int INT_X_08_FAIR_FESTIVAL = 12;
static final int INT_X_09_IDENTIFICATION_DOCUMENTATION = 13;
static final int INT_X_13_MARKETING = 14;
static final int INT_X_96_PRESENTING_TOURING = 15;
static final int INT_X_29_PROFESSIONAL_DEVELOPMENT_TRAINING = 16;
static final int INT_X_14_PROFESSIONAL_SUPPORT_ADMINISTRATIVE = 17;
static final int INT_X_15_PROFESSIONAL_SUPPORT_ARTISTIC = 18;
static final int INT_X_17_PUBLICATION = 19;
static final int INT_X_16_RECORDING_FILMING_TAPING = 20;
static final int INT_X_18_REPAIR_RESTORATION_CONSERVATION = 21;
static final int INT_X_19_RESEARCH_PLANNING = 22;
static final int INT_X_20_RESIDENCY_SCHOOL = 23;
static final int INT_X_21_RESIDENCY_OTHER = 24;
static final int INT_X_22_SEMINAR_CONFERENCE = 25;
static final int INT_X_30_STUDENT_ASSESSMENT = 26;
static final int INT_X_34_TECHNICAL_ASSISTANCE = 27;
static final int INT_X_35_WEB_SITE_INTERNET_DEVELOPMENT = 28;
static final int INT_X_28_WRITING_ABOUT_ART_CRITICISM = 29;
static final int INT_X_99_NONE_OF_THE_ABOVE = 30;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("25: Apprenticeship", INT_X_25_APPRENTICESHIP),
new Enum("12: Arts Instruction", INT_X_12_ARTS_INSTRUCTION),
new Enum("04: Artwork Creation", INT_X_04_ARTWORK_CREATION),
new Enum("02: Audience Services", INT_X_02_AUDIENCE_SERVICES),
new Enum("36: Broadcasting", INT_X_36_BROADCASTING),
new Enum("33: Building Public Awareness", INT_X_33_BUILDING_PUBLIC_AWARENESS),
new Enum("95: Building International Understanding", INT_X_95_BUILDING_INTERNATIONAL_UNDERSTANDING),
new Enum("05: Concert/Performance/Reading", INT_X_05_CONCERT_PERFORMANCE_READING),
new Enum("31: Curriculum Development/Implementation", INT_X_31_CURRICULUM_DEVELOPMENT_IMPLEMENTATION),
new Enum("24: Distribution of Art", INT_X_24_DISTRIBUTION_OF_ART),
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("13: Marketing", INT_X_13_MARKETING),
new Enum("96: Presenting/Touring", INT_X_96_PRESENTING_TOURING),
new Enum("29: Professional Development/Training", INT_X_29_PROFESSIONAL_DEVELOPMENT_TRAINING),
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("17: Publication", INT_X_17_PUBLICATION),
new Enum("16: Recording/Filming/Taping", INT_X_16_RECORDING_FILMING_TAPING),
new Enum("18: Repair/Restoration/Conservation", INT_X_18_REPAIR_RESTORATION_CONSERVATION),
new Enum("19: Research/Planning", INT_X_19_RESEARCH_PLANNING),
new Enum("20: Residency - School", INT_X_20_RESIDENCY_SCHOOL),
new Enum("21: Residency - Other", INT_X_21_RESIDENCY_OTHER),
new Enum("22: Seminar/Conference", INT_X_22_SEMINAR_CONFERENCE),
new Enum("30: Student Assessment", INT_X_30_STUDENT_ASSESSMENT),
new Enum("34: Technical Assistance", INT_X_34_TECHNICAL_ASSISTANCE),
new Enum("35: Web Site/Internet Development", INT_X_35_WEB_SITE_INTERNET_DEVELOPMENT),
new Enum("28: Writing About Art/Criticism", INT_X_28_WRITING_ABOUT_ART_CRITICISM),
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.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.SecondaryActivityType newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.SecondaryActivityType) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.SecondaryActivityType newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.SecondaryActivityType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.SecondaryActivityType newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.SecondaryActivityType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML OtherSecondaryActivityType(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$OtherSecondaryActivityType.
*/
public interface OtherSecondaryActivityType extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OtherSecondaryActivityType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("othersecondaryactivitytype01ceelemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherSecondaryActivityType newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherSecondaryActivityType) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherSecondaryActivityType newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherSecondaryActivityType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherSecondaryActivityType newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.OtherSecondaryActivityType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML IndividualsBenefiting(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2).
*
* This is a complex type.
*/
public interface IndividualsBenefiting extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IndividualsBenefiting.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("individualsbenefiting5206elemtype");
/**
* Gets the "Artists" element
*/
int getArtists();
/**
* Gets (as xml) the "Artists" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Artists xgetArtists();
/**
* True if has "Artists" element
*/
boolean isSetArtists();
/**
* Sets the "Artists" element
*/
void setArtists(int artists);
/**
* Sets (as xml) the "Artists" element
*/
void xsetArtists(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Artists artists);
/**
* Unsets the "Artists" element
*/
void unsetArtists();
/**
* Gets the "Teachers" element
*/
int getTeachers();
/**
* Gets (as xml) the "Teachers" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Teachers xgetTeachers();
/**
* True if has "Teachers" element
*/
boolean isSetTeachers();
/**
* Sets the "Teachers" element
*/
void setTeachers(int teachers);
/**
* Sets (as xml) the "Teachers" element
*/
void xsetTeachers(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Teachers teachers);
/**
* Unsets the "Teachers" element
*/
void unsetTeachers();
/**
* Gets the "Others" element
*/
int getOthers();
/**
* Gets (as xml) the "Others" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Others xgetOthers();
/**
* True if has "Others" element
*/
boolean isSetOthers();
/**
* Sets the "Others" element
*/
void setOthers(int others);
/**
* Sets (as xml) the "Others" element
*/
void xsetOthers(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Others others);
/**
* Unsets the "Others" element
*/
void unsetOthers();
/**
* Gets the "NumberIndividualsBenefiting" element
*/
int getNumberIndividualsBenefiting();
/**
* Gets (as xml) the "NumberIndividualsBenefiting" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.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.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.NumberIndividualsBenefiting numberIndividualsBenefiting);
/**
* Unsets the "NumberIndividualsBenefiting" element
*/
void unsetNumberIndividualsBenefiting();
/**
* Gets the "Adults" element
*/
int getAdults();
/**
* Gets (as xml) the "Adults" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Adults xgetAdults();
/**
* True if has "Adults" element
*/
boolean isSetAdults();
/**
* Sets the "Adults" element
*/
void setAdults(int adults);
/**
* Sets (as xml) the "Adults" element
*/
void xsetAdults(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Adults adults);
/**
* Unsets the "Adults" element
*/
void unsetAdults();
/**
* Gets the "ChildrenYouth" element
*/
int getChildrenYouth();
/**
* Gets (as xml) the "ChildrenYouth" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.ChildrenYouth xgetChildrenYouth();
/**
* True if has "ChildrenYouth" element
*/
boolean isSetChildrenYouth();
/**
* Sets the "ChildrenYouth" element
*/
void setChildrenYouth(int childrenYouth);
/**
* Sets (as xml) the "ChildrenYouth" element
*/
void xsetChildrenYouth(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.ChildrenYouth childrenYouth);
/**
* Unsets the "ChildrenYouth" element
*/
void unsetChildrenYouth();
/**
* Gets the "TotalAudience" element
*/
int getTotalAudience();
/**
* Gets (as xml) the "TotalAudience" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.TotalAudience xgetTotalAudience();
/**
* True if has "TotalAudience" element
*/
boolean isSetTotalAudience();
/**
* Sets the "TotalAudience" element
*/
void setTotalAudience(int totalAudience);
/**
* Sets (as xml) the "TotalAudience" element
*/
void xsetTotalAudience(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.TotalAudience totalAudience);
/**
* Unsets the "TotalAudience" element
*/
void unsetTotalAudience();
/**
* Gets the "NumberBroadcastAudience" element
*/
int getNumberBroadcastAudience();
/**
* Gets (as xml) the "NumberBroadcastAudience" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.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.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.NumberBroadcastAudience numberBroadcastAudience);
/**
* Unsets the "NumberBroadcastAudience" element
*/
void unsetNumberBroadcastAudience();
/**
* Gets the "NumberPhysicalMaterialsAudience" element
*/
int getNumberPhysicalMaterialsAudience();
/**
* Gets (as xml) the "NumberPhysicalMaterialsAudience" element
*/
gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.NumberPhysicalMaterialsAudience xgetNumberPhysicalMaterialsAudience();
/**
* True if has "NumberPhysicalMaterialsAudience" element
*/
boolean isSetNumberPhysicalMaterialsAudience();
/**
* Sets the "NumberPhysicalMaterialsAudience" element
*/
void setNumberPhysicalMaterialsAudience(int numberPhysicalMaterialsAudience);
/**
* Sets (as xml) the "NumberPhysicalMaterialsAudience" element
*/
void xsetNumberPhysicalMaterialsAudience(gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.NumberPhysicalMaterialsAudience numberPhysicalMaterialsAudience);
/**
* Unsets the "NumberPhysicalMaterialsAudience" element
*/
void unsetNumberPhysicalMaterialsAudience();
/**
* Gets the "FacebookTwitterWiki" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFacebookTwitterWiki();
/**
* Gets (as xml) the "FacebookTwitterWiki" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFacebookTwitterWiki();
/**
* True if has "FacebookTwitterWiki" element
*/
boolean isSetFacebookTwitterWiki();
/**
* Sets the "FacebookTwitterWiki" element
*/
void setFacebookTwitterWiki(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum facebookTwitterWiki);
/**
* Sets (as xml) the "FacebookTwitterWiki" element
*/
void xsetFacebookTwitterWiki(gov.grants.apply.system.globalLibraryV20.YesNoDataType facebookTwitterWiki);
/**
* Unsets the "FacebookTwitterWiki" element
*/
void unsetFacebookTwitterWiki();
/**
* Gets the "Websites" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getWebsites();
/**
* Gets (as xml) the "Websites" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetWebsites();
/**
* True if has "Websites" element
*/
boolean isSetWebsites();
/**
* Sets the "Websites" element
*/
void setWebsites(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum websites);
/**
* Sets (as xml) the "Websites" element
*/
void xsetWebsites(gov.grants.apply.system.globalLibraryV20.YesNoDataType websites);
/**
* Unsets the "Websites" element
*/
void unsetWebsites();
/**
* An XML Artists(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$IndividualsBenefiting$Artists.
*/
public interface Artists extends org.apache.xmlbeans.XmlInt
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Artists.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("artistsfcaeelemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Artists newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Artists) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Artists newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Artists) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Artists newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Artists) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML Teachers(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$IndividualsBenefiting$Teachers.
*/
public interface Teachers extends org.apache.xmlbeans.XmlInt
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Teachers.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("teachers1859elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Teachers newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Teachers) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Teachers newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Teachers) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Teachers newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Teachers) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML Others(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$IndividualsBenefiting$Others.
*/
public interface Others extends org.apache.xmlbeans.XmlInt
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Others.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("others2487elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Others newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Others) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Others newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Others) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Others newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Others) 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_2_2-V2.2).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$IndividualsBenefiting$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("numberindividualsbenefiting5bfeelemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.NumberIndividualsBenefiting newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.NumberIndividualsBenefiting) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.NumberIndividualsBenefiting newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.NumberIndividualsBenefiting) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.NumberIndividualsBenefiting newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.NumberIndividualsBenefiting) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML Adults(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$IndividualsBenefiting$Adults.
*/
public interface Adults extends org.apache.xmlbeans.XmlInt
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Adults.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("adults0c31elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Adults newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Adults) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Adults newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Adults) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Adults newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.Adults) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML ChildrenYouth(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$IndividualsBenefiting$ChildrenYouth.
*/
public interface ChildrenYouth extends org.apache.xmlbeans.XmlInt
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ChildrenYouth.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("childrenyouth07a6elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.ChildrenYouth newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.ChildrenYouth) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.ChildrenYouth newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.ChildrenYouth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.ChildrenYouth newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.ChildrenYouth) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML TotalAudience(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$IndividualsBenefiting$TotalAudience.
*/
public interface TotalAudience extends org.apache.xmlbeans.XmlInt
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TotalAudience.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("totalaudience8dd2elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.TotalAudience newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.TotalAudience) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.TotalAudience newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.TotalAudience) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.TotalAudience newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.TotalAudience) 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_2_2-V2.2).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$IndividualsBenefiting$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("numberbroadcastaudience771eelemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.NumberBroadcastAudience newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.NumberBroadcastAudience) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.NumberBroadcastAudience newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.NumberBroadcastAudience) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.NumberBroadcastAudience newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.NumberBroadcastAudience) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML NumberPhysicalMaterialsAudience(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$IndividualsBenefiting$NumberPhysicalMaterialsAudience.
*/
public interface NumberPhysicalMaterialsAudience extends org.apache.xmlbeans.XmlInt
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberPhysicalMaterialsAudience.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("numberphysicalmaterialsaudience1d4aelemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.NumberPhysicalMaterialsAudience newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.NumberPhysicalMaterialsAudience) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.NumberPhysicalMaterialsAudience newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.NumberPhysicalMaterialsAudience) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.NumberPhysicalMaterialsAudience newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting.NumberPhysicalMaterialsAudience) 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.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.IndividualsBenefiting) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML RaceEthnicity(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$RaceEthnicity.
*/
public interface RaceEthnicity extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RaceEthnicity.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("raceethnicity893delemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum N_AMERICAN_INDIAN_ALASKA_NATIVE = Enum.forString("N: American Indian / Alaska Native");
static final Enum A_ASIAN = Enum.forString("A: Asian");
static final Enum B_BLACK_AFRICAN_AMERICAN = Enum.forString("B: Black / African American");
static final Enum H_HISPANIC_LATINO = Enum.forString("H: Hispanic / Latino");
static final Enum O_NATIVE_HAWAIIAN_OTHER_PACIFIC_ISLANDER = Enum.forString("O: Native Hawaiian / Other Pacific Islander");
static final Enum W_WHITE = Enum.forString("W: White");
static final Enum G_NO_SINGLE_GROUP = Enum.forString("G: No Single Group");
static final int INT_N_AMERICAN_INDIAN_ALASKA_NATIVE = Enum.INT_N_AMERICAN_INDIAN_ALASKA_NATIVE;
static final int INT_A_ASIAN = Enum.INT_A_ASIAN;
static final int INT_B_BLACK_AFRICAN_AMERICAN = Enum.INT_B_BLACK_AFRICAN_AMERICAN;
static final int INT_H_HISPANIC_LATINO = Enum.INT_H_HISPANIC_LATINO;
static final int INT_O_NATIVE_HAWAIIAN_OTHER_PACIFIC_ISLANDER = Enum.INT_O_NATIVE_HAWAIIAN_OTHER_PACIFIC_ISLANDER;
static final int INT_W_WHITE = Enum.INT_W_WHITE;
static final int INT_G_NO_SINGLE_GROUP = Enum.INT_G_NO_SINGLE_GROUP;
/**
* Enumeration value class for gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$RaceEthnicity.
* 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_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_ALASKA_NATIVE = 1;
static final int INT_A_ASIAN = 2;
static final int INT_B_BLACK_AFRICAN_AMERICAN = 3;
static final int INT_H_HISPANIC_LATINO = 4;
static final int INT_O_NATIVE_HAWAIIAN_OTHER_PACIFIC_ISLANDER = 5;
static final int INT_W_WHITE = 6;
static final int INT_G_NO_SINGLE_GROUP = 7;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("N: American Indian / Alaska Native", INT_N_AMERICAN_INDIAN_ALASKA_NATIVE),
new Enum("A: Asian", INT_A_ASIAN),
new Enum("B: Black / African American", INT_B_BLACK_AFRICAN_AMERICAN),
new Enum("H: Hispanic / Latino", INT_H_HISPANIC_LATINO),
new Enum("O: Native Hawaiian / Other Pacific Islander", INT_O_NATIVE_HAWAIIAN_OTHER_PACIFIC_ISLANDER),
new Enum("W: White", INT_W_WHITE),
new Enum("G: No Single Group", INT_G_NO_SINGLE_GROUP),
}
);
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.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.RaceEthnicity newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.RaceEthnicity) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.RaceEthnicity newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.RaceEthnicity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.RaceEthnicity newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.RaceEthnicity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML AgeRange(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$AgeRange.
*/
public interface AgeRange extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AgeRange.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("agerangee7fdelemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum X_2_PRE_KINDERGARTEN_0_5_YEARS = Enum.forString("2: Pre-Kindergarten (0-5 years)");
static final Enum X_3_K_12_6_18_YEARS = Enum.forString("3: K-12 (6-18 years)");
static final Enum X_4_YOUNG_ADULTS_19_24_YEARS = Enum.forString("4: Young Adults (19-24 years)");
static final Enum X_5_ADULTS_25_64_YEARS = Enum.forString("5: Adults (25-64 years)");
static final Enum X_6_OLDER_ADULTS_65_YEARS = Enum.forString("6: Older Adults (65+ years)");
static final Enum X_1_NO_SINGLE_GROUP = Enum.forString("1: No Single Group");
static final int INT_X_2_PRE_KINDERGARTEN_0_5_YEARS = Enum.INT_X_2_PRE_KINDERGARTEN_0_5_YEARS;
static final int INT_X_3_K_12_6_18_YEARS = Enum.INT_X_3_K_12_6_18_YEARS;
static final int INT_X_4_YOUNG_ADULTS_19_24_YEARS = Enum.INT_X_4_YOUNG_ADULTS_19_24_YEARS;
static final int INT_X_5_ADULTS_25_64_YEARS = Enum.INT_X_5_ADULTS_25_64_YEARS;
static final int INT_X_6_OLDER_ADULTS_65_YEARS = Enum.INT_X_6_OLDER_ADULTS_65_YEARS;
static final int INT_X_1_NO_SINGLE_GROUP = Enum.INT_X_1_NO_SINGLE_GROUP;
/**
* Enumeration value class for gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$AgeRange.
* 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_2_PRE_KINDERGARTEN_0_5_YEARS
* 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_2_PRE_KINDERGARTEN_0_5_YEARS = 1;
static final int INT_X_3_K_12_6_18_YEARS = 2;
static final int INT_X_4_YOUNG_ADULTS_19_24_YEARS = 3;
static final int INT_X_5_ADULTS_25_64_YEARS = 4;
static final int INT_X_6_OLDER_ADULTS_65_YEARS = 5;
static final int INT_X_1_NO_SINGLE_GROUP = 6;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("2: Pre-Kindergarten (0-5 years)", INT_X_2_PRE_KINDERGARTEN_0_5_YEARS),
new Enum("3: K-12 (6-18 years)", INT_X_3_K_12_6_18_YEARS),
new Enum("4: Young Adults (19-24 years)", INT_X_4_YOUNG_ADULTS_19_24_YEARS),
new Enum("5: Adults (25-64 years)", INT_X_5_ADULTS_25_64_YEARS),
new Enum("6: Older Adults (65+ years)", INT_X_6_OLDER_ADULTS_65_YEARS),
new Enum("1: No Single Group", INT_X_1_NO_SINGLE_GROUP),
}
);
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.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.AgeRange newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.AgeRange) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.AgeRange newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.AgeRange) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.AgeRange newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.AgeRange) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML Geography(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$Geography.
*/
public interface Geography extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Geography.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("geographyafafelemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum X_2_INTERNATIONAL = Enum.forString("2: International");
static final Enum X_3_MULTIPLE_STATES_WHETHER_CONTIGUOUS_OR_NOT = Enum.forString("3: Multiple States (whether contiguous or not)");
static final Enum X_4_STATEWIDE_MULTIPLE_COUNTIES_WITHIN_A_STATE = Enum.forString("4: Statewide (multiple counties within a state)");
static final Enum X_5_CITY_COUNTY = Enum.forString("5: City / County");
static final int INT_X_2_INTERNATIONAL = Enum.INT_X_2_INTERNATIONAL;
static final int INT_X_3_MULTIPLE_STATES_WHETHER_CONTIGUOUS_OR_NOT = Enum.INT_X_3_MULTIPLE_STATES_WHETHER_CONTIGUOUS_OR_NOT;
static final int INT_X_4_STATEWIDE_MULTIPLE_COUNTIES_WITHIN_A_STATE = Enum.INT_X_4_STATEWIDE_MULTIPLE_COUNTIES_WITHIN_A_STATE;
static final int INT_X_5_CITY_COUNTY = Enum.INT_X_5_CITY_COUNTY;
/**
* Enumeration value class for gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$Geography.
* 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_2_INTERNATIONAL
* 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_2_INTERNATIONAL = 1;
static final int INT_X_3_MULTIPLE_STATES_WHETHER_CONTIGUOUS_OR_NOT = 2;
static final int INT_X_4_STATEWIDE_MULTIPLE_COUNTIES_WITHIN_A_STATE = 3;
static final int INT_X_5_CITY_COUNTY = 4;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("2: International", INT_X_2_INTERNATIONAL),
new Enum("3: Multiple States (whether contiguous or not)", INT_X_3_MULTIPLE_STATES_WHETHER_CONTIGUOUS_OR_NOT),
new Enum("4: Statewide (multiple counties within a state)", INT_X_4_STATEWIDE_MULTIPLE_COUNTIES_WITHIN_A_STATE),
new Enum("5: City / County", INT_X_5_CITY_COUNTY),
}
);
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.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.Geography newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.Geography) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.Geography newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.Geography) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.Geography newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.Geography) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML Communities(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$Communities.
*/
public interface Communities extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Communities.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("communities7b04elemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum X_2_URBAN = Enum.forString("2: Urban");
static final Enum X_3_RURAL = Enum.forString("3: Rural");
static final Enum X_4_SUBURBAN = Enum.forString("4: Suburban");
static final Enum X_1_NO_SINGLE_GROUP = Enum.forString("1: No Single Group");
static final int INT_X_2_URBAN = Enum.INT_X_2_URBAN;
static final int INT_X_3_RURAL = Enum.INT_X_3_RURAL;
static final int INT_X_4_SUBURBAN = Enum.INT_X_4_SUBURBAN;
static final int INT_X_1_NO_SINGLE_GROUP = Enum.INT_X_1_NO_SINGLE_GROUP;
/**
* Enumeration value class for gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document$NEAOrganization22$Communities.
* 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_2_URBAN
* 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_2_URBAN = 1;
static final int INT_X_3_RURAL = 2;
static final int INT_X_4_SUBURBAN = 3;
static final int INT_X_1_NO_SINGLE_GROUP = 4;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("2: Urban", INT_X_2_URBAN),
new Enum("3: Rural", INT_X_3_RURAL),
new Enum("4: Suburban", INT_X_4_SUBURBAN),
new Enum("1: No Single Group", INT_X_1_NO_SINGLE_GROUP),
}
);
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.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.Communities newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.Communities) type.newValue( obj ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.Communities newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.Communities) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.Communities newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.Communities) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML UnderservedDistinctGroups(@http://apply.grants.gov/forms/NEAOrganization_2_2-V2.2).
*
* This is a complex type.
*/
public interface UnderservedDistinctGroups extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(UnderservedDistinctGroups.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("underserveddistinctgroups422eelemtype");
/**
* Gets the "Disabilities" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDisabilities();
/**
* Gets (as xml) the "Disabilities" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDisabilities();
/**
* True if has "Disabilities" element
*/
boolean isSetDisabilities();
/**
* Sets the "Disabilities" element
*/
void setDisabilities(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum disabilities);
/**
* Sets (as xml) the "Disabilities" element
*/
void xsetDisabilities(gov.grants.apply.system.globalLibraryV20.YesNoDataType disabilities);
/**
* Unsets the "Disabilities" element
*/
void unsetDisabilities();
/**
* Gets the "Institutions" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getInstitutions();
/**
* Gets (as xml) the "Institutions" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetInstitutions();
/**
* True if has "Institutions" element
*/
boolean isSetInstitutions();
/**
* Sets the "Institutions" element
*/
void setInstitutions(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum institutions);
/**
* Sets (as xml) the "Institutions" element
*/
void xsetInstitutions(gov.grants.apply.system.globalLibraryV20.YesNoDataType institutions);
/**
* Unsets the "Institutions" element
*/
void unsetInstitutions();
/**
* Gets the "LowIncome" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLowIncome();
/**
* Gets (as xml) the "LowIncome" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLowIncome();
/**
* True if has "LowIncome" element
*/
boolean isSetLowIncome();
/**
* Sets the "LowIncome" element
*/
void setLowIncome(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum lowIncome);
/**
* Sets (as xml) the "LowIncome" element
*/
void xsetLowIncome(gov.grants.apply.system.globalLibraryV20.YesNoDataType lowIncome);
/**
* Unsets the "LowIncome" element
*/
void unsetLowIncome();
/**
* Gets the "LimitedEnglish" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLimitedEnglish();
/**
* Gets (as xml) the "LimitedEnglish" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLimitedEnglish();
/**
* True if has "LimitedEnglish" element
*/
boolean isSetLimitedEnglish();
/**
* Sets the "LimitedEnglish" element
*/
void setLimitedEnglish(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum limitedEnglish);
/**
* Sets (as xml) the "LimitedEnglish" element
*/
void xsetLimitedEnglish(gov.grants.apply.system.globalLibraryV20.YesNoDataType limitedEnglish);
/**
* Unsets the "LimitedEnglish" element
*/
void unsetLimitedEnglish();
/**
* Gets the "Veterans" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getVeterans();
/**
* Gets (as xml) the "Veterans" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetVeterans();
/**
* True if has "Veterans" element
*/
boolean isSetVeterans();
/**
* Sets the "Veterans" element
*/
void setVeterans(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum veterans);
/**
* Sets (as xml) the "Veterans" element
*/
void xsetVeterans(gov.grants.apply.system.globalLibraryV20.YesNoDataType veterans);
/**
* Unsets the "Veterans" element
*/
void unsetVeterans();
/**
* Gets the "NoneOfAbove" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNoneOfAbove();
/**
* Gets (as xml) the "NoneOfAbove" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNoneOfAbove();
/**
* True if has "NoneOfAbove" element
*/
boolean isSetNoneOfAbove();
/**
* Sets the "NoneOfAbove" element
*/
void setNoneOfAbove(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum noneOfAbove);
/**
* Sets (as xml) the "NoneOfAbove" element
*/
void xsetNoneOfAbove(gov.grants.apply.system.globalLibraryV20.YesNoDataType noneOfAbove);
/**
* Unsets the "NoneOfAbove" element
*/
void unsetNoneOfAbove();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.UnderservedDistinctGroups newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.UnderservedDistinctGroups) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.UnderservedDistinctGroups newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22.UnderservedDistinctGroups) 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.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22 newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22 newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document.NEAOrganization22) 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.neaOrganization22V22.NEAOrganization22Document newInstance() {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document) 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.neaOrganization22V22.NEAOrganization22Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static gov.grants.apply.forms.neaOrganization22V22.NEAOrganization22Document 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.neaOrganization22V22.NEAOrganization22Document) 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
}
}