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_2_0
* Namespace: http://apply.grants.gov/forms/CDFI_2_0-V2.0
* Java type: gov.grants.apply.forms.cdfi20V20.CDFI20Document
*
* Automatically generated - do not modify.
*/
package gov.grants.apply.forms.cdfi20V20;
/**
* A document containing one CDFI_2_0(@http://apply.grants.gov/forms/CDFI_2_0-V2.0) element.
*
* This is a complex type.
*/
public interface CDFI20Document extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CDFI20Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("cdfi20c25edoctype");
/**
* Gets the "CDFI_2_0" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20 getCDFI20();
/**
* Sets the "CDFI_2_0" element
*/
void setCDFI20(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20 cdfi20);
/**
* Appends and returns a new empty "CDFI_2_0" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20 addNewCDFI20();
/**
* An XML CDFI_2_0(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is a complex type.
*/
public interface CDFI20 extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CDFI20.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("cdfi20d7baelemtype");
/**
* Gets the "Organization" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.Organization getOrganization();
/**
* Sets the "Organization" element
*/
void setOrganization(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.Organization organization);
/**
* Appends and returns a new empty "Organization" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.Organization addNewOrganization();
/**
* Gets the "AuthorizedRep" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.AuthorizedRep getAuthorizedRep();
/**
* Sets the "AuthorizedRep" element
*/
void setAuthorizedRep(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.AuthorizedRep authorizedRep);
/**
* Appends and returns a new empty "AuthorizedRep" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.AuthorizedRep addNewAuthorizedRep();
/**
* Gets the "ApplicationPOC" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.ApplicationPOC getApplicationPOC();
/**
* True if has "ApplicationPOC" element
*/
boolean isSetApplicationPOC();
/**
* Sets the "ApplicationPOC" element
*/
void setApplicationPOC(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.ApplicationPOC applicationPOC);
/**
* Appends and returns a new empty "ApplicationPOC" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.ApplicationPOC addNewApplicationPOC();
/**
* Unsets the "ApplicationPOC" element
*/
void unsetApplicationPOC();
/**
* Gets the "OrganizationalProfile" element
*/
java.lang.String getOrganizationalProfile();
/**
* Gets (as xml) the "OrganizationalProfile" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OrganizationalProfile xgetOrganizationalProfile();
/**
* Sets the "OrganizationalProfile" element
*/
void setOrganizationalProfile(java.lang.String organizationalProfile);
/**
* Sets (as xml) the "OrganizationalProfile" element
*/
void xsetOrganizationalProfile(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OrganizationalProfile organizationalProfile);
/**
* Gets the "FY" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FY.Enum getFY();
/**
* Gets (as xml) the "FY" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FY xgetFY();
/**
* Sets the "FY" element
*/
void setFY(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FY.Enum fy);
/**
* Sets (as xml) the "FY" element
*/
void xsetFY(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FY fy);
/**
* Gets the "TypeAssistance" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TypeAssistance.Enum getTypeAssistance();
/**
* Gets (as xml) the "TypeAssistance" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TypeAssistance xgetTypeAssistance();
/**
* Sets the "TypeAssistance" element
*/
void setTypeAssistance(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TypeAssistance.Enum typeAssistance);
/**
* Sets (as xml) the "TypeAssistance" element
*/
void xsetTypeAssistance(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TypeAssistance typeAssistance);
/**
* Gets the "FARequestedAmount" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FARequestedAmount getFARequestedAmount();
/**
* True if has "FARequestedAmount" element
*/
boolean isSetFARequestedAmount();
/**
* Sets the "FARequestedAmount" element
*/
void setFARequestedAmount(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FARequestedAmount faRequestedAmount);
/**
* Appends and returns a new empty "FARequestedAmount" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FARequestedAmount addNewFARequestedAmount();
/**
* Unsets the "FARequestedAmount" element
*/
void unsetFARequestedAmount();
/**
* Gets the "TARequestSummary" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary getTARequestSummary();
/**
* True if has "TARequestSummary" element
*/
boolean isSetTARequestSummary();
/**
* Sets the "TARequestSummary" element
*/
void setTARequestSummary(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary taRequestSummary);
/**
* Appends and returns a new empty "TARequestSummary" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary addNewTARequestSummary();
/**
* Unsets the "TARequestSummary" element
*/
void unsetTARequestSummary();
/**
* Gets the "HFFIFARequestedAmount" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.HFFIFARequestedAmount getHFFIFARequestedAmount();
/**
* True if has "HFFIFARequestedAmount" element
*/
boolean isSetHFFIFARequestedAmount();
/**
* Sets the "HFFIFARequestedAmount" element
*/
void setHFFIFARequestedAmount(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.HFFIFARequestedAmount hffifaRequestedAmount);
/**
* Appends and returns a new empty "HFFIFARequestedAmount" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.HFFIFARequestedAmount addNewHFFIFARequestedAmount();
/**
* Unsets the "HFFIFARequestedAmount" element
*/
void unsetHFFIFARequestedAmount();
/**
* Gets the "FAApplicantCategory" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FAApplicantCategory.Enum getFAApplicantCategory();
/**
* Gets (as xml) the "FAApplicantCategory" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FAApplicantCategory xgetFAApplicantCategory();
/**
* True if has "FAApplicantCategory" element
*/
boolean isSetFAApplicantCategory();
/**
* Sets the "FAApplicantCategory" element
*/
void setFAApplicantCategory(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FAApplicantCategory.Enum faApplicantCategory);
/**
* Sets (as xml) the "FAApplicantCategory" element
*/
void xsetFAApplicantCategory(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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.cdfi20V20.CDFI20Document.CDFI20.OtherFundsTable[] getOtherFundsTableArray();
/**
* Gets ith "OtherFundsTable" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OtherFundsTable getOtherFundsTableArray(int i);
/**
* Returns number of "OtherFundsTable" element
*/
int sizeOfOtherFundsTableArray();
/**
* Sets array of all "OtherFundsTable" element
*/
void setOtherFundsTableArray(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OtherFundsTable[] otherFundsTableArray);
/**
* Sets ith "OtherFundsTable" element
*/
void setOtherFundsTableArray(int i, gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OtherFundsTable otherFundsTable);
/**
* Inserts and returns a new empty value (as xml) as the ith "OtherFundsTable" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OtherFundsTable insertNewOtherFundsTable(int i);
/**
* Appends and returns a new empty value (as xml) as the last "OtherFundsTable" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OtherFundsTable addNewOtherFundsTable();
/**
* Removes the ith "OtherFundsTable" element
*/
void removeOtherFundsTable(int i);
/**
* Gets array of all "PriorAwardsTable" elements
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PriorAwardsTable[] getPriorAwardsTableArray();
/**
* Gets ith "PriorAwardsTable" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PriorAwardsTable getPriorAwardsTableArray(int i);
/**
* Returns number of "PriorAwardsTable" element
*/
int sizeOfPriorAwardsTableArray();
/**
* Sets array of all "PriorAwardsTable" element
*/
void setPriorAwardsTableArray(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PriorAwardsTable[] priorAwardsTableArray);
/**
* Sets ith "PriorAwardsTable" element
*/
void setPriorAwardsTableArray(int i, gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PriorAwardsTable priorAwardsTable);
/**
* Inserts and returns a new empty value (as xml) as the ith "PriorAwardsTable" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PriorAwardsTable insertNewPriorAwardsTable(int i);
/**
* Appends and returns a new empty value (as xml) as the last "PriorAwardsTable" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PriorAwardsTable addNewPriorAwardsTable();
/**
* Removes the ith "PriorAwardsTable" element
*/
void removePriorAwardsTable(int i);
/**
* Gets the "InstitutionType" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.InstitutionType.Enum getInstitutionType();
/**
* Gets (as xml) the "InstitutionType" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.InstitutionType xgetInstitutionType();
/**
* Sets the "InstitutionType" element
*/
void setInstitutionType(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.InstitutionType.Enum institutionType);
/**
* Sets (as xml) the "InstitutionType" element
*/
void xsetInstitutionType(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.InstitutionType institutionType);
/**
* Gets the "OrganizationStructure" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OrganizationStructure.Enum getOrganizationStructure();
/**
* Gets (as xml) the "OrganizationStructure" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OrganizationStructure xgetOrganizationStructure();
/**
* True if has "OrganizationStructure" element
*/
boolean isSetOrganizationStructure();
/**
* Sets the "OrganizationStructure" element
*/
void setOrganizationStructure(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OrganizationStructure.Enum organizationStructure);
/**
* Sets (as xml) the "OrganizationStructure" element
*/
void xsetOrganizationStructure(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.QID42.Enum getQID42();
/**
* Gets (as xml) the "QID_42" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.QID42 xgetQID42();
/**
* Sets the "QID_42" element
*/
void setQID42(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.QID42.Enum qid42);
/**
* Sets (as xml) the "QID_42" element
*/
void xsetQID42(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.QID42 qid42);
/**
* Gets the "QID_66" element
*/
long getQID66();
/**
* Gets (as xml) the "QID_66" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20S999999999999DataType xgetQID66();
/**
* Sets the "QID_66" element
*/
void setQID66(long qid66);
/**
* Sets (as xml) the "QID_66" element
*/
void xsetQID66(gov.grants.apply.forms.cdfi20V20.CDFI20S999999999999DataType qid66);
/**
* Gets the "RegulatoryBody" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.RegulatoryBody.Enum getRegulatoryBody();
/**
* Gets (as xml) the "RegulatoryBody" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.RegulatoryBody xgetRegulatoryBody();
/**
* True if has "RegulatoryBody" element
*/
boolean isSetRegulatoryBody();
/**
* Sets the "RegulatoryBody" element
*/
void setRegulatoryBody(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.RegulatoryBody.Enum regulatoryBody);
/**
* Sets (as xml) the "RegulatoryBody" element
*/
void xsetRegulatoryBody(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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.cdfi20V20.CDFI20Document.CDFI20.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.cdfi20V20.CDFI20Document.CDFI20.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.cdfi20V20.CDFI20String15DataType 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.cdfi20V20.CDFI20String15DataType 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.cdfi20V20.CDFI20String15DataType 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.cdfi20V20.CDFI20String15DataType 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.cdfi20V20.CDFI20Document.CDFI20.CertificationStatus.Enum getCertificationStatus();
/**
* Gets (as xml) the "CertificationStatus" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CertificationStatus xgetCertificationStatus();
/**
* Sets the "CertificationStatus" element
*/
void setCertificationStatus(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CertificationStatus.Enum certificationStatus);
/**
* Sets (as xml) the "CertificationStatus" element
*/
void xsetCertificationStatus(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CertificationStatus certificationStatus);
/**
* Gets the "CDFICertificationNumber" element
*/
java.lang.String getCDFICertificationNumber();
/**
* Gets (as xml) the "CDFICertificationNumber" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20String15DataType 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.cdfi20V20.CDFI20String15DataType 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.cdfi20V20.CDFI20Document.CDFI20.CertificationChecklist getCertificationChecklist();
/**
* True if has "CertificationChecklist" element
*/
boolean isSetCertificationChecklist();
/**
* Sets the "CertificationChecklist" element
*/
void setCertificationChecklist(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CertificationChecklist certificationChecklist);
/**
* Appends and returns a new empty "CertificationChecklist" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CertificationChecklist addNewCertificationChecklist();
/**
* Unsets the "CertificationChecklist" element
*/
void unsetCertificationChecklist();
/**
* Gets the "QID_58" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.QID58.Enum getQID58();
/**
* Gets (as xml) the "QID_58" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.QID58 xgetQID58();
/**
* Sets the "QID_58" element
*/
void setQID58(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.QID58.Enum qid58);
/**
* Sets (as xml) the "QID_58" element
*/
void xsetQID58(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.QID58 qid58);
/**
* Gets the "PrimaryMarket" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PrimaryMarket getPrimaryMarket();
/**
* True if has "PrimaryMarket" element
*/
boolean isSetPrimaryMarket();
/**
* Sets the "PrimaryMarket" element
*/
void setPrimaryMarket(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PrimaryMarket primaryMarket);
/**
* Appends and returns a new empty "PrimaryMarket" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PrimaryMarket addNewPrimaryMarket();
/**
* Unsets the "PrimaryMarket" element
*/
void unsetPrimaryMarket();
/**
* Gets the "GeographicMarketServed" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.GeographicMarketServed getGeographicMarketServed();
/**
* True if has "GeographicMarketServed" element
*/
boolean isSetGeographicMarketServed();
/**
* Sets the "GeographicMarketServed" element
*/
void setGeographicMarketServed(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.GeographicMarketServed geographicMarketServed);
/**
* Appends and returns a new empty "GeographicMarketServed" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.GeographicMarketServed addNewGeographicMarketServed();
/**
* Unsets the "GeographicMarketServed" element
*/
void unsetGeographicMarketServed();
/**
* Gets the "PrimaryBusiness" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PrimaryBusiness.Enum getPrimaryBusiness();
/**
* Gets (as xml) the "PrimaryBusiness" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PrimaryBusiness xgetPrimaryBusiness();
/**
* Sets the "PrimaryBusiness" element
*/
void setPrimaryBusiness(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PrimaryBusiness.Enum primaryBusiness);
/**
* Sets (as xml) the "PrimaryBusiness" element
*/
void xsetPrimaryBusiness(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PrimaryBusiness primaryBusiness);
/**
* Gets the "SecondaryBusiness" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.SecondaryBusiness getSecondaryBusiness();
/**
* True if has "SecondaryBusiness" element
*/
boolean isSetSecondaryBusiness();
/**
* Sets the "SecondaryBusiness" element
*/
void setSecondaryBusiness(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.SecondaryBusiness secondaryBusiness);
/**
* Appends and returns a new empty "SecondaryBusiness" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.SecondaryBusiness addNewSecondaryBusiness();
/**
* Unsets the "SecondaryBusiness" element
*/
void unsetSecondaryBusiness();
/**
* Gets the "ProductsOffered" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.ProductsOffered getProductsOffered();
/**
* True if has "ProductsOffered" element
*/
boolean isSetProductsOffered();
/**
* Sets the "ProductsOffered" element
*/
void setProductsOffered(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.ProductsOffered productsOffered);
/**
* Appends and returns a new empty "ProductsOffered" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.ProductsOffered addNewProductsOffered();
/**
* Unsets the "ProductsOffered" element
*/
void unsetProductsOffered();
/**
* Gets the "CustomerProfile" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile getCustomerProfile();
/**
* True if has "CustomerProfile" element
*/
boolean isSetCustomerProfile();
/**
* Sets the "CustomerProfile" element
*/
void setCustomerProfile(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile customerProfile);
/**
* Appends and returns a new empty "CustomerProfile" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile addNewCustomerProfile();
/**
* Unsets the "CustomerProfile" element
*/
void unsetCustomerProfile();
/**
* Gets the "MatchingFunds" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.MatchingFunds getMatchingFunds();
/**
* True if has "MatchingFunds" element
*/
boolean isSetMatchingFunds();
/**
* Sets the "MatchingFunds" element
*/
void setMatchingFunds(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.MatchingFunds matchingFunds);
/**
* Appends and returns a new empty "MatchingFunds" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.MatchingFunds addNewMatchingFunds();
/**
* Unsets the "MatchingFunds" element
*/
void unsetMatchingFunds();
/**
* Gets the "EarningsNonRegulated" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EarningsNonRegulated getEarningsNonRegulated();
/**
* True if has "EarningsNonRegulated" element
*/
boolean isSetEarningsNonRegulated();
/**
* Sets the "EarningsNonRegulated" element
*/
void setEarningsNonRegulated(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EarningsNonRegulated earningsNonRegulated);
/**
* Appends and returns a new empty "EarningsNonRegulated" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EarningsNonRegulated addNewEarningsNonRegulated();
/**
* Unsets the "EarningsNonRegulated" element
*/
void unsetEarningsNonRegulated();
/**
* Gets the "EarningsCreditUnions" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EarningsCreditUnions getEarningsCreditUnions();
/**
* True if has "EarningsCreditUnions" element
*/
boolean isSetEarningsCreditUnions();
/**
* Sets the "EarningsCreditUnions" element
*/
void setEarningsCreditUnions(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EarningsCreditUnions earningsCreditUnions);
/**
* Appends and returns a new empty "EarningsCreditUnions" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EarningsCreditUnions addNewEarningsCreditUnions();
/**
* Unsets the "EarningsCreditUnions" element
*/
void unsetEarningsCreditUnions();
/**
* Gets the "EarningsBanks" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EarningsBanks getEarningsBanks();
/**
* True if has "EarningsBanks" element
*/
boolean isSetEarningsBanks();
/**
* Sets the "EarningsBanks" element
*/
void setEarningsBanks(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EarningsBanks earningsBanks);
/**
* Appends and returns a new empty "EarningsBanks" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EarningsBanks addNewEarningsBanks();
/**
* Unsets the "EarningsBanks" element
*/
void unsetEarningsBanks();
/**
* Gets the "FinancialProductsSheet" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialProductsSheet getFinancialProductsSheet();
/**
* True if has "FinancialProductsSheet" element
*/
boolean isSetFinancialProductsSheet();
/**
* Sets the "FinancialProductsSheet" element
*/
void setFinancialProductsSheet(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialProductsSheet financialProductsSheet);
/**
* Appends and returns a new empty "FinancialProductsSheet" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialProductsSheet addNewFinancialProductsSheet();
/**
* Unsets the "FinancialProductsSheet" element
*/
void unsetFinancialProductsSheet();
/**
* Gets the "FinancialServicesSheet" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialServicesSheet getFinancialServicesSheet();
/**
* True if has "FinancialServicesSheet" element
*/
boolean isSetFinancialServicesSheet();
/**
* Sets the "FinancialServicesSheet" element
*/
void setFinancialServicesSheet(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialServicesSheet financialServicesSheet);
/**
* Appends and returns a new empty "FinancialServicesSheet" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialServicesSheet addNewFinancialServicesSheet();
/**
* Unsets the "FinancialServicesSheet" element
*/
void unsetFinancialServicesSheet();
/**
* Gets the "FinancialActivities" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialActivities getFinancialActivities();
/**
* True if has "FinancialActivities" element
*/
boolean isSetFinancialActivities();
/**
* Sets the "FinancialActivities" element
*/
void setFinancialActivities(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialActivities financialActivities);
/**
* Appends and returns a new empty "FinancialActivities" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialActivities addNewFinancialActivities();
/**
* Unsets the "FinancialActivities" element
*/
void unsetFinancialActivities();
/**
* Gets the "BoardMembers" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.BoardMembers getBoardMembers();
/**
* Sets the "BoardMembers" element
*/
void setBoardMembers(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.BoardMembers boardMembers);
/**
* Appends and returns a new empty "BoardMembers" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.BoardMembers addNewBoardMembers();
/**
* Gets the "StaffMembers" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.StaffMembers getStaffMembers();
/**
* Sets the "StaffMembers" element
*/
void setStaffMembers(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.StaffMembers staffMembers);
/**
* Appends and returns a new empty "StaffMembers" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.StaffMembers addNewStaffMembers();
/**
* Gets the "FinancialNonRegulated" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialNonRegulated getFinancialNonRegulated();
/**
* True if has "FinancialNonRegulated" element
*/
boolean isSetFinancialNonRegulated();
/**
* Sets the "FinancialNonRegulated" element
*/
void setFinancialNonRegulated(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialNonRegulated financialNonRegulated);
/**
* Appends and returns a new empty "FinancialNonRegulated" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialNonRegulated addNewFinancialNonRegulated();
/**
* Unsets the "FinancialNonRegulated" element
*/
void unsetFinancialNonRegulated();
/**
* Gets the "FinancialCreditUnions" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialCreditUnions getFinancialCreditUnions();
/**
* True if has "FinancialCreditUnions" element
*/
boolean isSetFinancialCreditUnions();
/**
* Sets the "FinancialCreditUnions" element
*/
void setFinancialCreditUnions(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialCreditUnions financialCreditUnions);
/**
* Appends and returns a new empty "FinancialCreditUnions" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialCreditUnions addNewFinancialCreditUnions();
/**
* Unsets the "FinancialCreditUnions" element
*/
void unsetFinancialCreditUnions();
/**
* Gets the "FinancialBanks" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialBanks getFinancialBanks();
/**
* True if has "FinancialBanks" element
*/
boolean isSetFinancialBanks();
/**
* Sets the "FinancialBanks" element
*/
void setFinancialBanks(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialBanks financialBanks);
/**
* Appends and returns a new empty "FinancialBanks" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialBanks addNewFinancialBanks();
/**
* Unsets the "FinancialBanks" element
*/
void unsetFinancialBanks();
/**
* Gets the "RatiosNonRegulated" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.RatiosNonRegulated getRatiosNonRegulated();
/**
* True if has "RatiosNonRegulated" element
*/
boolean isSetRatiosNonRegulated();
/**
* Sets the "RatiosNonRegulated" element
*/
void setRatiosNonRegulated(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.RatiosNonRegulated ratiosNonRegulated);
/**
* Appends and returns a new empty "RatiosNonRegulated" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.RatiosNonRegulated addNewRatiosNonRegulated();
/**
* Unsets the "RatiosNonRegulated" element
*/
void unsetRatiosNonRegulated();
/**
* Gets the "RatiosCreditUnions" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.RatiosCreditUnions getRatiosCreditUnions();
/**
* True if has "RatiosCreditUnions" element
*/
boolean isSetRatiosCreditUnions();
/**
* Sets the "RatiosCreditUnions" element
*/
void setRatiosCreditUnions(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.RatiosCreditUnions ratiosCreditUnions);
/**
* Appends and returns a new empty "RatiosCreditUnions" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.RatiosCreditUnions addNewRatiosCreditUnions();
/**
* Unsets the "RatiosCreditUnions" element
*/
void unsetRatiosCreditUnions();
/**
* Gets the "RatiosBanks" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.RatiosBanks getRatiosBanks();
/**
* True if has "RatiosBanks" element
*/
boolean isSetRatiosBanks();
/**
* Sets the "RatiosBanks" element
*/
void setRatiosBanks(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.RatiosBanks ratiosBanks);
/**
* Appends and returns a new empty "RatiosBanks" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.RatiosBanks addNewRatiosBanks();
/**
* Unsets the "RatiosBanks" element
*/
void unsetRatiosBanks();
/**
* Gets the "FinancialActionPlan" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialActionPlan getFinancialActionPlan();
/**
* Sets the "FinancialActionPlan" element
*/
void setFinancialActionPlan(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialActionPlan financialActionPlan);
/**
* Appends and returns a new empty "FinancialActionPlan" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialActionPlan addNewFinancialActionPlan();
/**
* Gets the "PortfolioQuality" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PortfolioQuality getPortfolioQuality();
/**
* True if has "PortfolioQuality" element
*/
boolean isSetPortfolioQuality();
/**
* Sets the "PortfolioQuality" element
*/
void setPortfolioQuality(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PortfolioQuality portfolioQuality);
/**
* Appends and returns a new empty "PortfolioQuality" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PortfolioQuality addNewPortfolioQuality();
/**
* Unsets the "PortfolioQuality" element
*/
void unsetPortfolioQuality();
/**
* Gets the "LoanLossReserves" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.LoanLossReserves getLoanLossReserves();
/**
* True if has "LoanLossReserves" element
*/
boolean isSetLoanLossReserves();
/**
* Sets the "LoanLossReserves" element
*/
void setLoanLossReserves(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.LoanLossReserves loanLossReserves);
/**
* Appends and returns a new empty "LoanLossReserves" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.LoanLossReserves addNewLoanLossReserves();
/**
* Unsets the "LoanLossReserves" element
*/
void unsetLoanLossReserves();
/**
* Gets the "EquityInvestmentPortfolio" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EquityInvestmentPortfolio getEquityInvestmentPortfolio();
/**
* True if has "EquityInvestmentPortfolio" element
*/
boolean isSetEquityInvestmentPortfolio();
/**
* Sets the "EquityInvestmentPortfolio" element
*/
void setEquityInvestmentPortfolio(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EquityInvestmentPortfolio equityInvestmentPortfolio);
/**
* Appends and returns a new empty "EquityInvestmentPortfolio" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EquityInvestmentPortfolio addNewEquityInvestmentPortfolio();
/**
* Unsets the "EquityInvestmentPortfolio" element
*/
void unsetEquityInvestmentPortfolio();
/**
* Gets the "PortfolioActionPlan" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PortfolioActionPlan getPortfolioActionPlan();
/**
* Sets the "PortfolioActionPlan" element
*/
void setPortfolioActionPlan(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PortfolioActionPlan portfolioActionPlan);
/**
* Appends and returns a new empty "PortfolioActionPlan" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PortfolioActionPlan addNewPortfolioActionPlan();
/**
* Gets the "QID_24" element
*/
int getQID24();
/**
* Gets (as xml) the "QID_24" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.QID24 xgetQID24();
/**
* Sets the "QID_24" element
*/
void setQID24(int qid24);
/**
* Sets (as xml) the "QID_24" element
*/
void xsetQID24(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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.cdfi20V20.CDFI20String4000DataType 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.cdfi20V20.CDFI20String4000DataType details);
/**
* Unsets the "Details" element
*/
void unsetDetails();
/**
* Gets the "Questionnaire" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.Questionnaire getQuestionnaire();
/**
* True if has "Questionnaire" element
*/
boolean isSetQuestionnaire();
/**
* Sets the "Questionnaire" element
*/
void setQuestionnaire(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.Questionnaire questionnaire);
/**
* Appends and returns a new empty "Questionnaire" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.Questionnaire addNewQuestionnaire();
/**
* Unsets the "Questionnaire" element
*/
void unsetQuestionnaire();
/**
* Gets the "EnvironmentalReview" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EnvironmentalReview getEnvironmentalReview();
/**
* Sets the "EnvironmentalReview" element
*/
void setEnvironmentalReview(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EnvironmentalReview environmentalReview);
/**
* Appends and returns a new empty "EnvironmentalReview" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EnvironmentalReview addNewEnvironmentalReview();
/**
* Gets the "Narratives" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.Narratives getNarratives();
/**
* True if has "Narratives" element
*/
boolean isSetNarratives();
/**
* Sets the "Narratives" element
*/
void setNarratives(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.Narratives narratives);
/**
* Appends and returns a new empty "Narratives" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.Narratives addNewNarratives();
/**
* Unsets the "Narratives" element
*/
void unsetNarratives();
/**
* Gets the "ApplicationChecklist" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.ApplicationChecklist getApplicationChecklist();
/**
* Sets the "ApplicationChecklist" element
*/
void setApplicationChecklist(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.ApplicationChecklist applicationChecklist);
/**
* Appends and returns a new empty "ApplicationChecklist" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.ApplicationChecklist addNewApplicationChecklist();
/**
* 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_2_0-V2.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("organization45e9elemtype");
/**
* 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.system.globalLibraryV20.EmployerIDDataType xgetEIN();
/**
* Sets the "EIN" element
*/
void setEIN(java.lang.String ein);
/**
* Sets (as xml) the "EIN" element
*/
void xsetEIN(gov.grants.apply.system.globalLibraryV20.EmployerIDDataType 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.cdfi20V20.CDFI20Document.CDFI20.Organization newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.Organization) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.Organization newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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_2_0-V2.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("authorizedrep4b88elemtype");
/**
* 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.cdfi20V20.CDFI20Document.CDFI20.AuthorizedRep newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.AuthorizedRep) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.AuthorizedRep newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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_2_0-V2.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("applicationpoc8d4aelemtype");
/**
* 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.cdfi20V20.CDFI20Document.CDFI20.ApplicationPOC newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.ApplicationPOC) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.ApplicationPOC newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.ApplicationPOC) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML OrganizationalProfile(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi20V20.CDFI20Document$CDFI20$OrganizationalProfile.
*/
public interface OrganizationalProfile extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OrganizationalProfile.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("organizationalprofile8f71elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OrganizationalProfile newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OrganizationalProfile) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OrganizationalProfile newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OrganizationalProfile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OrganizationalProfile newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OrganizationalProfile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML FY(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi20V20.CDFI20Document$CDFI20$FY.
*/
public interface FY extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FY.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("fy0b69elemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum X_2012 = Enum.forString("2012");
static final Enum X_2013 = Enum.forString("2013");
static final Enum X_2014 = Enum.forString("2014");
static final Enum X_2015 = Enum.forString("2015");
static final Enum X_2016 = Enum.forString("2016");
static final Enum X_2017 = Enum.forString("2017");
static final Enum X_2018 = Enum.forString("2018");
static final Enum X_2019 = Enum.forString("2019");
static final Enum X_2020 = Enum.forString("2020");
static final Enum X_2021 = Enum.forString("2021");
static final int INT_X_2012 = Enum.INT_X_2012;
static final int INT_X_2013 = Enum.INT_X_2013;
static final int INT_X_2014 = Enum.INT_X_2014;
static final int INT_X_2015 = Enum.INT_X_2015;
static final int INT_X_2016 = Enum.INT_X_2016;
static final int INT_X_2017 = Enum.INT_X_2017;
static final int INT_X_2018 = Enum.INT_X_2018;
static final int INT_X_2019 = Enum.INT_X_2019;
static final int INT_X_2020 = Enum.INT_X_2020;
static final int INT_X_2021 = Enum.INT_X_2021;
/**
* Enumeration value class for gov.grants.apply.forms.cdfi20V20.CDFI20Document$CDFI20$FY.
* These enum values can be used as follows:
*
* enum.toString(); // returns the string value of the enum
* enum.intValue(); // returns an int value, useful for switches
* // e.g., case Enum.INT_X_2012
* Enum.forString(s); // returns the enum value for a string
* Enum.forInt(i); // returns the enum value for an int
*
* Enumeration objects are immutable singleton objects that
* can be compared using == object equality. They have no
* public constructor. See the constants defined within this
* class for all the valid values.
*/
static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
{
/**
* Returns the enum value for a string, or null if none.
*/
public static Enum forString(java.lang.String s)
{ return (Enum)table.forString(s); }
/**
* Returns the enum value corresponding to an int, or null if none.
*/
public static Enum forInt(int i)
{ return (Enum)table.forInt(i); }
private Enum(java.lang.String s, int i)
{ super(s, i); }
static final int INT_X_2012 = 1;
static final int INT_X_2013 = 2;
static final int INT_X_2014 = 3;
static final int INT_X_2015 = 4;
static final int INT_X_2016 = 5;
static final int INT_X_2017 = 6;
static final int INT_X_2018 = 7;
static final int INT_X_2019 = 8;
static final int INT_X_2020 = 9;
static final int INT_X_2021 = 10;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("2012", INT_X_2012),
new Enum("2013", INT_X_2013),
new Enum("2014", INT_X_2014),
new Enum("2015", INT_X_2015),
new Enum("2016", INT_X_2016),
new Enum("2017", INT_X_2017),
new Enum("2018", INT_X_2018),
new Enum("2019", INT_X_2019),
new Enum("2020", INT_X_2020),
new Enum("2021", INT_X_2021),
}
);
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.cdfi20V20.CDFI20Document.CDFI20.FY newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FY) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FY newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FY) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FY newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FY) 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_2_0-V2.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi20V20.CDFI20Document$CDFI20$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("typeassistance6908elemtype");
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.cdfi20V20.CDFI20Document$CDFI20$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.cdfi20V20.CDFI20Document.CDFI20.TypeAssistance newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TypeAssistance) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TypeAssistance newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TypeAssistance) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TypeAssistance newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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_2_0-V2.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("farequestedamount9b91elemtype");
/**
* Gets the "Loan" element
*/
int getLoan();
/**
* Gets (as xml) the "Loan" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To2000000DataType 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.cdfi20V20.CDFI200To2000000DataType loan);
/**
* Unsets the "Loan" element
*/
void unsetLoan();
/**
* Gets the "Grant" element
*/
int getGrant();
/**
* Gets (as xml) the "Grant" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To2000000DataType 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.cdfi20V20.CDFI200To2000000DataType grant);
/**
* Unsets the "Grant" element
*/
void unsetGrant();
/**
* Gets the "Equity" element
*/
int getEquity();
/**
* Gets (as xml) the "Equity" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To2000000DataType 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.cdfi20V20.CDFI200To2000000DataType equity);
/**
* Unsets the "Equity" element
*/
void unsetEquity();
/**
* Gets the "SharesDeposits" element
*/
int getSharesDeposits();
/**
* Gets (as xml) the "SharesDeposits" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To2000000DataType 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.cdfi20V20.CDFI200To2000000DataType sharesDeposits);
/**
* Unsets the "SharesDeposits" element
*/
void unsetSharesDeposits();
/**
* Gets the "SecondaryCapital" element
*/
int getSecondaryCapital();
/**
* Gets (as xml) the "SecondaryCapital" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To2000000DataType 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.cdfi20V20.CDFI200To2000000DataType 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.cdfi20V20.CDFI201To2000000DataType 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.cdfi20V20.CDFI201To2000000DataType 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.cdfi20V20.CDFI20Document.CDFI20.FARequestedAmount newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FARequestedAmount) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FARequestedAmount newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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_2_0-V2.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("tarequestsummaryc23aelemtype");
/**
* Gets the "Personnel" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Personnel getPersonnel();
/**
* True if has "Personnel" element
*/
boolean isSetPersonnel();
/**
* Sets the "Personnel" element
*/
void setPersonnel(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Personnel personnel);
/**
* Appends and returns a new empty "Personnel" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Personnel addNewPersonnel();
/**
* Unsets the "Personnel" element
*/
void unsetPersonnel();
/**
* Gets the "Training" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Training getTraining();
/**
* True if has "Training" element
*/
boolean isSetTraining();
/**
* Sets the "Training" element
*/
void setTraining(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Training training);
/**
* Appends and returns a new empty "Training" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Training addNewTraining();
/**
* Unsets the "Training" element
*/
void unsetTraining();
/**
* Gets the "Travel" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Travel getTravel();
/**
* True if has "Travel" element
*/
boolean isSetTravel();
/**
* Sets the "Travel" element
*/
void setTravel(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Travel travel);
/**
* Appends and returns a new empty "Travel" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Travel addNewTravel();
/**
* Unsets the "Travel" element
*/
void unsetTravel();
/**
* Gets the "ProfessionalServices" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices getProfessionalServices();
/**
* True if has "ProfessionalServices" element
*/
boolean isSetProfessionalServices();
/**
* Sets the "ProfessionalServices" element
*/
void setProfessionalServices(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices professionalServices);
/**
* Appends and returns a new empty "ProfessionalServices" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices addNewProfessionalServices();
/**
* Unsets the "ProfessionalServices" element
*/
void unsetProfessionalServices();
/**
* Gets the "Equipment" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Equipment getEquipment();
/**
* True if has "Equipment" element
*/
boolean isSetEquipment();
/**
* Sets the "Equipment" element
*/
void setEquipment(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Equipment equipment);
/**
* Appends and returns a new empty "Equipment" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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.cdfi20V20.CDFI200To100000DataType 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.cdfi20V20.CDFI200To100000DataType totalTARequest);
/**
* Unsets the "TotalTARequest" element
*/
void unsetTotalTARequest();
/**
* An XML Personnel(@http://apply.grants.gov/forms/CDFI_2_0-V2.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("personnel494eelemtype");
/**
* Gets array of all "PersonnelItem" elements
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Personnel.PersonnelItem[] getPersonnelItemArray();
/**
* Gets ith "PersonnelItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Personnel.PersonnelItem[] personnelItemArray);
/**
* Sets ith "PersonnelItem" element
*/
void setPersonnelItemArray(int i, gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Personnel.PersonnelItem personnelItem);
/**
* Inserts and returns a new empty value (as xml) as the ith "PersonnelItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Personnel.PersonnelItem insertNewPersonnelItem(int i);
/**
* Appends and returns a new empty value (as xml) as the last "PersonnelItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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.cdfi20V20.CDFI200To100000DataType 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.cdfi20V20.CDFI200To100000DataType subTotal);
/**
* Unsets the "SubTotal" element
*/
void unsetSubTotal();
/**
* An XML PersonnelItem(@http://apply.grants.gov/forms/CDFI_2_0-V2.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("personneliteme18felemtype");
/**
* Gets the "PositionEmployeeName" element
*/
java.lang.String getPositionEmployeeName();
/**
* Gets (as xml) the "PositionEmployeeName" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20String30DataType 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.cdfi20V20.CDFI20String30DataType positionEmployeeName);
/**
* Unsets the "PositionEmployeeName" element
*/
void unsetPositionEmployeeName();
/**
* Gets the "Salary" element
*/
int getSalary();
/**
* Gets (as xml) the "Salary" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To999999DataType 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.cdfi20V20.CDFI200To999999DataType salary);
/**
* Unsets the "Salary" element
*/
void unsetSalary();
/**
* Gets the "Fringe" element
*/
int getFringe();
/**
* Gets (as xml) the "Fringe" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType 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.cdfi20V20.CDFI200To100DataType fringe);
/**
* Unsets the "Fringe" element
*/
void unsetFringe();
/**
* Gets the "Workload" element
*/
int getWorkload();
/**
* Gets (as xml) the "Workload" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType 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.cdfi20V20.CDFI200To100DataType workload);
/**
* Unsets the "Workload" element
*/
void unsetWorkload();
/**
* Gets the "Years" element
*/
int getYears();
/**
* Gets (as xml) the "Years" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI201To3DataType 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.cdfi20V20.CDFI201To3DataType years);
/**
* Unsets the "Years" element
*/
void unsetYears();
/**
* Gets the "Total" element
*/
int getTotal();
/**
* Gets (as xml) the "Total" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100000DataType 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.cdfi20V20.CDFI200To100000DataType 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.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Personnel.PersonnelItem newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Personnel.PersonnelItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Personnel.PersonnelItem newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Personnel newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Personnel) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Personnel newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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_2_0-V2.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("training8e64elemtype");
/**
* Gets array of all "TrainingItem" elements
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Training.TrainingItem[] getTrainingItemArray();
/**
* Gets ith "TrainingItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Training.TrainingItem[] trainingItemArray);
/**
* Sets ith "TrainingItem" element
*/
void setTrainingItemArray(int i, gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Training.TrainingItem trainingItem);
/**
* Inserts and returns a new empty value (as xml) as the ith "TrainingItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Training.TrainingItem insertNewTrainingItem(int i);
/**
* Appends and returns a new empty value (as xml) as the last "TrainingItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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.cdfi20V20.CDFI200To100000DataType 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.cdfi20V20.CDFI200To100000DataType subTotal);
/**
* Unsets the "SubTotal" element
*/
void unsetSubTotal();
/**
* An XML TrainingItem(@http://apply.grants.gov/forms/CDFI_2_0-V2.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("trainingitem962delemtype");
/**
* Gets the "CourseNameDescription" element
*/
java.lang.String getCourseNameDescription();
/**
* Gets (as xml) the "CourseNameDescription" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20String30DataType 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.cdfi20V20.CDFI20String30DataType 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.cdfi20V20.CDFI20String30DataType 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.cdfi20V20.CDFI20String30DataType provider);
/**
* Unsets the "Provider" element
*/
void unsetProvider();
/**
* Gets the "Attendees" element
*/
int getAttendees();
/**
* Gets (as xml) the "Attendees" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To999DataType 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.cdfi20V20.CDFI200To999DataType attendees);
/**
* Unsets the "Attendees" element
*/
void unsetAttendees();
/**
* Gets the "CostPerPerson" element
*/
int getCostPerPerson();
/**
* Gets (as xml) the "CostPerPerson" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100000DataType 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.cdfi20V20.CDFI200To100000DataType costPerPerson);
/**
* Unsets the "CostPerPerson" element
*/
void unsetCostPerPerson();
/**
* Gets the "Total" element
*/
int getTotal();
/**
* Gets (as xml) the "Total" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100000DataType 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.cdfi20V20.CDFI200To100000DataType 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.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Training.TrainingItem newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Training.TrainingItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Training.TrainingItem newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Training newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Training) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Training newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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_2_0-V2.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("travel7224elemtype");
/**
* Gets array of all "TravelItem" elements
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Travel.TravelItem[] getTravelItemArray();
/**
* Gets ith "TravelItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Travel.TravelItem[] travelItemArray);
/**
* Sets ith "TravelItem" element
*/
void setTravelItemArray(int i, gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Travel.TravelItem travelItem);
/**
* Inserts and returns a new empty value (as xml) as the ith "TravelItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Travel.TravelItem insertNewTravelItem(int i);
/**
* Appends and returns a new empty value (as xml) as the last "TravelItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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.cdfi20V20.CDFI200To100000DataType 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.cdfi20V20.CDFI200To100000DataType subTotal);
/**
* Unsets the "SubTotal" element
*/
void unsetSubTotal();
/**
* Gets the "TravelPolicies" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Travel.TravelPolicies.Enum getTravelPolicies();
/**
* Gets (as xml) the "TravelPolicies" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Travel.TravelPolicies xgetTravelPolicies();
/**
* True if has "TravelPolicies" element
*/
boolean isSetTravelPolicies();
/**
* Sets the "TravelPolicies" element
*/
void setTravelPolicies(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Travel.TravelPolicies.Enum travelPolicies);
/**
* Sets (as xml) the "TravelPolicies" element
*/
void xsetTravelPolicies(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Travel.TravelPolicies travelPolicies);
/**
* Unsets the "TravelPolicies" element
*/
void unsetTravelPolicies();
/**
* An XML TravelItem(@http://apply.grants.gov/forms/CDFI_2_0-V2.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("travelitem0c6delemtype");
/**
* Gets the "TripName" element
*/
java.lang.String getTripName();
/**
* Gets (as xml) the "TripName" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20String30DataType 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.cdfi20V20.CDFI20String30DataType 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.cdfi20V20.CDFI20String30DataType 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.cdfi20V20.CDFI20String30DataType location);
/**
* Unsets the "Location" element
*/
void unsetLocation();
/**
* Gets the "People" element
*/
int getPeople();
/**
* Gets (as xml) the "People" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To999DataType 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.cdfi20V20.CDFI200To999DataType people);
/**
* Unsets the "People" element
*/
void unsetPeople();
/**
* Gets the "Transportation" element
*/
int getTransportation();
/**
* Gets (as xml) the "Transportation" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100000DataType 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.cdfi20V20.CDFI200To100000DataType transportation);
/**
* Unsets the "Transportation" element
*/
void unsetTransportation();
/**
* Gets the "Lodging" element
*/
int getLodging();
/**
* Gets (as xml) the "Lodging" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100000DataType 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.cdfi20V20.CDFI200To100000DataType lodging);
/**
* Unsets the "Lodging" element
*/
void unsetLodging();
/**
* Gets the "Total" element
*/
int getTotal();
/**
* Gets (as xml) the "Total" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100000DataType 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.cdfi20V20.CDFI200To100000DataType 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.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Travel.TravelItem newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Travel.TravelItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Travel.TravelItem newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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_2_0-V2.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi20V20.CDFI20Document$CDFI20$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("travelpolicies48eaelemtype");
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.cdfi20V20.CDFI20Document$CDFI20$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.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Travel.TravelPolicies newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Travel.TravelPolicies) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Travel.TravelPolicies newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Travel.TravelPolicies) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Travel.TravelPolicies newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Travel newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Travel) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Travel newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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_2_0-V2.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("professionalservices8479elemtype");
/**
* Gets array of all "ProfessionalServicesItem" elements
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProfessionalServicesItem[] getProfessionalServicesItemArray();
/**
* Gets ith "ProfessionalServicesItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProfessionalServicesItem[] professionalServicesItemArray);
/**
* Sets ith "ProfessionalServicesItem" element
*/
void setProfessionalServicesItemArray(int i, gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProfessionalServicesItem professionalServicesItem);
/**
* Inserts and returns a new empty value (as xml) as the ith "ProfessionalServicesItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProfessionalServicesItem insertNewProfessionalServicesItem(int i);
/**
* Appends and returns a new empty value (as xml) as the last "ProfessionalServicesItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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.cdfi20V20.CDFI200To100000DataType 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.cdfi20V20.CDFI200To100000DataType subTotal);
/**
* Unsets the "SubTotal" element
*/
void unsetSubTotal();
/**
* Gets the "ProcurementPolicies" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProcurementPolicies.Enum getProcurementPolicies();
/**
* Gets (as xml) the "ProcurementPolicies" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProcurementPolicies xgetProcurementPolicies();
/**
* True if has "ProcurementPolicies" element
*/
boolean isSetProcurementPolicies();
/**
* Sets the "ProcurementPolicies" element
*/
void setProcurementPolicies(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProcurementPolicies.Enum procurementPolicies);
/**
* Sets (as xml) the "ProcurementPolicies" element
*/
void xsetProcurementPolicies(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProcurementPolicies procurementPolicies);
/**
* Unsets the "ProcurementPolicies" element
*/
void unsetProcurementPolicies();
/**
* An XML ProfessionalServicesItem(@http://apply.grants.gov/forms/CDFI_2_0-V2.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("professionalservicesitem0b8delemtype");
/**
* Gets the "Service" element
*/
java.lang.String getService();
/**
* Gets (as xml) the "Service" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20String30DataType 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.cdfi20V20.CDFI20String30DataType 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.cdfi20V20.CDFI20String30DataType 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.cdfi20V20.CDFI20String30DataType provider);
/**
* Unsets the "Provider" element
*/
void unsetProvider();
/**
* Gets the "ContractType" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.ContractType.Enum getContractType();
/**
* Gets (as xml) the "ContractType" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.ContractType xgetContractType();
/**
* True if has "ContractType" element
*/
boolean isSetContractType();
/**
* Sets the "ContractType" element
*/
void setContractType(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.ContractType.Enum contractType);
/**
* Sets (as xml) the "ContractType" element
*/
void xsetContractType(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.ContractType contractType);
/**
* Unsets the "ContractType" element
*/
void unsetContractType();
/**
* Gets the "CostType" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.CostType.Enum getCostType();
/**
* Gets (as xml) the "CostType" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.CostType xgetCostType();
/**
* True if has "CostType" element
*/
boolean isSetCostType();
/**
* Sets the "CostType" element
*/
void setCostType(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.CostType.Enum costType);
/**
* Sets (as xml) the "CostType" element
*/
void xsetCostType(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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.cdfi20V20.CDFI200To9999DataType 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.cdfi20V20.CDFI200To9999DataType 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.cdfi20V20.CDFI200To999P99DataType 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.cdfi20V20.CDFI200To999P99DataType hourlyRate);
/**
* Unsets the "HourlyRate" element
*/
void unsetHourlyRate();
/**
* Gets the "ProjectedCost" element
*/
int getProjectedCost();
/**
* Gets (as xml) the "ProjectedCost" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100000DataType 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.cdfi20V20.CDFI200To100000DataType projectedCost);
/**
* Unsets the "ProjectedCost" element
*/
void unsetProjectedCost();
/**
* Gets the "Total" element
*/
int getTotal();
/**
* Gets (as xml) the "Total" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100000DataType 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.cdfi20V20.CDFI200To100000DataType total);
/**
* Unsets the "Total" element
*/
void unsetTotal();
/**
* An XML ContractType(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi20V20.CDFI20Document$CDFI20$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("contracttype9a65elemtype");
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.cdfi20V20.CDFI20Document$CDFI20$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.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.ContractType newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.ContractType) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.ContractType newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.ContractType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.ContractType newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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_2_0-V2.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi20V20.CDFI20Document$CDFI20$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("costtype1ccaelemtype");
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.cdfi20V20.CDFI20Document$CDFI20$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.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.CostType newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.CostType) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.CostType newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.CostType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProfessionalServicesItem.CostType newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProfessionalServicesItem newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProfessionalServicesItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProfessionalServicesItem newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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_2_0-V2.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi20V20.CDFI20Document$CDFI20$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("procurementpoliciesd6e5elemtype");
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.cdfi20V20.CDFI20Document$CDFI20$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.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProcurementPolicies newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProcurementPolicies) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProcurementPolicies newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProcurementPolicies) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices.ProcurementPolicies newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.ProfessionalServices newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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_2_0-V2.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("equipmentb6a0elemtype");
/**
* Gets array of all "EquipmentItem" elements
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Equipment.EquipmentItem[] getEquipmentItemArray();
/**
* Gets ith "EquipmentItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Equipment.EquipmentItem[] equipmentItemArray);
/**
* Sets ith "EquipmentItem" element
*/
void setEquipmentItemArray(int i, gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Equipment.EquipmentItem equipmentItem);
/**
* Inserts and returns a new empty value (as xml) as the ith "EquipmentItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Equipment.EquipmentItem insertNewEquipmentItem(int i);
/**
* Appends and returns a new empty value (as xml) as the last "EquipmentItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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.cdfi20V20.CDFI200To100000DataType 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.cdfi20V20.CDFI200To100000DataType subTotal);
/**
* Unsets the "SubTotal" element
*/
void unsetSubTotal();
/**
* An XML EquipmentItem(@http://apply.grants.gov/forms/CDFI_2_0-V2.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("equipmentitemd833elemtype");
/**
* Gets the "Category" element
*/
java.lang.String getCategory();
/**
* Gets (as xml) the "Category" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20String30DataType 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.cdfi20V20.CDFI20String30DataType 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.cdfi20V20.CDFI20String30DataType 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.cdfi20V20.CDFI20String30DataType description);
/**
* Unsets the "Description" element
*/
void unsetDescription();
/**
* Gets the "Cost" element
*/
int getCost();
/**
* Gets (as xml) the "Cost" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100000DataType 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.cdfi20V20.CDFI200To100000DataType cost);
/**
* Unsets the "Cost" element
*/
void unsetCost();
/**
* Gets the "Units" element
*/
int getUnits();
/**
* Gets (as xml) the "Units" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100000DataType 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.cdfi20V20.CDFI200To100000DataType units);
/**
* Unsets the "Units" element
*/
void unsetUnits();
/**
* Gets the "Total" element
*/
int getTotal();
/**
* Gets (as xml) the "Total" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100000DataType 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.cdfi20V20.CDFI200To100000DataType 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.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Equipment.EquipmentItem newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Equipment.EquipmentItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Equipment.EquipmentItem newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Equipment newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Equipment) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary.Equipment newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.TARequestSummary newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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_2_0-V2.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("hffifarequestedamount13b0elemtype");
/**
* Gets the "Loan" element
*/
int getLoan();
/**
* Gets (as xml) the "Loan" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To5000000DataType 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.cdfi20V20.CDFI200To5000000DataType loan);
/**
* Unsets the "Loan" element
*/
void unsetLoan();
/**
* Gets the "Grant" element
*/
int getGrant();
/**
* Gets (as xml) the "Grant" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To5000000DataType 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.cdfi20V20.CDFI200To5000000DataType grant);
/**
* Unsets the "Grant" element
*/
void unsetGrant();
/**
* Gets the "Equity" element
*/
int getEquity();
/**
* Gets (as xml) the "Equity" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To5000000DataType 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.cdfi20V20.CDFI200To5000000DataType equity);
/**
* Unsets the "Equity" element
*/
void unsetEquity();
/**
* Gets the "SharesDeposits" element
*/
int getSharesDeposits();
/**
* Gets (as xml) the "SharesDeposits" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To5000000DataType 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.cdfi20V20.CDFI200To5000000DataType sharesDeposits);
/**
* Unsets the "SharesDeposits" element
*/
void unsetSharesDeposits();
/**
* Gets the "SecondaryCapital" element
*/
int getSecondaryCapital();
/**
* Gets (as xml) the "SecondaryCapital" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To5000000DataType 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.cdfi20V20.CDFI200To5000000DataType secondaryCapital);
/**
* Unsets the "SecondaryCapital" element
*/
void unsetSecondaryCapital();
/**
* Gets the "TotalHFFIRequest" element
*/
int getTotalHFFIRequest();
/**
* Gets (as xml) the "TotalHFFIRequest" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI201To5000000DataType 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.cdfi20V20.CDFI201To5000000DataType 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.cdfi20V20.CDFI20Document.CDFI20.HFFIFARequestedAmount newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.HFFIFARequestedAmount) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.HFFIFARequestedAmount newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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_2_0-V2.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi20V20.CDFI20Document$CDFI20$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("faapplicantcategory128belemtype");
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.cdfi20V20.CDFI20Document$CDFI20$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.cdfi20V20.CDFI20Document.CDFI20.FAApplicantCategory newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FAApplicantCategory) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FAApplicantCategory newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FAApplicantCategory) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FAApplicantCategory newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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_2_0-V2.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("otherfundstable0a56elemtype");
/**
* Gets the "AffiliateName" element
*/
java.lang.String getAffiliateName();
/**
* Gets (as xml) the "AffiliateName" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20String30DataType xgetAffiliateName();
/**
* Sets the "AffiliateName" element
*/
void setAffiliateName(java.lang.String affiliateName);
/**
* Sets (as xml) the "AffiliateName" element
*/
void xsetAffiliateName(gov.grants.apply.forms.cdfi20V20.CDFI20String30DataType affiliateName);
/**
* Gets the "AffiliateEIN" element
*/
java.lang.String getAffiliateEIN();
/**
* Gets (as xml) the "AffiliateEIN" element
*/
gov.grants.apply.system.globalLibraryV20.EmployerIDDataType xgetAffiliateEIN();
/**
* Sets the "AffiliateEIN" element
*/
void setAffiliateEIN(java.lang.String affiliateEIN);
/**
* Sets (as xml) the "AffiliateEIN" element
*/
void xsetAffiliateEIN(gov.grants.apply.system.globalLibraryV20.EmployerIDDataType affiliateEIN);
/**
* Gets the "CDFIFundProgram" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OtherFundsTable.CDFIFundProgram.Enum getCDFIFundProgram();
/**
* Gets (as xml) the "CDFIFundProgram" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OtherFundsTable.CDFIFundProgram xgetCDFIFundProgram();
/**
* Sets the "CDFIFundProgram" element
*/
void setCDFIFundProgram(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OtherFundsTable.CDFIFundProgram.Enum cdfiFundProgram);
/**
* Sets (as xml) the "CDFIFundProgram" element
*/
void xsetCDFIFundProgram(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OtherFundsTable.CDFIFundProgram cdfiFundProgram);
/**
* An XML CDFIFundProgram(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi20V20.CDFI20Document$CDFI20$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("cdfifundprogram5dbdelemtype");
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.cdfi20V20.CDFI20Document$CDFI20$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.cdfi20V20.CDFI20Document.CDFI20.OtherFundsTable.CDFIFundProgram newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OtherFundsTable.CDFIFundProgram) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OtherFundsTable.CDFIFundProgram newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OtherFundsTable.CDFIFundProgram) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OtherFundsTable.CDFIFundProgram newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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.cdfi20V20.CDFI20Document.CDFI20.OtherFundsTable newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OtherFundsTable) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OtherFundsTable newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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_2_0-V2.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("priorawardstable4884elemtype");
/**
* Gets the "OrganizationName" element
*/
java.lang.String getOrganizationName();
/**
* Gets (as xml) the "OrganizationName" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20String30DataType 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.cdfi20V20.CDFI20String30DataType organizationName);
/**
* Unsets the "OrganizationName" element
*/
void unsetOrganizationName();
/**
* Gets the "EIN" element
*/
java.lang.String getEIN();
/**
* Gets (as xml) the "EIN" element
*/
gov.grants.apply.system.globalLibraryV20.EmployerIDDataType 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.system.globalLibraryV20.EmployerIDDataType 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.cdfi20V20.CDFI20Document.CDFI20.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.cdfi20V20.CDFI20Document.CDFI20.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.cdfi20V20.CDFI201To999999999DataType 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.cdfi20V20.CDFI201To999999999DataType totalAward);
/**
* Unsets the "TotalAward" element
*/
void unsetTotalAward();
/**
* Gets the "AwardType" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PriorAwardsTable.AwardType.Enum getAwardType();
/**
* Gets (as xml) the "AwardType" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PriorAwardsTable.AwardType xgetAwardType();
/**
* True if has "AwardType" element
*/
boolean isSetAwardType();
/**
* Sets the "AwardType" element
*/
void setAwardType(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PriorAwardsTable.AwardType.Enum awardType);
/**
* Sets (as xml) the "AwardType" element
*/
void xsetAwardType(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PriorAwardsTable.AwardType awardType);
/**
* Unsets the "AwardType" element
*/
void unsetAwardType();
/**
* An XML ControlNumber(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi20V20.CDFI20Document$CDFI20$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("controlnumber6e72elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PriorAwardsTable.ControlNumber newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PriorAwardsTable.ControlNumber) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PriorAwardsTable.ControlNumber newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PriorAwardsTable.ControlNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PriorAwardsTable.ControlNumber newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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_2_0-V2.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi20V20.CDFI20Document$CDFI20$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("awardtypeb6e1elemtype");
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.cdfi20V20.CDFI20Document$CDFI20$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.cdfi20V20.CDFI20Document.CDFI20.PriorAwardsTable.AwardType newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PriorAwardsTable.AwardType) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PriorAwardsTable.AwardType newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PriorAwardsTable.AwardType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PriorAwardsTable.AwardType newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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.cdfi20V20.CDFI20Document.CDFI20.PriorAwardsTable newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PriorAwardsTable) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PriorAwardsTable newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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_2_0-V2.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi20V20.CDFI20Document$CDFI20$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("institutiontype8198elemtype");
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.cdfi20V20.CDFI20Document$CDFI20$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.cdfi20V20.CDFI20Document.CDFI20.InstitutionType newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.InstitutionType) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.InstitutionType newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.InstitutionType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.InstitutionType newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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_2_0-V2.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi20V20.CDFI20Document$CDFI20$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("organizationstructure5486elemtype");
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 OTHER_NON_PROFIT = Enum.forString("Other Non-Profit");
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_OTHER_NON_PROFIT = Enum.INT_OTHER_NON_PROFIT;
/**
* Enumeration value class for gov.grants.apply.forms.cdfi20V20.CDFI20Document$CDFI20$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_OTHER_NON_PROFIT = 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("Other Non-Profit", INT_OTHER_NON_PROFIT),
}
);
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.cdfi20V20.CDFI20Document.CDFI20.OrganizationStructure newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OrganizationStructure) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OrganizationStructure newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OrganizationStructure) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OrganizationStructure newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OrganizationStructure) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML QID_42(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi20V20.CDFI20Document$CDFI20$QID42.
*/
public interface QID42 extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(QID42.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("qid42a987elemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum X_3_31 = Enum.forString("3/31");
static final Enum X_6_30 = Enum.forString("6/30");
static final Enum X_9_30 = Enum.forString("9/30");
static final Enum X_12_31 = Enum.forString("12/31");
static final int INT_X_3_31 = Enum.INT_X_3_31;
static final int INT_X_6_30 = Enum.INT_X_6_30;
static final int INT_X_9_30 = Enum.INT_X_9_30;
static final int INT_X_12_31 = Enum.INT_X_12_31;
/**
* Enumeration value class for gov.grants.apply.forms.cdfi20V20.CDFI20Document$CDFI20$QID42.
* These enum values can be used as follows:
*
* enum.toString(); // returns the string value of the enum
* enum.intValue(); // returns an int value, useful for switches
* // e.g., case Enum.INT_X_3_31
* Enum.forString(s); // returns the enum value for a string
* Enum.forInt(i); // returns the enum value for an int
*
* Enumeration objects are immutable singleton objects that
* can be compared using == object equality. They have no
* public constructor. See the constants defined within this
* class for all the valid values.
*/
static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
{
/**
* Returns the enum value for a string, or null if none.
*/
public static Enum forString(java.lang.String s)
{ return (Enum)table.forString(s); }
/**
* Returns the enum value corresponding to an int, or null if none.
*/
public static Enum forInt(int i)
{ return (Enum)table.forInt(i); }
private Enum(java.lang.String s, int i)
{ super(s, i); }
static final int INT_X_3_31 = 1;
static final int INT_X_6_30 = 2;
static final int INT_X_9_30 = 3;
static final int INT_X_12_31 = 4;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("3/31", INT_X_3_31),
new Enum("6/30", INT_X_6_30),
new Enum("9/30", INT_X_9_30),
new Enum("12/31", INT_X_12_31),
}
);
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.cdfi20V20.CDFI20Document.CDFI20.QID42 newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.QID42) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.QID42 newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.QID42) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.QID42 newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.QID42) 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_2_0-V2.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi20V20.CDFI20Document$CDFI20$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("regulatorybody4950elemtype");
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.cdfi20V20.CDFI20Document$CDFI20$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.cdfi20V20.CDFI20Document.CDFI20.RegulatoryBody newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.RegulatoryBody) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.RegulatoryBody newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.RegulatoryBody) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.RegulatoryBody newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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_2_0-V2.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi20V20.CDFI20Document$CDFI20$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("otherregulatorybodye610elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OtherRegulatoryBody newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OtherRegulatoryBody) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OtherRegulatoryBody newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OtherRegulatoryBody) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.OtherRegulatoryBody newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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_2_0-V2.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi20V20.CDFI20Document$CDFI20$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("certificationstatus3752elemtype");
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.cdfi20V20.CDFI20Document$CDFI20$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.cdfi20V20.CDFI20Document.CDFI20.CertificationStatus newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CertificationStatus) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CertificationStatus newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CertificationStatus) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CertificationStatus newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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_2_0-V2.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("certificationchecklist8682elemtype");
/**
* 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.cdfi20V20.CDFI20Document.CDFI20.CertificationChecklist newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CertificationChecklist) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CertificationChecklist newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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_2_0-V2.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi20V20.CDFI20Document$CDFI20$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("qid588c6celemtype");
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.cdfi20V20.CDFI20Document$CDFI20$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.cdfi20V20.CDFI20Document.CDFI20.QID58 newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.QID58) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.QID58 newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.QID58) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.QID58 newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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_2_0-V2.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("primarymarketc864elemtype");
/**
* 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.cdfi20V20.CDFI20Document.CDFI20.PrimaryMarket newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PrimaryMarket) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PrimaryMarket newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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_2_0-V2.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("geographicmarketserved041eelemtype");
/**
* 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.cdfi20V20.CDFI20Document.CDFI20.GeographicMarketServed newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.GeographicMarketServed) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.GeographicMarketServed newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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_2_0-V2.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi20V20.CDFI20Document$CDFI20$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("primarybusiness9068elemtype");
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 COMMERCIAL = Enum.forString("Commercial");
static final Enum RETAIL = Enum.forString("Retail");
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_COMMERCIAL = Enum.INT_COMMERCIAL;
static final int INT_RETAIL = Enum.INT_RETAIL;
/**
* Enumeration value class for gov.grants.apply.forms.cdfi20V20.CDFI20Document$CDFI20$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_COMMERCIAL = 5;
static final int INT_RETAIL = 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("Commercial", INT_COMMERCIAL),
new Enum("Retail", INT_RETAIL),
}
);
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.cdfi20V20.CDFI20Document.CDFI20.PrimaryBusiness newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PrimaryBusiness) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PrimaryBusiness newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PrimaryBusiness) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PrimaryBusiness newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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_2_0-V2.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("secondarybusinesscb5aelemtype");
/**
* 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.cdfi20V20.CDFI20Document.CDFI20.SecondaryBusiness newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.SecondaryBusiness) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.SecondaryBusiness newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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_2_0-V2.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("productsoffered553delemtype");
/**
* 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.cdfi20V20.CDFI20Document.CDFI20.ProductsOffered newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.ProductsOffered) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.ProductsOffered newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.ProductsOffered) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML CustomerProfile(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is a complex type.
*/
public interface CustomerProfile extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CustomerProfile.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("customerprofile8631elemtype");
/**
* Gets the "OtherDescription" element
*/
java.lang.String getOtherDescription();
/**
* Gets (as xml) the "OtherDescription" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20String30DataType xgetOtherDescription();
/**
* True if has "OtherDescription" element
*/
boolean isSetOtherDescription();
/**
* Sets the "OtherDescription" element
*/
void setOtherDescription(java.lang.String otherDescription);
/**
* Sets (as xml) the "OtherDescription" element
*/
void xsetOtherDescription(gov.grants.apply.forms.cdfi20V20.CDFI20String30DataType otherDescription);
/**
* Unsets the "OtherDescription" element
*/
void unsetOtherDescription();
/**
* Gets the "AllActivities" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile.AllActivities getAllActivities();
/**
* True if has "AllActivities" element
*/
boolean isSetAllActivities();
/**
* Sets the "AllActivities" element
*/
void setAllActivities(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile.AllActivities allActivities);
/**
* Appends and returns a new empty "AllActivities" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile.AllActivities addNewAllActivities();
/**
* Unsets the "AllActivities" element
*/
void unsetAllActivities();
/**
* Gets array of all "OptionalProduct" elements
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile.OptionalProduct[] getOptionalProductArray();
/**
* Gets ith "OptionalProduct" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile.OptionalProduct getOptionalProductArray(int i);
/**
* Returns number of "OptionalProduct" element
*/
int sizeOfOptionalProductArray();
/**
* Sets array of all "OptionalProduct" element
*/
void setOptionalProductArray(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile.OptionalProduct[] optionalProductArray);
/**
* Sets ith "OptionalProduct" element
*/
void setOptionalProductArray(int i, gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile.OptionalProduct optionalProduct);
/**
* Inserts and returns a new empty value (as xml) as the ith "OptionalProduct" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile.OptionalProduct insertNewOptionalProduct(int i);
/**
* Appends and returns a new empty value (as xml) as the last "OptionalProduct" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile.OptionalProduct addNewOptionalProduct();
/**
* Removes the ith "OptionalProduct" element
*/
void removeOptionalProduct(int i);
/**
* An XML AllActivities(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is a complex type.
*/
public interface AllActivities extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AllActivities.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("allactivitiesafebelemtype");
/**
* Gets the "TargetMarket" element
*/
int getTargetMarket();
/**
* Gets (as xml) the "TargetMarket" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType xgetTargetMarket();
/**
* True if has "TargetMarket" element
*/
boolean isSetTargetMarket();
/**
* Sets the "TargetMarket" element
*/
void setTargetMarket(int targetMarket);
/**
* Sets (as xml) the "TargetMarket" element
*/
void xsetTargetMarket(gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType targetMarket);
/**
* Unsets the "TargetMarket" element
*/
void unsetTargetMarket();
/**
* Gets the "ModerateIncome" element
*/
int getModerateIncome();
/**
* Gets (as xml) the "ModerateIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType xgetModerateIncome();
/**
* True if has "ModerateIncome" element
*/
boolean isSetModerateIncome();
/**
* Sets the "ModerateIncome" element
*/
void setModerateIncome(int moderateIncome);
/**
* Sets (as xml) the "ModerateIncome" element
*/
void xsetModerateIncome(gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType moderateIncome);
/**
* Unsets the "ModerateIncome" element
*/
void unsetModerateIncome();
/**
* Gets the "LowIncome" element
*/
int getLowIncome();
/**
* Gets (as xml) the "LowIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType xgetLowIncome();
/**
* True if has "LowIncome" element
*/
boolean isSetLowIncome();
/**
* Sets the "LowIncome" element
*/
void setLowIncome(int lowIncome);
/**
* Sets (as xml) the "LowIncome" element
*/
void xsetLowIncome(gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType lowIncome);
/**
* Unsets the "LowIncome" element
*/
void unsetLowIncome();
/**
* Gets the "VeryLowIncome" element
*/
int getVeryLowIncome();
/**
* Gets (as xml) the "VeryLowIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType xgetVeryLowIncome();
/**
* True if has "VeryLowIncome" element
*/
boolean isSetVeryLowIncome();
/**
* Sets the "VeryLowIncome" element
*/
void setVeryLowIncome(int veryLowIncome);
/**
* Sets (as xml) the "VeryLowIncome" element
*/
void xsetVeryLowIncome(gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType veryLowIncome);
/**
* Unsets the "VeryLowIncome" element
*/
void unsetVeryLowIncome();
/**
* Gets the "ExtremelyLowIncome" element
*/
int getExtremelyLowIncome();
/**
* Gets (as xml) the "ExtremelyLowIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType xgetExtremelyLowIncome();
/**
* True if has "ExtremelyLowIncome" element
*/
boolean isSetExtremelyLowIncome();
/**
* Sets the "ExtremelyLowIncome" element
*/
void setExtremelyLowIncome(int extremelyLowIncome);
/**
* Sets (as xml) the "ExtremelyLowIncome" element
*/
void xsetExtremelyLowIncome(gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType extremelyLowIncome);
/**
* Unsets the "ExtremelyLowIncome" element
*/
void unsetExtremelyLowIncome();
/**
* Gets the "FemaleHeaded" element
*/
int getFemaleHeaded();
/**
* Gets (as xml) the "FemaleHeaded" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType xgetFemaleHeaded();
/**
* True if has "FemaleHeaded" element
*/
boolean isSetFemaleHeaded();
/**
* Sets the "FemaleHeaded" element
*/
void setFemaleHeaded(int femaleHeaded);
/**
* Sets (as xml) the "FemaleHeaded" element
*/
void xsetFemaleHeaded(gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType femaleHeaded);
/**
* Unsets the "FemaleHeaded" element
*/
void unsetFemaleHeaded();
/**
* Gets the "AfricanAmerican" element
*/
int getAfricanAmerican();
/**
* Gets (as xml) the "AfricanAmerican" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType xgetAfricanAmerican();
/**
* True if has "AfricanAmerican" element
*/
boolean isSetAfricanAmerican();
/**
* Sets the "AfricanAmerican" element
*/
void setAfricanAmerican(int africanAmerican);
/**
* Sets (as xml) the "AfricanAmerican" element
*/
void xsetAfricanAmerican(gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType africanAmerican);
/**
* Unsets the "AfricanAmerican" element
*/
void unsetAfricanAmerican();
/**
* Gets the "Hispanic" element
*/
int getHispanic();
/**
* Gets (as xml) the "Hispanic" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType xgetHispanic();
/**
* True if has "Hispanic" element
*/
boolean isSetHispanic();
/**
* Sets the "Hispanic" element
*/
void setHispanic(int hispanic);
/**
* Sets (as xml) the "Hispanic" element
*/
void xsetHispanic(gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType hispanic);
/**
* Unsets the "Hispanic" element
*/
void unsetHispanic();
/**
* Gets the "NativeAmerican" element
*/
int getNativeAmerican();
/**
* Gets (as xml) the "NativeAmerican" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType xgetNativeAmerican();
/**
* True if has "NativeAmerican" element
*/
boolean isSetNativeAmerican();
/**
* Sets the "NativeAmerican" element
*/
void setNativeAmerican(int nativeAmerican);
/**
* Sets (as xml) the "NativeAmerican" element
*/
void xsetNativeAmerican(gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType nativeAmerican);
/**
* Unsets the "NativeAmerican" element
*/
void unsetNativeAmerican();
/**
* Gets the "Other" element
*/
int getOther();
/**
* Gets (as xml) the "Other" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType xgetOther();
/**
* True if has "Other" element
*/
boolean isSetOther();
/**
* Sets the "Other" element
*/
void setOther(int other);
/**
* Sets (as xml) the "Other" element
*/
void xsetOther(gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType other);
/**
* Unsets the "Other" element
*/
void unsetOther();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile.AllActivities newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile.AllActivities) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile.AllActivities newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile.AllActivities) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML OptionalProduct(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is a complex type.
*/
public interface OptionalProduct extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OptionalProduct.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("optionalproductfc6celemtype");
/**
* Gets the "Product" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile.OptionalProduct.Product.Enum getProduct();
/**
* Gets (as xml) the "Product" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile.OptionalProduct.Product xgetProduct();
/**
* True if has "Product" element
*/
boolean isSetProduct();
/**
* Sets the "Product" element
*/
void setProduct(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile.OptionalProduct.Product.Enum product);
/**
* Sets (as xml) the "Product" element
*/
void xsetProduct(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile.OptionalProduct.Product product);
/**
* Unsets the "Product" element
*/
void unsetProduct();
/**
* Gets the "TargetMarket" element
*/
int getTargetMarket();
/**
* Gets (as xml) the "TargetMarket" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType xgetTargetMarket();
/**
* True if has "TargetMarket" element
*/
boolean isSetTargetMarket();
/**
* Sets the "TargetMarket" element
*/
void setTargetMarket(int targetMarket);
/**
* Sets (as xml) the "TargetMarket" element
*/
void xsetTargetMarket(gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType targetMarket);
/**
* Unsets the "TargetMarket" element
*/
void unsetTargetMarket();
/**
* Gets the "ModerateIncome" element
*/
int getModerateIncome();
/**
* Gets (as xml) the "ModerateIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType xgetModerateIncome();
/**
* True if has "ModerateIncome" element
*/
boolean isSetModerateIncome();
/**
* Sets the "ModerateIncome" element
*/
void setModerateIncome(int moderateIncome);
/**
* Sets (as xml) the "ModerateIncome" element
*/
void xsetModerateIncome(gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType moderateIncome);
/**
* Unsets the "ModerateIncome" element
*/
void unsetModerateIncome();
/**
* Gets the "LowIncome" element
*/
int getLowIncome();
/**
* Gets (as xml) the "LowIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType xgetLowIncome();
/**
* True if has "LowIncome" element
*/
boolean isSetLowIncome();
/**
* Sets the "LowIncome" element
*/
void setLowIncome(int lowIncome);
/**
* Sets (as xml) the "LowIncome" element
*/
void xsetLowIncome(gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType lowIncome);
/**
* Unsets the "LowIncome" element
*/
void unsetLowIncome();
/**
* Gets the "VeryLowIncome" element
*/
int getVeryLowIncome();
/**
* Gets (as xml) the "VeryLowIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType xgetVeryLowIncome();
/**
* True if has "VeryLowIncome" element
*/
boolean isSetVeryLowIncome();
/**
* Sets the "VeryLowIncome" element
*/
void setVeryLowIncome(int veryLowIncome);
/**
* Sets (as xml) the "VeryLowIncome" element
*/
void xsetVeryLowIncome(gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType veryLowIncome);
/**
* Unsets the "VeryLowIncome" element
*/
void unsetVeryLowIncome();
/**
* Gets the "ExtremelyLowIncome" element
*/
int getExtremelyLowIncome();
/**
* Gets (as xml) the "ExtremelyLowIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType xgetExtremelyLowIncome();
/**
* True if has "ExtremelyLowIncome" element
*/
boolean isSetExtremelyLowIncome();
/**
* Sets the "ExtremelyLowIncome" element
*/
void setExtremelyLowIncome(int extremelyLowIncome);
/**
* Sets (as xml) the "ExtremelyLowIncome" element
*/
void xsetExtremelyLowIncome(gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType extremelyLowIncome);
/**
* Unsets the "ExtremelyLowIncome" element
*/
void unsetExtremelyLowIncome();
/**
* Gets the "FemaleHeaded" element
*/
int getFemaleHeaded();
/**
* Gets (as xml) the "FemaleHeaded" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType xgetFemaleHeaded();
/**
* True if has "FemaleHeaded" element
*/
boolean isSetFemaleHeaded();
/**
* Sets the "FemaleHeaded" element
*/
void setFemaleHeaded(int femaleHeaded);
/**
* Sets (as xml) the "FemaleHeaded" element
*/
void xsetFemaleHeaded(gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType femaleHeaded);
/**
* Unsets the "FemaleHeaded" element
*/
void unsetFemaleHeaded();
/**
* Gets the "AfricanAmerican" element
*/
int getAfricanAmerican();
/**
* Gets (as xml) the "AfricanAmerican" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType xgetAfricanAmerican();
/**
* True if has "AfricanAmerican" element
*/
boolean isSetAfricanAmerican();
/**
* Sets the "AfricanAmerican" element
*/
void setAfricanAmerican(int africanAmerican);
/**
* Sets (as xml) the "AfricanAmerican" element
*/
void xsetAfricanAmerican(gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType africanAmerican);
/**
* Unsets the "AfricanAmerican" element
*/
void unsetAfricanAmerican();
/**
* Gets the "Hispanic" element
*/
int getHispanic();
/**
* Gets (as xml) the "Hispanic" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType xgetHispanic();
/**
* True if has "Hispanic" element
*/
boolean isSetHispanic();
/**
* Sets the "Hispanic" element
*/
void setHispanic(int hispanic);
/**
* Sets (as xml) the "Hispanic" element
*/
void xsetHispanic(gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType hispanic);
/**
* Unsets the "Hispanic" element
*/
void unsetHispanic();
/**
* Gets the "NativeAmerican" element
*/
int getNativeAmerican();
/**
* Gets (as xml) the "NativeAmerican" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType xgetNativeAmerican();
/**
* True if has "NativeAmerican" element
*/
boolean isSetNativeAmerican();
/**
* Sets the "NativeAmerican" element
*/
void setNativeAmerican(int nativeAmerican);
/**
* Sets (as xml) the "NativeAmerican" element
*/
void xsetNativeAmerican(gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType nativeAmerican);
/**
* Unsets the "NativeAmerican" element
*/
void unsetNativeAmerican();
/**
* Gets the "Other" element
*/
int getOther();
/**
* Gets (as xml) the "Other" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType xgetOther();
/**
* True if has "Other" element
*/
boolean isSetOther();
/**
* Sets the "Other" element
*/
void setOther(int other);
/**
* Sets (as xml) the "Other" element
*/
void xsetOther(gov.grants.apply.forms.cdfi20V20.CDFI200To100DataType other);
/**
* Unsets the "Other" element
*/
void unsetOther();
/**
* An XML Product(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi20V20.CDFI20Document$CDFI20$CustomerProfile$OptionalProduct$Product.
*/
public interface Product extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Product.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("producte167elemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum CONSUMER_LOANS = Enum.forString("Consumer Loans");
static final Enum BUSINESS_LOANS_NON_MICRO = Enum.forString("Business Loans - Non-Micro");
static final Enum BUSINESS_LOANS_MICROENTERPRISE = Enum.forString("Business Loans - Microenterprise");
static final Enum BUSINESS_EQUITY_INVESTMENTS = Enum.forString("Business - Equity Investments");
static final Enum HOME_MORTGAGE = Enum.forString("Home Mortgage");
static final Enum HOME_IMPROVEMENT_REHAB = Enum.forString("Home Improvement/ Rehab");
static final Enum REAL_ESTATE_AFFORDABLE_HOUSING = Enum.forString("Real Estate - Affordable Housing");
static final Enum REAL_ESTATE_COMMERCIAL = Enum.forString("Real Estate - Commercial");
static final Enum REAL_ESTATE_COMMUNITY_FACILITIES = Enum.forString("Real Estate - Community Facilities");
static final Enum SAVINGS_SHARE_ACCOUNTS = Enum.forString("Savings/Share Accounts");
static final Enum CHECKING_DRAFT_ACCOUNTS = Enum.forString("Checking/Draft Accounts");
static final Enum OTHER_FINANCIAL_PRODUCTS_SERVICES = Enum.forString("Other Financial Products/ Services");
static final Enum DEVELOPMENT_SERVICES = Enum.forString("Development Services");
static final int INT_CONSUMER_LOANS = Enum.INT_CONSUMER_LOANS;
static final int INT_BUSINESS_LOANS_NON_MICRO = Enum.INT_BUSINESS_LOANS_NON_MICRO;
static final int INT_BUSINESS_LOANS_MICROENTERPRISE = Enum.INT_BUSINESS_LOANS_MICROENTERPRISE;
static final int INT_BUSINESS_EQUITY_INVESTMENTS = Enum.INT_BUSINESS_EQUITY_INVESTMENTS;
static final int INT_HOME_MORTGAGE = Enum.INT_HOME_MORTGAGE;
static final int INT_HOME_IMPROVEMENT_REHAB = Enum.INT_HOME_IMPROVEMENT_REHAB;
static final int INT_REAL_ESTATE_AFFORDABLE_HOUSING = Enum.INT_REAL_ESTATE_AFFORDABLE_HOUSING;
static final int INT_REAL_ESTATE_COMMERCIAL = Enum.INT_REAL_ESTATE_COMMERCIAL;
static final int INT_REAL_ESTATE_COMMUNITY_FACILITIES = Enum.INT_REAL_ESTATE_COMMUNITY_FACILITIES;
static final int INT_SAVINGS_SHARE_ACCOUNTS = Enum.INT_SAVINGS_SHARE_ACCOUNTS;
static final int INT_CHECKING_DRAFT_ACCOUNTS = Enum.INT_CHECKING_DRAFT_ACCOUNTS;
static final int INT_OTHER_FINANCIAL_PRODUCTS_SERVICES = Enum.INT_OTHER_FINANCIAL_PRODUCTS_SERVICES;
static final int INT_DEVELOPMENT_SERVICES = Enum.INT_DEVELOPMENT_SERVICES;
/**
* Enumeration value class for gov.grants.apply.forms.cdfi20V20.CDFI20Document$CDFI20$CustomerProfile$OptionalProduct$Product.
* 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_CONSUMER_LOANS
* 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_CONSUMER_LOANS = 1;
static final int INT_BUSINESS_LOANS_NON_MICRO = 2;
static final int INT_BUSINESS_LOANS_MICROENTERPRISE = 3;
static final int INT_BUSINESS_EQUITY_INVESTMENTS = 4;
static final int INT_HOME_MORTGAGE = 5;
static final int INT_HOME_IMPROVEMENT_REHAB = 6;
static final int INT_REAL_ESTATE_AFFORDABLE_HOUSING = 7;
static final int INT_REAL_ESTATE_COMMERCIAL = 8;
static final int INT_REAL_ESTATE_COMMUNITY_FACILITIES = 9;
static final int INT_SAVINGS_SHARE_ACCOUNTS = 10;
static final int INT_CHECKING_DRAFT_ACCOUNTS = 11;
static final int INT_OTHER_FINANCIAL_PRODUCTS_SERVICES = 12;
static final int INT_DEVELOPMENT_SERVICES = 13;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("Consumer Loans", INT_CONSUMER_LOANS),
new Enum("Business Loans - Non-Micro", INT_BUSINESS_LOANS_NON_MICRO),
new Enum("Business Loans - Microenterprise", INT_BUSINESS_LOANS_MICROENTERPRISE),
new Enum("Business - Equity Investments", INT_BUSINESS_EQUITY_INVESTMENTS),
new Enum("Home Mortgage", INT_HOME_MORTGAGE),
new Enum("Home Improvement/ Rehab", INT_HOME_IMPROVEMENT_REHAB),
new Enum("Real Estate - Affordable Housing", INT_REAL_ESTATE_AFFORDABLE_HOUSING),
new Enum("Real Estate - Commercial", INT_REAL_ESTATE_COMMERCIAL),
new Enum("Real Estate - Community Facilities", INT_REAL_ESTATE_COMMUNITY_FACILITIES),
new Enum("Savings/Share Accounts", INT_SAVINGS_SHARE_ACCOUNTS),
new Enum("Checking/Draft Accounts", INT_CHECKING_DRAFT_ACCOUNTS),
new Enum("Other Financial Products/ Services", INT_OTHER_FINANCIAL_PRODUCTS_SERVICES),
new Enum("Development Services", INT_DEVELOPMENT_SERVICES),
}
);
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.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile.OptionalProduct.Product newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile.OptionalProduct.Product) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile.OptionalProduct.Product newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile.OptionalProduct.Product) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile.OptionalProduct.Product newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile.OptionalProduct.Product) 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.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile.OptionalProduct newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile.OptionalProduct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile.OptionalProduct newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile.OptionalProduct) 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.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.CustomerProfile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML MatchingFunds(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is a complex type.
*/
public interface MatchingFunds extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MatchingFunds.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("matchingfundsab17elemtype");
/**
* Gets the "EquityInvestment" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20MatchingFundsDataType getEquityInvestment();
/**
* True if has "EquityInvestment" element
*/
boolean isSetEquityInvestment();
/**
* Sets the "EquityInvestment" element
*/
void setEquityInvestment(gov.grants.apply.forms.cdfi20V20.CDFI20MatchingFundsDataType equityInvestment);
/**
* Appends and returns a new empty "EquityInvestment" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20MatchingFundsDataType addNewEquityInvestment();
/**
* Unsets the "EquityInvestment" element
*/
void unsetEquityInvestment();
/**
* Gets the "Grant" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20MatchingFundsDataType getGrant();
/**
* True if has "Grant" element
*/
boolean isSetGrant();
/**
* Sets the "Grant" element
*/
void setGrant(gov.grants.apply.forms.cdfi20V20.CDFI20MatchingFundsDataType grant);
/**
* Appends and returns a new empty "Grant" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20MatchingFundsDataType addNewGrant();
/**
* Unsets the "Grant" element
*/
void unsetGrant();
/**
* Gets the "Loan" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20MatchingFundsDataType getLoan();
/**
* True if has "Loan" element
*/
boolean isSetLoan();
/**
* Sets the "Loan" element
*/
void setLoan(gov.grants.apply.forms.cdfi20V20.CDFI20MatchingFundsDataType loan);
/**
* Appends and returns a new empty "Loan" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20MatchingFundsDataType addNewLoan();
/**
* Unsets the "Loan" element
*/
void unsetLoan();
/**
* Gets the "SecondaryCapital" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20MatchingFundsDataType getSecondaryCapital();
/**
* True if has "SecondaryCapital" element
*/
boolean isSetSecondaryCapital();
/**
* Sets the "SecondaryCapital" element
*/
void setSecondaryCapital(gov.grants.apply.forms.cdfi20V20.CDFI20MatchingFundsDataType secondaryCapital);
/**
* Appends and returns a new empty "SecondaryCapital" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20MatchingFundsDataType addNewSecondaryCapital();
/**
* Unsets the "SecondaryCapital" element
*/
void unsetSecondaryCapital();
/**
* Gets the "SharesDeposits" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20MatchingFundsDataType getSharesDeposits();
/**
* True if has "SharesDeposits" element
*/
boolean isSetSharesDeposits();
/**
* Sets the "SharesDeposits" element
*/
void setSharesDeposits(gov.grants.apply.forms.cdfi20V20.CDFI20MatchingFundsDataType sharesDeposits);
/**
* Appends and returns a new empty "SharesDeposits" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20MatchingFundsDataType addNewSharesDeposits();
/**
* Unsets the "SharesDeposits" element
*/
void unsetSharesDeposits();
/**
* Gets the "RetainedEarnings" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20MatchingFundsDataType getRetainedEarnings();
/**
* True if has "RetainedEarnings" element
*/
boolean isSetRetainedEarnings();
/**
* Sets the "RetainedEarnings" element
*/
void setRetainedEarnings(gov.grants.apply.forms.cdfi20V20.CDFI20MatchingFundsDataType retainedEarnings);
/**
* Appends and returns a new empty "RetainedEarnings" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20MatchingFundsDataType addNewRetainedEarnings();
/**
* Unsets the "RetainedEarnings" element
*/
void unsetRetainedEarnings();
/**
* Gets the "Totals" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20MatchingFundsTotalDataType getTotals();
/**
* True if has "Totals" element
*/
boolean isSetTotals();
/**
* Sets the "Totals" element
*/
void setTotals(gov.grants.apply.forms.cdfi20V20.CDFI20MatchingFundsTotalDataType totals);
/**
* Appends and returns a new empty "Totals" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20MatchingFundsTotalDataType addNewTotals();
/**
* Unsets the "Totals" element
*/
void unsetTotals();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.MatchingFunds newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.MatchingFunds) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.MatchingFunds newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.MatchingFunds) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML EarningsNonRegulated(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is a complex type.
*/
public interface EarningsNonRegulated extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(EarningsNonRegulated.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("earningsnonregulated2aefelemtype");
/**
* Gets the "Income" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedDataType getIncome();
/**
* True if has "Income" element
*/
boolean isSetIncome();
/**
* Sets the "Income" element
*/
void setIncome(gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedDataType income);
/**
* Appends and returns a new empty "Income" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedDataType addNewIncome();
/**
* Unsets the "Income" element
*/
void unsetIncome();
/**
* Gets the "Federal" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedDataType getFederal();
/**
* True if has "Federal" element
*/
boolean isSetFederal();
/**
* Sets the "Federal" element
*/
void setFederal(gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedDataType federal);
/**
* Appends and returns a new empty "Federal" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedDataType addNewFederal();
/**
* Unsets the "Federal" element
*/
void unsetFederal();
/**
* Gets array of all "FederalItem" elements
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedItemDataType[] getFederalItemArray();
/**
* Gets ith "FederalItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedItemDataType getFederalItemArray(int i);
/**
* Returns number of "FederalItem" element
*/
int sizeOfFederalItemArray();
/**
* Sets array of all "FederalItem" element
*/
void setFederalItemArray(gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedItemDataType[] federalItemArray);
/**
* Sets ith "FederalItem" element
*/
void setFederalItemArray(int i, gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedItemDataType federalItem);
/**
* Inserts and returns a new empty value (as xml) as the ith "FederalItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedItemDataType insertNewFederalItem(int i);
/**
* Appends and returns a new empty value (as xml) as the last "FederalItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedItemDataType addNewFederalItem();
/**
* Removes the ith "FederalItem" element
*/
void removeFederalItem(int i);
/**
* Gets the "Matching" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedDataType getMatching();
/**
* True if has "Matching" element
*/
boolean isSetMatching();
/**
* Sets the "Matching" element
*/
void setMatching(gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedDataType matching);
/**
* Appends and returns a new empty "Matching" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedDataType addNewMatching();
/**
* Unsets the "Matching" element
*/
void unsetMatching();
/**
* Gets array of all "MatchingItem" elements
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedItemDataType[] getMatchingItemArray();
/**
* Gets ith "MatchingItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedItemDataType getMatchingItemArray(int i);
/**
* Returns number of "MatchingItem" element
*/
int sizeOfMatchingItemArray();
/**
* Sets array of all "MatchingItem" element
*/
void setMatchingItemArray(gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedItemDataType[] matchingItemArray);
/**
* Sets ith "MatchingItem" element
*/
void setMatchingItemArray(int i, gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedItemDataType matchingItem);
/**
* Inserts and returns a new empty value (as xml) as the ith "MatchingItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedItemDataType insertNewMatchingItem(int i);
/**
* Appends and returns a new empty value (as xml) as the last "MatchingItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedItemDataType addNewMatchingItem();
/**
* Removes the ith "MatchingItem" element
*/
void removeMatchingItem(int i);
/**
* Gets the "SubtotalIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedDataType getSubtotalIncome();
/**
* True if has "SubtotalIncome" element
*/
boolean isSetSubtotalIncome();
/**
* Sets the "SubtotalIncome" element
*/
void setSubtotalIncome(gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedDataType subtotalIncome);
/**
* Appends and returns a new empty "SubtotalIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedDataType addNewSubtotalIncome();
/**
* Unsets the "SubtotalIncome" element
*/
void unsetSubtotalIncome();
/**
* Gets the "Operating" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedDataType getOperating();
/**
* True if has "Operating" element
*/
boolean isSetOperating();
/**
* Sets the "Operating" element
*/
void setOperating(gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedDataType operating);
/**
* Appends and returns a new empty "Operating" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedDataType addNewOperating();
/**
* Unsets the "Operating" element
*/
void unsetOperating();
/**
* Gets the "Associated" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedDataType getAssociated();
/**
* True if has "Associated" element
*/
boolean isSetAssociated();
/**
* Sets the "Associated" element
*/
void setAssociated(gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedDataType associated);
/**
* Appends and returns a new empty "Associated" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedDataType addNewAssociated();
/**
* Unsets the "Associated" element
*/
void unsetAssociated();
/**
* Gets array of all "AssociatedItem" elements
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedItemDataType[] getAssociatedItemArray();
/**
* Gets ith "AssociatedItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedItemDataType getAssociatedItemArray(int i);
/**
* Returns number of "AssociatedItem" element
*/
int sizeOfAssociatedItemArray();
/**
* Sets array of all "AssociatedItem" element
*/
void setAssociatedItemArray(gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedItemDataType[] associatedItemArray);
/**
* Sets ith "AssociatedItem" element
*/
void setAssociatedItemArray(int i, gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedItemDataType associatedItem);
/**
* Inserts and returns a new empty value (as xml) as the ith "AssociatedItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedItemDataType insertNewAssociatedItem(int i);
/**
* Appends and returns a new empty value (as xml) as the last "AssociatedItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedItemDataType addNewAssociatedItem();
/**
* Removes the ith "AssociatedItem" element
*/
void removeAssociatedItem(int i);
/**
* Gets the "SubtotalExpenses" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedDataType getSubtotalExpenses();
/**
* True if has "SubtotalExpenses" element
*/
boolean isSetSubtotalExpenses();
/**
* Sets the "SubtotalExpenses" element
*/
void setSubtotalExpenses(gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedDataType subtotalExpenses);
/**
* Appends and returns a new empty "SubtotalExpenses" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedDataType addNewSubtotalExpenses();
/**
* Unsets the "SubtotalExpenses" element
*/
void unsetSubtotalExpenses();
/**
* Gets the "Dividends" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedDataType getDividends();
/**
* True if has "Dividends" element
*/
boolean isSetDividends();
/**
* Sets the "Dividends" element
*/
void setDividends(gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedDataType dividends);
/**
* Appends and returns a new empty "Dividends" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedDataType addNewDividends();
/**
* Unsets the "Dividends" element
*/
void unsetDividends();
/**
* Gets the "TotalEarnings" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedDataType getTotalEarnings();
/**
* True if has "TotalEarnings" element
*/
boolean isSetTotalEarnings();
/**
* Sets the "TotalEarnings" element
*/
void setTotalEarnings(gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedDataType totalEarnings);
/**
* Appends and returns a new empty "TotalEarnings" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsNonRegulatedDataType addNewTotalEarnings();
/**
* Unsets the "TotalEarnings" element
*/
void unsetTotalEarnings();
/**
* Gets the "RetainedEarnings" element
*/
long getRetainedEarnings();
/**
* Gets (as xml) the "RetainedEarnings" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20S999999999999DataType xgetRetainedEarnings();
/**
* True if has "RetainedEarnings" element
*/
boolean isSetRetainedEarnings();
/**
* Sets the "RetainedEarnings" element
*/
void setRetainedEarnings(long retainedEarnings);
/**
* Sets (as xml) the "RetainedEarnings" element
*/
void xsetRetainedEarnings(gov.grants.apply.forms.cdfi20V20.CDFI20S999999999999DataType retainedEarnings);
/**
* Unsets the "RetainedEarnings" element
*/
void unsetRetainedEarnings();
/**
* Gets the "ThreeYearAverage" element
*/
long getThreeYearAverage();
/**
* Gets (as xml) the "ThreeYearAverage" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20S999999999999DataType xgetThreeYearAverage();
/**
* True if has "ThreeYearAverage" element
*/
boolean isSetThreeYearAverage();
/**
* Sets the "ThreeYearAverage" element
*/
void setThreeYearAverage(long threeYearAverage);
/**
* Sets (as xml) the "ThreeYearAverage" element
*/
void xsetThreeYearAverage(gov.grants.apply.forms.cdfi20V20.CDFI20S999999999999DataType threeYearAverage);
/**
* Unsets the "ThreeYearAverage" element
*/
void unsetThreeYearAverage();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EarningsNonRegulated newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EarningsNonRegulated) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EarningsNonRegulated newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EarningsNonRegulated) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML EarningsCreditUnions(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is a complex type.
*/
public interface EarningsCreditUnions extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(EarningsCreditUnions.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("earningscreditunions4f1celemtype");
/**
* Gets the "NetWorth" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsDataType getNetWorth();
/**
* True if has "NetWorth" element
*/
boolean isSetNetWorth();
/**
* Sets the "NetWorth" element
*/
void setNetWorth(gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsDataType netWorth);
/**
* Appends and returns a new empty "NetWorth" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsDataType addNewNetWorth();
/**
* Unsets the "NetWorth" element
*/
void unsetNetWorth();
/**
* Gets the "Uninsured" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsDataType getUninsured();
/**
* True if has "Uninsured" element
*/
boolean isSetUninsured();
/**
* Sets the "Uninsured" element
*/
void setUninsured(gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsDataType uninsured);
/**
* Appends and returns a new empty "Uninsured" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsDataType addNewUninsured();
/**
* Unsets the "Uninsured" element
*/
void unsetUninsured();
/**
* Gets the "SubtotalEarnings" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsDataType getSubtotalEarnings();
/**
* True if has "SubtotalEarnings" element
*/
boolean isSetSubtotalEarnings();
/**
* Sets the "SubtotalEarnings" element
*/
void setSubtotalEarnings(gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsDataType subtotalEarnings);
/**
* Appends and returns a new empty "SubtotalEarnings" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsDataType addNewSubtotalEarnings();
/**
* Unsets the "SubtotalEarnings" element
*/
void unsetSubtotalEarnings();
/**
* Gets the "Federal" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsDataType getFederal();
/**
* True if has "Federal" element
*/
boolean isSetFederal();
/**
* Sets the "Federal" element
*/
void setFederal(gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsDataType federal);
/**
* Appends and returns a new empty "Federal" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsDataType addNewFederal();
/**
* Unsets the "Federal" element
*/
void unsetFederal();
/**
* Gets array of all "FederalItem" elements
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsItemDataType[] getFederalItemArray();
/**
* Gets ith "FederalItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsItemDataType getFederalItemArray(int i);
/**
* Returns number of "FederalItem" element
*/
int sizeOfFederalItemArray();
/**
* Sets array of all "FederalItem" element
*/
void setFederalItemArray(gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsItemDataType[] federalItemArray);
/**
* Sets ith "FederalItem" element
*/
void setFederalItemArray(int i, gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsItemDataType federalItem);
/**
* Inserts and returns a new empty value (as xml) as the ith "FederalItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsItemDataType insertNewFederalItem(int i);
/**
* Appends and returns a new empty value (as xml) as the last "FederalItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsItemDataType addNewFederalItem();
/**
* Removes the ith "FederalItem" element
*/
void removeFederalItem(int i);
/**
* Gets the "Matching" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsDataType getMatching();
/**
* True if has "Matching" element
*/
boolean isSetMatching();
/**
* Sets the "Matching" element
*/
void setMatching(gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsDataType matching);
/**
* Appends and returns a new empty "Matching" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsDataType addNewMatching();
/**
* Unsets the "Matching" element
*/
void unsetMatching();
/**
* Gets array of all "MatchingItem" elements
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsItemDataType[] getMatchingItemArray();
/**
* Gets ith "MatchingItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsItemDataType getMatchingItemArray(int i);
/**
* Returns number of "MatchingItem" element
*/
int sizeOfMatchingItemArray();
/**
* Sets array of all "MatchingItem" element
*/
void setMatchingItemArray(gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsItemDataType[] matchingItemArray);
/**
* Sets ith "MatchingItem" element
*/
void setMatchingItemArray(int i, gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsItemDataType matchingItem);
/**
* Inserts and returns a new empty value (as xml) as the ith "MatchingItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsItemDataType insertNewMatchingItem(int i);
/**
* Appends and returns a new empty value (as xml) as the last "MatchingItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsItemDataType addNewMatchingItem();
/**
* Removes the ith "MatchingItem" element
*/
void removeMatchingItem(int i);
/**
* Gets the "Adjustments" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsDataType getAdjustments();
/**
* True if has "Adjustments" element
*/
boolean isSetAdjustments();
/**
* Sets the "Adjustments" element
*/
void setAdjustments(gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsDataType adjustments);
/**
* Appends and returns a new empty "Adjustments" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsDataType addNewAdjustments();
/**
* Unsets the "Adjustments" element
*/
void unsetAdjustments();
/**
* Gets the "AdjustedRetained" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsDataType getAdjustedRetained();
/**
* True if has "AdjustedRetained" element
*/
boolean isSetAdjustedRetained();
/**
* Sets the "AdjustedRetained" element
*/
void setAdjustedRetained(gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsDataType adjustedRetained);
/**
* Appends and returns a new empty "AdjustedRetained" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsDataType addNewAdjustedRetained();
/**
* Unsets the "AdjustedRetained" element
*/
void unsetAdjustedRetained();
/**
* Gets the "ChangePrior" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsChangeDataType getChangePrior();
/**
* True if has "ChangePrior" element
*/
boolean isSetChangePrior();
/**
* Sets the "ChangePrior" element
*/
void setChangePrior(gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsChangeDataType changePrior);
/**
* Appends and returns a new empty "ChangePrior" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsCreditUnionsChangeDataType addNewChangePrior();
/**
* Unsets the "ChangePrior" element
*/
void unsetChangePrior();
/**
* Gets the "RetainedEarningsIncrease" element
*/
long getRetainedEarningsIncrease();
/**
* Gets (as xml) the "RetainedEarningsIncrease" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20S999999999999DataType xgetRetainedEarningsIncrease();
/**
* True if has "RetainedEarningsIncrease" element
*/
boolean isSetRetainedEarningsIncrease();
/**
* Sets the "RetainedEarningsIncrease" element
*/
void setRetainedEarningsIncrease(long retainedEarningsIncrease);
/**
* Sets (as xml) the "RetainedEarningsIncrease" element
*/
void xsetRetainedEarningsIncrease(gov.grants.apply.forms.cdfi20V20.CDFI20S999999999999DataType retainedEarningsIncrease);
/**
* Unsets the "RetainedEarningsIncrease" element
*/
void unsetRetainedEarningsIncrease();
/**
* Gets the "ThreeYearAverage" element
*/
long getThreeYearAverage();
/**
* Gets (as xml) the "ThreeYearAverage" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20S999999999999DataType xgetThreeYearAverage();
/**
* True if has "ThreeYearAverage" element
*/
boolean isSetThreeYearAverage();
/**
* Sets the "ThreeYearAverage" element
*/
void setThreeYearAverage(long threeYearAverage);
/**
* Sets (as xml) the "ThreeYearAverage" element
*/
void xsetThreeYearAverage(gov.grants.apply.forms.cdfi20V20.CDFI20S999999999999DataType threeYearAverage);
/**
* Unsets the "ThreeYearAverage" element
*/
void unsetThreeYearAverage();
/**
* Gets the "EarningsSinceInception" element
*/
long getEarningsSinceInception();
/**
* Gets (as xml) the "EarningsSinceInception" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20S999999999999DataType xgetEarningsSinceInception();
/**
* True if has "EarningsSinceInception" element
*/
boolean isSetEarningsSinceInception();
/**
* Sets the "EarningsSinceInception" element
*/
void setEarningsSinceInception(long earningsSinceInception);
/**
* Sets (as xml) the "EarningsSinceInception" element
*/
void xsetEarningsSinceInception(gov.grants.apply.forms.cdfi20V20.CDFI20S999999999999DataType earningsSinceInception);
/**
* Unsets the "EarningsSinceInception" element
*/
void unsetEarningsSinceInception();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EarningsCreditUnions newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EarningsCreditUnions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EarningsCreditUnions newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EarningsCreditUnions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML EarningsBanks(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is a complex type.
*/
public interface EarningsBanks extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(EarningsBanks.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("earningsbanks4e14elemtype");
/**
* Gets the "Earnings" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsBanksDataType getEarnings();
/**
* True if has "Earnings" element
*/
boolean isSetEarnings();
/**
* Sets the "Earnings" element
*/
void setEarnings(gov.grants.apply.forms.cdfi20V20.CDFI20EarningsBanksDataType earnings);
/**
* Appends and returns a new empty "Earnings" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsBanksDataType addNewEarnings();
/**
* Unsets the "Earnings" element
*/
void unsetEarnings();
/**
* Gets the "Accumulated" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsBanksDataType getAccumulated();
/**
* True if has "Accumulated" element
*/
boolean isSetAccumulated();
/**
* Sets the "Accumulated" element
*/
void setAccumulated(gov.grants.apply.forms.cdfi20V20.CDFI20EarningsBanksDataType accumulated);
/**
* Appends and returns a new empty "Accumulated" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsBanksDataType addNewAccumulated();
/**
* Unsets the "Accumulated" element
*/
void unsetAccumulated();
/**
* Gets the "Noninterest" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsBanksDataType getNoninterest();
/**
* True if has "Noninterest" element
*/
boolean isSetNoninterest();
/**
* Sets the "Noninterest" element
*/
void setNoninterest(gov.grants.apply.forms.cdfi20V20.CDFI20EarningsBanksDataType noninterest);
/**
* Appends and returns a new empty "Noninterest" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsBanksDataType addNewNoninterest();
/**
* Unsets the "Noninterest" element
*/
void unsetNoninterest();
/**
* Gets the "Federal" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsBanksDataType getFederal();
/**
* True if has "Federal" element
*/
boolean isSetFederal();
/**
* Sets the "Federal" element
*/
void setFederal(gov.grants.apply.forms.cdfi20V20.CDFI20EarningsBanksDataType federal);
/**
* Appends and returns a new empty "Federal" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsBanksDataType addNewFederal();
/**
* Unsets the "Federal" element
*/
void unsetFederal();
/**
* Gets array of all "FederalItem" elements
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsBanksItemDataType[] getFederalItemArray();
/**
* Gets ith "FederalItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsBanksItemDataType getFederalItemArray(int i);
/**
* Returns number of "FederalItem" element
*/
int sizeOfFederalItemArray();
/**
* Sets array of all "FederalItem" element
*/
void setFederalItemArray(gov.grants.apply.forms.cdfi20V20.CDFI20EarningsBanksItemDataType[] federalItemArray);
/**
* Sets ith "FederalItem" element
*/
void setFederalItemArray(int i, gov.grants.apply.forms.cdfi20V20.CDFI20EarningsBanksItemDataType federalItem);
/**
* Inserts and returns a new empty value (as xml) as the ith "FederalItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsBanksItemDataType insertNewFederalItem(int i);
/**
* Appends and returns a new empty value (as xml) as the last "FederalItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsBanksItemDataType addNewFederalItem();
/**
* Removes the ith "FederalItem" element
*/
void removeFederalItem(int i);
/**
* Gets the "Matching" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsBanksDataType getMatching();
/**
* True if has "Matching" element
*/
boolean isSetMatching();
/**
* Sets the "Matching" element
*/
void setMatching(gov.grants.apply.forms.cdfi20V20.CDFI20EarningsBanksDataType matching);
/**
* Appends and returns a new empty "Matching" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsBanksDataType addNewMatching();
/**
* Unsets the "Matching" element
*/
void unsetMatching();
/**
* Gets array of all "MatchingItem" elements
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsBanksItemDataType[] getMatchingItemArray();
/**
* Gets ith "MatchingItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsBanksItemDataType getMatchingItemArray(int i);
/**
* Returns number of "MatchingItem" element
*/
int sizeOfMatchingItemArray();
/**
* Sets array of all "MatchingItem" element
*/
void setMatchingItemArray(gov.grants.apply.forms.cdfi20V20.CDFI20EarningsBanksItemDataType[] matchingItemArray);
/**
* Sets ith "MatchingItem" element
*/
void setMatchingItemArray(int i, gov.grants.apply.forms.cdfi20V20.CDFI20EarningsBanksItemDataType matchingItem);
/**
* Inserts and returns a new empty value (as xml) as the ith "MatchingItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsBanksItemDataType insertNewMatchingItem(int i);
/**
* Appends and returns a new empty value (as xml) as the last "MatchingItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsBanksItemDataType addNewMatchingItem();
/**
* Removes the ith "MatchingItem" element
*/
void removeMatchingItem(int i);
/**
* Gets the "EligibleEarnings" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsBanksDataType getEligibleEarnings();
/**
* True if has "EligibleEarnings" element
*/
boolean isSetEligibleEarnings();
/**
* Sets the "EligibleEarnings" element
*/
void setEligibleEarnings(gov.grants.apply.forms.cdfi20V20.CDFI20EarningsBanksDataType eligibleEarnings);
/**
* Appends and returns a new empty "EligibleEarnings" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EarningsBanksDataType addNewEligibleEarnings();
/**
* Unsets the "EligibleEarnings" element
*/
void unsetEligibleEarnings();
/**
* Gets the "RetainedEarningsIncrease" element
*/
long getRetainedEarningsIncrease();
/**
* Gets (as xml) the "RetainedEarningsIncrease" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20S999999999999DataType xgetRetainedEarningsIncrease();
/**
* True if has "RetainedEarningsIncrease" element
*/
boolean isSetRetainedEarningsIncrease();
/**
* Sets the "RetainedEarningsIncrease" element
*/
void setRetainedEarningsIncrease(long retainedEarningsIncrease);
/**
* Sets (as xml) the "RetainedEarningsIncrease" element
*/
void xsetRetainedEarningsIncrease(gov.grants.apply.forms.cdfi20V20.CDFI20S999999999999DataType retainedEarningsIncrease);
/**
* Unsets the "RetainedEarningsIncrease" element
*/
void unsetRetainedEarningsIncrease();
/**
* Gets the "ThreeYearAverage" element
*/
long getThreeYearAverage();
/**
* Gets (as xml) the "ThreeYearAverage" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20S999999999999DataType xgetThreeYearAverage();
/**
* True if has "ThreeYearAverage" element
*/
boolean isSetThreeYearAverage();
/**
* Sets the "ThreeYearAverage" element
*/
void setThreeYearAverage(long threeYearAverage);
/**
* Sets (as xml) the "ThreeYearAverage" element
*/
void xsetThreeYearAverage(gov.grants.apply.forms.cdfi20V20.CDFI20S999999999999DataType threeYearAverage);
/**
* Unsets the "ThreeYearAverage" element
*/
void unsetThreeYearAverage();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EarningsBanks newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EarningsBanks) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EarningsBanks newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EarningsBanks) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML FinancialProductsSheet(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is a complex type.
*/
public interface FinancialProductsSheet extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FinancialProductsSheet.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("financialproductssheet2348elemtype");
/**
* Gets array of all "ProductItem" elements
*/
gov.grants.apply.forms.cdfi20V20.CDFI20ProductItemDataType[] getProductItemArray();
/**
* Gets ith "ProductItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20ProductItemDataType getProductItemArray(int i);
/**
* Returns number of "ProductItem" element
*/
int sizeOfProductItemArray();
/**
* Sets array of all "ProductItem" element
*/
void setProductItemArray(gov.grants.apply.forms.cdfi20V20.CDFI20ProductItemDataType[] productItemArray);
/**
* Sets ith "ProductItem" element
*/
void setProductItemArray(int i, gov.grants.apply.forms.cdfi20V20.CDFI20ProductItemDataType productItem);
/**
* Inserts and returns a new empty value (as xml) as the ith "ProductItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20ProductItemDataType insertNewProductItem(int i);
/**
* Appends and returns a new empty value (as xml) as the last "ProductItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20ProductItemDataType addNewProductItem();
/**
* Removes the ith "ProductItem" element
*/
void removeProductItem(int i);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialProductsSheet newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialProductsSheet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialProductsSheet newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialProductsSheet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML FinancialServicesSheet(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is a complex type.
*/
public interface FinancialServicesSheet extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FinancialServicesSheet.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("financialservicessheetc70eelemtype");
/**
* Gets array of all "ServiceItem" elements
*/
gov.grants.apply.forms.cdfi20V20.CDFI20ServiceItemDataType[] getServiceItemArray();
/**
* Gets ith "ServiceItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20ServiceItemDataType getServiceItemArray(int i);
/**
* Returns number of "ServiceItem" element
*/
int sizeOfServiceItemArray();
/**
* Sets array of all "ServiceItem" element
*/
void setServiceItemArray(gov.grants.apply.forms.cdfi20V20.CDFI20ServiceItemDataType[] serviceItemArray);
/**
* Sets ith "ServiceItem" element
*/
void setServiceItemArray(int i, gov.grants.apply.forms.cdfi20V20.CDFI20ServiceItemDataType serviceItem);
/**
* Inserts and returns a new empty value (as xml) as the ith "ServiceItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20ServiceItemDataType insertNewServiceItem(int i);
/**
* Appends and returns a new empty value (as xml) as the last "ServiceItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20ServiceItemDataType addNewServiceItem();
/**
* Removes the ith "ServiceItem" element
*/
void removeServiceItem(int i);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialServicesSheet newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialServicesSheet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialServicesSheet newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialServicesSheet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML FinancialActivities(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is a complex type.
*/
public interface FinancialActivities extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FinancialActivities.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("financialactivities8cdcelemtype");
/**
* Gets array of all "ActivityItem" elements
*/
gov.grants.apply.forms.cdfi20V20.CDFI20ActivityItemDataType[] getActivityItemArray();
/**
* Gets ith "ActivityItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20ActivityItemDataType getActivityItemArray(int i);
/**
* Returns number of "ActivityItem" element
*/
int sizeOfActivityItemArray();
/**
* Sets array of all "ActivityItem" element
*/
void setActivityItemArray(gov.grants.apply.forms.cdfi20V20.CDFI20ActivityItemDataType[] activityItemArray);
/**
* Sets ith "ActivityItem" element
*/
void setActivityItemArray(int i, gov.grants.apply.forms.cdfi20V20.CDFI20ActivityItemDataType activityItem);
/**
* Inserts and returns a new empty value (as xml) as the ith "ActivityItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20ActivityItemDataType insertNewActivityItem(int i);
/**
* Appends and returns a new empty value (as xml) as the last "ActivityItem" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20ActivityItemDataType addNewActivityItem();
/**
* Removes the ith "ActivityItem" element
*/
void removeActivityItem(int i);
/**
* Gets array of all "ActivityItem2" elements
*/
gov.grants.apply.forms.cdfi20V20.CDFI20ActivityItemDataType[] getActivityItem2Array();
/**
* Gets ith "ActivityItem2" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20ActivityItemDataType getActivityItem2Array(int i);
/**
* Returns number of "ActivityItem2" element
*/
int sizeOfActivityItem2Array();
/**
* Sets array of all "ActivityItem2" element
*/
void setActivityItem2Array(gov.grants.apply.forms.cdfi20V20.CDFI20ActivityItemDataType[] activityItem2Array);
/**
* Sets ith "ActivityItem2" element
*/
void setActivityItem2Array(int i, gov.grants.apply.forms.cdfi20V20.CDFI20ActivityItemDataType activityItem2);
/**
* Inserts and returns a new empty value (as xml) as the ith "ActivityItem2" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20ActivityItemDataType insertNewActivityItem2(int i);
/**
* Appends and returns a new empty value (as xml) as the last "ActivityItem2" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20ActivityItemDataType addNewActivityItem2();
/**
* Removes the ith "ActivityItem2" element
*/
void removeActivityItem2(int i);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialActivities newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialActivities) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialActivities newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialActivities) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML BoardMembers(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is a complex type.
*/
public interface BoardMembers extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BoardMembers.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("boardmembers5409elemtype");
/**
* Gets array of all "BoardMember" elements
*/
gov.grants.apply.forms.cdfi20V20.CDFI20MemberDataType[] getBoardMemberArray();
/**
* Gets ith "BoardMember" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20MemberDataType getBoardMemberArray(int i);
/**
* Returns number of "BoardMember" element
*/
int sizeOfBoardMemberArray();
/**
* Sets array of all "BoardMember" element
*/
void setBoardMemberArray(gov.grants.apply.forms.cdfi20V20.CDFI20MemberDataType[] boardMemberArray);
/**
* Sets ith "BoardMember" element
*/
void setBoardMemberArray(int i, gov.grants.apply.forms.cdfi20V20.CDFI20MemberDataType boardMember);
/**
* Inserts and returns a new empty value (as xml) as the ith "BoardMember" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20MemberDataType insertNewBoardMember(int i);
/**
* Appends and returns a new empty value (as xml) as the last "BoardMember" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20MemberDataType addNewBoardMember();
/**
* Removes the ith "BoardMember" element
*/
void removeBoardMember(int i);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.BoardMembers newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.BoardMembers) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.BoardMembers newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.BoardMembers) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML StaffMembers(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is a complex type.
*/
public interface StaffMembers extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(StaffMembers.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("staffmembers294felemtype");
/**
* Gets array of all "StaffMember" elements
*/
gov.grants.apply.forms.cdfi20V20.CDFI20MemberDataType[] getStaffMemberArray();
/**
* Gets ith "StaffMember" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20MemberDataType getStaffMemberArray(int i);
/**
* Returns number of "StaffMember" element
*/
int sizeOfStaffMemberArray();
/**
* Sets array of all "StaffMember" element
*/
void setStaffMemberArray(gov.grants.apply.forms.cdfi20V20.CDFI20MemberDataType[] staffMemberArray);
/**
* Sets ith "StaffMember" element
*/
void setStaffMemberArray(int i, gov.grants.apply.forms.cdfi20V20.CDFI20MemberDataType staffMember);
/**
* Inserts and returns a new empty value (as xml) as the ith "StaffMember" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20MemberDataType insertNewStaffMember(int i);
/**
* Appends and returns a new empty value (as xml) as the last "StaffMember" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20MemberDataType addNewStaffMember();
/**
* Removes the ith "StaffMember" element
*/
void removeStaffMember(int i);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.StaffMembers newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.StaffMembers) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.StaffMembers newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.StaffMembers) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML FinancialNonRegulated(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is a complex type.
*/
public interface FinancialNonRegulated extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FinancialNonRegulated.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("financialnonregulated145felemtype");
/**
* Gets the "TotalCash" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getTotalCash();
/**
* True if has "TotalCash" element
*/
boolean isSetTotalCash();
/**
* Sets the "TotalCash" element
*/
void setTotalCash(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType totalCash);
/**
* Appends and returns a new empty "TotalCash" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewTotalCash();
/**
* Unsets the "TotalCash" element
*/
void unsetTotalCash();
/**
* Gets the "UnrestrictedCash" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getUnrestrictedCash();
/**
* True if has "UnrestrictedCash" element
*/
boolean isSetUnrestrictedCash();
/**
* Sets the "UnrestrictedCash" element
*/
void setUnrestrictedCash(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType unrestrictedCash);
/**
* Appends and returns a new empty "UnrestrictedCash" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewUnrestrictedCash();
/**
* Unsets the "UnrestrictedCash" element
*/
void unsetUnrestrictedCash();
/**
* Gets the "CurrentGrossLoans" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getCurrentGrossLoans();
/**
* True if has "CurrentGrossLoans" element
*/
boolean isSetCurrentGrossLoans();
/**
* Sets the "CurrentGrossLoans" element
*/
void setCurrentGrossLoans(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType currentGrossLoans);
/**
* Appends and returns a new empty "CurrentGrossLoans" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewCurrentGrossLoans();
/**
* Unsets the "CurrentGrossLoans" element
*/
void unsetCurrentGrossLoans();
/**
* Gets the "TotalCommitments" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getTotalCommitments();
/**
* True if has "TotalCommitments" element
*/
boolean isSetTotalCommitments();
/**
* Sets the "TotalCommitments" element
*/
void setTotalCommitments(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType totalCommitments);
/**
* Appends and returns a new empty "TotalCommitments" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewTotalCommitments();
/**
* Unsets the "TotalCommitments" element
*/
void unsetTotalCommitments();
/**
* Gets the "TotalCurrentAssets" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getTotalCurrentAssets();
/**
* True if has "TotalCurrentAssets" element
*/
boolean isSetTotalCurrentAssets();
/**
* Sets the "TotalCurrentAssets" element
*/
void setTotalCurrentAssets(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType totalCurrentAssets);
/**
* Appends and returns a new empty "TotalCurrentAssets" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewTotalCurrentAssets();
/**
* Unsets the "TotalCurrentAssets" element
*/
void unsetTotalCurrentAssets();
/**
* Gets the "NoncurrentGrossLoans" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getNoncurrentGrossLoans();
/**
* True if has "NoncurrentGrossLoans" element
*/
boolean isSetNoncurrentGrossLoans();
/**
* Sets the "NoncurrentGrossLoans" element
*/
void setNoncurrentGrossLoans(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType noncurrentGrossLoans);
/**
* Appends and returns a new empty "NoncurrentGrossLoans" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewNoncurrentGrossLoans();
/**
* Unsets the "NoncurrentGrossLoans" element
*/
void unsetNoncurrentGrossLoans();
/**
* Gets the "LoanLossReserve" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getLoanLossReserve();
/**
* True if has "LoanLossReserve" element
*/
boolean isSetLoanLossReserve();
/**
* Sets the "LoanLossReserve" element
*/
void setLoanLossReserve(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType loanLossReserve);
/**
* Appends and returns a new empty "LoanLossReserve" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewLoanLossReserve();
/**
* Unsets the "LoanLossReserve" element
*/
void unsetLoanLossReserve();
/**
* Gets the "TotalOutstanding" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getTotalOutstanding();
/**
* True if has "TotalOutstanding" element
*/
boolean isSetTotalOutstanding();
/**
* Sets the "TotalOutstanding" element
*/
void setTotalOutstanding(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType totalOutstanding);
/**
* Appends and returns a new empty "TotalOutstanding" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewTotalOutstanding();
/**
* Unsets the "TotalOutstanding" element
*/
void unsetTotalOutstanding();
/**
* Gets the "NetUnrealizedLoss" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getNetUnrealizedLoss();
/**
* True if has "NetUnrealizedLoss" element
*/
boolean isSetNetUnrealizedLoss();
/**
* Sets the "NetUnrealizedLoss" element
*/
void setNetUnrealizedLoss(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType netUnrealizedLoss);
/**
* Appends and returns a new empty "NetUnrealizedLoss" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewNetUnrealizedLoss();
/**
* Unsets the "NetUnrealizedLoss" element
*/
void unsetNetUnrealizedLoss();
/**
* Gets the "TotalNetLoans" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getTotalNetLoans();
/**
* True if has "TotalNetLoans" element
*/
boolean isSetTotalNetLoans();
/**
* Sets the "TotalNetLoans" element
*/
void setTotalNetLoans(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType totalNetLoans);
/**
* Appends and returns a new empty "TotalNetLoans" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewTotalNetLoans();
/**
* Unsets the "TotalNetLoans" element
*/
void unsetTotalNetLoans();
/**
* Gets the "TotalAssets" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getTotalAssets();
/**
* True if has "TotalAssets" element
*/
boolean isSetTotalAssets();
/**
* Sets the "TotalAssets" element
*/
void setTotalAssets(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType totalAssets);
/**
* Appends and returns a new empty "TotalAssets" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewTotalAssets();
/**
* Unsets the "TotalAssets" element
*/
void unsetTotalAssets();
/**
* Gets the "TotalCurrentLiabilities" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getTotalCurrentLiabilities();
/**
* True if has "TotalCurrentLiabilities" element
*/
boolean isSetTotalCurrentLiabilities();
/**
* Sets the "TotalCurrentLiabilities" element
*/
void setTotalCurrentLiabilities(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType totalCurrentLiabilities);
/**
* Appends and returns a new empty "TotalCurrentLiabilities" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewTotalCurrentLiabilities();
/**
* Unsets the "TotalCurrentLiabilities" element
*/
void unsetTotalCurrentLiabilities();
/**
* Gets the "TotalNotesPayable" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getTotalNotesPayable();
/**
* True if has "TotalNotesPayable" element
*/
boolean isSetTotalNotesPayable();
/**
* Sets the "TotalNotesPayable" element
*/
void setTotalNotesPayable(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType totalNotesPayable);
/**
* Appends and returns a new empty "TotalNotesPayable" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewTotalNotesPayable();
/**
* Unsets the "TotalNotesPayable" element
*/
void unsetTotalNotesPayable();
/**
* Gets the "TotalAdjustedNotes" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getTotalAdjustedNotes();
/**
* True if has "TotalAdjustedNotes" element
*/
boolean isSetTotalAdjustedNotes();
/**
* Sets the "TotalAdjustedNotes" element
*/
void setTotalAdjustedNotes(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType totalAdjustedNotes);
/**
* Appends and returns a new empty "TotalAdjustedNotes" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewTotalAdjustedNotes();
/**
* Unsets the "TotalAdjustedNotes" element
*/
void unsetTotalAdjustedNotes();
/**
* Gets the "TotalLiabilities" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getTotalLiabilities();
/**
* True if has "TotalLiabilities" element
*/
boolean isSetTotalLiabilities();
/**
* Sets the "TotalLiabilities" element
*/
void setTotalLiabilities(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType totalLiabilities);
/**
* Appends and returns a new empty "TotalLiabilities" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewTotalLiabilities();
/**
* Unsets the "TotalLiabilities" element
*/
void unsetTotalLiabilities();
/**
* Gets the "UnrestrictedNetAssets" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getUnrestrictedNetAssets();
/**
* True if has "UnrestrictedNetAssets" element
*/
boolean isSetUnrestrictedNetAssets();
/**
* Sets the "UnrestrictedNetAssets" element
*/
void setUnrestrictedNetAssets(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType unrestrictedNetAssets);
/**
* Appends and returns a new empty "UnrestrictedNetAssets" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewUnrestrictedNetAssets();
/**
* Unsets the "UnrestrictedNetAssets" element
*/
void unsetUnrestrictedNetAssets();
/**
* Gets the "TotalAssetsAvailable" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getTotalAssetsAvailable();
/**
* True if has "TotalAssetsAvailable" element
*/
boolean isSetTotalAssetsAvailable();
/**
* Sets the "TotalAssetsAvailable" element
*/
void setTotalAssetsAvailable(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType totalAssetsAvailable);
/**
* Appends and returns a new empty "TotalAssetsAvailable" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewTotalAssetsAvailable();
/**
* Unsets the "TotalAssetsAvailable" element
*/
void unsetTotalAssetsAvailable();
/**
* Gets the "TotalNetAssets" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getTotalNetAssets();
/**
* True if has "TotalNetAssets" element
*/
boolean isSetTotalNetAssets();
/**
* Sets the "TotalNetAssets" element
*/
void setTotalNetAssets(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType totalNetAssets);
/**
* Appends and returns a new empty "TotalNetAssets" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewTotalNetAssets();
/**
* Unsets the "TotalNetAssets" element
*/
void unsetTotalNetAssets();
/**
* Gets the "OffBalanceAssets" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getOffBalanceAssets();
/**
* True if has "OffBalanceAssets" element
*/
boolean isSetOffBalanceAssets();
/**
* Sets the "OffBalanceAssets" element
*/
void setOffBalanceAssets(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType offBalanceAssets);
/**
* Appends and returns a new empty "OffBalanceAssets" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewOffBalanceAssets();
/**
* Unsets the "OffBalanceAssets" element
*/
void unsetOffBalanceAssets();
/**
* Gets the "OffBalanceLiabilities" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getOffBalanceLiabilities();
/**
* True if has "OffBalanceLiabilities" element
*/
boolean isSetOffBalanceLiabilities();
/**
* Sets the "OffBalanceLiabilities" element
*/
void setOffBalanceLiabilities(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType offBalanceLiabilities);
/**
* Appends and returns a new empty "OffBalanceLiabilities" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewOffBalanceLiabilities();
/**
* Unsets the "OffBalanceLiabilities" element
*/
void unsetOffBalanceLiabilities();
/**
* Gets the "InterestPayments" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getInterestPayments();
/**
* True if has "InterestPayments" element
*/
boolean isSetInterestPayments();
/**
* Sets the "InterestPayments" element
*/
void setInterestPayments(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType interestPayments);
/**
* Appends and returns a new empty "InterestPayments" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewInterestPayments();
/**
* Unsets the "InterestPayments" element
*/
void unsetInterestPayments();
/**
* Gets the "FeeIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getFeeIncome();
/**
* True if has "FeeIncome" element
*/
boolean isSetFeeIncome();
/**
* Sets the "FeeIncome" element
*/
void setFeeIncome(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType feeIncome);
/**
* Appends and returns a new empty "FeeIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewFeeIncome();
/**
* Unsets the "FeeIncome" element
*/
void unsetFeeIncome();
/**
* Gets the "TotalEarnedIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getTotalEarnedIncome();
/**
* True if has "TotalEarnedIncome" element
*/
boolean isSetTotalEarnedIncome();
/**
* Sets the "TotalEarnedIncome" element
*/
void setTotalEarnedIncome(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType totalEarnedIncome);
/**
* Appends and returns a new empty "TotalEarnedIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewTotalEarnedIncome();
/**
* Unsets the "TotalEarnedIncome" element
*/
void unsetTotalEarnedIncome();
/**
* Gets the "TotalGrants" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getTotalGrants();
/**
* True if has "TotalGrants" element
*/
boolean isSetTotalGrants();
/**
* Sets the "TotalGrants" element
*/
void setTotalGrants(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType totalGrants);
/**
* Appends and returns a new empty "TotalGrants" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewTotalGrants();
/**
* Unsets the "TotalGrants" element
*/
void unsetTotalGrants();
/**
* Gets the "TotalIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getTotalIncome();
/**
* True if has "TotalIncome" element
*/
boolean isSetTotalIncome();
/**
* Sets the "TotalIncome" element
*/
void setTotalIncome(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType totalIncome);
/**
* Appends and returns a new empty "TotalIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewTotalIncome();
/**
* Unsets the "TotalIncome" element
*/
void unsetTotalIncome();
/**
* Gets the "TotalPreTax" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getTotalPreTax();
/**
* True if has "TotalPreTax" element
*/
boolean isSetTotalPreTax();
/**
* Sets the "TotalPreTax" element
*/
void setTotalPreTax(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType totalPreTax);
/**
* Appends and returns a new empty "TotalPreTax" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewTotalPreTax();
/**
* Unsets the "TotalPreTax" element
*/
void unsetTotalPreTax();
/**
* Gets the "LongTermMaturities" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getLongTermMaturities();
/**
* True if has "LongTermMaturities" element
*/
boolean isSetLongTermMaturities();
/**
* Sets the "LongTermMaturities" element
*/
void setLongTermMaturities(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType longTermMaturities);
/**
* Appends and returns a new empty "LongTermMaturities" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewLongTermMaturities();
/**
* Unsets the "LongTermMaturities" element
*/
void unsetLongTermMaturities();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialNonRegulated newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialNonRegulated) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialNonRegulated newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialNonRegulated) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML FinancialCreditUnions(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is a complex type.
*/
public interface FinancialCreditUnions extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FinancialCreditUnions.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("financialcreditunions388celemtype");
/**
* Gets the "CashOnHand" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getCashOnHand();
/**
* True if has "CashOnHand" element
*/
boolean isSetCashOnHand();
/**
* Sets the "CashOnHand" element
*/
void setCashOnHand(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType cashOnHand);
/**
* Appends and returns a new empty "CashOnHand" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewCashOnHand();
/**
* Unsets the "CashOnHand" element
*/
void unsetCashOnHand();
/**
* Gets the "CashOnDeposit" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getCashOnDeposit();
/**
* True if has "CashOnDeposit" element
*/
boolean isSetCashOnDeposit();
/**
* Sets the "CashOnDeposit" element
*/
void setCashOnDeposit(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType cashOnDeposit);
/**
* Appends and returns a new empty "CashOnDeposit" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewCashOnDeposit();
/**
* Unsets the "CashOnDeposit" element
*/
void unsetCashOnDeposit();
/**
* Gets the "CashEquivalents" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getCashEquivalents();
/**
* True if has "CashEquivalents" element
*/
boolean isSetCashEquivalents();
/**
* Sets the "CashEquivalents" element
*/
void setCashEquivalents(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType cashEquivalents);
/**
* Appends and returns a new empty "CashEquivalents" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewCashEquivalents();
/**
* Unsets the "CashEquivalents" element
*/
void unsetCashEquivalents();
/**
* Gets the "Investments1Year" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getInvestments1Year();
/**
* True if has "Investments1Year" element
*/
boolean isSetInvestments1Year();
/**
* Sets the "Investments1Year" element
*/
void setInvestments1Year(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType investments1Year);
/**
* Appends and returns a new empty "Investments1Year" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewInvestments1Year();
/**
* Unsets the "Investments1Year" element
*/
void unsetInvestments1Year();
/**
* Gets the "TotalInvestments" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getTotalInvestments();
/**
* True if has "TotalInvestments" element
*/
boolean isSetTotalInvestments();
/**
* Sets the "TotalInvestments" element
*/
void setTotalInvestments(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType totalInvestments);
/**
* Appends and returns a new empty "TotalInvestments" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewTotalInvestments();
/**
* Unsets the "TotalInvestments" element
*/
void unsetTotalInvestments();
/**
* Gets the "TotalLoans" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getTotalLoans();
/**
* True if has "TotalLoans" element
*/
boolean isSetTotalLoans();
/**
* Sets the "TotalLoans" element
*/
void setTotalLoans(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType totalLoans);
/**
* Appends and returns a new empty "TotalLoans" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewTotalLoans();
/**
* Unsets the "TotalLoans" element
*/
void unsetTotalLoans();
/**
* Gets the "AllowanceForLosses" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getAllowanceForLosses();
/**
* True if has "AllowanceForLosses" element
*/
boolean isSetAllowanceForLosses();
/**
* Sets the "AllowanceForLosses" element
*/
void setAllowanceForLosses(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType allowanceForLosses);
/**
* Appends and returns a new empty "AllowanceForLosses" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewAllowanceForLosses();
/**
* Unsets the "AllowanceForLosses" element
*/
void unsetAllowanceForLosses();
/**
* Gets the "TotalAssets" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getTotalAssets();
/**
* True if has "TotalAssets" element
*/
boolean isSetTotalAssets();
/**
* Sets the "TotalAssets" element
*/
void setTotalAssets(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType totalAssets);
/**
* Appends and returns a new empty "TotalAssets" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewTotalAssets();
/**
* Unsets the "TotalAssets" element
*/
void unsetTotalAssets();
/**
* Gets the "TotalBorrowings" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getTotalBorrowings();
/**
* True if has "TotalBorrowings" element
*/
boolean isSetTotalBorrowings();
/**
* Sets the "TotalBorrowings" element
*/
void setTotalBorrowings(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType totalBorrowings);
/**
* Appends and returns a new empty "TotalBorrowings" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewTotalBorrowings();
/**
* Unsets the "TotalBorrowings" element
*/
void unsetTotalBorrowings();
/**
* Gets the "AccruedDividends" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getAccruedDividends();
/**
* True if has "AccruedDividends" element
*/
boolean isSetAccruedDividends();
/**
* Sets the "AccruedDividends" element
*/
void setAccruedDividends(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType accruedDividends);
/**
* Appends and returns a new empty "AccruedDividends" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewAccruedDividends();
/**
* Unsets the "AccruedDividends" element
*/
void unsetAccruedDividends();
/**
* Gets the "AccountsPayable" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getAccountsPayable();
/**
* True if has "AccountsPayable" element
*/
boolean isSetAccountsPayable();
/**
* Sets the "AccountsPayable" element
*/
void setAccountsPayable(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType accountsPayable);
/**
* Appends and returns a new empty "AccountsPayable" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewAccountsPayable();
/**
* Unsets the "AccountsPayable" element
*/
void unsetAccountsPayable();
/**
* Gets the "TotalLiabilities" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getTotalLiabilities();
/**
* True if has "TotalLiabilities" element
*/
boolean isSetTotalLiabilities();
/**
* Sets the "TotalLiabilities" element
*/
void setTotalLiabilities(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType totalLiabilities);
/**
* Appends and returns a new empty "TotalLiabilities" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewTotalLiabilities();
/**
* Unsets the "TotalLiabilities" element
*/
void unsetTotalLiabilities();
/**
* Gets the "MemberDeposits" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getMemberDeposits();
/**
* True if has "MemberDeposits" element
*/
boolean isSetMemberDeposits();
/**
* Sets the "MemberDeposits" element
*/
void setMemberDeposits(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType memberDeposits);
/**
* Appends and returns a new empty "MemberDeposits" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewMemberDeposits();
/**
* Unsets the "MemberDeposits" element
*/
void unsetMemberDeposits();
/**
* Gets the "NonMemberDeposits" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getNonMemberDeposits();
/**
* True if has "NonMemberDeposits" element
*/
boolean isSetNonMemberDeposits();
/**
* Sets the "NonMemberDeposits" element
*/
void setNonMemberDeposits(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType nonMemberDeposits);
/**
* Appends and returns a new empty "NonMemberDeposits" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewNonMemberDeposits();
/**
* Unsets the "NonMemberDeposits" element
*/
void unsetNonMemberDeposits();
/**
* Gets the "TotalSharesDeposits" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getTotalSharesDeposits();
/**
* True if has "TotalSharesDeposits" element
*/
boolean isSetTotalSharesDeposits();
/**
* Sets the "TotalSharesDeposits" element
*/
void setTotalSharesDeposits(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType totalSharesDeposits);
/**
* Appends and returns a new empty "TotalSharesDeposits" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewTotalSharesDeposits();
/**
* Unsets the "TotalSharesDeposits" element
*/
void unsetTotalSharesDeposits();
/**
* Gets the "UndividedEarnings" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getUndividedEarnings();
/**
* True if has "UndividedEarnings" element
*/
boolean isSetUndividedEarnings();
/**
* Sets the "UndividedEarnings" element
*/
void setUndividedEarnings(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType undividedEarnings);
/**
* Appends and returns a new empty "UndividedEarnings" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewUndividedEarnings();
/**
* Unsets the "UndividedEarnings" element
*/
void unsetUndividedEarnings();
/**
* Gets the "RegularReserves" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getRegularReserves();
/**
* True if has "RegularReserves" element
*/
boolean isSetRegularReserves();
/**
* Sets the "RegularReserves" element
*/
void setRegularReserves(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType regularReserves);
/**
* Appends and returns a new empty "RegularReserves" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewRegularReserves();
/**
* Unsets the "RegularReserves" element
*/
void unsetRegularReserves();
/**
* Gets the "Appropriation" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getAppropriation();
/**
* True if has "Appropriation" element
*/
boolean isSetAppropriation();
/**
* Sets the "Appropriation" element
*/
void setAppropriation(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType appropriation);
/**
* Appends and returns a new empty "Appropriation" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewAppropriation();
/**
* Unsets the "Appropriation" element
*/
void unsetAppropriation();
/**
* Gets the "OtherReserves" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getOtherReserves();
/**
* True if has "OtherReserves" element
*/
boolean isSetOtherReserves();
/**
* Sets the "OtherReserves" element
*/
void setOtherReserves(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType otherReserves);
/**
* Appends and returns a new empty "OtherReserves" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewOtherReserves();
/**
* Unsets the "OtherReserves" element
*/
void unsetOtherReserves();
/**
* Gets the "UninsuredSecondary" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getUninsuredSecondary();
/**
* True if has "UninsuredSecondary" element
*/
boolean isSetUninsuredSecondary();
/**
* Sets the "UninsuredSecondary" element
*/
void setUninsuredSecondary(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType uninsuredSecondary);
/**
* Appends and returns a new empty "UninsuredSecondary" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewUninsuredSecondary();
/**
* Unsets the "UninsuredSecondary" element
*/
void unsetUninsuredSecondary();
/**
* Gets the "NetIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getNetIncome();
/**
* True if has "NetIncome" element
*/
boolean isSetNetIncome();
/**
* Sets the "NetIncome" element
*/
void setNetIncome(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType netIncome);
/**
* Appends and returns a new empty "NetIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewNetIncome();
/**
* Unsets the "NetIncome" element
*/
void unsetNetIncome();
/**
* Gets the "TotalNetWorth" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getTotalNetWorth();
/**
* True if has "TotalNetWorth" element
*/
boolean isSetTotalNetWorth();
/**
* Sets the "TotalNetWorth" element
*/
void setTotalNetWorth(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType totalNetWorth);
/**
* Appends and returns a new empty "TotalNetWorth" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewTotalNetWorth();
/**
* Unsets the "TotalNetWorth" element
*/
void unsetTotalNetWorth();
/**
* Gets the "InterestIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getInterestIncome();
/**
* True if has "InterestIncome" element
*/
boolean isSetInterestIncome();
/**
* Sets the "InterestIncome" element
*/
void setInterestIncome(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType interestIncome);
/**
* Appends and returns a new empty "InterestIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewInterestIncome();
/**
* Unsets the "InterestIncome" element
*/
void unsetInterestIncome();
/**
* Gets the "InterestExpenses" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getInterestExpenses();
/**
* True if has "InterestExpenses" element
*/
boolean isSetInterestExpenses();
/**
* Sets the "InterestExpenses" element
*/
void setInterestExpenses(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType interestExpenses);
/**
* Appends and returns a new empty "InterestExpenses" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewInterestExpenses();
/**
* Unsets the "InterestExpenses" element
*/
void unsetInterestExpenses();
/**
* Gets the "Provision" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getProvision();
/**
* True if has "Provision" element
*/
boolean isSetProvision();
/**
* Sets the "Provision" element
*/
void setProvision(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType provision);
/**
* Appends and returns a new empty "Provision" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewProvision();
/**
* Unsets the "Provision" element
*/
void unsetProvision();
/**
* Gets the "NonInterestIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getNonInterestIncome();
/**
* True if has "NonInterestIncome" element
*/
boolean isSetNonInterestIncome();
/**
* Sets the "NonInterestIncome" element
*/
void setNonInterestIncome(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType nonInterestIncome);
/**
* Appends and returns a new empty "NonInterestIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewNonInterestIncome();
/**
* Unsets the "NonInterestIncome" element
*/
void unsetNonInterestIncome();
/**
* Gets the "NonInterestExpense" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getNonInterestExpense();
/**
* True if has "NonInterestExpense" element
*/
boolean isSetNonInterestExpense();
/**
* Sets the "NonInterestExpense" element
*/
void setNonInterestExpense(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType nonInterestExpense);
/**
* Appends and returns a new empty "NonInterestExpense" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewNonInterestExpense();
/**
* Unsets the "NonInterestExpense" element
*/
void unsetNonInterestExpense();
/**
* Gets the "NetIncome2" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getNetIncome2();
/**
* True if has "NetIncome2" element
*/
boolean isSetNetIncome2();
/**
* Sets the "NetIncome2" element
*/
void setNetIncome2(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType netIncome2);
/**
* Appends and returns a new empty "NetIncome2" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewNetIncome2();
/**
* Unsets the "NetIncome2" element
*/
void unsetNetIncome2();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialCreditUnions newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialCreditUnions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialCreditUnions newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialCreditUnions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML FinancialBanks(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is a complex type.
*/
public interface FinancialBanks extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FinancialBanks.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("financialbanks22a4elemtype");
/**
* Gets the "Cash" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getCash();
/**
* True if has "Cash" element
*/
boolean isSetCash();
/**
* Sets the "Cash" element
*/
void setCash(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType cash);
/**
* Appends and returns a new empty "Cash" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewCash();
/**
* Unsets the "Cash" element
*/
void unsetCash();
/**
* Gets the "ShortTermInvestments" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getShortTermInvestments();
/**
* True if has "ShortTermInvestments" element
*/
boolean isSetShortTermInvestments();
/**
* Sets the "ShortTermInvestments" element
*/
void setShortTermInvestments(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType shortTermInvestments);
/**
* Appends and returns a new empty "ShortTermInvestments" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewShortTermInvestments();
/**
* Unsets the "ShortTermInvestments" element
*/
void unsetShortTermInvestments();
/**
* Gets the "TotalInvestments" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getTotalInvestments();
/**
* True if has "TotalInvestments" element
*/
boolean isSetTotalInvestments();
/**
* Sets the "TotalInvestments" element
*/
void setTotalInvestments(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType totalInvestments);
/**
* Appends and returns a new empty "TotalInvestments" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewTotalInvestments();
/**
* Unsets the "TotalInvestments" element
*/
void unsetTotalInvestments();
/**
* Gets the "LoansLeases" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getLoansLeases();
/**
* True if has "LoansLeases" element
*/
boolean isSetLoansLeases();
/**
* Sets the "LoansLeases" element
*/
void setLoansLeases(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType loansLeases);
/**
* Appends and returns a new empty "LoansLeases" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewLoansLeases();
/**
* Unsets the "LoansLeases" element
*/
void unsetLoansLeases();
/**
* Gets the "AllowanceForLosses" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getAllowanceForLosses();
/**
* True if has "AllowanceForLosses" element
*/
boolean isSetAllowanceForLosses();
/**
* Sets the "AllowanceForLosses" element
*/
void setAllowanceForLosses(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType allowanceForLosses);
/**
* Appends and returns a new empty "AllowanceForLosses" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewAllowanceForLosses();
/**
* Unsets the "AllowanceForLosses" element
*/
void unsetAllowanceForLosses();
/**
* Gets the "AverageAssets" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getAverageAssets();
/**
* True if has "AverageAssets" element
*/
boolean isSetAverageAssets();
/**
* Sets the "AverageAssets" element
*/
void setAverageAssets(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType averageAssets);
/**
* Appends and returns a new empty "AverageAssets" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewAverageAssets();
/**
* Unsets the "AverageAssets" element
*/
void unsetAverageAssets();
/**
* Gets the "LongTermAssets" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getLongTermAssets();
/**
* True if has "LongTermAssets" element
*/
boolean isSetLongTermAssets();
/**
* Sets the "LongTermAssets" element
*/
void setLongTermAssets(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType longTermAssets);
/**
* Appends and returns a new empty "LongTermAssets" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewLongTermAssets();
/**
* Unsets the "LongTermAssets" element
*/
void unsetLongTermAssets();
/**
* Gets the "TotalAssets" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getTotalAssets();
/**
* True if has "TotalAssets" element
*/
boolean isSetTotalAssets();
/**
* Sets the "TotalAssets" element
*/
void setTotalAssets(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType totalAssets);
/**
* Appends and returns a new empty "TotalAssets" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewTotalAssets();
/**
* Unsets the "TotalAssets" element
*/
void unsetTotalAssets();
/**
* Gets the "InterestDeposits" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getInterestDeposits();
/**
* True if has "InterestDeposits" element
*/
boolean isSetInterestDeposits();
/**
* Sets the "InterestDeposits" element
*/
void setInterestDeposits(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType interestDeposits);
/**
* Appends and returns a new empty "InterestDeposits" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewInterestDeposits();
/**
* Unsets the "InterestDeposits" element
*/
void unsetInterestDeposits();
/**
* Gets the "TotalDeposits" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getTotalDeposits();
/**
* True if has "TotalDeposits" element
*/
boolean isSetTotalDeposits();
/**
* Sets the "TotalDeposits" element
*/
void setTotalDeposits(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType totalDeposits);
/**
* Appends and returns a new empty "TotalDeposits" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewTotalDeposits();
/**
* Unsets the "TotalDeposits" element
*/
void unsetTotalDeposits();
/**
* Gets the "NotesPayable" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getNotesPayable();
/**
* True if has "NotesPayable" element
*/
boolean isSetNotesPayable();
/**
* Sets the "NotesPayable" element
*/
void setNotesPayable(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType notesPayable);
/**
* Appends and returns a new empty "NotesPayable" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewNotesPayable();
/**
* Unsets the "NotesPayable" element
*/
void unsetNotesPayable();
/**
* Gets the "NonCoreLiabilities" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getNonCoreLiabilities();
/**
* True if has "NonCoreLiabilities" element
*/
boolean isSetNonCoreLiabilities();
/**
* Sets the "NonCoreLiabilities" element
*/
void setNonCoreLiabilities(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType nonCoreLiabilities);
/**
* Appends and returns a new empty "NonCoreLiabilities" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewNonCoreLiabilities();
/**
* Unsets the "NonCoreLiabilities" element
*/
void unsetNonCoreLiabilities();
/**
* Gets the "OtherLiabilities" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getOtherLiabilities();
/**
* True if has "OtherLiabilities" element
*/
boolean isSetOtherLiabilities();
/**
* Sets the "OtherLiabilities" element
*/
void setOtherLiabilities(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType otherLiabilities);
/**
* Appends and returns a new empty "OtherLiabilities" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewOtherLiabilities();
/**
* Unsets the "OtherLiabilities" element
*/
void unsetOtherLiabilities();
/**
* Gets the "TotalLiabilities" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getTotalLiabilities();
/**
* True if has "TotalLiabilities" element
*/
boolean isSetTotalLiabilities();
/**
* Sets the "TotalLiabilities" element
*/
void setTotalLiabilities(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType totalLiabilities);
/**
* Appends and returns a new empty "TotalLiabilities" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewTotalLiabilities();
/**
* Unsets the "TotalLiabilities" element
*/
void unsetTotalLiabilities();
/**
* Gets the "PerpetualStock" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getPerpetualStock();
/**
* True if has "PerpetualStock" element
*/
boolean isSetPerpetualStock();
/**
* Sets the "PerpetualStock" element
*/
void setPerpetualStock(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType perpetualStock);
/**
* Appends and returns a new empty "PerpetualStock" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewPerpetualStock();
/**
* Unsets the "PerpetualStock" element
*/
void unsetPerpetualStock();
/**
* Gets the "CommonStock" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getCommonStock();
/**
* True if has "CommonStock" element
*/
boolean isSetCommonStock();
/**
* Sets the "CommonStock" element
*/
void setCommonStock(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType commonStock);
/**
* Appends and returns a new empty "CommonStock" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewCommonStock();
/**
* Unsets the "CommonStock" element
*/
void unsetCommonStock();
/**
* Gets the "Surplus" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getSurplus();
/**
* True if has "Surplus" element
*/
boolean isSetSurplus();
/**
* Sets the "Surplus" element
*/
void setSurplus(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType surplus);
/**
* Appends and returns a new empty "Surplus" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewSurplus();
/**
* Unsets the "Surplus" element
*/
void unsetSurplus();
/**
* Gets the "UndividedProfits" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getUndividedProfits();
/**
* True if has "UndividedProfits" element
*/
boolean isSetUndividedProfits();
/**
* Sets the "UndividedProfits" element
*/
void setUndividedProfits(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType undividedProfits);
/**
* Appends and returns a new empty "UndividedProfits" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewUndividedProfits();
/**
* Unsets the "UndividedProfits" element
*/
void unsetUndividedProfits();
/**
* Gets the "Tier1Capital" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getTier1Capital();
/**
* True if has "Tier1Capital" element
*/
boolean isSetTier1Capital();
/**
* Sets the "Tier1Capital" element
*/
void setTier1Capital(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType tier1Capital);
/**
* Appends and returns a new empty "Tier1Capital" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewTier1Capital();
/**
* Unsets the "Tier1Capital" element
*/
void unsetTier1Capital();
/**
* Gets the "Tier2Capital" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getTier2Capital();
/**
* True if has "Tier2Capital" element
*/
boolean isSetTier2Capital();
/**
* Sets the "Tier2Capital" element
*/
void setTier2Capital(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType tier2Capital);
/**
* Appends and returns a new empty "Tier2Capital" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewTier2Capital();
/**
* Unsets the "Tier2Capital" element
*/
void unsetTier2Capital();
/**
* Gets the "TotalEquityCapital" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getTotalEquityCapital();
/**
* True if has "TotalEquityCapital" element
*/
boolean isSetTotalEquityCapital();
/**
* Sets the "TotalEquityCapital" element
*/
void setTotalEquityCapital(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType totalEquityCapital);
/**
* Appends and returns a new empty "TotalEquityCapital" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewTotalEquityCapital();
/**
* Unsets the "TotalEquityCapital" element
*/
void unsetTotalEquityCapital();
/**
* Gets the "InterestIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getInterestIncome();
/**
* True if has "InterestIncome" element
*/
boolean isSetInterestIncome();
/**
* Sets the "InterestIncome" element
*/
void setInterestIncome(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType interestIncome);
/**
* Appends and returns a new empty "InterestIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewInterestIncome();
/**
* Unsets the "InterestIncome" element
*/
void unsetInterestIncome();
/**
* Gets the "InterestExpenses" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getInterestExpenses();
/**
* True if has "InterestExpenses" element
*/
boolean isSetInterestExpenses();
/**
* Sets the "InterestExpenses" element
*/
void setInterestExpenses(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType interestExpenses);
/**
* Appends and returns a new empty "InterestExpenses" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewInterestExpenses();
/**
* Unsets the "InterestExpenses" element
*/
void unsetInterestExpenses();
/**
* Gets the "Provision" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getProvision();
/**
* True if has "Provision" element
*/
boolean isSetProvision();
/**
* Sets the "Provision" element
*/
void setProvision(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType provision);
/**
* Appends and returns a new empty "Provision" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewProvision();
/**
* Unsets the "Provision" element
*/
void unsetProvision();
/**
* Gets the "NonInterestIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getNonInterestIncome();
/**
* True if has "NonInterestIncome" element
*/
boolean isSetNonInterestIncome();
/**
* Sets the "NonInterestIncome" element
*/
void setNonInterestIncome(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType nonInterestIncome);
/**
* Appends and returns a new empty "NonInterestIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewNonInterestIncome();
/**
* Unsets the "NonInterestIncome" element
*/
void unsetNonInterestIncome();
/**
* Gets the "NonInterestExpense" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getNonInterestExpense();
/**
* True if has "NonInterestExpense" element
*/
boolean isSetNonInterestExpense();
/**
* Sets the "NonInterestExpense" element
*/
void setNonInterestExpense(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType nonInterestExpense);
/**
* Appends and returns a new empty "NonInterestExpense" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewNonInterestExpense();
/**
* Unsets the "NonInterestExpense" element
*/
void unsetNonInterestExpense();
/**
* Gets the "IncomeBefore" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getIncomeBefore();
/**
* True if has "IncomeBefore" element
*/
boolean isSetIncomeBefore();
/**
* Sets the "IncomeBefore" element
*/
void setIncomeBefore(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType incomeBefore);
/**
* Appends and returns a new empty "IncomeBefore" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewIncomeBefore();
/**
* Unsets the "IncomeBefore" element
*/
void unsetIncomeBefore();
/**
* Gets the "NetIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType getNetIncome();
/**
* True if has "NetIncome" element
*/
boolean isSetNetIncome();
/**
* Sets the "NetIncome" element
*/
void setNetIncome(gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType netIncome);
/**
* Appends and returns a new empty "NetIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20FinancialDataType addNewNetIncome();
/**
* Unsets the "NetIncome" element
*/
void unsetNetIncome();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialBanks newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialBanks) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialBanks newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialBanks) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML RatiosNonRegulated(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is a complex type.
*/
public interface RatiosNonRegulated extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RatiosNonRegulated.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("ratiosnonregulatedb3ceelemtype");
/**
* Gets the "NetAssetRatio" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosNonRegulatedDataType getNetAssetRatio();
/**
* True if has "NetAssetRatio" element
*/
boolean isSetNetAssetRatio();
/**
* Sets the "NetAssetRatio" element
*/
void setNetAssetRatio(gov.grants.apply.forms.cdfi20V20.CDFI20RatiosNonRegulatedDataType netAssetRatio);
/**
* Appends and returns a new empty "NetAssetRatio" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosNonRegulatedDataType addNewNetAssetRatio();
/**
* Unsets the "NetAssetRatio" element
*/
void unsetNetAssetRatio();
/**
* Gets the "TotalFinancingCapital" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosNonRegulated2DataType getTotalFinancingCapital();
/**
* True if has "TotalFinancingCapital" element
*/
boolean isSetTotalFinancingCapital();
/**
* Sets the "TotalFinancingCapital" element
*/
void setTotalFinancingCapital(gov.grants.apply.forms.cdfi20V20.CDFI20RatiosNonRegulated2DataType totalFinancingCapital);
/**
* Appends and returns a new empty "TotalFinancingCapital" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosNonRegulated2DataType addNewTotalFinancingCapital();
/**
* Unsets the "TotalFinancingCapital" element
*/
void unsetTotalFinancingCapital();
/**
* Gets the "DeploymentRatio" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosNonRegulatedDataType getDeploymentRatio();
/**
* True if has "DeploymentRatio" element
*/
boolean isSetDeploymentRatio();
/**
* Sets the "DeploymentRatio" element
*/
void setDeploymentRatio(gov.grants.apply.forms.cdfi20V20.CDFI20RatiosNonRegulatedDataType deploymentRatio);
/**
* Appends and returns a new empty "DeploymentRatio" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosNonRegulatedDataType addNewDeploymentRatio();
/**
* Unsets the "DeploymentRatio" element
*/
void unsetDeploymentRatio();
/**
* Gets the "NetIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosNonRegulated2DataType getNetIncome();
/**
* True if has "NetIncome" element
*/
boolean isSetNetIncome();
/**
* Sets the "NetIncome" element
*/
void setNetIncome(gov.grants.apply.forms.cdfi20V20.CDFI20RatiosNonRegulated2DataType netIncome);
/**
* Appends and returns a new empty "NetIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosNonRegulated2DataType addNewNetIncome();
/**
* Unsets the "NetIncome" element
*/
void unsetNetIncome();
/**
* Gets the "EarningsRatio" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosNonRegulatedDataType getEarningsRatio();
/**
* True if has "EarningsRatio" element
*/
boolean isSetEarningsRatio();
/**
* Sets the "EarningsRatio" element
*/
void setEarningsRatio(gov.grants.apply.forms.cdfi20V20.CDFI20RatiosNonRegulatedDataType earningsRatio);
/**
* Appends and returns a new empty "EarningsRatio" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosNonRegulatedDataType addNewEarningsRatio();
/**
* Unsets the "EarningsRatio" element
*/
void unsetEarningsRatio();
/**
* Gets the "SelfSufficiencyRatio" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosNonRegulatedDataType getSelfSufficiencyRatio();
/**
* True if has "SelfSufficiencyRatio" element
*/
boolean isSetSelfSufficiencyRatio();
/**
* Sets the "SelfSufficiencyRatio" element
*/
void setSelfSufficiencyRatio(gov.grants.apply.forms.cdfi20V20.CDFI20RatiosNonRegulatedDataType selfSufficiencyRatio);
/**
* Appends and returns a new empty "SelfSufficiencyRatio" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosNonRegulatedDataType addNewSelfSufficiencyRatio();
/**
* Unsets the "SelfSufficiencyRatio" element
*/
void unsetSelfSufficiencyRatio();
/**
* Gets the "OperatingLiquidityRatio" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosNonRegulatedDataType getOperatingLiquidityRatio();
/**
* True if has "OperatingLiquidityRatio" element
*/
boolean isSetOperatingLiquidityRatio();
/**
* Sets the "OperatingLiquidityRatio" element
*/
void setOperatingLiquidityRatio(gov.grants.apply.forms.cdfi20V20.CDFI20RatiosNonRegulatedDataType operatingLiquidityRatio);
/**
* Appends and returns a new empty "OperatingLiquidityRatio" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosNonRegulatedDataType addNewOperatingLiquidityRatio();
/**
* Unsets the "OperatingLiquidityRatio" element
*/
void unsetOperatingLiquidityRatio();
/**
* Gets the "CurrentRatio" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosNonRegulatedDataType getCurrentRatio();
/**
* True if has "CurrentRatio" element
*/
boolean isSetCurrentRatio();
/**
* Sets the "CurrentRatio" element
*/
void setCurrentRatio(gov.grants.apply.forms.cdfi20V20.CDFI20RatiosNonRegulatedDataType currentRatio);
/**
* Appends and returns a new empty "CurrentRatio" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosNonRegulatedDataType addNewCurrentRatio();
/**
* Unsets the "CurrentRatio" element
*/
void unsetCurrentRatio();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.RatiosNonRegulated newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.RatiosNonRegulated) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.RatiosNonRegulated newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.RatiosNonRegulated) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML RatiosCreditUnions(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is a complex type.
*/
public interface RatiosCreditUnions extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RatiosCreditUnions.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("ratioscreditunionsd7fbelemtype");
/**
* Gets the "NetWorth" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosCreditUnionsDataTypeDataType getNetWorth();
/**
* True if has "NetWorth" element
*/
boolean isSetNetWorth();
/**
* Sets the "NetWorth" element
*/
void setNetWorth(gov.grants.apply.forms.cdfi20V20.CDFI20RatiosCreditUnionsDataTypeDataType netWorth);
/**
* Appends and returns a new empty "NetWorth" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosCreditUnionsDataTypeDataType addNewNetWorth();
/**
* Unsets the "NetWorth" element
*/
void unsetNetWorth();
/**
* Gets the "ReturnAverageAssets" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosCreditUnionsDataTypeDataType getReturnAverageAssets();
/**
* True if has "ReturnAverageAssets" element
*/
boolean isSetReturnAverageAssets();
/**
* Sets the "ReturnAverageAssets" element
*/
void setReturnAverageAssets(gov.grants.apply.forms.cdfi20V20.CDFI20RatiosCreditUnionsDataTypeDataType returnAverageAssets);
/**
* Appends and returns a new empty "ReturnAverageAssets" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosCreditUnionsDataTypeDataType addNewReturnAverageAssets();
/**
* Unsets the "ReturnAverageAssets" element
*/
void unsetReturnAverageAssets();
/**
* Gets the "YieldAverageLoans" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosCreditUnionsDataTypeDataType getYieldAverageLoans();
/**
* True if has "YieldAverageLoans" element
*/
boolean isSetYieldAverageLoans();
/**
* Sets the "YieldAverageLoans" element
*/
void setYieldAverageLoans(gov.grants.apply.forms.cdfi20V20.CDFI20RatiosCreditUnionsDataTypeDataType yieldAverageLoans);
/**
* Appends and returns a new empty "YieldAverageLoans" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosCreditUnionsDataTypeDataType addNewYieldAverageLoans();
/**
* Unsets the "YieldAverageLoans" element
*/
void unsetYieldAverageLoans();
/**
* Gets the "LongTermAssets" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosCreditUnionsDataTypeDataType getLongTermAssets();
/**
* True if has "LongTermAssets" element
*/
boolean isSetLongTermAssets();
/**
* Sets the "LongTermAssets" element
*/
void setLongTermAssets(gov.grants.apply.forms.cdfi20V20.CDFI20RatiosCreditUnionsDataTypeDataType longTermAssets);
/**
* Appends and returns a new empty "LongTermAssets" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosCreditUnionsDataTypeDataType addNewLongTermAssets();
/**
* Unsets the "LongTermAssets" element
*/
void unsetLongTermAssets();
/**
* Gets the "Members" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosCreditUnionsDataTypeDataType getMembers();
/**
* True if has "Members" element
*/
boolean isSetMembers();
/**
* Sets the "Members" element
*/
void setMembers(gov.grants.apply.forms.cdfi20V20.CDFI20RatiosCreditUnionsDataTypeDataType members);
/**
* Appends and returns a new empty "Members" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosCreditUnionsDataTypeDataType addNewMembers();
/**
* Unsets the "Members" element
*/
void unsetMembers();
/**
* Gets the "Borrowers" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosCreditUnionsDataTypeDataType getBorrowers();
/**
* True if has "Borrowers" element
*/
boolean isSetBorrowers();
/**
* Sets the "Borrowers" element
*/
void setBorrowers(gov.grants.apply.forms.cdfi20V20.CDFI20RatiosCreditUnionsDataTypeDataType borrowers);
/**
* Appends and returns a new empty "Borrowers" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosCreditUnionsDataTypeDataType addNewBorrowers();
/**
* Unsets the "Borrowers" element
*/
void unsetBorrowers();
/**
* Gets the "NetWorthGrowth" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosCreditUnionsDataTypeDataType getNetWorthGrowth();
/**
* True if has "NetWorthGrowth" element
*/
boolean isSetNetWorthGrowth();
/**
* Sets the "NetWorthGrowth" element
*/
void setNetWorthGrowth(gov.grants.apply.forms.cdfi20V20.CDFI20RatiosCreditUnionsDataTypeDataType netWorthGrowth);
/**
* Appends and returns a new empty "NetWorthGrowth" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosCreditUnionsDataTypeDataType addNewNetWorthGrowth();
/**
* Unsets the "NetWorthGrowth" element
*/
void unsetNetWorthGrowth();
/**
* Gets the "MembershipGrowth" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosCreditUnionsDataTypeDataType getMembershipGrowth();
/**
* True if has "MembershipGrowth" element
*/
boolean isSetMembershipGrowth();
/**
* Sets the "MembershipGrowth" element
*/
void setMembershipGrowth(gov.grants.apply.forms.cdfi20V20.CDFI20RatiosCreditUnionsDataTypeDataType membershipGrowth);
/**
* Appends and returns a new empty "MembershipGrowth" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosCreditUnionsDataTypeDataType addNewMembershipGrowth();
/**
* Unsets the "MembershipGrowth" element
*/
void unsetMembershipGrowth();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.RatiosCreditUnions newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.RatiosCreditUnions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.RatiosCreditUnions newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.RatiosCreditUnions) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML RatiosBanks(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is a complex type.
*/
public interface RatiosBanks extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RatiosBanks.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("ratiosbanks7215elemtype");
/**
* Gets the "NetInterestIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosBanksDataType getNetInterestIncome();
/**
* True if has "NetInterestIncome" element
*/
boolean isSetNetInterestIncome();
/**
* Sets the "NetInterestIncome" element
*/
void setNetInterestIncome(gov.grants.apply.forms.cdfi20V20.CDFI20RatiosBanksDataType netInterestIncome);
/**
* Appends and returns a new empty "NetInterestIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosBanksDataType addNewNetInterestIncome();
/**
* Unsets the "NetInterestIncome" element
*/
void unsetNetInterestIncome();
/**
* Gets the "NetIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosBanksDataType getNetIncome();
/**
* True if has "NetIncome" element
*/
boolean isSetNetIncome();
/**
* Sets the "NetIncome" element
*/
void setNetIncome(gov.grants.apply.forms.cdfi20V20.CDFI20RatiosBanksDataType netIncome);
/**
* Appends and returns a new empty "NetIncome" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosBanksDataType addNewNetIncome();
/**
* Unsets the "NetIncome" element
*/
void unsetNetIncome();
/**
* Gets the "EarningAssets" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosBanksDataType getEarningAssets();
/**
* True if has "EarningAssets" element
*/
boolean isSetEarningAssets();
/**
* Sets the "EarningAssets" element
*/
void setEarningAssets(gov.grants.apply.forms.cdfi20V20.CDFI20RatiosBanksDataType earningAssets);
/**
* Appends and returns a new empty "EarningAssets" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosBanksDataType addNewEarningAssets();
/**
* Unsets the "EarningAssets" element
*/
void unsetEarningAssets();
/**
* Gets the "InterestEarnAssets" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosBanksDataType getInterestEarnAssets();
/**
* True if has "InterestEarnAssets" element
*/
boolean isSetInterestEarnAssets();
/**
* Sets the "InterestEarnAssets" element
*/
void setInterestEarnAssets(gov.grants.apply.forms.cdfi20V20.CDFI20RatiosBanksDataType interestEarnAssets);
/**
* Appends and returns a new empty "InterestEarnAssets" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosBanksDataType addNewInterestEarnAssets();
/**
* Unsets the "InterestEarnAssets" element
*/
void unsetInterestEarnAssets();
/**
* Gets the "AssetsLiabilities" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosBanksDataType getAssetsLiabilities();
/**
* True if has "AssetsLiabilities" element
*/
boolean isSetAssetsLiabilities();
/**
* Sets the "AssetsLiabilities" element
*/
void setAssetsLiabilities(gov.grants.apply.forms.cdfi20V20.CDFI20RatiosBanksDataType assetsLiabilities);
/**
* Appends and returns a new empty "AssetsLiabilities" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosBanksDataType addNewAssetsLiabilities();
/**
* Unsets the "AssetsLiabilities" element
*/
void unsetAssetsLiabilities();
/**
* Gets the "TierOneCapital" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosBanksDataType getTierOneCapital();
/**
* True if has "TierOneCapital" element
*/
boolean isSetTierOneCapital();
/**
* Sets the "TierOneCapital" element
*/
void setTierOneCapital(gov.grants.apply.forms.cdfi20V20.CDFI20RatiosBanksDataType tierOneCapital);
/**
* Appends and returns a new empty "TierOneCapital" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosBanksDataType addNewTierOneCapital();
/**
* Unsets the "TierOneCapital" element
*/
void unsetTierOneCapital();
/**
* Gets the "TotalAssets" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosBanksDataType getTotalAssets();
/**
* True if has "TotalAssets" element
*/
boolean isSetTotalAssets();
/**
* Sets the "TotalAssets" element
*/
void setTotalAssets(gov.grants.apply.forms.cdfi20V20.CDFI20RatiosBanksDataType totalAssets);
/**
* Appends and returns a new empty "TotalAssets" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosBanksDataType addNewTotalAssets();
/**
* Unsets the "TotalAssets" element
*/
void unsetTotalAssets();
/**
* Gets the "TotalEquityCapital" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosBanksDataType getTotalEquityCapital();
/**
* True if has "TotalEquityCapital" element
*/
boolean isSetTotalEquityCapital();
/**
* Sets the "TotalEquityCapital" element
*/
void setTotalEquityCapital(gov.grants.apply.forms.cdfi20V20.CDFI20RatiosBanksDataType totalEquityCapital);
/**
* Appends and returns a new empty "TotalEquityCapital" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosBanksDataType addNewTotalEquityCapital();
/**
* Unsets the "TotalEquityCapital" element
*/
void unsetTotalEquityCapital();
/**
* Gets the "EfficiencyRatio" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosBanksDataType getEfficiencyRatio();
/**
* True if has "EfficiencyRatio" element
*/
boolean isSetEfficiencyRatio();
/**
* Sets the "EfficiencyRatio" element
*/
void setEfficiencyRatio(gov.grants.apply.forms.cdfi20V20.CDFI20RatiosBanksDataType efficiencyRatio);
/**
* Appends and returns a new empty "EfficiencyRatio" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosBanksDataType addNewEfficiencyRatio();
/**
* Unsets the "EfficiencyRatio" element
*/
void unsetEfficiencyRatio();
/**
* Gets the "TotalLoans" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosBanksDataType getTotalLoans();
/**
* True if has "TotalLoans" element
*/
boolean isSetTotalLoans();
/**
* Sets the "TotalLoans" element
*/
void setTotalLoans(gov.grants.apply.forms.cdfi20V20.CDFI20RatiosBanksDataType totalLoans);
/**
* Appends and returns a new empty "TotalLoans" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20RatiosBanksDataType addNewTotalLoans();
/**
* Unsets the "TotalLoans" element
*/
void unsetTotalLoans();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.RatiosBanks newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.RatiosBanks) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.RatiosBanks newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.RatiosBanks) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML FinancialActionPlan(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is a complex type.
*/
public interface FinancialActionPlan extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FinancialActionPlan.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("financialactionpland6eeelemtype");
/**
* Gets the "MinimumStandards" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMinimumStandards();
/**
* Gets (as xml) the "MinimumStandards" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMinimumStandards();
/**
* Sets the "MinimumStandards" element
*/
void setMinimumStandards(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum minimumStandards);
/**
* Sets (as xml) the "MinimumStandards" element
*/
void xsetMinimumStandards(gov.grants.apply.system.globalLibraryV20.YesNoDataType minimumStandards);
/**
* Gets the "CorrectiveAction" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCorrectiveAction();
/**
* Gets (as xml) the "CorrectiveAction" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCorrectiveAction();
/**
* Sets the "CorrectiveAction" element
*/
void setCorrectiveAction(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum correctiveAction);
/**
* Sets (as xml) the "CorrectiveAction" element
*/
void xsetCorrectiveAction(gov.grants.apply.system.globalLibraryV20.YesNoDataType correctiveAction);
/**
* Gets the "ReceivedOpinion" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getReceivedOpinion();
/**
* Gets (as xml) the "ReceivedOpinion" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetReceivedOpinion();
/**
* Sets the "ReceivedOpinion" element
*/
void setReceivedOpinion(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum receivedOpinion);
/**
* Sets (as xml) the "ReceivedOpinion" element
*/
void xsetReceivedOpinion(gov.grants.apply.system.globalLibraryV20.YesNoDataType receivedOpinion);
/**
* Gets the "ActionPlan" element
*/
java.lang.String getActionPlan();
/**
* Gets (as xml) the "ActionPlan" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20String5000DataType xgetActionPlan();
/**
* True if has "ActionPlan" element
*/
boolean isSetActionPlan();
/**
* Sets the "ActionPlan" element
*/
void setActionPlan(java.lang.String actionPlan);
/**
* Sets (as xml) the "ActionPlan" element
*/
void xsetActionPlan(gov.grants.apply.forms.cdfi20V20.CDFI20String5000DataType actionPlan);
/**
* Unsets the "ActionPlan" element
*/
void unsetActionPlan();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialActionPlan newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialActionPlan) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialActionPlan newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.FinancialActionPlan) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML PortfolioQuality(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is a complex type.
*/
public interface PortfolioQuality extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PortfolioQuality.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("portfolioqualitya64delemtype");
/**
* Gets the "Item1" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20PortfolioDataType getItem1();
/**
* True if has "Item1" element
*/
boolean isSetItem1();
/**
* Sets the "Item1" element
*/
void setItem1(gov.grants.apply.forms.cdfi20V20.CDFI20PortfolioDataType item1);
/**
* Appends and returns a new empty "Item1" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20PortfolioDataType addNewItem1();
/**
* Unsets the "Item1" element
*/
void unsetItem1();
/**
* Gets the "OptionalProductA" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PortfolioQuality.OptionalProductA getOptionalProductA();
/**
* True if has "OptionalProductA" element
*/
boolean isSetOptionalProductA();
/**
* Sets the "OptionalProductA" element
*/
void setOptionalProductA(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PortfolioQuality.OptionalProductA optionalProductA);
/**
* Appends and returns a new empty "OptionalProductA" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PortfolioQuality.OptionalProductA addNewOptionalProductA();
/**
* Unsets the "OptionalProductA" element
*/
void unsetOptionalProductA();
/**
* Gets the "OptionalProductB" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PortfolioQuality.OptionalProductB getOptionalProductB();
/**
* True if has "OptionalProductB" element
*/
boolean isSetOptionalProductB();
/**
* Sets the "OptionalProductB" element
*/
void setOptionalProductB(gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PortfolioQuality.OptionalProductB optionalProductB);
/**
* Appends and returns a new empty "OptionalProductB" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PortfolioQuality.OptionalProductB addNewOptionalProductB();
/**
* Unsets the "OptionalProductB" element
*/
void unsetOptionalProductB();
/**
* An XML OptionalProductA(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is a complex type.
*/
public interface OptionalProductA extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OptionalProductA.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("optionalproducta299felemtype");
/**
* Gets the "ProductDescription" element
*/
java.lang.String getProductDescription();
/**
* Gets (as xml) the "ProductDescription" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20String80DataType xgetProductDescription();
/**
* True if has "ProductDescription" element
*/
boolean isSetProductDescription();
/**
* Sets the "ProductDescription" element
*/
void setProductDescription(java.lang.String productDescription);
/**
* Sets (as xml) the "ProductDescription" element
*/
void xsetProductDescription(gov.grants.apply.forms.cdfi20V20.CDFI20String80DataType productDescription);
/**
* Unsets the "ProductDescription" element
*/
void unsetProductDescription();
/**
* Gets the "Item2" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20PortfolioDataType getItem2();
/**
* True if has "Item2" element
*/
boolean isSetItem2();
/**
* Sets the "Item2" element
*/
void setItem2(gov.grants.apply.forms.cdfi20V20.CDFI20PortfolioDataType item2);
/**
* Appends and returns a new empty "Item2" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20PortfolioDataType addNewItem2();
/**
* Unsets the "Item2" element
*/
void unsetItem2();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PortfolioQuality.OptionalProductA newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PortfolioQuality.OptionalProductA) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PortfolioQuality.OptionalProductA newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PortfolioQuality.OptionalProductA) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML OptionalProductB(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is a complex type.
*/
public interface OptionalProductB extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OptionalProductB.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("optionalproductb6c3eelemtype");
/**
* Gets the "ProductDescription" element
*/
java.lang.String getProductDescription();
/**
* Gets (as xml) the "ProductDescription" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20String80DataType xgetProductDescription();
/**
* True if has "ProductDescription" element
*/
boolean isSetProductDescription();
/**
* Sets the "ProductDescription" element
*/
void setProductDescription(java.lang.String productDescription);
/**
* Sets (as xml) the "ProductDescription" element
*/
void xsetProductDescription(gov.grants.apply.forms.cdfi20V20.CDFI20String80DataType productDescription);
/**
* Unsets the "ProductDescription" element
*/
void unsetProductDescription();
/**
* Gets the "Item3" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20PortfolioDataType getItem3();
/**
* True if has "Item3" element
*/
boolean isSetItem3();
/**
* Sets the "Item3" element
*/
void setItem3(gov.grants.apply.forms.cdfi20V20.CDFI20PortfolioDataType item3);
/**
* Appends and returns a new empty "Item3" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20PortfolioDataType addNewItem3();
/**
* Unsets the "Item3" element
*/
void unsetItem3();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PortfolioQuality.OptionalProductB newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PortfolioQuality.OptionalProductB) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PortfolioQuality.OptionalProductB newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PortfolioQuality.OptionalProductB) 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.cdfi20V20.CDFI20Document.CDFI20.PortfolioQuality newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PortfolioQuality) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PortfolioQuality newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PortfolioQuality) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML LoanLossReserves(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is a complex type.
*/
public interface LoanLossReserves extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(LoanLossReserves.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("loanlossreserves9f80elemtype");
/**
* Gets the "PortfolioOutstanding" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20LoanLossReservesDataType getPortfolioOutstanding();
/**
* True if has "PortfolioOutstanding" element
*/
boolean isSetPortfolioOutstanding();
/**
* Sets the "PortfolioOutstanding" element
*/
void setPortfolioOutstanding(gov.grants.apply.forms.cdfi20V20.CDFI20LoanLossReservesDataType portfolioOutstanding);
/**
* Appends and returns a new empty "PortfolioOutstanding" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20LoanLossReservesDataType addNewPortfolioOutstanding();
/**
* Unsets the "PortfolioOutstanding" element
*/
void unsetPortfolioOutstanding();
/**
* Gets the "WriteOffs" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20LoanLossReservesDataType getWriteOffs();
/**
* True if has "WriteOffs" element
*/
boolean isSetWriteOffs();
/**
* Sets the "WriteOffs" element
*/
void setWriteOffs(gov.grants.apply.forms.cdfi20V20.CDFI20LoanLossReservesDataType writeOffs);
/**
* Appends and returns a new empty "WriteOffs" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20LoanLossReservesDataType addNewWriteOffs();
/**
* Unsets the "WriteOffs" element
*/
void unsetWriteOffs();
/**
* Gets the "NetLoss" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20LoanLossReservesRatioDataType getNetLoss();
/**
* True if has "NetLoss" element
*/
boolean isSetNetLoss();
/**
* Sets the "NetLoss" element
*/
void setNetLoss(gov.grants.apply.forms.cdfi20V20.CDFI20LoanLossReservesRatioDataType netLoss);
/**
* Appends and returns a new empty "NetLoss" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20LoanLossReservesRatioDataType addNewNetLoss();
/**
* Unsets the "NetLoss" element
*/
void unsetNetLoss();
/**
* Gets the "LossCash" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20LoanLossReservesDataType getLossCash();
/**
* True if has "LossCash" element
*/
boolean isSetLossCash();
/**
* Sets the "LossCash" element
*/
void setLossCash(gov.grants.apply.forms.cdfi20V20.CDFI20LoanLossReservesDataType lossCash);
/**
* Appends and returns a new empty "LossCash" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20LoanLossReservesDataType addNewLossCash();
/**
* Unsets the "LossCash" element
*/
void unsetLossCash();
/**
* Gets the "LossAccrual" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20LoanLossReservesDataType getLossAccrual();
/**
* True if has "LossAccrual" element
*/
boolean isSetLossAccrual();
/**
* Sets the "LossAccrual" element
*/
void setLossAccrual(gov.grants.apply.forms.cdfi20V20.CDFI20LoanLossReservesDataType lossAccrual);
/**
* Appends and returns a new empty "LossAccrual" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20LoanLossReservesDataType addNewLossAccrual();
/**
* Unsets the "LossAccrual" element
*/
void unsetLossAccrual();
/**
* Gets the "LossRatio" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20LoanLossReservesRatioDataType getLossRatio();
/**
* True if has "LossRatio" element
*/
boolean isSetLossRatio();
/**
* Sets the "LossRatio" element
*/
void setLossRatio(gov.grants.apply.forms.cdfi20V20.CDFI20LoanLossReservesRatioDataType lossRatio);
/**
* Appends and returns a new empty "LossRatio" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20LoanLossReservesRatioDataType addNewLossRatio();
/**
* Unsets the "LossRatio" element
*/
void unsetLossRatio();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.LoanLossReserves newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.LoanLossReserves) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.LoanLossReserves newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.LoanLossReserves) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML EquityInvestmentPortfolio(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is a complex type.
*/
public interface EquityInvestmentPortfolio extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(EquityInvestmentPortfolio.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("equityinvestmentportfolioabb6elemtype");
/**
* Gets the "TotalInvestments" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EquityInvestmentPortfolioDataType getTotalInvestments();
/**
* True if has "TotalInvestments" element
*/
boolean isSetTotalInvestments();
/**
* Sets the "TotalInvestments" element
*/
void setTotalInvestments(gov.grants.apply.forms.cdfi20V20.CDFI20EquityInvestmentPortfolioDataType totalInvestments);
/**
* Appends and returns a new empty "TotalInvestments" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EquityInvestmentPortfolioDataType addNewTotalInvestments();
/**
* Unsets the "TotalInvestments" element
*/
void unsetTotalInvestments();
/**
* Gets the "InvestmentsExited" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EquityInvestmentPortfolioDataType getInvestmentsExited();
/**
* True if has "InvestmentsExited" element
*/
boolean isSetInvestmentsExited();
/**
* Sets the "InvestmentsExited" element
*/
void setInvestmentsExited(gov.grants.apply.forms.cdfi20V20.CDFI20EquityInvestmentPortfolioDataType investmentsExited);
/**
* Appends and returns a new empty "InvestmentsExited" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EquityInvestmentPortfolioDataType addNewInvestmentsExited();
/**
* Unsets the "InvestmentsExited" element
*/
void unsetInvestmentsExited();
/**
* Gets the "InvestmentsWrittenOff" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EquityInvestmentPortfolioDataType getInvestmentsWrittenOff();
/**
* True if has "InvestmentsWrittenOff" element
*/
boolean isSetInvestmentsWrittenOff();
/**
* Sets the "InvestmentsWrittenOff" element
*/
void setInvestmentsWrittenOff(gov.grants.apply.forms.cdfi20V20.CDFI20EquityInvestmentPortfolioDataType investmentsWrittenOff);
/**
* Appends and returns a new empty "InvestmentsWrittenOff" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EquityInvestmentPortfolioDataType addNewInvestmentsWrittenOff();
/**
* Unsets the "InvestmentsWrittenOff" element
*/
void unsetInvestmentsWrittenOff();
/**
* Gets the "UnrealizedGains" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EquityInvestmentPortfolioDataType getUnrealizedGains();
/**
* True if has "UnrealizedGains" element
*/
boolean isSetUnrealizedGains();
/**
* Sets the "UnrealizedGains" element
*/
void setUnrealizedGains(gov.grants.apply.forms.cdfi20V20.CDFI20EquityInvestmentPortfolioDataType unrealizedGains);
/**
* Appends and returns a new empty "UnrealizedGains" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EquityInvestmentPortfolioDataType addNewUnrealizedGains();
/**
* Unsets the "UnrealizedGains" element
*/
void unsetUnrealizedGains();
/**
* Gets the "RealizedGains" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EquityInvestmentPortfolioDataType getRealizedGains();
/**
* True if has "RealizedGains" element
*/
boolean isSetRealizedGains();
/**
* Sets the "RealizedGains" element
*/
void setRealizedGains(gov.grants.apply.forms.cdfi20V20.CDFI20EquityInvestmentPortfolioDataType realizedGains);
/**
* Appends and returns a new empty "RealizedGains" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20EquityInvestmentPortfolioDataType addNewRealizedGains();
/**
* Unsets the "RealizedGains" element
*/
void unsetRealizedGains();
/**
* Gets the "TargetRateReturn" element
*/
java.math.BigDecimal getTargetRateReturn();
/**
* Gets (as xml) the "TargetRateReturn" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20S999P99DataType xgetTargetRateReturn();
/**
* True if has "TargetRateReturn" element
*/
boolean isSetTargetRateReturn();
/**
* Sets the "TargetRateReturn" element
*/
void setTargetRateReturn(java.math.BigDecimal targetRateReturn);
/**
* Sets (as xml) the "TargetRateReturn" element
*/
void xsetTargetRateReturn(gov.grants.apply.forms.cdfi20V20.CDFI20S999P99DataType targetRateReturn);
/**
* Unsets the "TargetRateReturn" element
*/
void unsetTargetRateReturn();
/**
* Gets the "ActualRateReturn" element
*/
java.math.BigDecimal getActualRateReturn();
/**
* Gets (as xml) the "ActualRateReturn" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20S999P99DataType xgetActualRateReturn();
/**
* True if has "ActualRateReturn" element
*/
boolean isSetActualRateReturn();
/**
* Sets the "ActualRateReturn" element
*/
void setActualRateReturn(java.math.BigDecimal actualRateReturn);
/**
* Sets (as xml) the "ActualRateReturn" element
*/
void xsetActualRateReturn(gov.grants.apply.forms.cdfi20V20.CDFI20S999P99DataType actualRateReturn);
/**
* Unsets the "ActualRateReturn" element
*/
void unsetActualRateReturn();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EquityInvestmentPortfolio newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EquityInvestmentPortfolio) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EquityInvestmentPortfolio newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EquityInvestmentPortfolio) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML PortfolioActionPlan(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is a complex type.
*/
public interface PortfolioActionPlan extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PortfolioActionPlan.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("portfolioactionplan612delemtype");
/**
* Gets the "MinimumStandards" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMinimumStandards();
/**
* Gets (as xml) the "MinimumStandards" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMinimumStandards();
/**
* Sets the "MinimumStandards" element
*/
void setMinimumStandards(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum minimumStandards);
/**
* Sets (as xml) the "MinimumStandards" element
*/
void xsetMinimumStandards(gov.grants.apply.system.globalLibraryV20.YesNoDataType minimumStandards);
/**
* Gets the "ReceivedFindings" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getReceivedFindings();
/**
* Gets (as xml) the "ReceivedFindings" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetReceivedFindings();
/**
* Sets the "ReceivedFindings" element
*/
void setReceivedFindings(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum receivedFindings);
/**
* Sets (as xml) the "ReceivedFindings" element
*/
void xsetReceivedFindings(gov.grants.apply.system.globalLibraryV20.YesNoDataType receivedFindings);
/**
* Gets the "ActionPlan" element
*/
java.lang.String getActionPlan();
/**
* Gets (as xml) the "ActionPlan" element
*/
gov.grants.apply.forms.cdfi20V20.CDFI20String5000DataType xgetActionPlan();
/**
* True if has "ActionPlan" element
*/
boolean isSetActionPlan();
/**
* Sets the "ActionPlan" element
*/
void setActionPlan(java.lang.String actionPlan);
/**
* Sets (as xml) the "ActionPlan" element
*/
void xsetActionPlan(gov.grants.apply.forms.cdfi20V20.CDFI20String5000DataType actionPlan);
/**
* Unsets the "ActionPlan" element
*/
void unsetActionPlan();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PortfolioActionPlan newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PortfolioActionPlan) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PortfolioActionPlan newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.PortfolioActionPlan) 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_2_0-V2.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.cdfi20V20.CDFI20Document$CDFI20$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("qid24a84belemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.QID24 newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.QID24) type.newValue( obj ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.QID24 newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.QID24) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.QID24 newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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_2_0-V2.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("questionnaire8be9elemtype");
/**
* 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.cdfi20V20.CDFI20String4000DataType 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.cdfi20V20.CDFI20String4000DataType 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.cdfi20V20.CDFI20Document.CDFI20.Questionnaire newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.Questionnaire) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.Questionnaire newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.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_2_0-V2.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("environmentalreview79fcelemtype");
/**
* 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.cdfi20V20.CDFI20String5000DataType 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.cdfi20V20.CDFI20String5000DataType 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.cdfi20V20.CDFI20Document.CDFI20.EnvironmentalReview newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EnvironmentalReview) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EnvironmentalReview newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.EnvironmentalReview) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML Narratives(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is a complex type.
*/
public interface Narratives extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Narratives.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("narratives7177elemtype");
/**
* Gets the "Narrative" element
*/
gov.grants.apply.system.attachmentsV10.AttachedFileDataType getNarrative();
/**
* Sets the "Narrative" element
*/
void setNarrative(gov.grants.apply.system.attachmentsV10.AttachedFileDataType narrative);
/**
* Appends and returns a new empty "Narrative" element
*/
gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewNarrative();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.Narratives newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.Narratives) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.Narratives newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.Narratives) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML ApplicationChecklist(@http://apply.grants.gov/forms/CDFI_2_0-V2.0).
*
* This is a complex type.
*/
public interface ApplicationChecklist extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ApplicationChecklist.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("applicationchecklist3a2celemtype");
/**
* Gets the "SF424" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getSF424();
/**
* Gets (as xml) the "SF424" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetSF424();
/**
* Sets the "SF424" element
*/
void setSF424(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum sf424);
/**
* Sets (as xml) the "SF424" element
*/
void xsetSF424(gov.grants.apply.system.globalLibraryV20.YesNoDataType sf424);
/**
* Gets the "EINDocumentation" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getEINDocumentation();
/**
* Gets (as xml) the "EINDocumentation" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetEINDocumentation();
/**
* Sets the "EINDocumentation" element
*/
void setEINDocumentation(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum einDocumentation);
/**
* Sets (as xml) the "EINDocumentation" element
*/
void xsetEINDocumentation(gov.grants.apply.system.globalLibraryV20.YesNoDataType einDocumentation);
/**
* Gets the "HFFIApplicationNarrative" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum getHFFIApplicationNarrative();
/**
* Gets (as xml) the "HFFIApplicationNarrative" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType xgetHFFIApplicationNarrative();
/**
* True if has "HFFIApplicationNarrative" element
*/
boolean isSetHFFIApplicationNarrative();
/**
* Sets the "HFFIApplicationNarrative" element
*/
void setHFFIApplicationNarrative(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType.Enum hffiApplicationNarrative);
/**
* Sets (as xml) the "HFFIApplicationNarrative" element
*/
void xsetHFFIApplicationNarrative(gov.grants.apply.system.globalLibraryV20.YesNoNotApplicableDataType hffiApplicationNarrative);
/**
* Unsets the "HFFIApplicationNarrative" element
*/
void unsetHFFIApplicationNarrative();
/**
* Gets the "FinancialStatements" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFinancialStatements();
/**
* Gets (as xml) the "FinancialStatements" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFinancialStatements();
/**
* Sets the "FinancialStatements" element
*/
void setFinancialStatements(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum financialStatements);
/**
* Sets (as xml) the "FinancialStatements" element
*/
void xsetFinancialStatements(gov.grants.apply.system.globalLibraryV20.YesNoDataType financialStatements);
/**
* Gets the "MatchingFundsDocumentation" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMatchingFundsDocumentation();
/**
* Gets (as xml) the "MatchingFundsDocumentation" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMatchingFundsDocumentation();
/**
* True if has "MatchingFundsDocumentation" element
*/
boolean isSetMatchingFundsDocumentation();
/**
* Sets the "MatchingFundsDocumentation" element
*/
void setMatchingFundsDocumentation(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum matchingFundsDocumentation);
/**
* Sets (as xml) the "MatchingFundsDocumentation" element
*/
void xsetMatchingFundsDocumentation(gov.grants.apply.system.globalLibraryV20.YesNoDataType matchingFundsDocumentation);
/**
* Unsets the "MatchingFundsDocumentation" element
*/
void unsetMatchingFundsDocumentation();
/**
* Gets the "Resumes" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getResumes();
/**
* Gets (as xml) the "Resumes" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetResumes();
/**
* Sets the "Resumes" element
*/
void setResumes(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum resumes);
/**
* Sets (as xml) the "Resumes" element
*/
void xsetResumes(gov.grants.apply.system.globalLibraryV20.YesNoDataType resumes);
/**
* Gets the "OrganizationalChart" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getOrganizationalChart();
/**
* Gets (as xml) the "OrganizationalChart" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetOrganizationalChart();
/**
* Sets the "OrganizationalChart" element
*/
void setOrganizationalChart(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum organizationalChart);
/**
* Sets (as xml) the "OrganizationalChart" element
*/
void xsetOrganizationalChart(gov.grants.apply.system.globalLibraryV20.YesNoDataType organizationalChart);
/**
* Gets the "CDFIApplicationNarrative" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCDFIApplicationNarrative();
/**
* Gets (as xml) the "CDFIApplicationNarrative" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCDFIApplicationNarrative();
/**
* Sets the "CDFIApplicationNarrative" element
*/
void setCDFIApplicationNarrative(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum cdfiApplicationNarrative);
/**
* Sets (as xml) the "CDFIApplicationNarrative" element
*/
void xsetCDFIApplicationNarrative(gov.grants.apply.system.globalLibraryV20.YesNoDataType cdfiApplicationNarrative);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.ApplicationChecklist newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.ApplicationChecklist) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.ApplicationChecklist newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20.ApplicationChecklist) 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.cdfi20V20.CDFI20Document.CDFI20 newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20 newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document.CDFI20) 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.cdfi20V20.CDFI20Document newInstance() {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document) 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.cdfi20V20.CDFI20Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (gov.grants.apply.forms.cdfi20V20.CDFI20Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static gov.grants.apply.forms.cdfi20V20.CDFI20Document 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.cdfi20V20.CDFI20Document) 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
}
}