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: SurveyOnEEO
* Namespace: http://apply.grants.gov/forms/FaithBased_SurveyOnEEO-V1.0
* Java type: gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument
*
* Automatically generated - do not modify.
*/
package gov.grants.apply.forms.faithBasedSurveyOnEEOV10;
/**
* A document containing one SurveyOnEEO(@http://apply.grants.gov/forms/FaithBased_SurveyOnEEO-V1.0) element.
*
* This is a complex type.
*/
public interface SurveyOnEEODocument extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SurveyOnEEODocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("surveyoneeo1b19doctype");
/**
* Gets the "SurveyOnEEO" element
*/
gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument.SurveyOnEEO getSurveyOnEEO();
/**
* Sets the "SurveyOnEEO" element
*/
void setSurveyOnEEO(gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument.SurveyOnEEO surveyOnEEO);
/**
* Appends and returns a new empty "SurveyOnEEO" element
*/
gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument.SurveyOnEEO addNewSurveyOnEEO();
/**
* An XML SurveyOnEEO(@http://apply.grants.gov/forms/FaithBased_SurveyOnEEO-V1.0).
*
* This is a complex type.
*/
public interface SurveyOnEEO extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SurveyOnEEO.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("surveyoneeo679belemtype");
/**
* Gets the "OrganizationName" element
*/
java.lang.String getOrganizationName();
/**
* Gets (as xml) the "OrganizationName" element
*/
gov.grants.apply.system.globalV10.StringMin1Max120Type xgetOrganizationName();
/**
* True if has "OrganizationName" element
*/
boolean isSetOrganizationName();
/**
* Sets the "OrganizationName" element
*/
void setOrganizationName(java.lang.String organizationName);
/**
* Sets (as xml) the "OrganizationName" element
*/
void xsetOrganizationName(gov.grants.apply.system.globalV10.StringMin1Max120Type organizationName);
/**
* Unsets the "OrganizationName" element
*/
void unsetOrganizationName();
/**
* Gets the "DUNSID" element
*/
java.lang.String getDUNSID();
/**
* Gets (as xml) the "DUNSID" element
*/
gov.grants.apply.system.globalV10.StringMin1Max13Type xgetDUNSID();
/**
* True if has "DUNSID" element
*/
boolean isSetDUNSID();
/**
* Sets the "DUNSID" element
*/
void setDUNSID(java.lang.String dunsid);
/**
* Sets (as xml) the "DUNSID" element
*/
void xsetDUNSID(gov.grants.apply.system.globalV10.StringMin1Max13Type dunsid);
/**
* Unsets the "DUNSID" element
*/
void unsetDUNSID();
/**
* Gets the "OpportunityTitle" element
*/
java.lang.String getOpportunityTitle();
/**
* Gets (as xml) the "OpportunityTitle" element
*/
gov.grants.apply.system.globalV10.StringMin1Max255Type xgetOpportunityTitle();
/**
* Sets the "OpportunityTitle" element
*/
void setOpportunityTitle(java.lang.String opportunityTitle);
/**
* Sets (as xml) the "OpportunityTitle" element
*/
void xsetOpportunityTitle(gov.grants.apply.system.globalV10.StringMin1Max255Type opportunityTitle);
/**
* Gets the "CFDANumber" element
*/
java.lang.String getCFDANumber();
/**
* Gets (as xml) the "CFDANumber" element
*/
gov.grants.apply.system.globalV10.StringMin1Max15Type xgetCFDANumber();
/**
* True if has "CFDANumber" element
*/
boolean isSetCFDANumber();
/**
* Sets the "CFDANumber" element
*/
void setCFDANumber(java.lang.String cfdaNumber);
/**
* Sets (as xml) the "CFDANumber" element
*/
void xsetCFDANumber(gov.grants.apply.system.globalV10.StringMin1Max15Type cfdaNumber);
/**
* Unsets the "CFDANumber" element
*/
void unsetCFDANumber();
/**
* Gets the "ApplicantHas501c3" element
*/
gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getApplicantHas501C3();
/**
* Gets (as xml) the "ApplicantHas501c3" element
*/
gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetApplicantHas501C3();
/**
* True if has "ApplicantHas501c3" element
*/
boolean isSetApplicantHas501C3();
/**
* Sets the "ApplicantHas501c3" element
*/
void setApplicantHas501C3(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum applicantHas501C3);
/**
* Sets (as xml) the "ApplicantHas501c3" element
*/
void xsetApplicantHas501C3(gov.grants.apply.system.globalLibraryV10.YesNoDataType applicantHas501C3);
/**
* Unsets the "ApplicantHas501c3" element
*/
void unsetApplicantHas501C3();
/**
* Gets the "FullTimeEmployeeNumber" element
*/
gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument.SurveyOnEEO.FullTimeEmployeeNumber.Enum getFullTimeEmployeeNumber();
/**
* Gets (as xml) the "FullTimeEmployeeNumber" element
*/
gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument.SurveyOnEEO.FullTimeEmployeeNumber xgetFullTimeEmployeeNumber();
/**
* True if has "FullTimeEmployeeNumber" element
*/
boolean isSetFullTimeEmployeeNumber();
/**
* Sets the "FullTimeEmployeeNumber" element
*/
void setFullTimeEmployeeNumber(gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument.SurveyOnEEO.FullTimeEmployeeNumber.Enum fullTimeEmployeeNumber);
/**
* Sets (as xml) the "FullTimeEmployeeNumber" element
*/
void xsetFullTimeEmployeeNumber(gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument.SurveyOnEEO.FullTimeEmployeeNumber fullTimeEmployeeNumber);
/**
* Unsets the "FullTimeEmployeeNumber" element
*/
void unsetFullTimeEmployeeNumber();
/**
* Gets the "ApplicantAnnualBudget" element
*/
gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument.SurveyOnEEO.ApplicantAnnualBudget.Enum getApplicantAnnualBudget();
/**
* Gets (as xml) the "ApplicantAnnualBudget" element
*/
gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument.SurveyOnEEO.ApplicantAnnualBudget xgetApplicantAnnualBudget();
/**
* True if has "ApplicantAnnualBudget" element
*/
boolean isSetApplicantAnnualBudget();
/**
* Sets the "ApplicantAnnualBudget" element
*/
void setApplicantAnnualBudget(gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument.SurveyOnEEO.ApplicantAnnualBudget.Enum applicantAnnualBudget);
/**
* Sets (as xml) the "ApplicantAnnualBudget" element
*/
void xsetApplicantAnnualBudget(gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument.SurveyOnEEO.ApplicantAnnualBudget applicantAnnualBudget);
/**
* Unsets the "ApplicantAnnualBudget" element
*/
void unsetApplicantAnnualBudget();
/**
* Gets the "FaithBasedReligious" element
*/
gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getFaithBasedReligious();
/**
* Gets (as xml) the "FaithBasedReligious" element
*/
gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetFaithBasedReligious();
/**
* True if has "FaithBasedReligious" element
*/
boolean isSetFaithBasedReligious();
/**
* Sets the "FaithBasedReligious" element
*/
void setFaithBasedReligious(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum faithBasedReligious);
/**
* Sets (as xml) the "FaithBasedReligious" element
*/
void xsetFaithBasedReligious(gov.grants.apply.system.globalLibraryV10.YesNoDataType faithBasedReligious);
/**
* Unsets the "FaithBasedReligious" element
*/
void unsetFaithBasedReligious();
/**
* Gets the "NonReligiousCommunityBased" element
*/
gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getNonReligiousCommunityBased();
/**
* Gets (as xml) the "NonReligiousCommunityBased" element
*/
gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetNonReligiousCommunityBased();
/**
* True if has "NonReligiousCommunityBased" element
*/
boolean isSetNonReligiousCommunityBased();
/**
* Sets the "NonReligiousCommunityBased" element
*/
void setNonReligiousCommunityBased(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum nonReligiousCommunityBased);
/**
* Sets (as xml) the "NonReligiousCommunityBased" element
*/
void xsetNonReligiousCommunityBased(gov.grants.apply.system.globalLibraryV10.YesNoDataType nonReligiousCommunityBased);
/**
* Unsets the "NonReligiousCommunityBased" element
*/
void unsetNonReligiousCommunityBased();
/**
* Gets the "IsIntermediary" element
*/
gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getIsIntermediary();
/**
* Gets (as xml) the "IsIntermediary" element
*/
gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetIsIntermediary();
/**
* True if has "IsIntermediary" element
*/
boolean isSetIsIntermediary();
/**
* Sets the "IsIntermediary" element
*/
void setIsIntermediary(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum isIntermediary);
/**
* Sets (as xml) the "IsIntermediary" element
*/
void xsetIsIntermediary(gov.grants.apply.system.globalLibraryV10.YesNoDataType isIntermediary);
/**
* Unsets the "IsIntermediary" element
*/
void unsetIsIntermediary();
/**
* Gets the "EverReceivedGovGrantContract" element
*/
gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getEverReceivedGovGrantContract();
/**
* Gets (as xml) the "EverReceivedGovGrantContract" element
*/
gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetEverReceivedGovGrantContract();
/**
* True if has "EverReceivedGovGrantContract" element
*/
boolean isSetEverReceivedGovGrantContract();
/**
* Sets the "EverReceivedGovGrantContract" element
*/
void setEverReceivedGovGrantContract(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum everReceivedGovGrantContract);
/**
* Sets (as xml) the "EverReceivedGovGrantContract" element
*/
void xsetEverReceivedGovGrantContract(gov.grants.apply.system.globalLibraryV10.YesNoDataType everReceivedGovGrantContract);
/**
* Unsets the "EverReceivedGovGrantContract" element
*/
void unsetEverReceivedGovGrantContract();
/**
* Gets the "LocalAffiliateOFNationalOrg" element
*/
gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum getLocalAffiliateOFNationalOrg();
/**
* Gets (as xml) the "LocalAffiliateOFNationalOrg" element
*/
gov.grants.apply.system.globalLibraryV10.YesNoDataType xgetLocalAffiliateOFNationalOrg();
/**
* True if has "LocalAffiliateOFNationalOrg" element
*/
boolean isSetLocalAffiliateOFNationalOrg();
/**
* Sets the "LocalAffiliateOFNationalOrg" element
*/
void setLocalAffiliateOFNationalOrg(gov.grants.apply.system.globalLibraryV10.YesNoDataType.Enum localAffiliateOFNationalOrg);
/**
* Sets (as xml) the "LocalAffiliateOFNationalOrg" element
*/
void xsetLocalAffiliateOFNationalOrg(gov.grants.apply.system.globalLibraryV10.YesNoDataType localAffiliateOFNationalOrg);
/**
* Unsets the "LocalAffiliateOFNationalOrg" element
*/
void unsetLocalAffiliateOFNationalOrg();
/**
* Gets the "FormVersion" attribute
*/
java.lang.String getFormVersion();
/**
* Gets (as xml) the "FormVersion" attribute
*/
gov.grants.apply.system.globalV10.StringMin1Max30Type xgetFormVersion();
/**
* Sets the "FormVersion" attribute
*/
void setFormVersion(java.lang.String formVersion);
/**
* Sets (as xml) the "FormVersion" attribute
*/
void xsetFormVersion(gov.grants.apply.system.globalV10.StringMin1Max30Type formVersion);
/**
* An XML FullTimeEmployeeNumber(@http://apply.grants.gov/forms/FaithBased_SurveyOnEEO-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument$SurveyOnEEO$FullTimeEmployeeNumber.
*/
public interface FullTimeEmployeeNumber extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FullTimeEmployeeNumber.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("fulltimeemployeenumber75caelemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum X_3_OR_FEWER = Enum.forString("3 or fewer");
static final Enum X_4_5 = Enum.forString("4-5");
static final Enum X_6_14 = Enum.forString("6-14");
static final Enum X_15_50 = Enum.forString("15-50");
static final Enum X_51_100 = Enum.forString("51-100");
static final Enum OVER_100 = Enum.forString("Over 100");
static final int INT_X_3_OR_FEWER = Enum.INT_X_3_OR_FEWER;
static final int INT_X_4_5 = Enum.INT_X_4_5;
static final int INT_X_6_14 = Enum.INT_X_6_14;
static final int INT_X_15_50 = Enum.INT_X_15_50;
static final int INT_X_51_100 = Enum.INT_X_51_100;
static final int INT_OVER_100 = Enum.INT_OVER_100;
/**
* Enumeration value class for gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument$SurveyOnEEO$FullTimeEmployeeNumber.
* 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_3_OR_FEWER
* 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_3_OR_FEWER = 1;
static final int INT_X_4_5 = 2;
static final int INT_X_6_14 = 3;
static final int INT_X_15_50 = 4;
static final int INT_X_51_100 = 5;
static final int INT_OVER_100 = 6;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("3 or fewer", INT_X_3_OR_FEWER),
new Enum("4-5", INT_X_4_5),
new Enum("6-14", INT_X_6_14),
new Enum("15-50", INT_X_15_50),
new Enum("51-100", INT_X_51_100),
new Enum("Over 100", INT_OVER_100),
}
);
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.faithBasedSurveyOnEEOV10.SurveyOnEEODocument.SurveyOnEEO.FullTimeEmployeeNumber newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument.SurveyOnEEO.FullTimeEmployeeNumber) type.newValue( obj ); }
public static gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument.SurveyOnEEO.FullTimeEmployeeNumber newInstance() {
return (gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument.SurveyOnEEO.FullTimeEmployeeNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument.SurveyOnEEO.FullTimeEmployeeNumber newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument.SurveyOnEEO.FullTimeEmployeeNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML ApplicantAnnualBudget(@http://apply.grants.gov/forms/FaithBased_SurveyOnEEO-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument$SurveyOnEEO$ApplicantAnnualBudget.
*/
public interface ApplicantAnnualBudget extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicantAnnualBudget.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicantannualbudget968delemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum LESS_THAN_$_150_000 = Enum.forString("Less Than $150,000");
static final Enum $_150_000_$_299_999 = Enum.forString("$150,000 - $299,999");
static final Enum $_300_000_$_499_999 = Enum.forString("$300,000 - $499,999");
static final Enum $_500_000_$_999_999 = Enum.forString("$500,000 - $999,999");
static final Enum $_1_000_000_$_4_999_999 = Enum.forString("$1,000,000 - $4,999,999");
static final Enum $_5_000_000_OR_MORE = Enum.forString("$5,000,000 or more");
static final int INT_LESS_THAN_$_150_000 = Enum.INT_LESS_THAN_$_150_000;
static final int INT_$_150_000_$_299_999 = Enum.INT_$_150_000_$_299_999;
static final int INT_$_300_000_$_499_999 = Enum.INT_$_300_000_$_499_999;
static final int INT_$_500_000_$_999_999 = Enum.INT_$_500_000_$_999_999;
static final int INT_$_1_000_000_$_4_999_999 = Enum.INT_$_1_000_000_$_4_999_999;
static final int INT_$_5_000_000_OR_MORE = Enum.INT_$_5_000_000_OR_MORE;
/**
* Enumeration value class for gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument$SurveyOnEEO$ApplicantAnnualBudget.
* 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_LESS_THAN_$_150_000
* 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_LESS_THAN_$_150_000 = 1;
static final int INT_$_150_000_$_299_999 = 2;
static final int INT_$_300_000_$_499_999 = 3;
static final int INT_$_500_000_$_999_999 = 4;
static final int INT_$_1_000_000_$_4_999_999 = 5;
static final int INT_$_5_000_000_OR_MORE = 6;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("Less Than $150,000", INT_LESS_THAN_$_150_000),
new Enum("$150,000 - $299,999", INT_$_150_000_$_299_999),
new Enum("$300,000 - $499,999", INT_$_300_000_$_499_999),
new Enum("$500,000 - $999,999", INT_$_500_000_$_999_999),
new Enum("$1,000,000 - $4,999,999", INT_$_1_000_000_$_4_999_999),
new Enum("$5,000,000 or more", INT_$_5_000_000_OR_MORE),
}
);
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.faithBasedSurveyOnEEOV10.SurveyOnEEODocument.SurveyOnEEO.ApplicantAnnualBudget newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument.SurveyOnEEO.ApplicantAnnualBudget) type.newValue( obj ); }
public static gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument.SurveyOnEEO.ApplicantAnnualBudget newInstance() {
return (gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument.SurveyOnEEO.ApplicantAnnualBudget) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument.SurveyOnEEO.ApplicantAnnualBudget newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument.SurveyOnEEO.ApplicantAnnualBudget) 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.faithBasedSurveyOnEEOV10.SurveyOnEEODocument.SurveyOnEEO newInstance() {
return (gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument.SurveyOnEEO) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument.SurveyOnEEO newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument.SurveyOnEEO) 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.faithBasedSurveyOnEEOV10.SurveyOnEEODocument newInstance() {
return (gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument) 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.faithBasedSurveyOnEEOV10.SurveyOnEEODocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static gov.grants.apply.forms.faithBasedSurveyOnEEOV10.SurveyOnEEODocument 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.faithBasedSurveyOnEEOV10.SurveyOnEEODocument) 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
}
}