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: NEASuppCover
* Namespace: http://apply.grants.gov/forms/NEASuppCover-V1.1
* Java type: gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument
*
* Automatically generated - do not modify.
*/
package gov.grants.apply.forms.neaSuppCoverV11;
/**
* A document containing one NEASuppCover(@http://apply.grants.gov/forms/NEASuppCover-V1.1) element.
*
* This is a complex type.
*/
public interface NEASuppCoverDocument extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NEASuppCoverDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("neasuppcoverc07edoctype");
/**
* Gets the "NEASuppCover" element
*/
gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover getNEASuppCover();
/**
* Sets the "NEASuppCover" element
*/
void setNEASuppCover(gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover neaSuppCover);
/**
* Appends and returns a new empty "NEASuppCover" element
*/
gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover addNewNEASuppCover();
/**
* An XML NEASuppCover(@http://apply.grants.gov/forms/NEASuppCover-V1.1).
*
* This is a complex type.
*/
public interface NEASuppCover extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NEASuppCover.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("neasuppcoverb057elemtype");
/**
* 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 "ApplicantServiceType" element
*/
gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantServiceType.Enum getApplicantServiceType();
/**
* Gets (as xml) the "ApplicantServiceType" element
*/
gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantServiceType xgetApplicantServiceType();
/**
* Sets the "ApplicantServiceType" element
*/
void setApplicantServiceType(gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantServiceType.Enum applicantServiceType);
/**
* Sets (as xml) the "ApplicantServiceType" element
*/
void xsetApplicantServiceType(gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantServiceType applicantServiceType);
/**
* Gets the "OnBehalfEntity" element
*/
java.lang.String getOnBehalfEntity();
/**
* Gets (as xml) the "OnBehalfEntity" element
*/
gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.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.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.OnBehalfEntity onBehalfEntity);
/**
* Unsets the "OnBehalfEntity" element
*/
void unsetOnBehalfEntity();
/**
* 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.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.FYEndDate xgetFYEndDate();
/**
* Sets the "FYEndDate" element
*/
void setFYEndDate(java.lang.String fyEndDate);
/**
* Sets (as xml) the "FYEndDate" element
*/
void xsetFYEndDate(gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.FYEndDate fyEndDate);
/**
* Gets the "ApplicantInformationGroup" element
*/
gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantInformationGroup getApplicantInformationGroup();
/**
* Sets the "ApplicantInformationGroup" element
*/
void setApplicantInformationGroup(gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantInformationGroup applicantInformationGroup);
/**
* Appends and returns a new empty "ApplicantInformationGroup" element
*/
gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantInformationGroup addNewApplicantInformationGroup();
/**
* Gets the "OutComeGroup" element
*/
gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.OutComeGroup getOutComeGroup();
/**
* Sets the "OutComeGroup" element
*/
void setOutComeGroup(gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.OutComeGroup outComeGroup);
/**
* Appends and returns a new empty "OutComeGroup" element
*/
gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.OutComeGroup addNewOutComeGroup();
/**
* 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 "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 ApplicantServiceType(@http://apply.grants.gov/forms/NEASuppCover-V1.1).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument$NEASuppCover$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("applicantservicetype3880elemtype");
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 LC_LEAD_MEMBER_OF_A_CONSORTIUM = Enum.forString("LC: Lead Member of a Consortium");
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_LC_LEAD_MEMBER_OF_A_CONSORTIUM = Enum.INT_LC_LEAD_MEMBER_OF_A_CONSORTIUM;
static final int INT_IC_PARENT_OF_A_COMPONENT = Enum.INT_IC_PARENT_OF_A_COMPONENT;
/**
* Enumeration value class for gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument$NEASuppCover$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_LC_LEAD_MEMBER_OF_A_CONSORTIUM = 2;
static final int INT_IC_PARENT_OF_A_COMPONENT = 3;
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("LC: Lead Member of a Consortium", INT_LC_LEAD_MEMBER_OF_A_CONSORTIUM),
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.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantServiceType newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantServiceType) type.newValue( obj ); }
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantServiceType newInstance() {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantServiceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantServiceType newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.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/NEASuppCover-V1.1).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument$NEASuppCover$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("onbehalfentity6e0belemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.OnBehalfEntity newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.OnBehalfEntity) type.newValue( obj ); }
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.OnBehalfEntity newInstance() {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.OnBehalfEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.OnBehalfEntity newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.OnBehalfEntity) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML FYEndDate(@http://apply.grants.gov/forms/NEASuppCover-V1.1).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument$NEASuppCover$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("fyenddatefa19elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.FYEndDate newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.FYEndDate) type.newValue( obj ); }
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.FYEndDate newInstance() {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.FYEndDate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.FYEndDate newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.FYEndDate) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML ApplicantInformationGroup(@http://apply.grants.gov/forms/NEASuppCover-V1.1).
*
* This is a complex type.
*/
public interface ApplicantInformationGroup extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicantInformationGroup.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicantinformationgroup18b8elemtype");
/**
* Gets the "FieldDiscipline" element
*/
gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantInformationGroup.FieldDiscipline.Enum getFieldDiscipline();
/**
* Gets (as xml) the "FieldDiscipline" element
*/
gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantInformationGroup.FieldDiscipline xgetFieldDiscipline();
/**
* Sets the "FieldDiscipline" element
*/
void setFieldDiscipline(gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantInformationGroup.FieldDiscipline.Enum fieldDiscipline);
/**
* Sets (as xml) the "FieldDiscipline" element
*/
void xsetFieldDiscipline(gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantInformationGroup.FieldDiscipline fieldDiscipline);
/**
* Gets the "Category" element
*/
gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantInformationGroup.Category.Enum getCategory();
/**
* Gets (as xml) the "Category" element
*/
gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantInformationGroup.Category xgetCategory();
/**
* Sets the "Category" element
*/
void setCategory(gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantInformationGroup.Category.Enum category);
/**
* Sets (as xml) the "Category" element
*/
void xsetCategory(gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantInformationGroup.Category category);
/**
* An XML FieldDiscipline(@http://apply.grants.gov/forms/NEASuppCover-V1.1).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument$NEASuppCover$ApplicantInformationGroup$FieldDiscipline.
*/
public interface FieldDiscipline extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FieldDiscipline.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("fielddisciplineb18eelemtype");
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_FILM_RADIO_TELEVISION = Enum.forString("34: Media Arts: Film/Radio/Television");
static final Enum X_44_MUSEUMS = Enum.forString("44: Museums");
static final Enum X_31_MUSIC = Enum.forString("31: Music");
static final Enum X_28_MUSICAL_THEATER = Enum.forString("28: Musical Theater");
static final Enum X_36_OPERA = Enum.forString("36: Opera");
static final Enum X_54_PRESENTING = Enum.forString("54: Presenting");
static final Enum X_32_THEATER = Enum.forString("32: 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_FILM_RADIO_TELEVISION = Enum.INT_X_34_MEDIA_ARTS_FILM_RADIO_TELEVISION;
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_28_MUSICAL_THEATER = Enum.INT_X_28_MUSICAL_THEATER;
static final int INT_X_36_OPERA = Enum.INT_X_36_OPERA;
static final int INT_X_54_PRESENTING = Enum.INT_X_54_PRESENTING;
static final int INT_X_32_THEATER = Enum.INT_X_32_THEATER;
static final int INT_X_41_VISUAL_ARTS = Enum.INT_X_41_VISUAL_ARTS;
/**
* Enumeration value class for gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument$NEASuppCover$ApplicantInformationGroup$FieldDiscipline.
* 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_FILM_RADIO_TELEVISION = 6;
static final int INT_X_44_MUSEUMS = 7;
static final int INT_X_31_MUSIC = 8;
static final int INT_X_28_MUSICAL_THEATER = 9;
static final int INT_X_36_OPERA = 10;
static final int INT_X_54_PRESENTING = 11;
static final int INT_X_32_THEATER = 12;
static final int INT_X_41_VISUAL_ARTS = 13;
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: Film/Radio/Television", INT_X_34_MEDIA_ARTS_FILM_RADIO_TELEVISION),
new Enum("44: Museums", INT_X_44_MUSEUMS),
new Enum("31: Music", INT_X_31_MUSIC),
new Enum("28: Musical Theater", INT_X_28_MUSICAL_THEATER),
new Enum("36: Opera", INT_X_36_OPERA),
new Enum("54: Presenting", INT_X_54_PRESENTING),
new Enum("32: Theater", INT_X_32_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.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantInformationGroup.FieldDiscipline newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantInformationGroup.FieldDiscipline) type.newValue( obj ); }
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantInformationGroup.FieldDiscipline newInstance() {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantInformationGroup.FieldDiscipline) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantInformationGroup.FieldDiscipline newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantInformationGroup.FieldDiscipline) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML Category(@http://apply.grants.gov/forms/NEASuppCover-V1.1).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument$NEASuppCover$ApplicantInformationGroup$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("category91f2elemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum X_7000000_ACCESS_TO_ARTISTIC_EXCELLENCE = Enum.forString("7000000: Access to Artistic Excellence");
static final Enum X_7780005_CHALLENGE_AMERICA_FAST_TRACK_REVIEW_GRANTS_ARTIST_ARTS_EVENT = Enum.forString("7780005: Challenge America Fast-Track Review Grants: artist/arts event");
static final Enum X_7780002_CHALLENGE_AMERICA_FAST_TRACK_REVIEW_GRANTS_PUBLIC_ART = Enum.forString("7780002: Challenge America Fast-Track Review Grants: Public art");
static final Enum X_7780004_CHALLENGE_AMERICA_FAST_TRACK_REVIEW_GRANTS_CIVIC_DESIGN = Enum.forString("7780004: Challenge America Fast-Track Review Grants: Civic design");
static final Enum X_7780001_CHALLENGE_AMERICA_FAST_TRACK_REVIEW_GRANTS_CULTURAL_TOURISM_DISTRICTS = Enum.forString("7780001: Challenge America Fast-Track Review Grants: Cultural tourism/districts");
static final Enum X_8510027_LEARNING_IN_THE_ARTS_FOR_CHILDREN_AND_YOUTH_SCHOOL_BASED = Enum.forString("8510027: Learning in the Arts for Children and Youth: School-Based");
static final Enum X_8510028_LEARNING_IN_THE_ARTS_FOR_CHILDREN_AND_YOUTH_COMMUNITY_BASED = Enum.forString("8510028: Learning in the Arts for Children and Youth: Community-Based");
static final Enum X_8510029_LEARNING_IN_THE_ARTS_FOR_CHILDREN_AND_YOUTH_COMBINATION = Enum.forString("8510029: Learning in the Arts for Children and Youth: Combination");
static final Enum X_8515100_SUMMER_SCHOOLS_IN_THE_ARTS = Enum.forString("8515100: Summer Schools in the Arts");
static final Enum X_7344601_THE_ARTS_ON_RADIO_AND_TELEVISION_RADIO = Enum.forString("7344601: The Arts on Radio and Television: Radio");
static final Enum X_7344602_THE_ARTS_ON_RADIO_AND_TELEVISION_TELEVISION = Enum.forString("7344602: The Arts on Radio and Television: Television");
static final Enum X_0000000_OTHER = Enum.forString("0000000: Other");
static final int INT_X_7000000_ACCESS_TO_ARTISTIC_EXCELLENCE = Enum.INT_X_7000000_ACCESS_TO_ARTISTIC_EXCELLENCE;
static final int INT_X_7780005_CHALLENGE_AMERICA_FAST_TRACK_REVIEW_GRANTS_ARTIST_ARTS_EVENT = Enum.INT_X_7780005_CHALLENGE_AMERICA_FAST_TRACK_REVIEW_GRANTS_ARTIST_ARTS_EVENT;
static final int INT_X_7780002_CHALLENGE_AMERICA_FAST_TRACK_REVIEW_GRANTS_PUBLIC_ART = Enum.INT_X_7780002_CHALLENGE_AMERICA_FAST_TRACK_REVIEW_GRANTS_PUBLIC_ART;
static final int INT_X_7780004_CHALLENGE_AMERICA_FAST_TRACK_REVIEW_GRANTS_CIVIC_DESIGN = Enum.INT_X_7780004_CHALLENGE_AMERICA_FAST_TRACK_REVIEW_GRANTS_CIVIC_DESIGN;
static final int INT_X_7780001_CHALLENGE_AMERICA_FAST_TRACK_REVIEW_GRANTS_CULTURAL_TOURISM_DISTRICTS = Enum.INT_X_7780001_CHALLENGE_AMERICA_FAST_TRACK_REVIEW_GRANTS_CULTURAL_TOURISM_DISTRICTS;
static final int INT_X_8510027_LEARNING_IN_THE_ARTS_FOR_CHILDREN_AND_YOUTH_SCHOOL_BASED = Enum.INT_X_8510027_LEARNING_IN_THE_ARTS_FOR_CHILDREN_AND_YOUTH_SCHOOL_BASED;
static final int INT_X_8510028_LEARNING_IN_THE_ARTS_FOR_CHILDREN_AND_YOUTH_COMMUNITY_BASED = Enum.INT_X_8510028_LEARNING_IN_THE_ARTS_FOR_CHILDREN_AND_YOUTH_COMMUNITY_BASED;
static final int INT_X_8510029_LEARNING_IN_THE_ARTS_FOR_CHILDREN_AND_YOUTH_COMBINATION = Enum.INT_X_8510029_LEARNING_IN_THE_ARTS_FOR_CHILDREN_AND_YOUTH_COMBINATION;
static final int INT_X_8515100_SUMMER_SCHOOLS_IN_THE_ARTS = Enum.INT_X_8515100_SUMMER_SCHOOLS_IN_THE_ARTS;
static final int INT_X_7344601_THE_ARTS_ON_RADIO_AND_TELEVISION_RADIO = Enum.INT_X_7344601_THE_ARTS_ON_RADIO_AND_TELEVISION_RADIO;
static final int INT_X_7344602_THE_ARTS_ON_RADIO_AND_TELEVISION_TELEVISION = Enum.INT_X_7344602_THE_ARTS_ON_RADIO_AND_TELEVISION_TELEVISION;
static final int INT_X_0000000_OTHER = Enum.INT_X_0000000_OTHER;
/**
* Enumeration value class for gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument$NEASuppCover$ApplicantInformationGroup$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_7000000_ACCESS_TO_ARTISTIC_EXCELLENCE
* 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_7000000_ACCESS_TO_ARTISTIC_EXCELLENCE = 1;
static final int INT_X_7780005_CHALLENGE_AMERICA_FAST_TRACK_REVIEW_GRANTS_ARTIST_ARTS_EVENT = 2;
static final int INT_X_7780002_CHALLENGE_AMERICA_FAST_TRACK_REVIEW_GRANTS_PUBLIC_ART = 3;
static final int INT_X_7780004_CHALLENGE_AMERICA_FAST_TRACK_REVIEW_GRANTS_CIVIC_DESIGN = 4;
static final int INT_X_7780001_CHALLENGE_AMERICA_FAST_TRACK_REVIEW_GRANTS_CULTURAL_TOURISM_DISTRICTS = 5;
static final int INT_X_8510027_LEARNING_IN_THE_ARTS_FOR_CHILDREN_AND_YOUTH_SCHOOL_BASED = 6;
static final int INT_X_8510028_LEARNING_IN_THE_ARTS_FOR_CHILDREN_AND_YOUTH_COMMUNITY_BASED = 7;
static final int INT_X_8510029_LEARNING_IN_THE_ARTS_FOR_CHILDREN_AND_YOUTH_COMBINATION = 8;
static final int INT_X_8515100_SUMMER_SCHOOLS_IN_THE_ARTS = 9;
static final int INT_X_7344601_THE_ARTS_ON_RADIO_AND_TELEVISION_RADIO = 10;
static final int INT_X_7344602_THE_ARTS_ON_RADIO_AND_TELEVISION_TELEVISION = 11;
static final int INT_X_0000000_OTHER = 12;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("7000000: Access to Artistic Excellence", INT_X_7000000_ACCESS_TO_ARTISTIC_EXCELLENCE),
new Enum("7780005: Challenge America Fast-Track Review Grants: artist/arts event", INT_X_7780005_CHALLENGE_AMERICA_FAST_TRACK_REVIEW_GRANTS_ARTIST_ARTS_EVENT),
new Enum("7780002: Challenge America Fast-Track Review Grants: Public art", INT_X_7780002_CHALLENGE_AMERICA_FAST_TRACK_REVIEW_GRANTS_PUBLIC_ART),
new Enum("7780004: Challenge America Fast-Track Review Grants: Civic design", INT_X_7780004_CHALLENGE_AMERICA_FAST_TRACK_REVIEW_GRANTS_CIVIC_DESIGN),
new Enum("7780001: Challenge America Fast-Track Review Grants: Cultural tourism/districts", INT_X_7780001_CHALLENGE_AMERICA_FAST_TRACK_REVIEW_GRANTS_CULTURAL_TOURISM_DISTRICTS),
new Enum("8510027: Learning in the Arts for Children and Youth: School-Based", INT_X_8510027_LEARNING_IN_THE_ARTS_FOR_CHILDREN_AND_YOUTH_SCHOOL_BASED),
new Enum("8510028: Learning in the Arts for Children and Youth: Community-Based", INT_X_8510028_LEARNING_IN_THE_ARTS_FOR_CHILDREN_AND_YOUTH_COMMUNITY_BASED),
new Enum("8510029: Learning in the Arts for Children and Youth: Combination", INT_X_8510029_LEARNING_IN_THE_ARTS_FOR_CHILDREN_AND_YOUTH_COMBINATION),
new Enum("8515100: Summer Schools in the Arts", INT_X_8515100_SUMMER_SCHOOLS_IN_THE_ARTS),
new Enum("7344601: The Arts on Radio and Television: Radio", INT_X_7344601_THE_ARTS_ON_RADIO_AND_TELEVISION_RADIO),
new Enum("7344602: The Arts on Radio and Television: Television", INT_X_7344602_THE_ARTS_ON_RADIO_AND_TELEVISION_TELEVISION),
new Enum("0000000: Other", INT_X_0000000_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.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantInformationGroup.Category newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantInformationGroup.Category) type.newValue( obj ); }
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantInformationGroup.Category newInstance() {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantInformationGroup.Category) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantInformationGroup.Category newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantInformationGroup.Category) 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.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantInformationGroup newInstance() {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantInformationGroup) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantInformationGroup newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.ApplicantInformationGroup) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML OutComeGroup(@http://apply.grants.gov/forms/NEASuppCover-V1.1).
*
* This is a complex type.
*/
public interface OutComeGroup extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OutComeGroup.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("outcomegroup3780elemtype");
/**
* Gets the "Outcome" element
*/
java.lang.String getOutcome();
/**
* Gets (as xml) the "Outcome" element
*/
gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.OutComeGroup.Outcome xgetOutcome();
/**
* Sets the "Outcome" element
*/
void setOutcome(java.lang.String outcome);
/**
* Sets (as xml) the "Outcome" element
*/
void xsetOutcome(gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.OutComeGroup.Outcome outcome);
/**
* An XML Outcome(@http://apply.grants.gov/forms/NEASuppCover-V1.1).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument$NEASuppCover$OutComeGroup$Outcome.
*/
public interface Outcome extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Outcome.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("outcomeb8a2elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.OutComeGroup.Outcome newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.OutComeGroup.Outcome) type.newValue( obj ); }
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.OutComeGroup.Outcome newInstance() {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.OutComeGroup.Outcome) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.OutComeGroup.Outcome newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.OutComeGroup.Outcome) 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.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.OutComeGroup newInstance() {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.OutComeGroup) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.OutComeGroup newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover.OutComeGroup) 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.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover newInstance() {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument.NEASuppCover) 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.neaSuppCoverV11.NEASuppCoverDocument newInstance() {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument) 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.neaSuppCoverV11.NEASuppCoverDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static gov.grants.apply.forms.neaSuppCoverV11.NEASuppCoverDocument 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.neaSuppCoverV11.NEASuppCoverDocument) 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
}
}