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: CDFI_3_0
* Namespace: http://apply.grants.gov/forms/CDFI_3_0-V3.0
* Java type: gov.grants.apply.forms.cdfi30V30.CDFI30Document
*
* Automatically generated - do not modify.
*/
package gov.grants.apply.forms.cdfi30V30;
/**
* A document containing one CDFI_3_0(@http://apply.grants.gov/forms/CDFI_3_0-V3.0) element.
*
* This is a complex type.
*/
public interface CDFI30Document extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CDFI30Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("cdfi30193fdoctype");
/**
* Gets the "CDFI_3_0" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30 getCDFI30();
/**
* Sets the "CDFI_3_0" element
*/
void setCDFI30(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30 cdfi30);
/**
* Appends and returns a new empty "CDFI_3_0" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30 addNewCDFI30();
/**
* An XML CDFI_3_0(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is a complex type.
*/
public interface CDFI30 extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CDFI30.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("cdfi3045baelemtype");
/**
* Gets the "Organization" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.Organization getOrganization();
/**
* Sets the "Organization" element
*/
void setOrganization(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.Organization organization);
/**
* Appends and returns a new empty "Organization" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.Organization addNewOrganization();
/**
* Gets the "AuthorizedRep" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.AuthorizedRep getAuthorizedRep();
/**
* Sets the "AuthorizedRep" element
*/
void setAuthorizedRep(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.AuthorizedRep authorizedRep);
/**
* Appends and returns a new empty "AuthorizedRep" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.AuthorizedRep addNewAuthorizedRep();
/**
* Gets the "ApplicationPOC" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.ApplicationPOC getApplicationPOC();
/**
* True if has "ApplicationPOC" element
*/
boolean isSetApplicationPOC();
/**
* Sets the "ApplicationPOC" element
*/
void setApplicationPOC(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.ApplicationPOC applicationPOC);
/**
* Appends and returns a new empty "ApplicationPOC" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.ApplicationPOC addNewApplicationPOC();
/**
* Unsets the "ApplicationPOC" element
*/
void unsetApplicationPOC();
/**
* Gets the "TypeAssistance" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TypeAssistance.Enum getTypeAssistance();
/**
* Gets (as xml) the "TypeAssistance" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TypeAssistance xgetTypeAssistance();
/**
* Sets the "TypeAssistance" element
*/
void setTypeAssistance(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TypeAssistance.Enum typeAssistance);
/**
* Sets (as xml) the "TypeAssistance" element
*/
void xsetTypeAssistance(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TypeAssistance typeAssistance);
/**
* Gets the "FARequestedAmount" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.FARequestedAmount getFARequestedAmount();
/**
* True if has "FARequestedAmount" element
*/
boolean isSetFARequestedAmount();
/**
* Sets the "FARequestedAmount" element
*/
void setFARequestedAmount(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.FARequestedAmount faRequestedAmount);
/**
* Appends and returns a new empty "FARequestedAmount" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.FARequestedAmount addNewFARequestedAmount();
/**
* Unsets the "FARequestedAmount" element
*/
void unsetFARequestedAmount();
/**
* Gets the "TARequestSummary" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary getTARequestSummary();
/**
* True if has "TARequestSummary" element
*/
boolean isSetTARequestSummary();
/**
* Sets the "TARequestSummary" element
*/
void setTARequestSummary(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary taRequestSummary);
/**
* Appends and returns a new empty "TARequestSummary" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary addNewTARequestSummary();
/**
* Unsets the "TARequestSummary" element
*/
void unsetTARequestSummary();
/**
* Gets the "HFFIFARequestedAmount" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.HFFIFARequestedAmount getHFFIFARequestedAmount();
/**
* True if has "HFFIFARequestedAmount" element
*/
boolean isSetHFFIFARequestedAmount();
/**
* Sets the "HFFIFARequestedAmount" element
*/
void setHFFIFARequestedAmount(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.HFFIFARequestedAmount hffifaRequestedAmount);
/**
* Appends and returns a new empty "HFFIFARequestedAmount" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.HFFIFARequestedAmount addNewHFFIFARequestedAmount();
/**
* Unsets the "HFFIFARequestedAmount" element
*/
void unsetHFFIFARequestedAmount();
/**
* Gets the "FAApplicantCategory" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.FAApplicantCategory.Enum getFAApplicantCategory();
/**
* Gets (as xml) the "FAApplicantCategory" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.FAApplicantCategory xgetFAApplicantCategory();
/**
* True if has "FAApplicantCategory" element
*/
boolean isSetFAApplicantCategory();
/**
* Sets the "FAApplicantCategory" element
*/
void setFAApplicantCategory(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.FAApplicantCategory.Enum faApplicantCategory);
/**
* Sets (as xml) the "FAApplicantCategory" element
*/
void xsetFAApplicantCategory(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.FAApplicantCategory faApplicantCategory);
/**
* Unsets the "FAApplicantCategory" element
*/
void unsetFAApplicantCategory();
/**
* Gets the "OtherFunds" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOtherFunds();
/**
* Gets (as xml) the "OtherFunds" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOtherFunds();
/**
* Sets the "OtherFunds" element
*/
void setOtherFunds(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum otherFunds);
/**
* Sets (as xml) the "OtherFunds" element
*/
void xsetOtherFunds(gov.grants.apply.system.globalLibraryV20.YesNoDataType otherFunds);
/**
* Gets array of all "OtherFundsTable" elements
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OtherFundsTable[] getOtherFundsTableArray();
/**
* Gets ith "OtherFundsTable" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OtherFundsTable getOtherFundsTableArray(int i);
/**
* Returns number of "OtherFundsTable" element
*/
int sizeOfOtherFundsTableArray();
/**
* Sets array of all "OtherFundsTable" element
*/
void setOtherFundsTableArray(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OtherFundsTable[] otherFundsTableArray);
/**
* Sets ith "OtherFundsTable" element
*/
void setOtherFundsTableArray(int i, gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OtherFundsTable otherFundsTable);
/**
* Inserts and returns a new empty value (as xml) as the ith "OtherFundsTable" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OtherFundsTable insertNewOtherFundsTable(int i);
/**
* Appends and returns a new empty value (as xml) as the last "OtherFundsTable" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OtherFundsTable addNewOtherFundsTable();
/**
* Removes the ith "OtherFundsTable" element
*/
void removeOtherFundsTable(int i);
/**
* Gets array of all "PriorAwardsTable" elements
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PriorAwardsTable[] getPriorAwardsTableArray();
/**
* Gets ith "PriorAwardsTable" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PriorAwardsTable getPriorAwardsTableArray(int i);
/**
* Returns number of "PriorAwardsTable" element
*/
int sizeOfPriorAwardsTableArray();
/**
* Sets array of all "PriorAwardsTable" element
*/
void setPriorAwardsTableArray(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PriorAwardsTable[] priorAwardsTableArray);
/**
* Sets ith "PriorAwardsTable" element
*/
void setPriorAwardsTableArray(int i, gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PriorAwardsTable priorAwardsTable);
/**
* Inserts and returns a new empty value (as xml) as the ith "PriorAwardsTable" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PriorAwardsTable insertNewPriorAwardsTable(int i);
/**
* Appends and returns a new empty value (as xml) as the last "PriorAwardsTable" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PriorAwardsTable addNewPriorAwardsTable();
/**
* Removes the ith "PriorAwardsTable" element
*/
void removePriorAwardsTable(int i);
/**
* Gets the "InstitutionType" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.InstitutionType.Enum getInstitutionType();
/**
* Gets (as xml) the "InstitutionType" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.InstitutionType xgetInstitutionType();
/**
* Sets the "InstitutionType" element
*/
void setInstitutionType(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.InstitutionType.Enum institutionType);
/**
* Sets (as xml) the "InstitutionType" element
*/
void xsetInstitutionType(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.InstitutionType institutionType);
/**
* Gets the "OrganizationStructure" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OrganizationStructure.Enum getOrganizationStructure();
/**
* Gets (as xml) the "OrganizationStructure" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OrganizationStructure xgetOrganizationStructure();
/**
* True if has "OrganizationStructure" element
*/
boolean isSetOrganizationStructure();
/**
* Sets the "OrganizationStructure" element
*/
void setOrganizationStructure(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OrganizationStructure.Enum organizationStructure);
/**
* Sets (as xml) the "OrganizationStructure" element
*/
void xsetOrganizationStructure(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OrganizationStructure organizationStructure);
/**
* Unsets the "OrganizationStructure" element
*/
void unsetOrganizationStructure();
/**
* Gets the "QID_65" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getQID65();
/**
* Gets (as xml) the "QID_65" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetQID65();
/**
* Sets the "QID_65" element
*/
void setQID65(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum qid65);
/**
* Sets (as xml) the "QID_65" element
*/
void xsetQID65(gov.grants.apply.system.globalLibraryV20.YesNoDataType qid65);
/**
* Gets the "DateofIncorporation" element
*/
java.util.Calendar getDateofIncorporation();
/**
* Gets (as xml) the "DateofIncorporation" element
*/
org.apache.xmlbeans.XmlDate xgetDateofIncorporation();
/**
* Sets the "DateofIncorporation" element
*/
void setDateofIncorporation(java.util.Calendar dateofIncorporation);
/**
* Sets (as xml) the "DateofIncorporation" element
*/
void xsetDateofIncorporation(org.apache.xmlbeans.XmlDate dateofIncorporation);
/**
* Gets the "DateStarted" element
*/
java.util.Calendar getDateStarted();
/**
* Gets (as xml) the "DateStarted" element
*/
org.apache.xmlbeans.XmlDate xgetDateStarted();
/**
* Sets the "DateStarted" element
*/
void setDateStarted(java.util.Calendar dateStarted);
/**
* Sets (as xml) the "DateStarted" element
*/
void xsetDateStarted(org.apache.xmlbeans.XmlDate dateStarted);
/**
* Gets the "CongressionalDistrictApplicant" element
*/
java.lang.String getCongressionalDistrictApplicant();
/**
* Gets (as xml) the "CongressionalDistrictApplicant" element
*/
gov.grants.apply.system.globalLibraryV20.CongressionalDistrictDataType xgetCongressionalDistrictApplicant();
/**
* Sets the "CongressionalDistrictApplicant" element
*/
void setCongressionalDistrictApplicant(java.lang.String congressionalDistrictApplicant);
/**
* Sets (as xml) the "CongressionalDistrictApplicant" element
*/
void xsetCongressionalDistrictApplicant(gov.grants.apply.system.globalLibraryV20.CongressionalDistrictDataType congressionalDistrictApplicant);
/**
* Gets the "QID_42" element
*/
java.lang.String getQID42();
/**
* Gets (as xml) the "QID_42" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30MMDDDataType xgetQID42();
/**
* True if has "QID_42" element
*/
boolean isSetQID42();
/**
* Sets the "QID_42" element
*/
void setQID42(java.lang.String qid42);
/**
* Sets (as xml) the "QID_42" element
*/
void xsetQID42(gov.grants.apply.forms.cdfi30V30.CDFI30MMDDDataType qid42);
/**
* Unsets the "QID_42" element
*/
void unsetQID42();
/**
* Gets the "QID_66" element
*/
long getQID66();
/**
* Gets (as xml) the "QID_66" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30S999999999999DataType xgetQID66();
/**
* Sets the "QID_66" element
*/
void setQID66(long qid66);
/**
* Sets (as xml) the "QID_66" element
*/
void xsetQID66(gov.grants.apply.forms.cdfi30V30.CDFI30S999999999999DataType qid66);
/**
* Gets the "RegulatoryBody" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.RegulatoryBody.Enum getRegulatoryBody();
/**
* Gets (as xml) the "RegulatoryBody" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.RegulatoryBody xgetRegulatoryBody();
/**
* True if has "RegulatoryBody" element
*/
boolean isSetRegulatoryBody();
/**
* Sets the "RegulatoryBody" element
*/
void setRegulatoryBody(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.RegulatoryBody.Enum regulatoryBody);
/**
* Sets (as xml) the "RegulatoryBody" element
*/
void xsetRegulatoryBody(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.RegulatoryBody regulatoryBody);
/**
* Unsets the "RegulatoryBody" element
*/
void unsetRegulatoryBody();
/**
* Gets the "OtherRegulatoryBody" element
*/
java.lang.String getOtherRegulatoryBody();
/**
* Gets (as xml) the "OtherRegulatoryBody" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OtherRegulatoryBody xgetOtherRegulatoryBody();
/**
* True if has "OtherRegulatoryBody" element
*/
boolean isSetOtherRegulatoryBody();
/**
* Sets the "OtherRegulatoryBody" element
*/
void setOtherRegulatoryBody(java.lang.String otherRegulatoryBody);
/**
* Sets (as xml) the "OtherRegulatoryBody" element
*/
void xsetOtherRegulatoryBody(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OtherRegulatoryBody otherRegulatoryBody);
/**
* Unsets the "OtherRegulatoryBody" element
*/
void unsetOtherRegulatoryBody();
/**
* Gets the "FDICCertification" element
*/
java.lang.String getFDICCertification();
/**
* Gets (as xml) the "FDICCertification" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30String15DataType xgetFDICCertification();
/**
* True if has "FDICCertification" element
*/
boolean isSetFDICCertification();
/**
* Sets the "FDICCertification" element
*/
void setFDICCertification(java.lang.String fdicCertification);
/**
* Sets (as xml) the "FDICCertification" element
*/
void xsetFDICCertification(gov.grants.apply.forms.cdfi30V30.CDFI30String15DataType fdicCertification);
/**
* Unsets the "FDICCertification" element
*/
void unsetFDICCertification();
/**
* Gets the "CharterNumber" element
*/
java.lang.String getCharterNumber();
/**
* Gets (as xml) the "CharterNumber" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30String15DataType xgetCharterNumber();
/**
* True if has "CharterNumber" element
*/
boolean isSetCharterNumber();
/**
* Sets the "CharterNumber" element
*/
void setCharterNumber(java.lang.String charterNumber);
/**
* Sets (as xml) the "CharterNumber" element
*/
void xsetCharterNumber(gov.grants.apply.forms.cdfi30V30.CDFI30String15DataType charterNumber);
/**
* Unsets the "CharterNumber" element
*/
void unsetCharterNumber();
/**
* Gets the "MinorityDepository" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMinorityDepository();
/**
* Gets (as xml) the "MinorityDepository" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMinorityDepository();
/**
* True if has "MinorityDepository" element
*/
boolean isSetMinorityDepository();
/**
* Sets the "MinorityDepository" element
*/
void setMinorityDepository(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum minorityDepository);
/**
* Sets (as xml) the "MinorityDepository" element
*/
void xsetMinorityDepository(gov.grants.apply.system.globalLibraryV20.YesNoDataType minorityDepository);
/**
* Unsets the "MinorityDepository" element
*/
void unsetMinorityDepository();
/**
* Gets the "CertificationStatus" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.CertificationStatus.Enum getCertificationStatus();
/**
* Gets (as xml) the "CertificationStatus" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.CertificationStatus xgetCertificationStatus();
/**
* Sets the "CertificationStatus" element
*/
void setCertificationStatus(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.CertificationStatus.Enum certificationStatus);
/**
* Sets (as xml) the "CertificationStatus" element
*/
void xsetCertificationStatus(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.CertificationStatus certificationStatus);
/**
* Gets the "CDFICertificationNumber" element
*/
java.lang.String getCDFICertificationNumber();
/**
* Gets (as xml) the "CDFICertificationNumber" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30String15DataType xgetCDFICertificationNumber();
/**
* True if has "CDFICertificationNumber" element
*/
boolean isSetCDFICertificationNumber();
/**
* Sets the "CDFICertificationNumber" element
*/
void setCDFICertificationNumber(java.lang.String cdfiCertificationNumber);
/**
* Sets (as xml) the "CDFICertificationNumber" element
*/
void xsetCDFICertificationNumber(gov.grants.apply.forms.cdfi30V30.CDFI30String15DataType cdfiCertificationNumber);
/**
* Unsets the "CDFICertificationNumber" element
*/
void unsetCDFICertificationNumber();
/**
* Gets the "CertificationPending" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCertificationPending();
/**
* Gets (as xml) the "CertificationPending" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCertificationPending();
/**
* True if has "CertificationPending" element
*/
boolean isSetCertificationPending();
/**
* Sets the "CertificationPending" element
*/
void setCertificationPending(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum certificationPending);
/**
* Sets (as xml) the "CertificationPending" element
*/
void xsetCertificationPending(gov.grants.apply.system.globalLibraryV20.YesNoDataType certificationPending);
/**
* Unsets the "CertificationPending" element
*/
void unsetCertificationPending();
/**
* Gets the "SubmissionDate" element
*/
java.util.Calendar getSubmissionDate();
/**
* Gets (as xml) the "SubmissionDate" element
*/
org.apache.xmlbeans.XmlDate xgetSubmissionDate();
/**
* True if has "SubmissionDate" element
*/
boolean isSetSubmissionDate();
/**
* Sets the "SubmissionDate" element
*/
void setSubmissionDate(java.util.Calendar submissionDate);
/**
* Sets (as xml) the "SubmissionDate" element
*/
void xsetSubmissionDate(org.apache.xmlbeans.XmlDate submissionDate);
/**
* Unsets the "SubmissionDate" element
*/
void unsetSubmissionDate();
/**
* Gets the "CertificationChecklist" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.CertificationChecklist getCertificationChecklist();
/**
* True if has "CertificationChecklist" element
*/
boolean isSetCertificationChecklist();
/**
* Sets the "CertificationChecklist" element
*/
void setCertificationChecklist(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.CertificationChecklist certificationChecklist);
/**
* Appends and returns a new empty "CertificationChecklist" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.CertificationChecklist addNewCertificationChecklist();
/**
* Unsets the "CertificationChecklist" element
*/
void unsetCertificationChecklist();
/**
* Gets the "QID_58" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.QID58.Enum getQID58();
/**
* Gets (as xml) the "QID_58" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.QID58 xgetQID58();
/**
* Sets the "QID_58" element
*/
void setQID58(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.QID58.Enum qid58);
/**
* Sets (as xml) the "QID_58" element
*/
void xsetQID58(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.QID58 qid58);
/**
* Gets the "PrimaryMarket" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PrimaryMarket getPrimaryMarket();
/**
* True if has "PrimaryMarket" element
*/
boolean isSetPrimaryMarket();
/**
* Sets the "PrimaryMarket" element
*/
void setPrimaryMarket(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PrimaryMarket primaryMarket);
/**
* Appends and returns a new empty "PrimaryMarket" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PrimaryMarket addNewPrimaryMarket();
/**
* Unsets the "PrimaryMarket" element
*/
void unsetPrimaryMarket();
/**
* Gets the "GeographicMarketServed" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.GeographicMarketServed getGeographicMarketServed();
/**
* True if has "GeographicMarketServed" element
*/
boolean isSetGeographicMarketServed();
/**
* Sets the "GeographicMarketServed" element
*/
void setGeographicMarketServed(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.GeographicMarketServed geographicMarketServed);
/**
* Appends and returns a new empty "GeographicMarketServed" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.GeographicMarketServed addNewGeographicMarketServed();
/**
* Unsets the "GeographicMarketServed" element
*/
void unsetGeographicMarketServed();
/**
* Gets the "PrimaryBusiness" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PrimaryBusiness.Enum getPrimaryBusiness();
/**
* Gets (as xml) the "PrimaryBusiness" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PrimaryBusiness xgetPrimaryBusiness();
/**
* Sets the "PrimaryBusiness" element
*/
void setPrimaryBusiness(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PrimaryBusiness.Enum primaryBusiness);
/**
* Sets (as xml) the "PrimaryBusiness" element
*/
void xsetPrimaryBusiness(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PrimaryBusiness primaryBusiness);
/**
* Gets the "SecondaryBusiness" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.SecondaryBusiness getSecondaryBusiness();
/**
* True if has "SecondaryBusiness" element
*/
boolean isSetSecondaryBusiness();
/**
* Sets the "SecondaryBusiness" element
*/
void setSecondaryBusiness(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.SecondaryBusiness secondaryBusiness);
/**
* Appends and returns a new empty "SecondaryBusiness" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.SecondaryBusiness addNewSecondaryBusiness();
/**
* Unsets the "SecondaryBusiness" element
*/
void unsetSecondaryBusiness();
/**
* Gets the "ProductsOffered" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.ProductsOffered getProductsOffered();
/**
* True if has "ProductsOffered" element
*/
boolean isSetProductsOffered();
/**
* Sets the "ProductsOffered" element
*/
void setProductsOffered(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.ProductsOffered productsOffered);
/**
* Appends and returns a new empty "ProductsOffered" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.ProductsOffered addNewProductsOffered();
/**
* Unsets the "ProductsOffered" element
*/
void unsetProductsOffered();
/**
* Gets the "QID_24" element
*/
int getQID24();
/**
* Gets (as xml) the "QID_24" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.QID24 xgetQID24();
/**
* Sets the "QID_24" element
*/
void setQID24(int qid24);
/**
* Sets (as xml) the "QID_24" element
*/
void xsetQID24(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.QID24 qid24);
/**
* Gets the "AssurancesCertifications" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAssurancesCertifications();
/**
* Gets (as xml) the "AssurancesCertifications" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAssurancesCertifications();
/**
* Sets the "AssurancesCertifications" element
*/
void setAssurancesCertifications(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum assurancesCertifications);
/**
* Sets (as xml) the "AssurancesCertifications" element
*/
void xsetAssurancesCertifications(gov.grants.apply.system.globalLibraryV20.YesNoDataType assurancesCertifications);
/**
* Gets the "Details" element
*/
java.lang.String getDetails();
/**
* Gets (as xml) the "Details" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30String4000DataType xgetDetails();
/**
* True if has "Details" element
*/
boolean isSetDetails();
/**
* Sets the "Details" element
*/
void setDetails(java.lang.String details);
/**
* Sets (as xml) the "Details" element
*/
void xsetDetails(gov.grants.apply.forms.cdfi30V30.CDFI30String4000DataType details);
/**
* Unsets the "Details" element
*/
void unsetDetails();
/**
* Gets the "Questionnaire" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.Questionnaire getQuestionnaire();
/**
* True if has "Questionnaire" element
*/
boolean isSetQuestionnaire();
/**
* Sets the "Questionnaire" element
*/
void setQuestionnaire(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.Questionnaire questionnaire);
/**
* Appends and returns a new empty "Questionnaire" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.Questionnaire addNewQuestionnaire();
/**
* Unsets the "Questionnaire" element
*/
void unsetQuestionnaire();
/**
* Gets the "EnvironmentalReview" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.EnvironmentalReview getEnvironmentalReview();
/**
* Sets the "EnvironmentalReview" element
*/
void setEnvironmentalReview(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.EnvironmentalReview environmentalReview);
/**
* Appends and returns a new empty "EnvironmentalReview" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.EnvironmentalReview addNewEnvironmentalReview();
/**
* 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 Organization(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is a complex type.
*/
public interface Organization extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Organization.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("organizationb3e9elemtype");
/**
* 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 "Street1" element
*/
java.lang.String getStreet1();
/**
* Gets (as xml) the "Street1" element
*/
gov.grants.apply.system.globalLibraryV20.StreetDataType xgetStreet1();
/**
* Sets the "Street1" element
*/
void setStreet1(java.lang.String street1);
/**
* Sets (as xml) the "Street1" element
*/
void xsetStreet1(gov.grants.apply.system.globalLibraryV20.StreetDataType street1);
/**
* Gets the "Street2" element
*/
java.lang.String getStreet2();
/**
* Gets (as xml) the "Street2" element
*/
gov.grants.apply.system.globalLibraryV20.StreetDataType xgetStreet2();
/**
* True if has "Street2" element
*/
boolean isSetStreet2();
/**
* Sets the "Street2" element
*/
void setStreet2(java.lang.String street2);
/**
* Sets (as xml) the "Street2" element
*/
void xsetStreet2(gov.grants.apply.system.globalLibraryV20.StreetDataType street2);
/**
* Unsets the "Street2" element
*/
void unsetStreet2();
/**
* Gets the "City" element
*/
java.lang.String getCity();
/**
* Gets (as xml) the "City" element
*/
gov.grants.apply.system.globalLibraryV20.CityDataType xgetCity();
/**
* Sets the "City" element
*/
void setCity(java.lang.String city);
/**
* Sets (as xml) the "City" element
*/
void xsetCity(gov.grants.apply.system.globalLibraryV20.CityDataType city);
/**
* Gets the "State" element
*/
gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum getState();
/**
* Gets (as xml) the "State" element
*/
gov.grants.apply.system.universalCodesV20.StateCodeDataType xgetState();
/**
* True if has "State" element
*/
boolean isSetState();
/**
* Sets the "State" element
*/
void setState(gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum state);
/**
* Sets (as xml) the "State" element
*/
void xsetState(gov.grants.apply.system.universalCodesV20.StateCodeDataType state);
/**
* Unsets the "State" element
*/
void unsetState();
/**
* Gets the "ZipCode" element
*/
java.lang.String getZipCode();
/**
* Gets (as xml) the "ZipCode" element
*/
gov.grants.apply.system.globalLibraryV20.ZipPostalCodeDataType xgetZipCode();
/**
* True if has "ZipCode" element
*/
boolean isSetZipCode();
/**
* Sets the "ZipCode" element
*/
void setZipCode(java.lang.String zipCode);
/**
* Sets (as xml) the "ZipCode" element
*/
void xsetZipCode(gov.grants.apply.system.globalLibraryV20.ZipPostalCodeDataType zipCode);
/**
* Unsets the "ZipCode" element
*/
void unsetZipCode();
/**
* Gets the "EIN" element
*/
java.lang.String getEIN();
/**
* Gets (as xml) the "EIN" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30EmployerIDDataType xgetEIN();
/**
* Sets the "EIN" element
*/
void setEIN(java.lang.String ein);
/**
* Sets (as xml) the "EIN" element
*/
void xsetEIN(gov.grants.apply.forms.cdfi30V30.CDFI30EmployerIDDataType ein);
/**
* Gets the "DUNSNumber" element
*/
java.lang.String getDUNSNumber();
/**
* Gets (as xml) the "DUNSNumber" element
*/
gov.grants.apply.system.globalLibraryV20.DUNSIDDataType xgetDUNSNumber();
/**
* Sets the "DUNSNumber" element
*/
void setDUNSNumber(java.lang.String dunsNumber);
/**
* Sets (as xml) the "DUNSNumber" element
*/
void xsetDUNSNumber(gov.grants.apply.system.globalLibraryV20.DUNSIDDataType dunsNumber);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.Organization newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.Organization) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.Organization newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.Organization) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML AuthorizedRep(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is a complex type.
*/
public interface AuthorizedRep extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AuthorizedRep.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("authorizedrepb988elemtype");
/**
* Gets the "Prefix" element
*/
java.lang.String getPrefix();
/**
* Gets (as xml) the "Prefix" element
*/
gov.grants.apply.system.globalLibraryV20.PrefixNameDataType xgetPrefix();
/**
* True if has "Prefix" element
*/
boolean isSetPrefix();
/**
* Sets the "Prefix" element
*/
void setPrefix(java.lang.String prefix);
/**
* Sets (as xml) the "Prefix" element
*/
void xsetPrefix(gov.grants.apply.system.globalLibraryV20.PrefixNameDataType prefix);
/**
* Unsets the "Prefix" element
*/
void unsetPrefix();
/**
* Gets the "FirstName" element
*/
java.lang.String getFirstName();
/**
* Gets (as xml) the "FirstName" element
*/
gov.grants.apply.system.globalLibraryV20.FirstNameDataType xgetFirstName();
/**
* Sets the "FirstName" element
*/
void setFirstName(java.lang.String firstName);
/**
* Sets (as xml) the "FirstName" element
*/
void xsetFirstName(gov.grants.apply.system.globalLibraryV20.FirstNameDataType firstName);
/**
* Gets the "LastName" element
*/
java.lang.String getLastName();
/**
* Gets (as xml) the "LastName" element
*/
gov.grants.apply.system.globalLibraryV20.LastNameDataType xgetLastName();
/**
* Sets the "LastName" element
*/
void setLastName(java.lang.String lastName);
/**
* Sets (as xml) the "LastName" element
*/
void xsetLastName(gov.grants.apply.system.globalLibraryV20.LastNameDataType lastName);
/**
* Gets the "Title" element
*/
java.lang.String getTitle();
/**
* Gets (as xml) the "Title" element
*/
gov.grants.apply.system.globalLibraryV20.HumanTitleDataType xgetTitle();
/**
* Sets the "Title" element
*/
void setTitle(java.lang.String title);
/**
* Sets (as xml) the "Title" element
*/
void xsetTitle(gov.grants.apply.system.globalLibraryV20.HumanTitleDataType title);
/**
* Gets the "Email" element
*/
java.lang.String getEmail();
/**
* Gets (as xml) the "Email" element
*/
gov.grants.apply.system.globalLibraryV20.EmailDataType xgetEmail();
/**
* Sets the "Email" element
*/
void setEmail(java.lang.String email);
/**
* Sets (as xml) the "Email" element
*/
void xsetEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType email);
/**
* Gets the "Phone" element
*/
java.lang.String getPhone();
/**
* Gets (as xml) the "Phone" element
*/
gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetPhone();
/**
* Sets the "Phone" element
*/
void setPhone(java.lang.String phone);
/**
* Sets (as xml) the "Phone" element
*/
void xsetPhone(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType phone);
/**
* Gets the "Fax" element
*/
java.lang.String getFax();
/**
* Gets (as xml) the "Fax" element
*/
gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetFax();
/**
* True if has "Fax" element
*/
boolean isSetFax();
/**
* Sets the "Fax" element
*/
void setFax(java.lang.String fax);
/**
* Sets (as xml) the "Fax" element
*/
void xsetFax(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType fax);
/**
* Unsets the "Fax" element
*/
void unsetFax();
/**
* Gets the "Street1" element
*/
java.lang.String getStreet1();
/**
* Gets (as xml) the "Street1" element
*/
gov.grants.apply.system.globalLibraryV20.StreetDataType xgetStreet1();
/**
* Sets the "Street1" element
*/
void setStreet1(java.lang.String street1);
/**
* Sets (as xml) the "Street1" element
*/
void xsetStreet1(gov.grants.apply.system.globalLibraryV20.StreetDataType street1);
/**
* Gets the "Street2" element
*/
java.lang.String getStreet2();
/**
* Gets (as xml) the "Street2" element
*/
gov.grants.apply.system.globalLibraryV20.StreetDataType xgetStreet2();
/**
* True if has "Street2" element
*/
boolean isSetStreet2();
/**
* Sets the "Street2" element
*/
void setStreet2(java.lang.String street2);
/**
* Sets (as xml) the "Street2" element
*/
void xsetStreet2(gov.grants.apply.system.globalLibraryV20.StreetDataType street2);
/**
* Unsets the "Street2" element
*/
void unsetStreet2();
/**
* Gets the "City" element
*/
java.lang.String getCity();
/**
* Gets (as xml) the "City" element
*/
gov.grants.apply.system.globalLibraryV20.CityDataType xgetCity();
/**
* Sets the "City" element
*/
void setCity(java.lang.String city);
/**
* Sets (as xml) the "City" element
*/
void xsetCity(gov.grants.apply.system.globalLibraryV20.CityDataType city);
/**
* Gets the "State" element
*/
gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum getState();
/**
* Gets (as xml) the "State" element
*/
gov.grants.apply.system.universalCodesV20.StateCodeDataType xgetState();
/**
* Sets the "State" element
*/
void setState(gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum state);
/**
* Sets (as xml) the "State" element
*/
void xsetState(gov.grants.apply.system.universalCodesV20.StateCodeDataType state);
/**
* Gets the "ZipCode" element
*/
java.lang.String getZipCode();
/**
* Gets (as xml) the "ZipCode" element
*/
gov.grants.apply.system.globalLibraryV20.ZipPostalCodeDataType xgetZipCode();
/**
* Sets the "ZipCode" element
*/
void setZipCode(java.lang.String zipCode);
/**
* Sets (as xml) the "ZipCode" element
*/
void xsetZipCode(gov.grants.apply.system.globalLibraryV20.ZipPostalCodeDataType zipCode);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.AuthorizedRep newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.AuthorizedRep) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.AuthorizedRep newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.AuthorizedRep) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML ApplicationPOC(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is a complex type.
*/
public interface ApplicationPOC extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicationPOC.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicationpocfb4aelemtype");
/**
* Gets the "Prefix" element
*/
java.lang.String getPrefix();
/**
* Gets (as xml) the "Prefix" element
*/
gov.grants.apply.system.globalLibraryV20.PrefixNameDataType xgetPrefix();
/**
* True if has "Prefix" element
*/
boolean isSetPrefix();
/**
* Sets the "Prefix" element
*/
void setPrefix(java.lang.String prefix);
/**
* Sets (as xml) the "Prefix" element
*/
void xsetPrefix(gov.grants.apply.system.globalLibraryV20.PrefixNameDataType prefix);
/**
* Unsets the "Prefix" element
*/
void unsetPrefix();
/**
* Gets the "FirstName" element
*/
java.lang.String getFirstName();
/**
* Gets (as xml) the "FirstName" element
*/
gov.grants.apply.system.globalLibraryV20.FirstNameDataType xgetFirstName();
/**
* True if has "FirstName" element
*/
boolean isSetFirstName();
/**
* Sets the "FirstName" element
*/
void setFirstName(java.lang.String firstName);
/**
* Sets (as xml) the "FirstName" element
*/
void xsetFirstName(gov.grants.apply.system.globalLibraryV20.FirstNameDataType firstName);
/**
* Unsets the "FirstName" element
*/
void unsetFirstName();
/**
* Gets the "LastName" element
*/
java.lang.String getLastName();
/**
* Gets (as xml) the "LastName" element
*/
gov.grants.apply.system.globalLibraryV20.LastNameDataType xgetLastName();
/**
* True if has "LastName" element
*/
boolean isSetLastName();
/**
* Sets the "LastName" element
*/
void setLastName(java.lang.String lastName);
/**
* Sets (as xml) the "LastName" element
*/
void xsetLastName(gov.grants.apply.system.globalLibraryV20.LastNameDataType lastName);
/**
* Unsets the "LastName" element
*/
void unsetLastName();
/**
* Gets the "Title" element
*/
java.lang.String getTitle();
/**
* Gets (as xml) the "Title" element
*/
gov.grants.apply.system.globalLibraryV20.HumanTitleDataType xgetTitle();
/**
* True if has "Title" element
*/
boolean isSetTitle();
/**
* Sets the "Title" element
*/
void setTitle(java.lang.String title);
/**
* Sets (as xml) the "Title" element
*/
void xsetTitle(gov.grants.apply.system.globalLibraryV20.HumanTitleDataType title);
/**
* Unsets the "Title" element
*/
void unsetTitle();
/**
* Gets the "Email" element
*/
java.lang.String getEmail();
/**
* Gets (as xml) the "Email" element
*/
gov.grants.apply.system.globalLibraryV20.EmailDataType xgetEmail();
/**
* True if has "Email" element
*/
boolean isSetEmail();
/**
* Sets the "Email" element
*/
void setEmail(java.lang.String email);
/**
* Sets (as xml) the "Email" element
*/
void xsetEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType email);
/**
* Unsets the "Email" element
*/
void unsetEmail();
/**
* Gets the "Phone" element
*/
java.lang.String getPhone();
/**
* Gets (as xml) the "Phone" element
*/
gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetPhone();
/**
* True if has "Phone" element
*/
boolean isSetPhone();
/**
* Sets the "Phone" element
*/
void setPhone(java.lang.String phone);
/**
* Sets (as xml) the "Phone" element
*/
void xsetPhone(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType phone);
/**
* Unsets the "Phone" element
*/
void unsetPhone();
/**
* Gets the "Fax" element
*/
java.lang.String getFax();
/**
* Gets (as xml) the "Fax" element
*/
gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetFax();
/**
* True if has "Fax" element
*/
boolean isSetFax();
/**
* Sets the "Fax" element
*/
void setFax(java.lang.String fax);
/**
* Sets (as xml) the "Fax" element
*/
void xsetFax(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType fax);
/**
* Unsets the "Fax" element
*/
void unsetFax();
/**
* Gets the "Street1" element
*/
java.lang.String getStreet1();
/**
* Gets (as xml) the "Street1" element
*/
gov.grants.apply.system.globalLibraryV20.StreetDataType xgetStreet1();
/**
* True if has "Street1" element
*/
boolean isSetStreet1();
/**
* Sets the "Street1" element
*/
void setStreet1(java.lang.String street1);
/**
* Sets (as xml) the "Street1" element
*/
void xsetStreet1(gov.grants.apply.system.globalLibraryV20.StreetDataType street1);
/**
* Unsets the "Street1" element
*/
void unsetStreet1();
/**
* Gets the "Street2" element
*/
java.lang.String getStreet2();
/**
* Gets (as xml) the "Street2" element
*/
gov.grants.apply.system.globalLibraryV20.StreetDataType xgetStreet2();
/**
* True if has "Street2" element
*/
boolean isSetStreet2();
/**
* Sets the "Street2" element
*/
void setStreet2(java.lang.String street2);
/**
* Sets (as xml) the "Street2" element
*/
void xsetStreet2(gov.grants.apply.system.globalLibraryV20.StreetDataType street2);
/**
* Unsets the "Street2" element
*/
void unsetStreet2();
/**
* Gets the "City" element
*/
java.lang.String getCity();
/**
* Gets (as xml) the "City" element
*/
gov.grants.apply.system.globalLibraryV20.CityDataType xgetCity();
/**
* True if has "City" element
*/
boolean isSetCity();
/**
* Sets the "City" element
*/
void setCity(java.lang.String city);
/**
* Sets (as xml) the "City" element
*/
void xsetCity(gov.grants.apply.system.globalLibraryV20.CityDataType city);
/**
* Unsets the "City" element
*/
void unsetCity();
/**
* Gets the "State" element
*/
gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum getState();
/**
* Gets (as xml) the "State" element
*/
gov.grants.apply.system.universalCodesV20.StateCodeDataType xgetState();
/**
* True if has "State" element
*/
boolean isSetState();
/**
* Sets the "State" element
*/
void setState(gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum state);
/**
* Sets (as xml) the "State" element
*/
void xsetState(gov.grants.apply.system.universalCodesV20.StateCodeDataType state);
/**
* Unsets the "State" element
*/
void unsetState();
/**
* Gets the "ZipCode" element
*/
java.lang.String getZipCode();
/**
* Gets (as xml) the "ZipCode" element
*/
gov.grants.apply.system.globalLibraryV20.ZipPostalCodeDataType xgetZipCode();
/**
* True if has "ZipCode" element
*/
boolean isSetZipCode();
/**
* Sets the "ZipCode" element
*/
void setZipCode(java.lang.String zipCode);
/**
* Sets (as xml) the "ZipCode" element
*/
void xsetZipCode(gov.grants.apply.system.globalLibraryV20.ZipPostalCodeDataType zipCode);
/**
* Unsets the "ZipCode" element
*/
void unsetZipCode();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.ApplicationPOC newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.ApplicationPOC) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.ApplicationPOC newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.ApplicationPOC) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML TypeAssistance(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi30V30.CDFI30Document$CDFI30$TypeAssistance.
*/
public interface TypeAssistance extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TypeAssistance.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("typeassistanced708elemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum FA = Enum.forString("FA");
static final Enum TA = Enum.forString("TA");
static final Enum FA_HFFI = Enum.forString("FA-HFFI");
static final int INT_FA = Enum.INT_FA;
static final int INT_TA = Enum.INT_TA;
static final int INT_FA_HFFI = Enum.INT_FA_HFFI;
/**
* Enumeration value class for gov.grants.apply.forms.cdfi30V30.CDFI30Document$CDFI30$TypeAssistance.
* 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_FA
* 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_FA = 1;
static final int INT_TA = 2;
static final int INT_FA_HFFI = 3;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("FA", INT_FA),
new Enum("TA", INT_TA),
new Enum("FA-HFFI", INT_FA_HFFI),
}
);
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.cdfi30V30.CDFI30Document.CDFI30.TypeAssistance newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TypeAssistance) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TypeAssistance newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TypeAssistance) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TypeAssistance newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TypeAssistance) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML FARequestedAmount(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is a complex type.
*/
public interface FARequestedAmount extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FARequestedAmount.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("farequestedamount0991elemtype");
/**
* Gets the "Loan" element
*/
int getLoan();
/**
* Gets (as xml) the "Loan" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To2000000DataType xgetLoan();
/**
* True if has "Loan" element
*/
boolean isSetLoan();
/**
* Sets the "Loan" element
*/
void setLoan(int loan);
/**
* Sets (as xml) the "Loan" element
*/
void xsetLoan(gov.grants.apply.forms.cdfi30V30.CDFI300To2000000DataType loan);
/**
* Unsets the "Loan" element
*/
void unsetLoan();
/**
* Gets the "Grant" element
*/
int getGrant();
/**
* Gets (as xml) the "Grant" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To2000000DataType xgetGrant();
/**
* True if has "Grant" element
*/
boolean isSetGrant();
/**
* Sets the "Grant" element
*/
void setGrant(int grant);
/**
* Sets (as xml) the "Grant" element
*/
void xsetGrant(gov.grants.apply.forms.cdfi30V30.CDFI300To2000000DataType grant);
/**
* Unsets the "Grant" element
*/
void unsetGrant();
/**
* Gets the "Equity" element
*/
int getEquity();
/**
* Gets (as xml) the "Equity" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To2000000DataType xgetEquity();
/**
* True if has "Equity" element
*/
boolean isSetEquity();
/**
* Sets the "Equity" element
*/
void setEquity(int equity);
/**
* Sets (as xml) the "Equity" element
*/
void xsetEquity(gov.grants.apply.forms.cdfi30V30.CDFI300To2000000DataType equity);
/**
* Unsets the "Equity" element
*/
void unsetEquity();
/**
* Gets the "SharesDeposits" element
*/
int getSharesDeposits();
/**
* Gets (as xml) the "SharesDeposits" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To2000000DataType xgetSharesDeposits();
/**
* True if has "SharesDeposits" element
*/
boolean isSetSharesDeposits();
/**
* Sets the "SharesDeposits" element
*/
void setSharesDeposits(int sharesDeposits);
/**
* Sets (as xml) the "SharesDeposits" element
*/
void xsetSharesDeposits(gov.grants.apply.forms.cdfi30V30.CDFI300To2000000DataType sharesDeposits);
/**
* Unsets the "SharesDeposits" element
*/
void unsetSharesDeposits();
/**
* Gets the "SecondaryCapital" element
*/
int getSecondaryCapital();
/**
* Gets (as xml) the "SecondaryCapital" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To2000000DataType xgetSecondaryCapital();
/**
* True if has "SecondaryCapital" element
*/
boolean isSetSecondaryCapital();
/**
* Sets the "SecondaryCapital" element
*/
void setSecondaryCapital(int secondaryCapital);
/**
* Sets (as xml) the "SecondaryCapital" element
*/
void xsetSecondaryCapital(gov.grants.apply.forms.cdfi30V30.CDFI300To2000000DataType secondaryCapital);
/**
* Unsets the "SecondaryCapital" element
*/
void unsetSecondaryCapital();
/**
* Gets the "QID_54" element
*/
int getQID54();
/**
* Gets (as xml) the "QID_54" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI301To2000000DataType xgetQID54();
/**
* True if has "QID_54" element
*/
boolean isSetQID54();
/**
* Sets the "QID_54" element
*/
void setQID54(int qid54);
/**
* Sets (as xml) the "QID_54" element
*/
void xsetQID54(gov.grants.apply.forms.cdfi30V30.CDFI301To2000000DataType qid54);
/**
* Unsets the "QID_54" element
*/
void unsetQID54();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.FARequestedAmount newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.FARequestedAmount) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.FARequestedAmount newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.FARequestedAmount) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML TARequestSummary(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is a complex type.
*/
public interface TARequestSummary extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TARequestSummary.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("tarequestsummary303aelemtype");
/**
* Gets the "Personnel" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Personnel getPersonnel();
/**
* True if has "Personnel" element
*/
boolean isSetPersonnel();
/**
* Sets the "Personnel" element
*/
void setPersonnel(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Personnel personnel);
/**
* Appends and returns a new empty "Personnel" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Personnel addNewPersonnel();
/**
* Unsets the "Personnel" element
*/
void unsetPersonnel();
/**
* Gets the "Training" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Training getTraining();
/**
* True if has "Training" element
*/
boolean isSetTraining();
/**
* Sets the "Training" element
*/
void setTraining(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Training training);
/**
* Appends and returns a new empty "Training" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Training addNewTraining();
/**
* Unsets the "Training" element
*/
void unsetTraining();
/**
* Gets the "Travel" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Travel getTravel();
/**
* True if has "Travel" element
*/
boolean isSetTravel();
/**
* Sets the "Travel" element
*/
void setTravel(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Travel travel);
/**
* Appends and returns a new empty "Travel" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Travel addNewTravel();
/**
* Unsets the "Travel" element
*/
void unsetTravel();
/**
* Gets the "ProfessionalServices" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices getProfessionalServices();
/**
* True if has "ProfessionalServices" element
*/
boolean isSetProfessionalServices();
/**
* Sets the "ProfessionalServices" element
*/
void setProfessionalServices(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices professionalServices);
/**
* Appends and returns a new empty "ProfessionalServices" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices addNewProfessionalServices();
/**
* Unsets the "ProfessionalServices" element
*/
void unsetProfessionalServices();
/**
* Gets the "Equipment" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Equipment getEquipment();
/**
* True if has "Equipment" element
*/
boolean isSetEquipment();
/**
* Sets the "Equipment" element
*/
void setEquipment(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Equipment equipment);
/**
* Appends and returns a new empty "Equipment" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Equipment addNewEquipment();
/**
* Unsets the "Equipment" element
*/
void unsetEquipment();
/**
* Gets the "TotalTARequest" element
*/
int getTotalTARequest();
/**
* Gets (as xml) the "TotalTARequest" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType xgetTotalTARequest();
/**
* True if has "TotalTARequest" element
*/
boolean isSetTotalTARequest();
/**
* Sets the "TotalTARequest" element
*/
void setTotalTARequest(int totalTARequest);
/**
* Sets (as xml) the "TotalTARequest" element
*/
void xsetTotalTARequest(gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType totalTARequest);
/**
* Unsets the "TotalTARequest" element
*/
void unsetTotalTARequest();
/**
* An XML Personnel(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is a complex type.
*/
public interface Personnel extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Personnel.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("personnelb74eelemtype");
/**
* Gets array of all "PersonnelItem" elements
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Personnel.PersonnelItem[] getPersonnelItemArray();
/**
* Gets ith "PersonnelItem" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Personnel.PersonnelItem getPersonnelItemArray(int i);
/**
* Returns number of "PersonnelItem" element
*/
int sizeOfPersonnelItemArray();
/**
* Sets array of all "PersonnelItem" element
*/
void setPersonnelItemArray(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Personnel.PersonnelItem[] personnelItemArray);
/**
* Sets ith "PersonnelItem" element
*/
void setPersonnelItemArray(int i, gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Personnel.PersonnelItem personnelItem);
/**
* Inserts and returns a new empty value (as xml) as the ith "PersonnelItem" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Personnel.PersonnelItem insertNewPersonnelItem(int i);
/**
* Appends and returns a new empty value (as xml) as the last "PersonnelItem" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Personnel.PersonnelItem addNewPersonnelItem();
/**
* Removes the ith "PersonnelItem" element
*/
void removePersonnelItem(int i);
/**
* Gets the "SubTotal" element
*/
int getSubTotal();
/**
* Gets (as xml) the "SubTotal" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType xgetSubTotal();
/**
* True if has "SubTotal" element
*/
boolean isSetSubTotal();
/**
* Sets the "SubTotal" element
*/
void setSubTotal(int subTotal);
/**
* Sets (as xml) the "SubTotal" element
*/
void xsetSubTotal(gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType subTotal);
/**
* Unsets the "SubTotal" element
*/
void unsetSubTotal();
/**
* An XML PersonnelItem(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is a complex type.
*/
public interface PersonnelItem extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PersonnelItem.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("personnelitem4f8felemtype");
/**
* Gets the "PositionEmployeeName" element
*/
java.lang.String getPositionEmployeeName();
/**
* Gets (as xml) the "PositionEmployeeName" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30String30DataType xgetPositionEmployeeName();
/**
* True if has "PositionEmployeeName" element
*/
boolean isSetPositionEmployeeName();
/**
* Sets the "PositionEmployeeName" element
*/
void setPositionEmployeeName(java.lang.String positionEmployeeName);
/**
* Sets (as xml) the "PositionEmployeeName" element
*/
void xsetPositionEmployeeName(gov.grants.apply.forms.cdfi30V30.CDFI30String30DataType positionEmployeeName);
/**
* Unsets the "PositionEmployeeName" element
*/
void unsetPositionEmployeeName();
/**
* Gets the "Salary" element
*/
int getSalary();
/**
* Gets (as xml) the "Salary" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To999999DataType xgetSalary();
/**
* True if has "Salary" element
*/
boolean isSetSalary();
/**
* Sets the "Salary" element
*/
void setSalary(int salary);
/**
* Sets (as xml) the "Salary" element
*/
void xsetSalary(gov.grants.apply.forms.cdfi30V30.CDFI300To999999DataType salary);
/**
* Unsets the "Salary" element
*/
void unsetSalary();
/**
* Gets the "Fringe" element
*/
int getFringe();
/**
* Gets (as xml) the "Fringe" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To100DataType xgetFringe();
/**
* True if has "Fringe" element
*/
boolean isSetFringe();
/**
* Sets the "Fringe" element
*/
void setFringe(int fringe);
/**
* Sets (as xml) the "Fringe" element
*/
void xsetFringe(gov.grants.apply.forms.cdfi30V30.CDFI300To100DataType fringe);
/**
* Unsets the "Fringe" element
*/
void unsetFringe();
/**
* Gets the "Workload" element
*/
int getWorkload();
/**
* Gets (as xml) the "Workload" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To100DataType xgetWorkload();
/**
* True if has "Workload" element
*/
boolean isSetWorkload();
/**
* Sets the "Workload" element
*/
void setWorkload(int workload);
/**
* Sets (as xml) the "Workload" element
*/
void xsetWorkload(gov.grants.apply.forms.cdfi30V30.CDFI300To100DataType workload);
/**
* Unsets the "Workload" element
*/
void unsetWorkload();
/**
* Gets the "Years" element
*/
int getYears();
/**
* Gets (as xml) the "Years" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI301To3DataType xgetYears();
/**
* True if has "Years" element
*/
boolean isSetYears();
/**
* Sets the "Years" element
*/
void setYears(int years);
/**
* Sets (as xml) the "Years" element
*/
void xsetYears(gov.grants.apply.forms.cdfi30V30.CDFI301To3DataType years);
/**
* Unsets the "Years" element
*/
void unsetYears();
/**
* Gets the "Total" element
*/
int getTotal();
/**
* Gets (as xml) the "Total" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType xgetTotal();
/**
* True if has "Total" element
*/
boolean isSetTotal();
/**
* Sets the "Total" element
*/
void setTotal(int total);
/**
* Sets (as xml) the "Total" element
*/
void xsetTotal(gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType total);
/**
* Unsets the "Total" element
*/
void unsetTotal();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Personnel.PersonnelItem newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Personnel.PersonnelItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Personnel.PersonnelItem newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Personnel.PersonnelItem) 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.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Personnel newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Personnel) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Personnel newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Personnel) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML Training(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is a complex type.
*/
public interface Training extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Training.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("trainingfc64elemtype");
/**
* Gets array of all "TrainingItem" elements
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Training.TrainingItem[] getTrainingItemArray();
/**
* Gets ith "TrainingItem" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Training.TrainingItem getTrainingItemArray(int i);
/**
* Returns number of "TrainingItem" element
*/
int sizeOfTrainingItemArray();
/**
* Sets array of all "TrainingItem" element
*/
void setTrainingItemArray(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Training.TrainingItem[] trainingItemArray);
/**
* Sets ith "TrainingItem" element
*/
void setTrainingItemArray(int i, gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Training.TrainingItem trainingItem);
/**
* Inserts and returns a new empty value (as xml) as the ith "TrainingItem" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Training.TrainingItem insertNewTrainingItem(int i);
/**
* Appends and returns a new empty value (as xml) as the last "TrainingItem" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Training.TrainingItem addNewTrainingItem();
/**
* Removes the ith "TrainingItem" element
*/
void removeTrainingItem(int i);
/**
* Gets the "SubTotal" element
*/
int getSubTotal();
/**
* Gets (as xml) the "SubTotal" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType xgetSubTotal();
/**
* True if has "SubTotal" element
*/
boolean isSetSubTotal();
/**
* Sets the "SubTotal" element
*/
void setSubTotal(int subTotal);
/**
* Sets (as xml) the "SubTotal" element
*/
void xsetSubTotal(gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType subTotal);
/**
* Unsets the "SubTotal" element
*/
void unsetSubTotal();
/**
* An XML TrainingItem(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is a complex type.
*/
public interface TrainingItem extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TrainingItem.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("trainingitem042delemtype");
/**
* Gets the "CourseNameDescription" element
*/
java.lang.String getCourseNameDescription();
/**
* Gets (as xml) the "CourseNameDescription" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30String30DataType xgetCourseNameDescription();
/**
* True if has "CourseNameDescription" element
*/
boolean isSetCourseNameDescription();
/**
* Sets the "CourseNameDescription" element
*/
void setCourseNameDescription(java.lang.String courseNameDescription);
/**
* Sets (as xml) the "CourseNameDescription" element
*/
void xsetCourseNameDescription(gov.grants.apply.forms.cdfi30V30.CDFI30String30DataType courseNameDescription);
/**
* Unsets the "CourseNameDescription" element
*/
void unsetCourseNameDescription();
/**
* Gets the "Provider" element
*/
java.lang.String getProvider();
/**
* Gets (as xml) the "Provider" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30String30DataType xgetProvider();
/**
* True if has "Provider" element
*/
boolean isSetProvider();
/**
* Sets the "Provider" element
*/
void setProvider(java.lang.String provider);
/**
* Sets (as xml) the "Provider" element
*/
void xsetProvider(gov.grants.apply.forms.cdfi30V30.CDFI30String30DataType provider);
/**
* Unsets the "Provider" element
*/
void unsetProvider();
/**
* Gets the "Attendees" element
*/
int getAttendees();
/**
* Gets (as xml) the "Attendees" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To999DataType xgetAttendees();
/**
* True if has "Attendees" element
*/
boolean isSetAttendees();
/**
* Sets the "Attendees" element
*/
void setAttendees(int attendees);
/**
* Sets (as xml) the "Attendees" element
*/
void xsetAttendees(gov.grants.apply.forms.cdfi30V30.CDFI300To999DataType attendees);
/**
* Unsets the "Attendees" element
*/
void unsetAttendees();
/**
* Gets the "CostPerPerson" element
*/
int getCostPerPerson();
/**
* Gets (as xml) the "CostPerPerson" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType xgetCostPerPerson();
/**
* True if has "CostPerPerson" element
*/
boolean isSetCostPerPerson();
/**
* Sets the "CostPerPerson" element
*/
void setCostPerPerson(int costPerPerson);
/**
* Sets (as xml) the "CostPerPerson" element
*/
void xsetCostPerPerson(gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType costPerPerson);
/**
* Unsets the "CostPerPerson" element
*/
void unsetCostPerPerson();
/**
* Gets the "Total" element
*/
int getTotal();
/**
* Gets (as xml) the "Total" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType xgetTotal();
/**
* True if has "Total" element
*/
boolean isSetTotal();
/**
* Sets the "Total" element
*/
void setTotal(int total);
/**
* Sets (as xml) the "Total" element
*/
void xsetTotal(gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType total);
/**
* Unsets the "Total" element
*/
void unsetTotal();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Training.TrainingItem newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Training.TrainingItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Training.TrainingItem newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Training.TrainingItem) 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.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Training newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Training) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Training newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Training) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML Travel(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is a complex type.
*/
public interface Travel extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Travel.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("travele024elemtype");
/**
* Gets array of all "TravelItem" elements
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Travel.TravelItem[] getTravelItemArray();
/**
* Gets ith "TravelItem" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Travel.TravelItem getTravelItemArray(int i);
/**
* Returns number of "TravelItem" element
*/
int sizeOfTravelItemArray();
/**
* Sets array of all "TravelItem" element
*/
void setTravelItemArray(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Travel.TravelItem[] travelItemArray);
/**
* Sets ith "TravelItem" element
*/
void setTravelItemArray(int i, gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Travel.TravelItem travelItem);
/**
* Inserts and returns a new empty value (as xml) as the ith "TravelItem" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Travel.TravelItem insertNewTravelItem(int i);
/**
* Appends and returns a new empty value (as xml) as the last "TravelItem" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Travel.TravelItem addNewTravelItem();
/**
* Removes the ith "TravelItem" element
*/
void removeTravelItem(int i);
/**
* Gets the "SubTotal" element
*/
int getSubTotal();
/**
* Gets (as xml) the "SubTotal" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType xgetSubTotal();
/**
* True if has "SubTotal" element
*/
boolean isSetSubTotal();
/**
* Sets the "SubTotal" element
*/
void setSubTotal(int subTotal);
/**
* Sets (as xml) the "SubTotal" element
*/
void xsetSubTotal(gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType subTotal);
/**
* Unsets the "SubTotal" element
*/
void unsetSubTotal();
/**
* Gets the "TravelPolicies" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Travel.TravelPolicies.Enum getTravelPolicies();
/**
* Gets (as xml) the "TravelPolicies" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Travel.TravelPolicies xgetTravelPolicies();
/**
* True if has "TravelPolicies" element
*/
boolean isSetTravelPolicies();
/**
* Sets the "TravelPolicies" element
*/
void setTravelPolicies(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Travel.TravelPolicies.Enum travelPolicies);
/**
* Sets (as xml) the "TravelPolicies" element
*/
void xsetTravelPolicies(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Travel.TravelPolicies travelPolicies);
/**
* Unsets the "TravelPolicies" element
*/
void unsetTravelPolicies();
/**
* An XML TravelItem(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is a complex type.
*/
public interface TravelItem extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TravelItem.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("travelitem7a6delemtype");
/**
* Gets the "TripName" element
*/
java.lang.String getTripName();
/**
* Gets (as xml) the "TripName" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30String30DataType xgetTripName();
/**
* True if has "TripName" element
*/
boolean isSetTripName();
/**
* Sets the "TripName" element
*/
void setTripName(java.lang.String tripName);
/**
* Sets (as xml) the "TripName" element
*/
void xsetTripName(gov.grants.apply.forms.cdfi30V30.CDFI30String30DataType tripName);
/**
* Unsets the "TripName" element
*/
void unsetTripName();
/**
* Gets the "Location" element
*/
java.lang.String getLocation();
/**
* Gets (as xml) the "Location" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30String30DataType xgetLocation();
/**
* True if has "Location" element
*/
boolean isSetLocation();
/**
* Sets the "Location" element
*/
void setLocation(java.lang.String location);
/**
* Sets (as xml) the "Location" element
*/
void xsetLocation(gov.grants.apply.forms.cdfi30V30.CDFI30String30DataType location);
/**
* Unsets the "Location" element
*/
void unsetLocation();
/**
* Gets the "People" element
*/
int getPeople();
/**
* Gets (as xml) the "People" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To999DataType xgetPeople();
/**
* True if has "People" element
*/
boolean isSetPeople();
/**
* Sets the "People" element
*/
void setPeople(int people);
/**
* Sets (as xml) the "People" element
*/
void xsetPeople(gov.grants.apply.forms.cdfi30V30.CDFI300To999DataType people);
/**
* Unsets the "People" element
*/
void unsetPeople();
/**
* Gets the "Transportation" element
*/
int getTransportation();
/**
* Gets (as xml) the "Transportation" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType xgetTransportation();
/**
* True if has "Transportation" element
*/
boolean isSetTransportation();
/**
* Sets the "Transportation" element
*/
void setTransportation(int transportation);
/**
* Sets (as xml) the "Transportation" element
*/
void xsetTransportation(gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType transportation);
/**
* Unsets the "Transportation" element
*/
void unsetTransportation();
/**
* Gets the "Lodging" element
*/
int getLodging();
/**
* Gets (as xml) the "Lodging" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType xgetLodging();
/**
* True if has "Lodging" element
*/
boolean isSetLodging();
/**
* Sets the "Lodging" element
*/
void setLodging(int lodging);
/**
* Sets (as xml) the "Lodging" element
*/
void xsetLodging(gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType lodging);
/**
* Unsets the "Lodging" element
*/
void unsetLodging();
/**
* Gets the "Total" element
*/
int getTotal();
/**
* Gets (as xml) the "Total" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType xgetTotal();
/**
* True if has "Total" element
*/
boolean isSetTotal();
/**
* Sets the "Total" element
*/
void setTotal(int total);
/**
* Sets (as xml) the "Total" element
*/
void xsetTotal(gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType total);
/**
* Unsets the "Total" element
*/
void unsetTotal();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Travel.TravelItem newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Travel.TravelItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Travel.TravelItem newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Travel.TravelItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML TravelPolicies(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi30V30.CDFI30Document$CDFI30$TARequestSummary$Travel$TravelPolicies.
*/
public interface TravelPolicies extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TravelPolicies.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("travelpoliciesb6eaelemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum FEDERAL = Enum.forString("Federal");
static final Enum INTERNAL = Enum.forString("Internal");
static final int INT_FEDERAL = Enum.INT_FEDERAL;
static final int INT_INTERNAL = Enum.INT_INTERNAL;
/**
* Enumeration value class for gov.grants.apply.forms.cdfi30V30.CDFI30Document$CDFI30$TARequestSummary$Travel$TravelPolicies.
* 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_FEDERAL
* 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_FEDERAL = 1;
static final int INT_INTERNAL = 2;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("Federal", INT_FEDERAL),
new Enum("Internal", INT_INTERNAL),
}
);
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.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Travel.TravelPolicies newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Travel.TravelPolicies) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Travel.TravelPolicies newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Travel.TravelPolicies) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Travel.TravelPolicies newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Travel.TravelPolicies) 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.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Travel newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Travel) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Travel newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Travel) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML ProfessionalServices(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is a complex type.
*/
public interface ProfessionalServices extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProfessionalServices.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("professionalservicesf279elemtype");
/**
* Gets array of all "ProfessionalServicesItem" elements
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProfessionalServicesItem[] getProfessionalServicesItemArray();
/**
* Gets ith "ProfessionalServicesItem" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProfessionalServicesItem getProfessionalServicesItemArray(int i);
/**
* Returns number of "ProfessionalServicesItem" element
*/
int sizeOfProfessionalServicesItemArray();
/**
* Sets array of all "ProfessionalServicesItem" element
*/
void setProfessionalServicesItemArray(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProfessionalServicesItem[] professionalServicesItemArray);
/**
* Sets ith "ProfessionalServicesItem" element
*/
void setProfessionalServicesItemArray(int i, gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProfessionalServicesItem professionalServicesItem);
/**
* Inserts and returns a new empty value (as xml) as the ith "ProfessionalServicesItem" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProfessionalServicesItem insertNewProfessionalServicesItem(int i);
/**
* Appends and returns a new empty value (as xml) as the last "ProfessionalServicesItem" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProfessionalServicesItem addNewProfessionalServicesItem();
/**
* Removes the ith "ProfessionalServicesItem" element
*/
void removeProfessionalServicesItem(int i);
/**
* Gets the "SubTotal" element
*/
int getSubTotal();
/**
* Gets (as xml) the "SubTotal" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType xgetSubTotal();
/**
* True if has "SubTotal" element
*/
boolean isSetSubTotal();
/**
* Sets the "SubTotal" element
*/
void setSubTotal(int subTotal);
/**
* Sets (as xml) the "SubTotal" element
*/
void xsetSubTotal(gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType subTotal);
/**
* Unsets the "SubTotal" element
*/
void unsetSubTotal();
/**
* Gets the "ProcurementPolicies" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProcurementPolicies.Enum getProcurementPolicies();
/**
* Gets (as xml) the "ProcurementPolicies" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProcurementPolicies xgetProcurementPolicies();
/**
* True if has "ProcurementPolicies" element
*/
boolean isSetProcurementPolicies();
/**
* Sets the "ProcurementPolicies" element
*/
void setProcurementPolicies(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProcurementPolicies.Enum procurementPolicies);
/**
* Sets (as xml) the "ProcurementPolicies" element
*/
void xsetProcurementPolicies(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProcurementPolicies procurementPolicies);
/**
* Unsets the "ProcurementPolicies" element
*/
void unsetProcurementPolicies();
/**
* An XML ProfessionalServicesItem(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is a complex type.
*/
public interface ProfessionalServicesItem extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProfessionalServicesItem.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("professionalservicesitem798delemtype");
/**
* Gets the "Service" element
*/
java.lang.String getService();
/**
* Gets (as xml) the "Service" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30String30DataType xgetService();
/**
* True if has "Service" element
*/
boolean isSetService();
/**
* Sets the "Service" element
*/
void setService(java.lang.String service);
/**
* Sets (as xml) the "Service" element
*/
void xsetService(gov.grants.apply.forms.cdfi30V30.CDFI30String30DataType service);
/**
* Unsets the "Service" element
*/
void unsetService();
/**
* Gets the "Provider" element
*/
java.lang.String getProvider();
/**
* Gets (as xml) the "Provider" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30String30DataType xgetProvider();
/**
* True if has "Provider" element
*/
boolean isSetProvider();
/**
* Sets the "Provider" element
*/
void setProvider(java.lang.String provider);
/**
* Sets (as xml) the "Provider" element
*/
void xsetProvider(gov.grants.apply.forms.cdfi30V30.CDFI30String30DataType provider);
/**
* Unsets the "Provider" element
*/
void unsetProvider();
/**
* Gets the "ContractType" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.ContractType.Enum getContractType();
/**
* Gets (as xml) the "ContractType" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.ContractType xgetContractType();
/**
* True if has "ContractType" element
*/
boolean isSetContractType();
/**
* Sets the "ContractType" element
*/
void setContractType(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.ContractType.Enum contractType);
/**
* Sets (as xml) the "ContractType" element
*/
void xsetContractType(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.ContractType contractType);
/**
* Unsets the "ContractType" element
*/
void unsetContractType();
/**
* Gets the "CostType" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.CostType.Enum getCostType();
/**
* Gets (as xml) the "CostType" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.CostType xgetCostType();
/**
* True if has "CostType" element
*/
boolean isSetCostType();
/**
* Sets the "CostType" element
*/
void setCostType(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.CostType.Enum costType);
/**
* Sets (as xml) the "CostType" element
*/
void xsetCostType(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.CostType costType);
/**
* Unsets the "CostType" element
*/
void unsetCostType();
/**
* Gets the "Hours" element
*/
int getHours();
/**
* Gets (as xml) the "Hours" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To9999DataType xgetHours();
/**
* True if has "Hours" element
*/
boolean isSetHours();
/**
* Sets the "Hours" element
*/
void setHours(int hours);
/**
* Sets (as xml) the "Hours" element
*/
void xsetHours(gov.grants.apply.forms.cdfi30V30.CDFI300To9999DataType hours);
/**
* Unsets the "Hours" element
*/
void unsetHours();
/**
* Gets the "HourlyRate" element
*/
java.math.BigDecimal getHourlyRate();
/**
* Gets (as xml) the "HourlyRate" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To999P99DataType xgetHourlyRate();
/**
* True if has "HourlyRate" element
*/
boolean isSetHourlyRate();
/**
* Sets the "HourlyRate" element
*/
void setHourlyRate(java.math.BigDecimal hourlyRate);
/**
* Sets (as xml) the "HourlyRate" element
*/
void xsetHourlyRate(gov.grants.apply.forms.cdfi30V30.CDFI300To999P99DataType hourlyRate);
/**
* Unsets the "HourlyRate" element
*/
void unsetHourlyRate();
/**
* Gets the "ProjectedCost" element
*/
int getProjectedCost();
/**
* Gets (as xml) the "ProjectedCost" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType xgetProjectedCost();
/**
* True if has "ProjectedCost" element
*/
boolean isSetProjectedCost();
/**
* Sets the "ProjectedCost" element
*/
void setProjectedCost(int projectedCost);
/**
* Sets (as xml) the "ProjectedCost" element
*/
void xsetProjectedCost(gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType projectedCost);
/**
* Unsets the "ProjectedCost" element
*/
void unsetProjectedCost();
/**
* Gets the "Total" element
*/
int getTotal();
/**
* Gets (as xml) the "Total" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType xgetTotal();
/**
* True if has "Total" element
*/
boolean isSetTotal();
/**
* Sets the "Total" element
*/
void setTotal(int total);
/**
* Sets (as xml) the "Total" element
*/
void xsetTotal(gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType total);
/**
* Unsets the "Total" element
*/
void unsetTotal();
/**
* An XML ContractType(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi30V30.CDFI30Document$CDFI30$TARequestSummary$ProfessionalServices$ProfessionalServicesItem$ContractType.
*/
public interface ContractType extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ContractType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("contracttype0865elemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum CONSULTANT_SOLE_SOURCE = Enum.forString("Consultant/Sole Source");
static final Enum CONTRACTOR_COMPETITIVE_BID = Enum.forString("Contractor/Competitive Bid");
static final int INT_CONSULTANT_SOLE_SOURCE = Enum.INT_CONSULTANT_SOLE_SOURCE;
static final int INT_CONTRACTOR_COMPETITIVE_BID = Enum.INT_CONTRACTOR_COMPETITIVE_BID;
/**
* Enumeration value class for gov.grants.apply.forms.cdfi30V30.CDFI30Document$CDFI30$TARequestSummary$ProfessionalServices$ProfessionalServicesItem$ContractType.
* 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_CONSULTANT_SOLE_SOURCE
* 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_CONSULTANT_SOLE_SOURCE = 1;
static final int INT_CONTRACTOR_COMPETITIVE_BID = 2;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("Consultant/Sole Source", INT_CONSULTANT_SOLE_SOURCE),
new Enum("Contractor/Competitive Bid", INT_CONTRACTOR_COMPETITIVE_BID),
}
);
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.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.ContractType newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.ContractType) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.ContractType newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.ContractType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.ContractType newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.ContractType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML CostType(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi30V30.CDFI30Document$CDFI30$TARequestSummary$ProfessionalServices$ProfessionalServicesItem$CostType.
*/
public interface CostType extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CostType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("costtype8acaelemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum HOURLY = Enum.forString("Hourly");
static final Enum PER_TASK = Enum.forString("Per Task");
static final int INT_HOURLY = Enum.INT_HOURLY;
static final int INT_PER_TASK = Enum.INT_PER_TASK;
/**
* Enumeration value class for gov.grants.apply.forms.cdfi30V30.CDFI30Document$CDFI30$TARequestSummary$ProfessionalServices$ProfessionalServicesItem$CostType.
* 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_HOURLY
* 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_HOURLY = 1;
static final int INT_PER_TASK = 2;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("Hourly", INT_HOURLY),
new Enum("Per Task", INT_PER_TASK),
}
);
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.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.CostType newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.CostType) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.CostType newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.CostType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.CostType newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.CostType) 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.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProfessionalServicesItem newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProfessionalServicesItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProfessionalServicesItem newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProfessionalServicesItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML ProcurementPolicies(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi30V30.CDFI30Document$CDFI30$TARequestSummary$ProfessionalServices$ProcurementPolicies.
*/
public interface ProcurementPolicies extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProcurementPolicies.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("procurementpolicies44e5elemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum FEDERAL = Enum.forString("Federal");
static final Enum INTERNAL = Enum.forString("Internal");
static final int INT_FEDERAL = Enum.INT_FEDERAL;
static final int INT_INTERNAL = Enum.INT_INTERNAL;
/**
* Enumeration value class for gov.grants.apply.forms.cdfi30V30.CDFI30Document$CDFI30$TARequestSummary$ProfessionalServices$ProcurementPolicies.
* 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_FEDERAL
* 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_FEDERAL = 1;
static final int INT_INTERNAL = 2;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("Federal", INT_FEDERAL),
new Enum("Internal", INT_INTERNAL),
}
);
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.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProcurementPolicies newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProcurementPolicies) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProcurementPolicies newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProcurementPolicies) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProcurementPolicies newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices.ProcurementPolicies) 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.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.ProfessionalServices) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML Equipment(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is a complex type.
*/
public interface Equipment extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Equipment.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("equipment24a0elemtype");
/**
* Gets array of all "EquipmentItem" elements
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Equipment.EquipmentItem[] getEquipmentItemArray();
/**
* Gets ith "EquipmentItem" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Equipment.EquipmentItem getEquipmentItemArray(int i);
/**
* Returns number of "EquipmentItem" element
*/
int sizeOfEquipmentItemArray();
/**
* Sets array of all "EquipmentItem" element
*/
void setEquipmentItemArray(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Equipment.EquipmentItem[] equipmentItemArray);
/**
* Sets ith "EquipmentItem" element
*/
void setEquipmentItemArray(int i, gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Equipment.EquipmentItem equipmentItem);
/**
* Inserts and returns a new empty value (as xml) as the ith "EquipmentItem" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Equipment.EquipmentItem insertNewEquipmentItem(int i);
/**
* Appends and returns a new empty value (as xml) as the last "EquipmentItem" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Equipment.EquipmentItem addNewEquipmentItem();
/**
* Removes the ith "EquipmentItem" element
*/
void removeEquipmentItem(int i);
/**
* Gets the "SubTotal" element
*/
int getSubTotal();
/**
* Gets (as xml) the "SubTotal" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType xgetSubTotal();
/**
* True if has "SubTotal" element
*/
boolean isSetSubTotal();
/**
* Sets the "SubTotal" element
*/
void setSubTotal(int subTotal);
/**
* Sets (as xml) the "SubTotal" element
*/
void xsetSubTotal(gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType subTotal);
/**
* Unsets the "SubTotal" element
*/
void unsetSubTotal();
/**
* An XML EquipmentItem(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is a complex type.
*/
public interface EquipmentItem extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(EquipmentItem.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("equipmentitem4633elemtype");
/**
* Gets the "Category" element
*/
java.lang.String getCategory();
/**
* Gets (as xml) the "Category" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30String30DataType xgetCategory();
/**
* True if has "Category" element
*/
boolean isSetCategory();
/**
* Sets the "Category" element
*/
void setCategory(java.lang.String category);
/**
* Sets (as xml) the "Category" element
*/
void xsetCategory(gov.grants.apply.forms.cdfi30V30.CDFI30String30DataType category);
/**
* Unsets the "Category" element
*/
void unsetCategory();
/**
* Gets the "Description" element
*/
java.lang.String getDescription();
/**
* Gets (as xml) the "Description" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30String30DataType xgetDescription();
/**
* True if has "Description" element
*/
boolean isSetDescription();
/**
* Sets the "Description" element
*/
void setDescription(java.lang.String description);
/**
* Sets (as xml) the "Description" element
*/
void xsetDescription(gov.grants.apply.forms.cdfi30V30.CDFI30String30DataType description);
/**
* Unsets the "Description" element
*/
void unsetDescription();
/**
* Gets the "Cost" element
*/
int getCost();
/**
* Gets (as xml) the "Cost" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType xgetCost();
/**
* True if has "Cost" element
*/
boolean isSetCost();
/**
* Sets the "Cost" element
*/
void setCost(int cost);
/**
* Sets (as xml) the "Cost" element
*/
void xsetCost(gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType cost);
/**
* Unsets the "Cost" element
*/
void unsetCost();
/**
* Gets the "Units" element
*/
int getUnits();
/**
* Gets (as xml) the "Units" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType xgetUnits();
/**
* True if has "Units" element
*/
boolean isSetUnits();
/**
* Sets the "Units" element
*/
void setUnits(int units);
/**
* Sets (as xml) the "Units" element
*/
void xsetUnits(gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType units);
/**
* Unsets the "Units" element
*/
void unsetUnits();
/**
* Gets the "Total" element
*/
int getTotal();
/**
* Gets (as xml) the "Total" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType xgetTotal();
/**
* True if has "Total" element
*/
boolean isSetTotal();
/**
* Sets the "Total" element
*/
void setTotal(int total);
/**
* Sets (as xml) the "Total" element
*/
void xsetTotal(gov.grants.apply.forms.cdfi30V30.CDFI300To125000DataType total);
/**
* Unsets the "Total" element
*/
void unsetTotal();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Equipment.EquipmentItem newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Equipment.EquipmentItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Equipment.EquipmentItem newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Equipment.EquipmentItem) 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.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Equipment newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Equipment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Equipment newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary.Equipment) 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.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.TARequestSummary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML HFFIFARequestedAmount(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is a complex type.
*/
public interface HFFIFARequestedAmount extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(HFFIFARequestedAmount.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("hffifarequestedamount81b0elemtype");
/**
* Gets the "Loan" element
*/
int getLoan();
/**
* Gets (as xml) the "Loan" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To5000000DataType xgetLoan();
/**
* True if has "Loan" element
*/
boolean isSetLoan();
/**
* Sets the "Loan" element
*/
void setLoan(int loan);
/**
* Sets (as xml) the "Loan" element
*/
void xsetLoan(gov.grants.apply.forms.cdfi30V30.CDFI300To5000000DataType loan);
/**
* Unsets the "Loan" element
*/
void unsetLoan();
/**
* Gets the "Grant" element
*/
int getGrant();
/**
* Gets (as xml) the "Grant" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To5000000DataType xgetGrant();
/**
* True if has "Grant" element
*/
boolean isSetGrant();
/**
* Sets the "Grant" element
*/
void setGrant(int grant);
/**
* Sets (as xml) the "Grant" element
*/
void xsetGrant(gov.grants.apply.forms.cdfi30V30.CDFI300To5000000DataType grant);
/**
* Unsets the "Grant" element
*/
void unsetGrant();
/**
* Gets the "Equity" element
*/
int getEquity();
/**
* Gets (as xml) the "Equity" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To5000000DataType xgetEquity();
/**
* True if has "Equity" element
*/
boolean isSetEquity();
/**
* Sets the "Equity" element
*/
void setEquity(int equity);
/**
* Sets (as xml) the "Equity" element
*/
void xsetEquity(gov.grants.apply.forms.cdfi30V30.CDFI300To5000000DataType equity);
/**
* Unsets the "Equity" element
*/
void unsetEquity();
/**
* Gets the "SharesDeposits" element
*/
int getSharesDeposits();
/**
* Gets (as xml) the "SharesDeposits" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To5000000DataType xgetSharesDeposits();
/**
* True if has "SharesDeposits" element
*/
boolean isSetSharesDeposits();
/**
* Sets the "SharesDeposits" element
*/
void setSharesDeposits(int sharesDeposits);
/**
* Sets (as xml) the "SharesDeposits" element
*/
void xsetSharesDeposits(gov.grants.apply.forms.cdfi30V30.CDFI300To5000000DataType sharesDeposits);
/**
* Unsets the "SharesDeposits" element
*/
void unsetSharesDeposits();
/**
* Gets the "SecondaryCapital" element
*/
int getSecondaryCapital();
/**
* Gets (as xml) the "SecondaryCapital" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI300To5000000DataType xgetSecondaryCapital();
/**
* True if has "SecondaryCapital" element
*/
boolean isSetSecondaryCapital();
/**
* Sets the "SecondaryCapital" element
*/
void setSecondaryCapital(int secondaryCapital);
/**
* Sets (as xml) the "SecondaryCapital" element
*/
void xsetSecondaryCapital(gov.grants.apply.forms.cdfi30V30.CDFI300To5000000DataType secondaryCapital);
/**
* Unsets the "SecondaryCapital" element
*/
void unsetSecondaryCapital();
/**
* Gets the "TotalHFFIRequest" element
*/
int getTotalHFFIRequest();
/**
* Gets (as xml) the "TotalHFFIRequest" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI301To5000000DataType xgetTotalHFFIRequest();
/**
* True if has "TotalHFFIRequest" element
*/
boolean isSetTotalHFFIRequest();
/**
* Sets the "TotalHFFIRequest" element
*/
void setTotalHFFIRequest(int totalHFFIRequest);
/**
* Sets (as xml) the "TotalHFFIRequest" element
*/
void xsetTotalHFFIRequest(gov.grants.apply.forms.cdfi30V30.CDFI301To5000000DataType totalHFFIRequest);
/**
* Unsets the "TotalHFFIRequest" element
*/
void unsetTotalHFFIRequest();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.HFFIFARequestedAmount newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.HFFIFARequestedAmount) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.HFFIFARequestedAmount newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.HFFIFARequestedAmount) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML FAApplicantCategory(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi30V30.CDFI30Document$CDFI30$FAApplicantCategory.
*/
public interface FAApplicantCategory extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FAApplicantCategory.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("faapplicantcategory808belemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum CORE = Enum.forString("Core");
static final Enum SECA = Enum.forString("SECA");
static final int INT_CORE = Enum.INT_CORE;
static final int INT_SECA = Enum.INT_SECA;
/**
* Enumeration value class for gov.grants.apply.forms.cdfi30V30.CDFI30Document$CDFI30$FAApplicantCategory.
* 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_CORE
* 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_CORE = 1;
static final int INT_SECA = 2;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("Core", INT_CORE),
new Enum("SECA", INT_SECA),
}
);
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.cdfi30V30.CDFI30Document.CDFI30.FAApplicantCategory newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.FAApplicantCategory) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.FAApplicantCategory newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.FAApplicantCategory) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.FAApplicantCategory newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.FAApplicantCategory) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML OtherFundsTable(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is a complex type.
*/
public interface OtherFundsTable extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OtherFundsTable.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("otherfundstable7856elemtype");
/**
* Gets the "AffiliateName" element
*/
java.lang.String getAffiliateName();
/**
* Gets (as xml) the "AffiliateName" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30String30DataType xgetAffiliateName();
/**
* Sets the "AffiliateName" element
*/
void setAffiliateName(java.lang.String affiliateName);
/**
* Sets (as xml) the "AffiliateName" element
*/
void xsetAffiliateName(gov.grants.apply.forms.cdfi30V30.CDFI30String30DataType affiliateName);
/**
* Gets the "AffiliateEIN" element
*/
java.lang.String getAffiliateEIN();
/**
* Gets (as xml) the "AffiliateEIN" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30EmployerIDDataType xgetAffiliateEIN();
/**
* Sets the "AffiliateEIN" element
*/
void setAffiliateEIN(java.lang.String affiliateEIN);
/**
* Sets (as xml) the "AffiliateEIN" element
*/
void xsetAffiliateEIN(gov.grants.apply.forms.cdfi30V30.CDFI30EmployerIDDataType affiliateEIN);
/**
* Gets the "CDFIFundProgram" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OtherFundsTable.CDFIFundProgram.Enum getCDFIFundProgram();
/**
* Gets (as xml) the "CDFIFundProgram" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OtherFundsTable.CDFIFundProgram xgetCDFIFundProgram();
/**
* Sets the "CDFIFundProgram" element
*/
void setCDFIFundProgram(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OtherFundsTable.CDFIFundProgram.Enum cdfiFundProgram);
/**
* Sets (as xml) the "CDFIFundProgram" element
*/
void xsetCDFIFundProgram(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OtherFundsTable.CDFIFundProgram cdfiFundProgram);
/**
* An XML CDFIFundProgram(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi30V30.CDFI30Document$CDFI30$OtherFundsTable$CDFIFundProgram.
*/
public interface CDFIFundProgram extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CDFIFundProgram.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("cdfifundprogramcbbdelemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum BEA = Enum.forString("BEA");
static final Enum CMF = Enum.forString("CMF");
static final Enum FA = Enum.forString("FA");
static final Enum FEC = Enum.forString("FEC");
static final Enum NACA = Enum.forString("NACA");
static final Enum NMTC = Enum.forString("NMTC");
static final Enum TA = Enum.forString("TA");
static final int INT_BEA = Enum.INT_BEA;
static final int INT_CMF = Enum.INT_CMF;
static final int INT_FA = Enum.INT_FA;
static final int INT_FEC = Enum.INT_FEC;
static final int INT_NACA = Enum.INT_NACA;
static final int INT_NMTC = Enum.INT_NMTC;
static final int INT_TA = Enum.INT_TA;
/**
* Enumeration value class for gov.grants.apply.forms.cdfi30V30.CDFI30Document$CDFI30$OtherFundsTable$CDFIFundProgram.
* 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_BEA
* 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_BEA = 1;
static final int INT_CMF = 2;
static final int INT_FA = 3;
static final int INT_FEC = 4;
static final int INT_NACA = 5;
static final int INT_NMTC = 6;
static final int INT_TA = 7;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("BEA", INT_BEA),
new Enum("CMF", INT_CMF),
new Enum("FA", INT_FA),
new Enum("FEC", INT_FEC),
new Enum("NACA", INT_NACA),
new Enum("NMTC", INT_NMTC),
new Enum("TA", INT_TA),
}
);
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.cdfi30V30.CDFI30Document.CDFI30.OtherFundsTable.CDFIFundProgram newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OtherFundsTable.CDFIFundProgram) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OtherFundsTable.CDFIFundProgram newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OtherFundsTable.CDFIFundProgram) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OtherFundsTable.CDFIFundProgram newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OtherFundsTable.CDFIFundProgram) 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.cdfi30V30.CDFI30Document.CDFI30.OtherFundsTable newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OtherFundsTable) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OtherFundsTable newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OtherFundsTable) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML PriorAwardsTable(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is a complex type.
*/
public interface PriorAwardsTable extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PriorAwardsTable.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("priorawardstableb684elemtype");
/**
* Gets the "OrganizationName" element
*/
java.lang.String getOrganizationName();
/**
* Gets (as xml) the "OrganizationName" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30String30DataType 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.forms.cdfi30V30.CDFI30String30DataType organizationName);
/**
* Unsets the "OrganizationName" element
*/
void unsetOrganizationName();
/**
* Gets the "EIN" element
*/
java.lang.String getEIN();
/**
* Gets (as xml) the "EIN" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30EmployerIDDataType xgetEIN();
/**
* True if has "EIN" element
*/
boolean isSetEIN();
/**
* Sets the "EIN" element
*/
void setEIN(java.lang.String ein);
/**
* Sets (as xml) the "EIN" element
*/
void xsetEIN(gov.grants.apply.forms.cdfi30V30.CDFI30EmployerIDDataType ein);
/**
* Unsets the "EIN" element
*/
void unsetEIN();
/**
* Gets the "ControlNumber" element
*/
java.lang.String getControlNumber();
/**
* Gets (as xml) the "ControlNumber" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PriorAwardsTable.ControlNumber xgetControlNumber();
/**
* True if has "ControlNumber" element
*/
boolean isSetControlNumber();
/**
* Sets the "ControlNumber" element
*/
void setControlNumber(java.lang.String controlNumber);
/**
* Sets (as xml) the "ControlNumber" element
*/
void xsetControlNumber(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PriorAwardsTable.ControlNumber controlNumber);
/**
* Unsets the "ControlNumber" element
*/
void unsetControlNumber();
/**
* Gets the "TotalAward" element
*/
int getTotalAward();
/**
* Gets (as xml) the "TotalAward" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI301To999999999DataType xgetTotalAward();
/**
* True if has "TotalAward" element
*/
boolean isSetTotalAward();
/**
* Sets the "TotalAward" element
*/
void setTotalAward(int totalAward);
/**
* Sets (as xml) the "TotalAward" element
*/
void xsetTotalAward(gov.grants.apply.forms.cdfi30V30.CDFI301To999999999DataType totalAward);
/**
* Unsets the "TotalAward" element
*/
void unsetTotalAward();
/**
* Gets the "AwardType" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PriorAwardsTable.AwardType.Enum getAwardType();
/**
* Gets (as xml) the "AwardType" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PriorAwardsTable.AwardType xgetAwardType();
/**
* True if has "AwardType" element
*/
boolean isSetAwardType();
/**
* Sets the "AwardType" element
*/
void setAwardType(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PriorAwardsTable.AwardType.Enum awardType);
/**
* Sets (as xml) the "AwardType" element
*/
void xsetAwardType(gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PriorAwardsTable.AwardType awardType);
/**
* Unsets the "AwardType" element
*/
void unsetAwardType();
/**
* An XML ControlNumber(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi30V30.CDFI30Document$CDFI30$PriorAwardsTable$ControlNumber.
*/
public interface ControlNumber extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ControlNumber.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("controlnumberdc72elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PriorAwardsTable.ControlNumber newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PriorAwardsTable.ControlNumber) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PriorAwardsTable.ControlNumber newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PriorAwardsTable.ControlNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PriorAwardsTable.ControlNumber newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PriorAwardsTable.ControlNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML AwardType(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi30V30.CDFI30Document$CDFI30$PriorAwardsTable$AwardType.
*/
public interface AwardType extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AwardType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("awardtype24e1elemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum FA = Enum.forString("FA");
static final Enum NACA = Enum.forString("NACA");
static final Enum TA = Enum.forString("TA");
static final Enum BEA = Enum.forString("BEA");
static final Enum NMTC = Enum.forString("NMTC");
static final Enum CMF = Enum.forString("CMF");
static final Enum OTHER = Enum.forString("Other");
static final int INT_FA = Enum.INT_FA;
static final int INT_NACA = Enum.INT_NACA;
static final int INT_TA = Enum.INT_TA;
static final int INT_BEA = Enum.INT_BEA;
static final int INT_NMTC = Enum.INT_NMTC;
static final int INT_CMF = Enum.INT_CMF;
static final int INT_OTHER = Enum.INT_OTHER;
/**
* Enumeration value class for gov.grants.apply.forms.cdfi30V30.CDFI30Document$CDFI30$PriorAwardsTable$AwardType.
* 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_FA
* 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_FA = 1;
static final int INT_NACA = 2;
static final int INT_TA = 3;
static final int INT_BEA = 4;
static final int INT_NMTC = 5;
static final int INT_CMF = 6;
static final int INT_OTHER = 7;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("FA", INT_FA),
new Enum("NACA", INT_NACA),
new Enum("TA", INT_TA),
new Enum("BEA", INT_BEA),
new Enum("NMTC", INT_NMTC),
new Enum("CMF", INT_CMF),
new Enum("Other", INT_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.cdfi30V30.CDFI30Document.CDFI30.PriorAwardsTable.AwardType newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PriorAwardsTable.AwardType) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PriorAwardsTable.AwardType newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PriorAwardsTable.AwardType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PriorAwardsTable.AwardType newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PriorAwardsTable.AwardType) 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.cdfi30V30.CDFI30Document.CDFI30.PriorAwardsTable newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PriorAwardsTable) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PriorAwardsTable newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PriorAwardsTable) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML InstitutionType(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi30V30.CDFI30Document$CDFI30$InstitutionType.
*/
public interface InstitutionType extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(InstitutionType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("institutiontypeef98elemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum LOAN_FUND = Enum.forString("Loan Fund");
static final Enum CREDIT_UNION = Enum.forString("Credit Union");
static final Enum BANK_HOLDING_COMPANY = Enum.forString("Bank Holding Company");
static final Enum BANK_OR_THRIFT = Enum.forString("Bank or Thrift");
static final Enum VENTURE_CAPITAL = Enum.forString("Venture Capital");
static final int INT_LOAN_FUND = Enum.INT_LOAN_FUND;
static final int INT_CREDIT_UNION = Enum.INT_CREDIT_UNION;
static final int INT_BANK_HOLDING_COMPANY = Enum.INT_BANK_HOLDING_COMPANY;
static final int INT_BANK_OR_THRIFT = Enum.INT_BANK_OR_THRIFT;
static final int INT_VENTURE_CAPITAL = Enum.INT_VENTURE_CAPITAL;
/**
* Enumeration value class for gov.grants.apply.forms.cdfi30V30.CDFI30Document$CDFI30$InstitutionType.
* 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_LOAN_FUND
* 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_LOAN_FUND = 1;
static final int INT_CREDIT_UNION = 2;
static final int INT_BANK_HOLDING_COMPANY = 3;
static final int INT_BANK_OR_THRIFT = 4;
static final int INT_VENTURE_CAPITAL = 5;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("Loan Fund", INT_LOAN_FUND),
new Enum("Credit Union", INT_CREDIT_UNION),
new Enum("Bank Holding Company", INT_BANK_HOLDING_COMPANY),
new Enum("Bank or Thrift", INT_BANK_OR_THRIFT),
new Enum("Venture Capital", INT_VENTURE_CAPITAL),
}
);
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.cdfi30V30.CDFI30Document.CDFI30.InstitutionType newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.InstitutionType) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.InstitutionType newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.InstitutionType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.InstitutionType newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.InstitutionType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML OrganizationStructure(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi30V30.CDFI30Document$CDFI30$OrganizationStructure.
*/
public interface OrganizationStructure extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OrganizationStructure.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("organizationstructurec286elemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum FOR_PROFIT = Enum.forString("For-Profit");
static final Enum X_501_C_4 = Enum.forString("501(c)(4)");
static final Enum X_501_C_3 = Enum.forString("501(c)(3)");
static final int INT_FOR_PROFIT = Enum.INT_FOR_PROFIT;
static final int INT_X_501_C_4 = Enum.INT_X_501_C_4;
static final int INT_X_501_C_3 = Enum.INT_X_501_C_3;
/**
* Enumeration value class for gov.grants.apply.forms.cdfi30V30.CDFI30Document$CDFI30$OrganizationStructure.
* 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_FOR_PROFIT
* 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_FOR_PROFIT = 1;
static final int INT_X_501_C_4 = 2;
static final int INT_X_501_C_3 = 3;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("For-Profit", INT_FOR_PROFIT),
new Enum("501(c)(4)", INT_X_501_C_4),
new Enum("501(c)(3)", INT_X_501_C_3),
}
);
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.cdfi30V30.CDFI30Document.CDFI30.OrganizationStructure newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OrganizationStructure) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OrganizationStructure newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OrganizationStructure) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OrganizationStructure newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OrganizationStructure) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML RegulatoryBody(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi30V30.CDFI30Document$CDFI30$RegulatoryBody.
*/
public interface RegulatoryBody extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RegulatoryBody.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("regulatorybodyb750elemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum FDIC = Enum.forString("FDIC");
static final Enum FEDERAL_RESERVE = Enum.forString("Federal Reserve");
static final Enum NCUA = Enum.forString("NCUA");
static final Enum OCC = Enum.forString("OCC");
static final Enum OTHER = Enum.forString("Other");
static final int INT_FDIC = Enum.INT_FDIC;
static final int INT_FEDERAL_RESERVE = Enum.INT_FEDERAL_RESERVE;
static final int INT_NCUA = Enum.INT_NCUA;
static final int INT_OCC = Enum.INT_OCC;
static final int INT_OTHER = Enum.INT_OTHER;
/**
* Enumeration value class for gov.grants.apply.forms.cdfi30V30.CDFI30Document$CDFI30$RegulatoryBody.
* 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_FDIC
* 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_FDIC = 1;
static final int INT_FEDERAL_RESERVE = 2;
static final int INT_NCUA = 3;
static final int INT_OCC = 4;
static final int INT_OTHER = 5;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("FDIC", INT_FDIC),
new Enum("Federal Reserve", INT_FEDERAL_RESERVE),
new Enum("NCUA", INT_NCUA),
new Enum("OCC", INT_OCC),
new Enum("Other", INT_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.cdfi30V30.CDFI30Document.CDFI30.RegulatoryBody newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.RegulatoryBody) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.RegulatoryBody newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.RegulatoryBody) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.RegulatoryBody newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.RegulatoryBody) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML OtherRegulatoryBody(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi30V30.CDFI30Document$CDFI30$OtherRegulatoryBody.
*/
public interface OtherRegulatoryBody extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OtherRegulatoryBody.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("otherregulatorybody5410elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OtherRegulatoryBody newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OtherRegulatoryBody) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OtherRegulatoryBody newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OtherRegulatoryBody) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OtherRegulatoryBody newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.OtherRegulatoryBody) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML CertificationStatus(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi30V30.CDFI30Document$CDFI30$CertificationStatus.
*/
public interface CertificationStatus extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CertificationStatus.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("certificationstatusa552elemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum CDFI_CERTIFIED = Enum.forString("CDFI Certified");
static final Enum NOT_CERTIFIED = Enum.forString("Not Certified");
static final int INT_CDFI_CERTIFIED = Enum.INT_CDFI_CERTIFIED;
static final int INT_NOT_CERTIFIED = Enum.INT_NOT_CERTIFIED;
/**
* Enumeration value class for gov.grants.apply.forms.cdfi30V30.CDFI30Document$CDFI30$CertificationStatus.
* 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_CDFI_CERTIFIED
* 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_CDFI_CERTIFIED = 1;
static final int INT_NOT_CERTIFIED = 2;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("CDFI Certified", INT_CDFI_CERTIFIED),
new Enum("Not Certified", INT_NOT_CERTIFIED),
}
);
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.cdfi30V30.CDFI30Document.CDFI30.CertificationStatus newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.CertificationStatus) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.CertificationStatus newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.CertificationStatus) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.CertificationStatus newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.CertificationStatus) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML CertificationChecklist(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is a complex type.
*/
public interface CertificationChecklist extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CertificationChecklist.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("certificationchecklistf482elemtype");
/**
* Gets the "PrimaryMissionRequirement" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPrimaryMissionRequirement();
/**
* Gets (as xml) the "PrimaryMissionRequirement" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPrimaryMissionRequirement();
/**
* Sets the "PrimaryMissionRequirement" element
*/
void setPrimaryMissionRequirement(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum primaryMissionRequirement);
/**
* Sets (as xml) the "PrimaryMissionRequirement" element
*/
void xsetPrimaryMissionRequirement(gov.grants.apply.system.globalLibraryV20.YesNoDataType primaryMissionRequirement);
/**
* Gets the "TargetMarketRequirement" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTargetMarketRequirement();
/**
* Gets (as xml) the "TargetMarketRequirement" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTargetMarketRequirement();
/**
* Sets the "TargetMarketRequirement" element
*/
void setTargetMarketRequirement(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum targetMarketRequirement);
/**
* Sets (as xml) the "TargetMarketRequirement" element
*/
void xsetTargetMarketRequirement(gov.grants.apply.system.globalLibraryV20.YesNoDataType targetMarketRequirement);
/**
* Gets the "DevelopmentServicesRequirement" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDevelopmentServicesRequirement();
/**
* Gets (as xml) the "DevelopmentServicesRequirement" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDevelopmentServicesRequirement();
/**
* Sets the "DevelopmentServicesRequirement" element
*/
void setDevelopmentServicesRequirement(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum developmentServicesRequirement);
/**
* Sets (as xml) the "DevelopmentServicesRequirement" element
*/
void xsetDevelopmentServicesRequirement(gov.grants.apply.system.globalLibraryV20.YesNoDataType developmentServicesRequirement);
/**
* Gets the "AccountabilityRequirement" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAccountabilityRequirement();
/**
* Gets (as xml) the "AccountabilityRequirement" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAccountabilityRequirement();
/**
* Sets the "AccountabilityRequirement" element
*/
void setAccountabilityRequirement(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum accountabilityRequirement);
/**
* Sets (as xml) the "AccountabilityRequirement" element
*/
void xsetAccountabilityRequirement(gov.grants.apply.system.globalLibraryV20.YesNoDataType accountabilityRequirement);
/**
* Gets the "NonGovernmentEntityRequirement" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNonGovernmentEntityRequirement();
/**
* Gets (as xml) the "NonGovernmentEntityRequirement" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNonGovernmentEntityRequirement();
/**
* Sets the "NonGovernmentEntityRequirement" element
*/
void setNonGovernmentEntityRequirement(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nonGovernmentEntityRequirement);
/**
* Sets (as xml) the "NonGovernmentEntityRequirement" element
*/
void xsetNonGovernmentEntityRequirement(gov.grants.apply.system.globalLibraryV20.YesNoDataType nonGovernmentEntityRequirement);
/**
* Gets the "LegalEntity" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLegalEntity();
/**
* Gets (as xml) the "LegalEntity" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLegalEntity();
/**
* Sets the "LegalEntity" element
*/
void setLegalEntity(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum legalEntity);
/**
* Sets (as xml) the "LegalEntity" element
*/
void xsetLegalEntity(gov.grants.apply.system.globalLibraryV20.YesNoDataType legalEntity);
/**
* Gets the "FinancingEntity" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFinancingEntity();
/**
* Gets (as xml) the "FinancingEntity" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFinancingEntity();
/**
* Sets the "FinancingEntity" element
*/
void setFinancingEntity(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum financingEntity);
/**
* Sets (as xml) the "FinancingEntity" element
*/
void xsetFinancingEntity(gov.grants.apply.system.globalLibraryV20.YesNoDataType financingEntity);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.CertificationChecklist newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.CertificationChecklist) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.CertificationChecklist newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.CertificationChecklist) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML QID_58(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi30V30.CDFI30Document$CDFI30$QID58.
*/
public interface QID58 extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(QID58.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("qid58fa6celemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum MAJOR_URBAN = Enum.forString("Major Urban");
static final Enum MINOR_URBAN = Enum.forString("Minor Urban");
static final Enum RURAL = Enum.forString("Rural");
static final int INT_MAJOR_URBAN = Enum.INT_MAJOR_URBAN;
static final int INT_MINOR_URBAN = Enum.INT_MINOR_URBAN;
static final int INT_RURAL = Enum.INT_RURAL;
/**
* Enumeration value class for gov.grants.apply.forms.cdfi30V30.CDFI30Document$CDFI30$QID58.
* 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_MAJOR_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_MAJOR_URBAN = 1;
static final int INT_MINOR_URBAN = 2;
static final int INT_RURAL = 3;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("Major Urban", INT_MAJOR_URBAN),
new Enum("Minor Urban", INT_MINOR_URBAN),
new Enum("Rural", INT_RURAL),
}
);
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.cdfi30V30.CDFI30Document.CDFI30.QID58 newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.QID58) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.QID58 newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.QID58) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.QID58 newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.QID58) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML PrimaryMarket(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is a complex type.
*/
public interface PrimaryMarket extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PrimaryMarket.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("primarymarket3664elemtype");
/**
* Gets the "QID_80" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getQID80();
/**
* Gets (as xml) the "QID_80" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetQID80();
/**
* True if has "QID_80" element
*/
boolean isSetQID80();
/**
* Sets the "QID_80" element
*/
void setQID80(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum qid80);
/**
* Sets (as xml) the "QID_80" element
*/
void xsetQID80(gov.grants.apply.system.globalLibraryV20.YesNoDataType qid80);
/**
* Unsets the "QID_80" element
*/
void unsetQID80();
/**
* Gets the "QID_81" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getQID81();
/**
* Gets (as xml) the "QID_81" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetQID81();
/**
* True if has "QID_81" element
*/
boolean isSetQID81();
/**
* Sets the "QID_81" element
*/
void setQID81(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum qid81);
/**
* Sets (as xml) the "QID_81" element
*/
void xsetQID81(gov.grants.apply.system.globalLibraryV20.YesNoDataType qid81);
/**
* Unsets the "QID_81" element
*/
void unsetQID81();
/**
* Gets the "QID_84" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getQID84();
/**
* Gets (as xml) the "QID_84" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetQID84();
/**
* True if has "QID_84" element
*/
boolean isSetQID84();
/**
* Sets the "QID_84" element
*/
void setQID84(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum qid84);
/**
* Sets (as xml) the "QID_84" element
*/
void xsetQID84(gov.grants.apply.system.globalLibraryV20.YesNoDataType qid84);
/**
* Unsets the "QID_84" element
*/
void unsetQID84();
/**
* Gets the "QID_82" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getQID82();
/**
* Gets (as xml) the "QID_82" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetQID82();
/**
* True if has "QID_82" element
*/
boolean isSetQID82();
/**
* Sets the "QID_82" element
*/
void setQID82(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum qid82);
/**
* Sets (as xml) the "QID_82" element
*/
void xsetQID82(gov.grants.apply.system.globalLibraryV20.YesNoDataType qid82);
/**
* Unsets the "QID_82" element
*/
void unsetQID82();
/**
* Gets the "QID_83" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getQID83();
/**
* Gets (as xml) the "QID_83" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetQID83();
/**
* True if has "QID_83" element
*/
boolean isSetQID83();
/**
* Sets the "QID_83" element
*/
void setQID83(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum qid83);
/**
* Sets (as xml) the "QID_83" element
*/
void xsetQID83(gov.grants.apply.system.globalLibraryV20.YesNoDataType qid83);
/**
* Unsets the "QID_83" element
*/
void unsetQID83();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PrimaryMarket newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PrimaryMarket) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PrimaryMarket newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PrimaryMarket) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML GeographicMarketServed(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is a complex type.
*/
public interface GeographicMarketServed extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GeographicMarketServed.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("geographicmarketserved721eelemtype");
/**
* Gets the "Alabama" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAlabama();
/**
* Gets (as xml) the "Alabama" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAlabama();
/**
* True if has "Alabama" element
*/
boolean isSetAlabama();
/**
* Sets the "Alabama" element
*/
void setAlabama(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum alabama);
/**
* Sets (as xml) the "Alabama" element
*/
void xsetAlabama(gov.grants.apply.system.globalLibraryV20.YesNoDataType alabama);
/**
* Unsets the "Alabama" element
*/
void unsetAlabama();
/**
* Gets the "Alaska" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAlaska();
/**
* Gets (as xml) the "Alaska" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAlaska();
/**
* True if has "Alaska" element
*/
boolean isSetAlaska();
/**
* Sets the "Alaska" element
*/
void setAlaska(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum alaska);
/**
* Sets (as xml) the "Alaska" element
*/
void xsetAlaska(gov.grants.apply.system.globalLibraryV20.YesNoDataType alaska);
/**
* Unsets the "Alaska" element
*/
void unsetAlaska();
/**
* Gets the "AmericanSamoa" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAmericanSamoa();
/**
* Gets (as xml) the "AmericanSamoa" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAmericanSamoa();
/**
* True if has "AmericanSamoa" element
*/
boolean isSetAmericanSamoa();
/**
* Sets the "AmericanSamoa" element
*/
void setAmericanSamoa(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum americanSamoa);
/**
* Sets (as xml) the "AmericanSamoa" element
*/
void xsetAmericanSamoa(gov.grants.apply.system.globalLibraryV20.YesNoDataType americanSamoa);
/**
* Unsets the "AmericanSamoa" element
*/
void unsetAmericanSamoa();
/**
* Gets the "Arizona" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getArizona();
/**
* Gets (as xml) the "Arizona" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetArizona();
/**
* True if has "Arizona" element
*/
boolean isSetArizona();
/**
* Sets the "Arizona" element
*/
void setArizona(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum arizona);
/**
* Sets (as xml) the "Arizona" element
*/
void xsetArizona(gov.grants.apply.system.globalLibraryV20.YesNoDataType arizona);
/**
* Unsets the "Arizona" element
*/
void unsetArizona();
/**
* Gets the "Arkansas" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getArkansas();
/**
* Gets (as xml) the "Arkansas" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetArkansas();
/**
* True if has "Arkansas" element
*/
boolean isSetArkansas();
/**
* Sets the "Arkansas" element
*/
void setArkansas(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum arkansas);
/**
* Sets (as xml) the "Arkansas" element
*/
void xsetArkansas(gov.grants.apply.system.globalLibraryV20.YesNoDataType arkansas);
/**
* Unsets the "Arkansas" element
*/
void unsetArkansas();
/**
* Gets the "California" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCalifornia();
/**
* Gets (as xml) the "California" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCalifornia();
/**
* True if has "California" element
*/
boolean isSetCalifornia();
/**
* Sets the "California" element
*/
void setCalifornia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum california);
/**
* Sets (as xml) the "California" element
*/
void xsetCalifornia(gov.grants.apply.system.globalLibraryV20.YesNoDataType california);
/**
* Unsets the "California" element
*/
void unsetCalifornia();
/**
* Gets the "Colorado" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getColorado();
/**
* Gets (as xml) the "Colorado" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetColorado();
/**
* True if has "Colorado" element
*/
boolean isSetColorado();
/**
* Sets the "Colorado" element
*/
void setColorado(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum colorado);
/**
* Sets (as xml) the "Colorado" element
*/
void xsetColorado(gov.grants.apply.system.globalLibraryV20.YesNoDataType colorado);
/**
* Unsets the "Colorado" element
*/
void unsetColorado();
/**
* Gets the "Connecticut" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getConnecticut();
/**
* Gets (as xml) the "Connecticut" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetConnecticut();
/**
* True if has "Connecticut" element
*/
boolean isSetConnecticut();
/**
* Sets the "Connecticut" element
*/
void setConnecticut(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum connecticut);
/**
* Sets (as xml) the "Connecticut" element
*/
void xsetConnecticut(gov.grants.apply.system.globalLibraryV20.YesNoDataType connecticut);
/**
* Unsets the "Connecticut" element
*/
void unsetConnecticut();
/**
* Gets the "Delaware" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDelaware();
/**
* Gets (as xml) the "Delaware" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDelaware();
/**
* True if has "Delaware" element
*/
boolean isSetDelaware();
/**
* Sets the "Delaware" element
*/
void setDelaware(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum delaware);
/**
* Sets (as xml) the "Delaware" element
*/
void xsetDelaware(gov.grants.apply.system.globalLibraryV20.YesNoDataType delaware);
/**
* Unsets the "Delaware" element
*/
void unsetDelaware();
/**
* Gets the "DistrictofColumbia" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getDistrictofColumbia();
/**
* Gets (as xml) the "DistrictofColumbia" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetDistrictofColumbia();
/**
* True if has "DistrictofColumbia" element
*/
boolean isSetDistrictofColumbia();
/**
* Sets the "DistrictofColumbia" element
*/
void setDistrictofColumbia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum districtofColumbia);
/**
* Sets (as xml) the "DistrictofColumbia" element
*/
void xsetDistrictofColumbia(gov.grants.apply.system.globalLibraryV20.YesNoDataType districtofColumbia);
/**
* Unsets the "DistrictofColumbia" element
*/
void unsetDistrictofColumbia();
/**
* Gets the "FederatedStatesofMicronesia" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFederatedStatesofMicronesia();
/**
* Gets (as xml) the "FederatedStatesofMicronesia" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFederatedStatesofMicronesia();
/**
* True if has "FederatedStatesofMicronesia" element
*/
boolean isSetFederatedStatesofMicronesia();
/**
* Sets the "FederatedStatesofMicronesia" element
*/
void setFederatedStatesofMicronesia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum federatedStatesofMicronesia);
/**
* Sets (as xml) the "FederatedStatesofMicronesia" element
*/
void xsetFederatedStatesofMicronesia(gov.grants.apply.system.globalLibraryV20.YesNoDataType federatedStatesofMicronesia);
/**
* Unsets the "FederatedStatesofMicronesia" element
*/
void unsetFederatedStatesofMicronesia();
/**
* Gets the "Florida" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFlorida();
/**
* Gets (as xml) the "Florida" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFlorida();
/**
* True if has "Florida" element
*/
boolean isSetFlorida();
/**
* Sets the "Florida" element
*/
void setFlorida(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum florida);
/**
* Sets (as xml) the "Florida" element
*/
void xsetFlorida(gov.grants.apply.system.globalLibraryV20.YesNoDataType florida);
/**
* Unsets the "Florida" element
*/
void unsetFlorida();
/**
* Gets the "Georgia" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGeorgia();
/**
* Gets (as xml) the "Georgia" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGeorgia();
/**
* True if has "Georgia" element
*/
boolean isSetGeorgia();
/**
* Sets the "Georgia" element
*/
void setGeorgia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum georgia);
/**
* Sets (as xml) the "Georgia" element
*/
void xsetGeorgia(gov.grants.apply.system.globalLibraryV20.YesNoDataType georgia);
/**
* Unsets the "Georgia" element
*/
void unsetGeorgia();
/**
* Gets the "Guam" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getGuam();
/**
* Gets (as xml) the "Guam" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetGuam();
/**
* True if has "Guam" element
*/
boolean isSetGuam();
/**
* Sets the "Guam" element
*/
void setGuam(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum guam);
/**
* Sets (as xml) the "Guam" element
*/
void xsetGuam(gov.grants.apply.system.globalLibraryV20.YesNoDataType guam);
/**
* Unsets the "Guam" element
*/
void unsetGuam();
/**
* Gets the "Hawaii" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHawaii();
/**
* Gets (as xml) the "Hawaii" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHawaii();
/**
* True if has "Hawaii" element
*/
boolean isSetHawaii();
/**
* Sets the "Hawaii" element
*/
void setHawaii(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum hawaii);
/**
* Sets (as xml) the "Hawaii" element
*/
void xsetHawaii(gov.grants.apply.system.globalLibraryV20.YesNoDataType hawaii);
/**
* Unsets the "Hawaii" element
*/
void unsetHawaii();
/**
* Gets the "Idaho" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIdaho();
/**
* Gets (as xml) the "Idaho" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIdaho();
/**
* True if has "Idaho" element
*/
boolean isSetIdaho();
/**
* Sets the "Idaho" element
*/
void setIdaho(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum idaho);
/**
* Sets (as xml) the "Idaho" element
*/
void xsetIdaho(gov.grants.apply.system.globalLibraryV20.YesNoDataType idaho);
/**
* Unsets the "Idaho" element
*/
void unsetIdaho();
/**
* Gets the "Illinois" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIllinois();
/**
* Gets (as xml) the "Illinois" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIllinois();
/**
* True if has "Illinois" element
*/
boolean isSetIllinois();
/**
* Sets the "Illinois" element
*/
void setIllinois(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum illinois);
/**
* Sets (as xml) the "Illinois" element
*/
void xsetIllinois(gov.grants.apply.system.globalLibraryV20.YesNoDataType illinois);
/**
* Unsets the "Illinois" element
*/
void unsetIllinois();
/**
* Gets the "Indiana" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIndiana();
/**
* Gets (as xml) the "Indiana" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIndiana();
/**
* True if has "Indiana" element
*/
boolean isSetIndiana();
/**
* Sets the "Indiana" element
*/
void setIndiana(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum indiana);
/**
* Sets (as xml) the "Indiana" element
*/
void xsetIndiana(gov.grants.apply.system.globalLibraryV20.YesNoDataType indiana);
/**
* Unsets the "Indiana" element
*/
void unsetIndiana();
/**
* Gets the "Iowa" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIowa();
/**
* Gets (as xml) the "Iowa" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIowa();
/**
* True if has "Iowa" element
*/
boolean isSetIowa();
/**
* Sets the "Iowa" element
*/
void setIowa(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum iowa);
/**
* Sets (as xml) the "Iowa" element
*/
void xsetIowa(gov.grants.apply.system.globalLibraryV20.YesNoDataType iowa);
/**
* Unsets the "Iowa" element
*/
void unsetIowa();
/**
* Gets the "Kansas" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getKansas();
/**
* Gets (as xml) the "Kansas" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetKansas();
/**
* True if has "Kansas" element
*/
boolean isSetKansas();
/**
* Sets the "Kansas" element
*/
void setKansas(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum kansas);
/**
* Sets (as xml) the "Kansas" element
*/
void xsetKansas(gov.grants.apply.system.globalLibraryV20.YesNoDataType kansas);
/**
* Unsets the "Kansas" element
*/
void unsetKansas();
/**
* Gets the "Kentucky" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getKentucky();
/**
* Gets (as xml) the "Kentucky" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetKentucky();
/**
* True if has "Kentucky" element
*/
boolean isSetKentucky();
/**
* Sets the "Kentucky" element
*/
void setKentucky(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum kentucky);
/**
* Sets (as xml) the "Kentucky" element
*/
void xsetKentucky(gov.grants.apply.system.globalLibraryV20.YesNoDataType kentucky);
/**
* Unsets the "Kentucky" element
*/
void unsetKentucky();
/**
* Gets the "Louisiana" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLouisiana();
/**
* Gets (as xml) the "Louisiana" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLouisiana();
/**
* True if has "Louisiana" element
*/
boolean isSetLouisiana();
/**
* Sets the "Louisiana" element
*/
void setLouisiana(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum louisiana);
/**
* Sets (as xml) the "Louisiana" element
*/
void xsetLouisiana(gov.grants.apply.system.globalLibraryV20.YesNoDataType louisiana);
/**
* Unsets the "Louisiana" element
*/
void unsetLouisiana();
/**
* Gets the "Maine" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMaine();
/**
* Gets (as xml) the "Maine" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMaine();
/**
* True if has "Maine" element
*/
boolean isSetMaine();
/**
* Sets the "Maine" element
*/
void setMaine(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum maine);
/**
* Sets (as xml) the "Maine" element
*/
void xsetMaine(gov.grants.apply.system.globalLibraryV20.YesNoDataType maine);
/**
* Unsets the "Maine" element
*/
void unsetMaine();
/**
* Gets the "Maryland" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMaryland();
/**
* Gets (as xml) the "Maryland" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMaryland();
/**
* True if has "Maryland" element
*/
boolean isSetMaryland();
/**
* Sets the "Maryland" element
*/
void setMaryland(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum maryland);
/**
* Sets (as xml) the "Maryland" element
*/
void xsetMaryland(gov.grants.apply.system.globalLibraryV20.YesNoDataType maryland);
/**
* Unsets the "Maryland" element
*/
void unsetMaryland();
/**
* Gets the "Massachusetts" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMassachusetts();
/**
* Gets (as xml) the "Massachusetts" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMassachusetts();
/**
* True if has "Massachusetts" element
*/
boolean isSetMassachusetts();
/**
* Sets the "Massachusetts" element
*/
void setMassachusetts(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum massachusetts);
/**
* Sets (as xml) the "Massachusetts" element
*/
void xsetMassachusetts(gov.grants.apply.system.globalLibraryV20.YesNoDataType massachusetts);
/**
* Unsets the "Massachusetts" element
*/
void unsetMassachusetts();
/**
* Gets the "Michigan" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMichigan();
/**
* Gets (as xml) the "Michigan" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMichigan();
/**
* True if has "Michigan" element
*/
boolean isSetMichigan();
/**
* Sets the "Michigan" element
*/
void setMichigan(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum michigan);
/**
* Sets (as xml) the "Michigan" element
*/
void xsetMichigan(gov.grants.apply.system.globalLibraryV20.YesNoDataType michigan);
/**
* Unsets the "Michigan" element
*/
void unsetMichigan();
/**
* Gets the "MidwayIslands" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMidwayIslands();
/**
* Gets (as xml) the "MidwayIslands" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMidwayIslands();
/**
* True if has "MidwayIslands" element
*/
boolean isSetMidwayIslands();
/**
* Sets the "MidwayIslands" element
*/
void setMidwayIslands(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum midwayIslands);
/**
* Sets (as xml) the "MidwayIslands" element
*/
void xsetMidwayIslands(gov.grants.apply.system.globalLibraryV20.YesNoDataType midwayIslands);
/**
* Unsets the "MidwayIslands" element
*/
void unsetMidwayIslands();
/**
* Gets the "Minnesota" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMinnesota();
/**
* Gets (as xml) the "Minnesota" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMinnesota();
/**
* True if has "Minnesota" element
*/
boolean isSetMinnesota();
/**
* Sets the "Minnesota" element
*/
void setMinnesota(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum minnesota);
/**
* Sets (as xml) the "Minnesota" element
*/
void xsetMinnesota(gov.grants.apply.system.globalLibraryV20.YesNoDataType minnesota);
/**
* Unsets the "Minnesota" element
*/
void unsetMinnesota();
/**
* Gets the "Mississippi" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMississippi();
/**
* Gets (as xml) the "Mississippi" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMississippi();
/**
* True if has "Mississippi" element
*/
boolean isSetMississippi();
/**
* Sets the "Mississippi" element
*/
void setMississippi(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum mississippi);
/**
* Sets (as xml) the "Mississippi" element
*/
void xsetMississippi(gov.grants.apply.system.globalLibraryV20.YesNoDataType mississippi);
/**
* Unsets the "Mississippi" element
*/
void unsetMississippi();
/**
* Gets the "Missouri" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMissouri();
/**
* Gets (as xml) the "Missouri" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMissouri();
/**
* True if has "Missouri" element
*/
boolean isSetMissouri();
/**
* Sets the "Missouri" element
*/
void setMissouri(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum missouri);
/**
* Sets (as xml) the "Missouri" element
*/
void xsetMissouri(gov.grants.apply.system.globalLibraryV20.YesNoDataType missouri);
/**
* Unsets the "Missouri" element
*/
void unsetMissouri();
/**
* Gets the "Montana" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMontana();
/**
* Gets (as xml) the "Montana" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMontana();
/**
* True if has "Montana" element
*/
boolean isSetMontana();
/**
* Sets the "Montana" element
*/
void setMontana(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum montana);
/**
* Sets (as xml) the "Montana" element
*/
void xsetMontana(gov.grants.apply.system.globalLibraryV20.YesNoDataType montana);
/**
* Unsets the "Montana" element
*/
void unsetMontana();
/**
* Gets the "Nebraska" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNebraska();
/**
* Gets (as xml) the "Nebraska" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNebraska();
/**
* True if has "Nebraska" element
*/
boolean isSetNebraska();
/**
* Sets the "Nebraska" element
*/
void setNebraska(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nebraska);
/**
* Sets (as xml) the "Nebraska" element
*/
void xsetNebraska(gov.grants.apply.system.globalLibraryV20.YesNoDataType nebraska);
/**
* Unsets the "Nebraska" element
*/
void unsetNebraska();
/**
* Gets the "Nevada" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNevada();
/**
* Gets (as xml) the "Nevada" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNevada();
/**
* True if has "Nevada" element
*/
boolean isSetNevada();
/**
* Sets the "Nevada" element
*/
void setNevada(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nevada);
/**
* Sets (as xml) the "Nevada" element
*/
void xsetNevada(gov.grants.apply.system.globalLibraryV20.YesNoDataType nevada);
/**
* Unsets the "Nevada" element
*/
void unsetNevada();
/**
* Gets the "NewHampshire" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNewHampshire();
/**
* Gets (as xml) the "NewHampshire" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNewHampshire();
/**
* True if has "NewHampshire" element
*/
boolean isSetNewHampshire();
/**
* Sets the "NewHampshire" element
*/
void setNewHampshire(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum newHampshire);
/**
* Sets (as xml) the "NewHampshire" element
*/
void xsetNewHampshire(gov.grants.apply.system.globalLibraryV20.YesNoDataType newHampshire);
/**
* Unsets the "NewHampshire" element
*/
void unsetNewHampshire();
/**
* Gets the "NewJersey" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNewJersey();
/**
* Gets (as xml) the "NewJersey" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNewJersey();
/**
* True if has "NewJersey" element
*/
boolean isSetNewJersey();
/**
* Sets the "NewJersey" element
*/
void setNewJersey(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum newJersey);
/**
* Sets (as xml) the "NewJersey" element
*/
void xsetNewJersey(gov.grants.apply.system.globalLibraryV20.YesNoDataType newJersey);
/**
* Unsets the "NewJersey" element
*/
void unsetNewJersey();
/**
* Gets the "NewMexico" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNewMexico();
/**
* Gets (as xml) the "NewMexico" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNewMexico();
/**
* True if has "NewMexico" element
*/
boolean isSetNewMexico();
/**
* Sets the "NewMexico" element
*/
void setNewMexico(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum newMexico);
/**
* Sets (as xml) the "NewMexico" element
*/
void xsetNewMexico(gov.grants.apply.system.globalLibraryV20.YesNoDataType newMexico);
/**
* Unsets the "NewMexico" element
*/
void unsetNewMexico();
/**
* Gets the "NewYork" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNewYork();
/**
* Gets (as xml) the "NewYork" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNewYork();
/**
* True if has "NewYork" element
*/
boolean isSetNewYork();
/**
* Sets the "NewYork" element
*/
void setNewYork(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum newYork);
/**
* Sets (as xml) the "NewYork" element
*/
void xsetNewYork(gov.grants.apply.system.globalLibraryV20.YesNoDataType newYork);
/**
* Unsets the "NewYork" element
*/
void unsetNewYork();
/**
* Gets the "NorthCarolina" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNorthCarolina();
/**
* Gets (as xml) the "NorthCarolina" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNorthCarolina();
/**
* True if has "NorthCarolina" element
*/
boolean isSetNorthCarolina();
/**
* Sets the "NorthCarolina" element
*/
void setNorthCarolina(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum northCarolina);
/**
* Sets (as xml) the "NorthCarolina" element
*/
void xsetNorthCarolina(gov.grants.apply.system.globalLibraryV20.YesNoDataType northCarolina);
/**
* Unsets the "NorthCarolina" element
*/
void unsetNorthCarolina();
/**
* Gets the "NorthDakota" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNorthDakota();
/**
* Gets (as xml) the "NorthDakota" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNorthDakota();
/**
* True if has "NorthDakota" element
*/
boolean isSetNorthDakota();
/**
* Sets the "NorthDakota" element
*/
void setNorthDakota(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum northDakota);
/**
* Sets (as xml) the "NorthDakota" element
*/
void xsetNorthDakota(gov.grants.apply.system.globalLibraryV20.YesNoDataType northDakota);
/**
* Unsets the "NorthDakota" element
*/
void unsetNorthDakota();
/**
* Gets the "Ohio" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOhio();
/**
* Gets (as xml) the "Ohio" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOhio();
/**
* True if has "Ohio" element
*/
boolean isSetOhio();
/**
* Sets the "Ohio" element
*/
void setOhio(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum ohio);
/**
* Sets (as xml) the "Ohio" element
*/
void xsetOhio(gov.grants.apply.system.globalLibraryV20.YesNoDataType ohio);
/**
* Unsets the "Ohio" element
*/
void unsetOhio();
/**
* Gets the "Oklahoma" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOklahoma();
/**
* Gets (as xml) the "Oklahoma" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOklahoma();
/**
* True if has "Oklahoma" element
*/
boolean isSetOklahoma();
/**
* Sets the "Oklahoma" element
*/
void setOklahoma(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum oklahoma);
/**
* Sets (as xml) the "Oklahoma" element
*/
void xsetOklahoma(gov.grants.apply.system.globalLibraryV20.YesNoDataType oklahoma);
/**
* Unsets the "Oklahoma" element
*/
void unsetOklahoma();
/**
* Gets the "Oregon" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOregon();
/**
* Gets (as xml) the "Oregon" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOregon();
/**
* True if has "Oregon" element
*/
boolean isSetOregon();
/**
* Sets the "Oregon" element
*/
void setOregon(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum oregon);
/**
* Sets (as xml) the "Oregon" element
*/
void xsetOregon(gov.grants.apply.system.globalLibraryV20.YesNoDataType oregon);
/**
* Unsets the "Oregon" element
*/
void unsetOregon();
/**
* Gets the "Pennsylvania" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPennsylvania();
/**
* Gets (as xml) the "Pennsylvania" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPennsylvania();
/**
* True if has "Pennsylvania" element
*/
boolean isSetPennsylvania();
/**
* Sets the "Pennsylvania" element
*/
void setPennsylvania(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum pennsylvania);
/**
* Sets (as xml) the "Pennsylvania" element
*/
void xsetPennsylvania(gov.grants.apply.system.globalLibraryV20.YesNoDataType pennsylvania);
/**
* Unsets the "Pennsylvania" element
*/
void unsetPennsylvania();
/**
* Gets the "PuertoRico" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPuertoRico();
/**
* Gets (as xml) the "PuertoRico" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPuertoRico();
/**
* True if has "PuertoRico" element
*/
boolean isSetPuertoRico();
/**
* Sets the "PuertoRico" element
*/
void setPuertoRico(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum puertoRico);
/**
* Sets (as xml) the "PuertoRico" element
*/
void xsetPuertoRico(gov.grants.apply.system.globalLibraryV20.YesNoDataType puertoRico);
/**
* Unsets the "PuertoRico" element
*/
void unsetPuertoRico();
/**
* Gets the "RhodeIsland" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getRhodeIsland();
/**
* Gets (as xml) the "RhodeIsland" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetRhodeIsland();
/**
* True if has "RhodeIsland" element
*/
boolean isSetRhodeIsland();
/**
* Sets the "RhodeIsland" element
*/
void setRhodeIsland(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum rhodeIsland);
/**
* Sets (as xml) the "RhodeIsland" element
*/
void xsetRhodeIsland(gov.grants.apply.system.globalLibraryV20.YesNoDataType rhodeIsland);
/**
* Unsets the "RhodeIsland" element
*/
void unsetRhodeIsland();
/**
* Gets the "SouthCarolina" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSouthCarolina();
/**
* Gets (as xml) the "SouthCarolina" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSouthCarolina();
/**
* True if has "SouthCarolina" element
*/
boolean isSetSouthCarolina();
/**
* Sets the "SouthCarolina" element
*/
void setSouthCarolina(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum southCarolina);
/**
* Sets (as xml) the "SouthCarolina" element
*/
void xsetSouthCarolina(gov.grants.apply.system.globalLibraryV20.YesNoDataType southCarolina);
/**
* Unsets the "SouthCarolina" element
*/
void unsetSouthCarolina();
/**
* Gets the "SouthDakota" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSouthDakota();
/**
* Gets (as xml) the "SouthDakota" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSouthDakota();
/**
* True if has "SouthDakota" element
*/
boolean isSetSouthDakota();
/**
* Sets the "SouthDakota" element
*/
void setSouthDakota(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum southDakota);
/**
* Sets (as xml) the "SouthDakota" element
*/
void xsetSouthDakota(gov.grants.apply.system.globalLibraryV20.YesNoDataType southDakota);
/**
* Unsets the "SouthDakota" element
*/
void unsetSouthDakota();
/**
* Gets the "Tennessee" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTennessee();
/**
* Gets (as xml) the "Tennessee" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTennessee();
/**
* True if has "Tennessee" element
*/
boolean isSetTennessee();
/**
* Sets the "Tennessee" element
*/
void setTennessee(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum tennessee);
/**
* Sets (as xml) the "Tennessee" element
*/
void xsetTennessee(gov.grants.apply.system.globalLibraryV20.YesNoDataType tennessee);
/**
* Unsets the "Tennessee" element
*/
void unsetTennessee();
/**
* Gets the "Texas" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTexas();
/**
* Gets (as xml) the "Texas" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTexas();
/**
* True if has "Texas" element
*/
boolean isSetTexas();
/**
* Sets the "Texas" element
*/
void setTexas(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum texas);
/**
* Sets (as xml) the "Texas" element
*/
void xsetTexas(gov.grants.apply.system.globalLibraryV20.YesNoDataType texas);
/**
* Unsets the "Texas" element
*/
void unsetTexas();
/**
* Gets the "USVirginIslands" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getUSVirginIslands();
/**
* Gets (as xml) the "USVirginIslands" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetUSVirginIslands();
/**
* True if has "USVirginIslands" element
*/
boolean isSetUSVirginIslands();
/**
* Sets the "USVirginIslands" element
*/
void setUSVirginIslands(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum usVirginIslands);
/**
* Sets (as xml) the "USVirginIslands" element
*/
void xsetUSVirginIslands(gov.grants.apply.system.globalLibraryV20.YesNoDataType usVirginIslands);
/**
* Unsets the "USVirginIslands" element
*/
void unsetUSVirginIslands();
/**
* Gets the "Utah" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getUtah();
/**
* Gets (as xml) the "Utah" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetUtah();
/**
* True if has "Utah" element
*/
boolean isSetUtah();
/**
* Sets the "Utah" element
*/
void setUtah(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum utah);
/**
* Sets (as xml) the "Utah" element
*/
void xsetUtah(gov.grants.apply.system.globalLibraryV20.YesNoDataType utah);
/**
* Unsets the "Utah" element
*/
void unsetUtah();
/**
* Gets the "Vermont" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getVermont();
/**
* Gets (as xml) the "Vermont" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetVermont();
/**
* True if has "Vermont" element
*/
boolean isSetVermont();
/**
* Sets the "Vermont" element
*/
void setVermont(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum vermont);
/**
* Sets (as xml) the "Vermont" element
*/
void xsetVermont(gov.grants.apply.system.globalLibraryV20.YesNoDataType vermont);
/**
* Unsets the "Vermont" element
*/
void unsetVermont();
/**
* Gets the "Virginia" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getVirginia();
/**
* Gets (as xml) the "Virginia" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetVirginia();
/**
* True if has "Virginia" element
*/
boolean isSetVirginia();
/**
* Sets the "Virginia" element
*/
void setVirginia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum virginia);
/**
* Sets (as xml) the "Virginia" element
*/
void xsetVirginia(gov.grants.apply.system.globalLibraryV20.YesNoDataType virginia);
/**
* Unsets the "Virginia" element
*/
void unsetVirginia();
/**
* Gets the "Washington" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getWashington();
/**
* Gets (as xml) the "Washington" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetWashington();
/**
* True if has "Washington" element
*/
boolean isSetWashington();
/**
* Sets the "Washington" element
*/
void setWashington(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum washington);
/**
* Sets (as xml) the "Washington" element
*/
void xsetWashington(gov.grants.apply.system.globalLibraryV20.YesNoDataType washington);
/**
* Unsets the "Washington" element
*/
void unsetWashington();
/**
* Gets the "WestVirginia" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getWestVirginia();
/**
* Gets (as xml) the "WestVirginia" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetWestVirginia();
/**
* True if has "WestVirginia" element
*/
boolean isSetWestVirginia();
/**
* Sets the "WestVirginia" element
*/
void setWestVirginia(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum westVirginia);
/**
* Sets (as xml) the "WestVirginia" element
*/
void xsetWestVirginia(gov.grants.apply.system.globalLibraryV20.YesNoDataType westVirginia);
/**
* Unsets the "WestVirginia" element
*/
void unsetWestVirginia();
/**
* Gets the "Wisconsin" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getWisconsin();
/**
* Gets (as xml) the "Wisconsin" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetWisconsin();
/**
* True if has "Wisconsin" element
*/
boolean isSetWisconsin();
/**
* Sets the "Wisconsin" element
*/
void setWisconsin(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum wisconsin);
/**
* Sets (as xml) the "Wisconsin" element
*/
void xsetWisconsin(gov.grants.apply.system.globalLibraryV20.YesNoDataType wisconsin);
/**
* Unsets the "Wisconsin" element
*/
void unsetWisconsin();
/**
* Gets the "Wyoming" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getWyoming();
/**
* Gets (as xml) the "Wyoming" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetWyoming();
/**
* True if has "Wyoming" element
*/
boolean isSetWyoming();
/**
* Sets the "Wyoming" element
*/
void setWyoming(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum wyoming);
/**
* Sets (as xml) the "Wyoming" element
*/
void xsetWyoming(gov.grants.apply.system.globalLibraryV20.YesNoDataType wyoming);
/**
* Unsets the "Wyoming" element
*/
void unsetWyoming();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.GeographicMarketServed newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.GeographicMarketServed) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.GeographicMarketServed newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.GeographicMarketServed) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML PrimaryBusiness(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi30V30.CDFI30Document$CDFI30$PrimaryBusiness.
*/
public interface PrimaryBusiness extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PrimaryBusiness.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("primarybusinessfe68elemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum AFFORDABLE_HOUSING = Enum.forString("Affordable Housing");
static final Enum CONSUMER_FINANCE = Enum.forString("Consumer Finance");
static final Enum MICROENTERPRISE = Enum.forString("Microenterprise");
static final Enum SMALL_BUSINESS = Enum.forString("Small Business");
static final Enum INTERMEDIARY_LENDING = Enum.forString("Intermediary Lending");
static final Enum COMMUNITY_FACILITIES = Enum.forString("Community Facilities");
static final int INT_AFFORDABLE_HOUSING = Enum.INT_AFFORDABLE_HOUSING;
static final int INT_CONSUMER_FINANCE = Enum.INT_CONSUMER_FINANCE;
static final int INT_MICROENTERPRISE = Enum.INT_MICROENTERPRISE;
static final int INT_SMALL_BUSINESS = Enum.INT_SMALL_BUSINESS;
static final int INT_INTERMEDIARY_LENDING = Enum.INT_INTERMEDIARY_LENDING;
static final int INT_COMMUNITY_FACILITIES = Enum.INT_COMMUNITY_FACILITIES;
/**
* Enumeration value class for gov.grants.apply.forms.cdfi30V30.CDFI30Document$CDFI30$PrimaryBusiness.
* 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_AFFORDABLE_HOUSING
* 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_AFFORDABLE_HOUSING = 1;
static final int INT_CONSUMER_FINANCE = 2;
static final int INT_MICROENTERPRISE = 3;
static final int INT_SMALL_BUSINESS = 4;
static final int INT_INTERMEDIARY_LENDING = 5;
static final int INT_COMMUNITY_FACILITIES = 6;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("Affordable Housing", INT_AFFORDABLE_HOUSING),
new Enum("Consumer Finance", INT_CONSUMER_FINANCE),
new Enum("Microenterprise", INT_MICROENTERPRISE),
new Enum("Small Business", INT_SMALL_BUSINESS),
new Enum("Intermediary Lending", INT_INTERMEDIARY_LENDING),
new Enum("Community Facilities", INT_COMMUNITY_FACILITIES),
}
);
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.cdfi30V30.CDFI30Document.CDFI30.PrimaryBusiness newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PrimaryBusiness) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PrimaryBusiness newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PrimaryBusiness) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PrimaryBusiness newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.PrimaryBusiness) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML SecondaryBusiness(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is a complex type.
*/
public interface SecondaryBusiness extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SecondaryBusiness.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("secondarybusiness395aelemtype");
/**
* Gets the "AffordableHousing" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getAffordableHousing();
/**
* Gets (as xml) the "AffordableHousing" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetAffordableHousing();
/**
* True if has "AffordableHousing" element
*/
boolean isSetAffordableHousing();
/**
* Sets the "AffordableHousing" element
*/
void setAffordableHousing(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum affordableHousing);
/**
* Sets (as xml) the "AffordableHousing" element
*/
void xsetAffordableHousing(gov.grants.apply.system.globalLibraryV20.YesNoDataType affordableHousing);
/**
* Unsets the "AffordableHousing" element
*/
void unsetAffordableHousing();
/**
* Gets the "ConsumerFinance" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getConsumerFinance();
/**
* Gets (as xml) the "ConsumerFinance" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetConsumerFinance();
/**
* True if has "ConsumerFinance" element
*/
boolean isSetConsumerFinance();
/**
* Sets the "ConsumerFinance" element
*/
void setConsumerFinance(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum consumerFinance);
/**
* Sets (as xml) the "ConsumerFinance" element
*/
void xsetConsumerFinance(gov.grants.apply.system.globalLibraryV20.YesNoDataType consumerFinance);
/**
* Unsets the "ConsumerFinance" element
*/
void unsetConsumerFinance();
/**
* Gets the "Microenterprise" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMicroenterprise();
/**
* Gets (as xml) the "Microenterprise" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMicroenterprise();
/**
* True if has "Microenterprise" element
*/
boolean isSetMicroenterprise();
/**
* Sets the "Microenterprise" element
*/
void setMicroenterprise(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum microenterprise);
/**
* Sets (as xml) the "Microenterprise" element
*/
void xsetMicroenterprise(gov.grants.apply.system.globalLibraryV20.YesNoDataType microenterprise);
/**
* Unsets the "Microenterprise" element
*/
void unsetMicroenterprise();
/**
* Gets the "SmallBusiness" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSmallBusiness();
/**
* Gets (as xml) the "SmallBusiness" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSmallBusiness();
/**
* True if has "SmallBusiness" element
*/
boolean isSetSmallBusiness();
/**
* Sets the "SmallBusiness" element
*/
void setSmallBusiness(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum smallBusiness);
/**
* Sets (as xml) the "SmallBusiness" element
*/
void xsetSmallBusiness(gov.grants.apply.system.globalLibraryV20.YesNoDataType smallBusiness);
/**
* Unsets the "SmallBusiness" element
*/
void unsetSmallBusiness();
/**
* Gets the "Commercial" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCommercial();
/**
* Gets (as xml) the "Commercial" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCommercial();
/**
* True if has "Commercial" element
*/
boolean isSetCommercial();
/**
* Sets the "Commercial" element
*/
void setCommercial(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum commercial);
/**
* Sets (as xml) the "Commercial" element
*/
void xsetCommercial(gov.grants.apply.system.globalLibraryV20.YesNoDataType commercial);
/**
* Unsets the "Commercial" element
*/
void unsetCommercial();
/**
* Gets the "Retail" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getRetail();
/**
* Gets (as xml) the "Retail" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetRetail();
/**
* True if has "Retail" element
*/
boolean isSetRetail();
/**
* Sets the "Retail" element
*/
void setRetail(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum retail);
/**
* Sets (as xml) the "Retail" element
*/
void xsetRetail(gov.grants.apply.system.globalLibraryV20.YesNoDataType retail);
/**
* Unsets the "Retail" element
*/
void unsetRetail();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.SecondaryBusiness newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.SecondaryBusiness) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.SecondaryBusiness newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.SecondaryBusiness) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML ProductsOffered(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is a complex type.
*/
public interface ProductsOffered extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProductsOffered.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("productsofferedc33delemtype");
/**
* Gets the "IndividualDevelopmentAccounts" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getIndividualDevelopmentAccounts();
/**
* Gets (as xml) the "IndividualDevelopmentAccounts" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetIndividualDevelopmentAccounts();
/**
* True if has "IndividualDevelopmentAccounts" element
*/
boolean isSetIndividualDevelopmentAccounts();
/**
* Sets the "IndividualDevelopmentAccounts" element
*/
void setIndividualDevelopmentAccounts(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum individualDevelopmentAccounts);
/**
* Sets (as xml) the "IndividualDevelopmentAccounts" element
*/
void xsetIndividualDevelopmentAccounts(gov.grants.apply.system.globalLibraryV20.YesNoDataType individualDevelopmentAccounts);
/**
* Unsets the "IndividualDevelopmentAccounts" element
*/
void unsetIndividualDevelopmentAccounts();
/**
* Gets the "NoCostAccounts" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNoCostAccounts();
/**
* Gets (as xml) the "NoCostAccounts" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNoCostAccounts();
/**
* True if has "NoCostAccounts" element
*/
boolean isSetNoCostAccounts();
/**
* Sets the "NoCostAccounts" element
*/
void setNoCostAccounts(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum noCostAccounts);
/**
* Sets (as xml) the "NoCostAccounts" element
*/
void xsetNoCostAccounts(gov.grants.apply.system.globalLibraryV20.YesNoDataType noCostAccounts);
/**
* Unsets the "NoCostAccounts" element
*/
void unsetNoCostAccounts();
/**
* Gets the "LoansToRefinance" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLoansToRefinance();
/**
* Gets (as xml) the "LoansToRefinance" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLoansToRefinance();
/**
* True if has "LoansToRefinance" element
*/
boolean isSetLoansToRefinance();
/**
* Sets the "LoansToRefinance" element
*/
void setLoansToRefinance(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum loansToRefinance);
/**
* Sets (as xml) the "LoansToRefinance" element
*/
void xsetLoansToRefinance(gov.grants.apply.system.globalLibraryV20.YesNoDataType loansToRefinance);
/**
* Unsets the "LoansToRefinance" element
*/
void unsetLoansToRefinance();
/**
* Gets the "LoansToBuild" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLoansToBuild();
/**
* Gets (as xml) the "LoansToBuild" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLoansToBuild();
/**
* True if has "LoansToBuild" element
*/
boolean isSetLoansToBuild();
/**
* Sets the "LoansToBuild" element
*/
void setLoansToBuild(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum loansToBuild);
/**
* Sets (as xml) the "LoansToBuild" element
*/
void xsetLoansToBuild(gov.grants.apply.system.globalLibraryV20.YesNoDataType loansToBuild);
/**
* Unsets the "LoansToBuild" element
*/
void unsetLoansToBuild();
/**
* Gets the "ShortTerm" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getShortTerm();
/**
* Gets (as xml) the "ShortTerm" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetShortTerm();
/**
* True if has "ShortTerm" element
*/
boolean isSetShortTerm();
/**
* Sets the "ShortTerm" element
*/
void setShortTerm(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum shortTerm);
/**
* Sets (as xml) the "ShortTerm" element
*/
void xsetShortTerm(gov.grants.apply.system.globalLibraryV20.YesNoDataType shortTerm);
/**
* Unsets the "ShortTerm" element
*/
void unsetShortTerm();
/**
* Gets the "QID_56" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getQID56();
/**
* Gets (as xml) the "QID_56" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetQID56();
/**
* True if has "QID_56" element
*/
boolean isSetQID56();
/**
* Sets the "QID_56" element
*/
void setQID56(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum qid56);
/**
* Sets (as xml) the "QID_56" element
*/
void xsetQID56(gov.grants.apply.system.globalLibraryV20.YesNoDataType qid56);
/**
* Unsets the "QID_56" element
*/
void unsetQID56();
/**
* Gets the "QID_62" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getQID62();
/**
* Gets (as xml) the "QID_62" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetQID62();
/**
* True if has "QID_62" element
*/
boolean isSetQID62();
/**
* Sets the "QID_62" element
*/
void setQID62(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum qid62);
/**
* Sets (as xml) the "QID_62" element
*/
void xsetQID62(gov.grants.apply.system.globalLibraryV20.YesNoDataType qid62);
/**
* Unsets the "QID_62" element
*/
void unsetQID62();
/**
* Gets the "ServicesToDisabled" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getServicesToDisabled();
/**
* Gets (as xml) the "ServicesToDisabled" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetServicesToDisabled();
/**
* True if has "ServicesToDisabled" element
*/
boolean isSetServicesToDisabled();
/**
* Sets the "ServicesToDisabled" element
*/
void setServicesToDisabled(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum servicesToDisabled);
/**
* Sets (as xml) the "ServicesToDisabled" element
*/
void xsetServicesToDisabled(gov.grants.apply.system.globalLibraryV20.YesNoDataType servicesToDisabled);
/**
* Unsets the "ServicesToDisabled" element
*/
void unsetServicesToDisabled();
/**
* Gets the "EquityInvestments" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEquityInvestments();
/**
* Gets (as xml) the "EquityInvestments" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEquityInvestments();
/**
* True if has "EquityInvestments" element
*/
boolean isSetEquityInvestments();
/**
* Sets the "EquityInvestments" element
*/
void setEquityInvestments(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum equityInvestments);
/**
* Sets (as xml) the "EquityInvestments" element
*/
void xsetEquityInvestments(gov.grants.apply.system.globalLibraryV20.YesNoDataType equityInvestments);
/**
* Unsets the "EquityInvestments" element
*/
void unsetEquityInvestments();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.ProductsOffered newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.ProductsOffered) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.ProductsOffered newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.ProductsOffered) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML QID_24(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi30V30.CDFI30Document$CDFI30$QID24.
*/
public interface QID24 extends org.apache.xmlbeans.XmlInt
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(QID24.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("qid24164belemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.QID24 newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.QID24) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.QID24 newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.QID24) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.QID24 newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.QID24) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML Questionnaire(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is a complex type.
*/
public interface Questionnaire extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Questionnaire.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("questionnairef9e9elemtype");
/**
* Gets the "FederalLegislation" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFederalLegislation();
/**
* Gets (as xml) the "FederalLegislation" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFederalLegislation();
/**
* True if has "FederalLegislation" element
*/
boolean isSetFederalLegislation();
/**
* Sets the "FederalLegislation" element
*/
void setFederalLegislation(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum federalLegislation);
/**
* Sets (as xml) the "FederalLegislation" element
*/
void xsetFederalLegislation(gov.grants.apply.system.globalLibraryV20.YesNoDataType federalLegislation);
/**
* Unsets the "FederalLegislation" element
*/
void unsetFederalLegislation();
/**
* Gets the "FederalRule" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFederalRule();
/**
* Gets (as xml) the "FederalRule" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFederalRule();
/**
* True if has "FederalRule" element
*/
boolean isSetFederalRule();
/**
* Sets the "FederalRule" element
*/
void setFederalRule(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum federalRule);
/**
* Sets (as xml) the "FederalRule" element
*/
void xsetFederalRule(gov.grants.apply.system.globalLibraryV20.YesNoDataType federalRule);
/**
* Unsets the "FederalRule" element
*/
void unsetFederalRule();
/**
* Gets the "FederalProgram" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFederalProgram();
/**
* Gets (as xml) the "FederalProgram" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFederalProgram();
/**
* True if has "FederalProgram" element
*/
boolean isSetFederalProgram();
/**
* Sets the "FederalProgram" element
*/
void setFederalProgram(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum federalProgram);
/**
* Sets (as xml) the "FederalProgram" element
*/
void xsetFederalProgram(gov.grants.apply.system.globalLibraryV20.YesNoDataType federalProgram);
/**
* Unsets the "FederalProgram" element
*/
void unsetFederalProgram();
/**
* Gets the "Nomination" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNomination();
/**
* Gets (as xml) the "Nomination" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNomination();
/**
* True if has "Nomination" element
*/
boolean isSetNomination();
/**
* Sets the "Nomination" element
*/
void setNomination(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nomination);
/**
* Sets (as xml) the "Nomination" element
*/
void xsetNomination(gov.grants.apply.system.globalLibraryV20.YesNoDataType nomination);
/**
* Unsets the "Nomination" element
*/
void unsetNomination();
/**
* Gets the "BackgroundWork" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBackgroundWork();
/**
* Gets (as xml) the "BackgroundWork" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBackgroundWork();
/**
* True if has "BackgroundWork" element
*/
boolean isSetBackgroundWork();
/**
* Sets the "BackgroundWork" element
*/
void setBackgroundWork(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum backgroundWork);
/**
* Sets (as xml) the "BackgroundWork" element
*/
void xsetBackgroundWork(gov.grants.apply.system.globalLibraryV20.YesNoDataType backgroundWork);
/**
* Unsets the "BackgroundWork" element
*/
void unsetBackgroundWork();
/**
* Gets the "FederalLegislation2" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFederalLegislation2();
/**
* Gets (as xml) the "FederalLegislation2" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFederalLegislation2();
/**
* True if has "FederalLegislation2" element
*/
boolean isSetFederalLegislation2();
/**
* Sets the "FederalLegislation2" element
*/
void setFederalLegislation2(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum federalLegislation2);
/**
* Sets (as xml) the "FederalLegislation2" element
*/
void xsetFederalLegislation2(gov.grants.apply.system.globalLibraryV20.YesNoDataType federalLegislation2);
/**
* Unsets the "FederalLegislation2" element
*/
void unsetFederalLegislation2();
/**
* Gets the "FederalRule2" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFederalRule2();
/**
* Gets (as xml) the "FederalRule2" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFederalRule2();
/**
* True if has "FederalRule2" element
*/
boolean isSetFederalRule2();
/**
* Sets the "FederalRule2" element
*/
void setFederalRule2(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum federalRule2);
/**
* Sets (as xml) the "FederalRule2" element
*/
void xsetFederalRule2(gov.grants.apply.system.globalLibraryV20.YesNoDataType federalRule2);
/**
* Unsets the "FederalRule2" element
*/
void unsetFederalRule2();
/**
* Gets the "FederalProgram2" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFederalProgram2();
/**
* Gets (as xml) the "FederalProgram2" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFederalProgram2();
/**
* True if has "FederalProgram2" element
*/
boolean isSetFederalProgram2();
/**
* Sets the "FederalProgram2" element
*/
void setFederalProgram2(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum federalProgram2);
/**
* Sets (as xml) the "FederalProgram2" element
*/
void xsetFederalProgram2(gov.grants.apply.system.globalLibraryV20.YesNoDataType federalProgram2);
/**
* Unsets the "FederalProgram2" element
*/
void unsetFederalProgram2();
/**
* Gets the "Nomination2" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNomination2();
/**
* Gets (as xml) the "Nomination2" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNomination2();
/**
* True if has "Nomination2" element
*/
boolean isSetNomination2();
/**
* Sets the "Nomination2" element
*/
void setNomination2(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum nomination2);
/**
* Sets (as xml) the "Nomination2" element
*/
void xsetNomination2(gov.grants.apply.system.globalLibraryV20.YesNoDataType nomination2);
/**
* Unsets the "Nomination2" element
*/
void unsetNomination2();
/**
* Gets the "BackgroundWork2" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBackgroundWork2();
/**
* Gets (as xml) the "BackgroundWork2" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBackgroundWork2();
/**
* True if has "BackgroundWork2" element
*/
boolean isSetBackgroundWork2();
/**
* Sets the "BackgroundWork2" element
*/
void setBackgroundWork2(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum backgroundWork2);
/**
* Sets (as xml) the "BackgroundWork2" element
*/
void xsetBackgroundWork2(gov.grants.apply.system.globalLibraryV20.YesNoDataType backgroundWork2);
/**
* Unsets the "BackgroundWork2" element
*/
void unsetBackgroundWork2();
/**
* Gets the "Comments" element
*/
java.lang.String getComments();
/**
* Gets (as xml) the "Comments" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30String4000DataType xgetComments();
/**
* True if has "Comments" element
*/
boolean isSetComments();
/**
* Sets the "Comments" element
*/
void setComments(java.lang.String comments);
/**
* Sets (as xml) the "Comments" element
*/
void xsetComments(gov.grants.apply.forms.cdfi30V30.CDFI30String4000DataType comments);
/**
* Unsets the "Comments" element
*/
void unsetComments();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.Questionnaire newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.Questionnaire) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.Questionnaire newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.Questionnaire) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML EnvironmentalReview(@http://apply.grants.gov/forms/CDFI_3_0-V3.0).
*
* This is a complex type.
*/
public interface EnvironmentalReview extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(EnvironmentalReview.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("environmentalreviewe7fcelemtype");
/**
* Gets the "CategoricalExclusion" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCategoricalExclusion();
/**
* Gets (as xml) the "CategoricalExclusion" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCategoricalExclusion();
/**
* Sets the "CategoricalExclusion" element
*/
void setCategoricalExclusion(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum categoricalExclusion);
/**
* Sets (as xml) the "CategoricalExclusion" element
*/
void xsetCategoricalExclusion(gov.grants.apply.system.globalLibraryV20.YesNoDataType categoricalExclusion);
/**
* Gets the "EnvironmentalImpact" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEnvironmentalImpact();
/**
* Gets (as xml) the "EnvironmentalImpact" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEnvironmentalImpact();
/**
* Sets the "EnvironmentalImpact" element
*/
void setEnvironmentalImpact(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum environmentalImpact);
/**
* Sets (as xml) the "EnvironmentalImpact" element
*/
void xsetEnvironmentalImpact(gov.grants.apply.system.globalLibraryV20.YesNoDataType environmentalImpact);
/**
* Gets the "HistoricalSites" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getHistoricalSites();
/**
* Gets (as xml) the "HistoricalSites" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetHistoricalSites();
/**
* Sets the "HistoricalSites" element
*/
void setHistoricalSites(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum historicalSites);
/**
* Sets (as xml) the "HistoricalSites" element
*/
void xsetHistoricalSites(gov.grants.apply.system.globalLibraryV20.YesNoDataType historicalSites);
/**
* Gets the "WildernessAreas" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getWildernessAreas();
/**
* Gets (as xml) the "WildernessAreas" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetWildernessAreas();
/**
* Sets the "WildernessAreas" element
*/
void setWildernessAreas(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum wildernessAreas);
/**
* Sets (as xml) the "WildernessAreas" element
*/
void xsetWildernessAreas(gov.grants.apply.system.globalLibraryV20.YesNoDataType wildernessAreas);
/**
* Gets the "ScenicRivers" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getScenicRivers();
/**
* Gets (as xml) the "ScenicRivers" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetScenicRivers();
/**
* Sets the "ScenicRivers" element
*/
void setScenicRivers(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum scenicRivers);
/**
* Sets (as xml) the "ScenicRivers" element
*/
void xsetScenicRivers(gov.grants.apply.system.globalLibraryV20.YesNoDataType scenicRivers);
/**
* Gets the "CriticalHabitats" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCriticalHabitats();
/**
* Gets (as xml) the "CriticalHabitats" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCriticalHabitats();
/**
* Sets the "CriticalHabitats" element
*/
void setCriticalHabitats(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum criticalHabitats);
/**
* Sets (as xml) the "CriticalHabitats" element
*/
void xsetCriticalHabitats(gov.grants.apply.system.globalLibraryV20.YesNoDataType criticalHabitats);
/**
* Gets the "NaturalLandmarks" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getNaturalLandmarks();
/**
* Gets (as xml) the "NaturalLandmarks" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetNaturalLandmarks();
/**
* Sets the "NaturalLandmarks" element
*/
void setNaturalLandmarks(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum naturalLandmarks);
/**
* Sets (as xml) the "NaturalLandmarks" element
*/
void xsetNaturalLandmarks(gov.grants.apply.system.globalLibraryV20.YesNoDataType naturalLandmarks);
/**
* Gets the "CostalBarrier" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCostalBarrier();
/**
* Gets (as xml) the "CostalBarrier" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCostalBarrier();
/**
* Sets the "CostalBarrier" element
*/
void setCostalBarrier(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum costalBarrier);
/**
* Sets (as xml) the "CostalBarrier" element
*/
void xsetCostalBarrier(gov.grants.apply.system.globalLibraryV20.YesNoDataType costalBarrier);
/**
* Gets the "CostalZone" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCostalZone();
/**
* Gets (as xml) the "CostalZone" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCostalZone();
/**
* Sets the "CostalZone" element
*/
void setCostalZone(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum costalZone);
/**
* Sets (as xml) the "CostalZone" element
*/
void xsetCostalZone(gov.grants.apply.system.globalLibraryV20.YesNoDataType costalZone);
/**
* Gets the "SoleSourceAquifer" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSoleSourceAquifer();
/**
* Gets (as xml) the "SoleSourceAquifer" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSoleSourceAquifer();
/**
* Sets the "SoleSourceAquifer" element
*/
void setSoleSourceAquifer(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum soleSourceAquifer);
/**
* Sets (as xml) the "SoleSourceAquifer" element
*/
void xsetSoleSourceAquifer(gov.grants.apply.system.globalLibraryV20.YesNoDataType soleSourceAquifer);
/**
* Gets the "Wetlands" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getWetlands();
/**
* Gets (as xml) the "Wetlands" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetWetlands();
/**
* Sets the "Wetlands" element
*/
void setWetlands(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum wetlands);
/**
* Sets (as xml) the "Wetlands" element
*/
void xsetWetlands(gov.grants.apply.system.globalLibraryV20.YesNoDataType wetlands);
/**
* Gets the "FloodPlains" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFloodPlains();
/**
* Gets (as xml) the "FloodPlains" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFloodPlains();
/**
* Sets the "FloodPlains" element
*/
void setFloodPlains(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum floodPlains);
/**
* Sets (as xml) the "FloodPlains" element
*/
void xsetFloodPlains(gov.grants.apply.system.globalLibraryV20.YesNoDataType floodPlains);
/**
* Gets the "PrimeFarmland" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPrimeFarmland();
/**
* Gets (as xml) the "PrimeFarmland" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPrimeFarmland();
/**
* Sets the "PrimeFarmland" element
*/
void setPrimeFarmland(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum primeFarmland);
/**
* Sets (as xml) the "PrimeFarmland" element
*/
void xsetPrimeFarmland(gov.grants.apply.system.globalLibraryV20.YesNoDataType primeFarmland);
/**
* Gets the "EPAList" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEPAList();
/**
* Gets (as xml) the "EPAList" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEPAList();
/**
* Sets the "EPAList" element
*/
void setEPAList(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum epaList);
/**
* Sets (as xml) the "EPAList" element
*/
void xsetEPAList(gov.grants.apply.system.globalLibraryV20.YesNoDataType epaList);
/**
* Gets the "ERNarrative" element
*/
java.lang.String getERNarrative();
/**
* Gets (as xml) the "ERNarrative" element
*/
gov.grants.apply.forms.cdfi30V30.CDFI30String5000DataType xgetERNarrative();
/**
* True if has "ERNarrative" element
*/
boolean isSetERNarrative();
/**
* Sets the "ERNarrative" element
*/
void setERNarrative(java.lang.String erNarrative);
/**
* Sets (as xml) the "ERNarrative" element
*/
void xsetERNarrative(gov.grants.apply.forms.cdfi30V30.CDFI30String5000DataType erNarrative);
/**
* Unsets the "ERNarrative" element
*/
void unsetERNarrative();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.EnvironmentalReview newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.EnvironmentalReview) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.EnvironmentalReview newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30.EnvironmentalReview) 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.cdfi30V30.CDFI30Document.CDFI30 newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30 newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document.CDFI30) 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.cdfi30V30.CDFI30Document newInstance() {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document) 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.cdfi30V30.CDFI30Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (gov.grants.apply.forms.cdfi30V30.CDFI30Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static gov.grants.apply.forms.cdfi30V30.CDFI30Document 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.cdfi30V30.CDFI30Document) 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
}
}