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: NACA_0001
* Namespace: http://apply.grants.gov/forms/NACA_0001-V1.0
* Java type: gov.grants.apply.forms.naca0001V10.NACA0001Document
*
* Automatically generated - do not modify.
*/
package gov.grants.apply.forms.naca0001V10;
/**
* A document containing one NACA_0001(@http://apply.grants.gov/forms/NACA_0001-V1.0) element.
*
* This is a complex type.
*/
public interface NACA0001Document extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NACA0001Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("naca00014f4bdoctype");
/**
* Gets the "NACA_0001" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001 getNACA0001();
/**
* Sets the "NACA_0001" element
*/
void setNACA0001(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001 naca0001);
/**
* Appends and returns a new empty "NACA_0001" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001 addNewNACA0001();
/**
* An XML NACA_0001(@http://apply.grants.gov/forms/NACA_0001-V1.0).
*
* This is a complex type.
*/
public interface NACA0001 extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NACA0001.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("naca00012f10elemtype");
/**
* Gets the "Organization" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.Organization getOrganization();
/**
* Sets the "Organization" element
*/
void setOrganization(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.Organization organization);
/**
* Appends and returns a new empty "Organization" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.Organization addNewOrganization();
/**
* Gets the "AuthorizedRep" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.AuthorizedRep getAuthorizedRep();
/**
* Sets the "AuthorizedRep" element
*/
void setAuthorizedRep(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.AuthorizedRep authorizedRep);
/**
* Appends and returns a new empty "AuthorizedRep" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.AuthorizedRep addNewAuthorizedRep();
/**
* Gets the "ApplicationPOC" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.ApplicationPOC getApplicationPOC();
/**
* True if has "ApplicationPOC" element
*/
boolean isSetApplicationPOC();
/**
* Sets the "ApplicationPOC" element
*/
void setApplicationPOC(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.ApplicationPOC applicationPOC);
/**
* Appends and returns a new empty "ApplicationPOC" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.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.naca0001V10.NACA0001Document.NACA0001.OrganizationalProfile xgetOrganizationalProfile();
/**
* Sets the "OrganizationalProfile" element
*/
void setOrganizationalProfile(java.lang.String organizationalProfile);
/**
* Sets (as xml) the "OrganizationalProfile" element
*/
void xsetOrganizationalProfile(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OrganizationalProfile organizationalProfile);
/**
* Gets the "TypeAssistance" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.TypeAssistance getTypeAssistance();
/**
* Sets the "TypeAssistance" element
*/
void setTypeAssistance(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.TypeAssistance typeAssistance);
/**
* Appends and returns a new empty "TypeAssistance" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.TypeAssistance addNewTypeAssistance();
/**
* Gets the "FARequestedAmount" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.FARequestedAmount getFARequestedAmount();
/**
* True if has "FARequestedAmount" element
*/
boolean isSetFARequestedAmount();
/**
* Sets the "FARequestedAmount" element
*/
void setFARequestedAmount(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.FARequestedAmount faRequestedAmount);
/**
* Appends and returns a new empty "FARequestedAmount" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.FARequestedAmount addNewFARequestedAmount();
/**
* Unsets the "FARequestedAmount" element
*/
void unsetFARequestedAmount();
/**
* Gets the "TARequestedAmount" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.TARequestedAmount getTARequestedAmount();
/**
* True if has "TARequestedAmount" element
*/
boolean isSetTARequestedAmount();
/**
* Sets the "TARequestedAmount" element
*/
void setTARequestedAmount(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.TARequestedAmount taRequestedAmount);
/**
* Appends and returns a new empty "TARequestedAmount" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.TARequestedAmount addNewTARequestedAmount();
/**
* Unsets the "TARequestedAmount" element
*/
void unsetTARequestedAmount();
/**
* 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.naca0001V10.NACA0001Document.NACA0001.OtherFundsTable[] getOtherFundsTableArray();
/**
* Gets ith "OtherFundsTable" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OtherFundsTable getOtherFundsTableArray(int i);
/**
* Returns number of "OtherFundsTable" element
*/
int sizeOfOtherFundsTableArray();
/**
* Sets array of all "OtherFundsTable" element
*/
void setOtherFundsTableArray(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OtherFundsTable[] otherFundsTableArray);
/**
* Sets ith "OtherFundsTable" element
*/
void setOtherFundsTableArray(int i, gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OtherFundsTable otherFundsTable);
/**
* Inserts and returns a new empty value (as xml) as the ith "OtherFundsTable" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OtherFundsTable insertNewOtherFundsTable(int i);
/**
* Appends and returns a new empty value (as xml) as the last "OtherFundsTable" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OtherFundsTable addNewOtherFundsTable();
/**
* Removes the ith "OtherFundsTable" element
*/
void removeOtherFundsTable(int i);
/**
* Gets array of all "PriorAwardsTable" elements
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable[] getPriorAwardsTableArray();
/**
* Gets ith "PriorAwardsTable" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable getPriorAwardsTableArray(int i);
/**
* Returns number of "PriorAwardsTable" element
*/
int sizeOfPriorAwardsTableArray();
/**
* Sets array of all "PriorAwardsTable" element
*/
void setPriorAwardsTableArray(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable[] priorAwardsTableArray);
/**
* Sets ith "PriorAwardsTable" element
*/
void setPriorAwardsTableArray(int i, gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable priorAwardsTable);
/**
* Inserts and returns a new empty value (as xml) as the ith "PriorAwardsTable" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable insertNewPriorAwardsTable(int i);
/**
* Appends and returns a new empty value (as xml) as the last "PriorAwardsTable" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable addNewPriorAwardsTable();
/**
* Removes the ith "PriorAwardsTable" element
*/
void removePriorAwardsTable(int i);
/**
* Gets the "InstitutionType" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.InstitutionType.Enum getInstitutionType();
/**
* Gets (as xml) the "InstitutionType" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.InstitutionType xgetInstitutionType();
/**
* Sets the "InstitutionType" element
*/
void setInstitutionType(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.InstitutionType.Enum institutionType);
/**
* Sets (as xml) the "InstitutionType" element
*/
void xsetInstitutionType(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.InstitutionType institutionType);
/**
* Gets the "OrganizationStructure" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OrganizationStructure.Enum getOrganizationStructure();
/**
* Gets (as xml) the "OrganizationStructure" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OrganizationStructure xgetOrganizationStructure();
/**
* Sets the "OrganizationStructure" element
*/
void setOrganizationStructure(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OrganizationStructure.Enum organizationStructure);
/**
* Sets (as xml) the "OrganizationStructure" element
*/
void xsetOrganizationStructure(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OrganizationStructure organizationStructure);
/**
* Gets the "QID_65" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getQID65();
/**
* Gets (as xml) the "QID_65" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetQID65();
/**
* Sets the "QID_65" element
*/
void setQID65(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum qid65);
/**
* Sets (as xml) the "QID_65" element
*/
void xsetQID65(gov.grants.apply.system.globalLibraryV20.YesNoDataType qid65);
/**
* Gets the "DateofIncorporation" element
*/
java.util.Calendar getDateofIncorporation();
/**
* Gets (as xml) the "DateofIncorporation" element
*/
org.apache.xmlbeans.XmlDate xgetDateofIncorporation();
/**
* Sets the "DateofIncorporation" element
*/
void setDateofIncorporation(java.util.Calendar dateofIncorporation);
/**
* Sets (as xml) the "DateofIncorporation" element
*/
void xsetDateofIncorporation(org.apache.xmlbeans.XmlDate dateofIncorporation);
/**
* Gets the "DateStarted" element
*/
java.util.Calendar getDateStarted();
/**
* Gets (as xml) the "DateStarted" element
*/
org.apache.xmlbeans.XmlDate xgetDateStarted();
/**
* Sets the "DateStarted" element
*/
void setDateStarted(java.util.Calendar dateStarted);
/**
* Sets (as xml) the "DateStarted" element
*/
void xsetDateStarted(org.apache.xmlbeans.XmlDate dateStarted);
/**
* Gets the "CongressionalDistrictApplicant" element
*/
java.lang.String getCongressionalDistrictApplicant();
/**
* Gets (as xml) the "CongressionalDistrictApplicant" element
*/
gov.grants.apply.system.globalLibraryV20.CongressionalDistrictDataType xgetCongressionalDistrictApplicant();
/**
* Sets the "CongressionalDistrictApplicant" element
*/
void setCongressionalDistrictApplicant(java.lang.String congressionalDistrictApplicant);
/**
* Sets (as xml) the "CongressionalDistrictApplicant" element
*/
void xsetCongressionalDistrictApplicant(gov.grants.apply.system.globalLibraryV20.CongressionalDistrictDataType congressionalDistrictApplicant);
/**
* Gets the "QID_42" element
*/
java.util.Calendar getQID42();
/**
* Gets (as xml) the "QID_42" element
*/
org.apache.xmlbeans.XmlDate xgetQID42();
/**
* Sets the "QID_42" element
*/
void setQID42(java.util.Calendar qid42);
/**
* Sets (as xml) the "QID_42" element
*/
void xsetQID42(org.apache.xmlbeans.XmlDate qid42);
/**
* Gets the "QID_66" element
*/
long getQID66();
/**
* Gets (as xml) the "QID_66" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.QID66 xgetQID66();
/**
* Sets the "QID_66" element
*/
void setQID66(long qid66);
/**
* Sets (as xml) the "QID_66" element
*/
void xsetQID66(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.QID66 qid66);
/**
* Gets the "RegulatoryBody" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.RegulatoryBody.Enum getRegulatoryBody();
/**
* Gets (as xml) the "RegulatoryBody" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.RegulatoryBody xgetRegulatoryBody();
/**
* True if has "RegulatoryBody" element
*/
boolean isSetRegulatoryBody();
/**
* Sets the "RegulatoryBody" element
*/
void setRegulatoryBody(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.RegulatoryBody.Enum regulatoryBody);
/**
* Sets (as xml) the "RegulatoryBody" element
*/
void xsetRegulatoryBody(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.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.naca0001V10.NACA0001Document.NACA0001.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.naca0001V10.NACA0001Document.NACA0001.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.naca0001V10.NACA0001Document.NACA0001.FDICCertification 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.naca0001V10.NACA0001Document.NACA0001.FDICCertification 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.naca0001V10.NACA0001Document.NACA0001.CharterNumber 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.naca0001V10.NACA0001Document.NACA0001.CharterNumber charterNumber);
/**
* Unsets the "CharterNumber" element
*/
void unsetCharterNumber();
/**
* Gets the "CertificationStatus" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.CertificationStatus.Enum getCertificationStatus();
/**
* Gets (as xml) the "CertificationStatus" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.CertificationStatus xgetCertificationStatus();
/**
* Sets the "CertificationStatus" element
*/
void setCertificationStatus(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.CertificationStatus.Enum certificationStatus);
/**
* Sets (as xml) the "CertificationStatus" element
*/
void xsetCertificationStatus(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.CertificationStatus certificationStatus);
/**
* Gets the "CDFICertificationNumber" element
*/
java.lang.String getCDFICertificationNumber();
/**
* Gets (as xml) the "CDFICertificationNumber" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.CDFICertificationNumber 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.naca0001V10.NACA0001Document.NACA0001.CDFICertificationNumber 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.naca0001V10.NACA0001Document.NACA0001.CertificationChecklist getCertificationChecklist();
/**
* True if has "CertificationChecklist" element
*/
boolean isSetCertificationChecklist();
/**
* Sets the "CertificationChecklist" element
*/
void setCertificationChecklist(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.CertificationChecklist certificationChecklist);
/**
* Appends and returns a new empty "CertificationChecklist" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.CertificationChecklist addNewCertificationChecklist();
/**
* Unsets the "CertificationChecklist" element
*/
void unsetCertificationChecklist();
/**
* Gets the "QID_58" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.QID58.Enum getQID58();
/**
* Gets (as xml) the "QID_58" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.QID58 xgetQID58();
/**
* Sets the "QID_58" element
*/
void setQID58(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.QID58.Enum qid58);
/**
* Sets (as xml) the "QID_58" element
*/
void xsetQID58(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.QID58 qid58);
/**
* Gets the "PrimaryMarket" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PrimaryMarket getPrimaryMarket();
/**
* True if has "PrimaryMarket" element
*/
boolean isSetPrimaryMarket();
/**
* Sets the "PrimaryMarket" element
*/
void setPrimaryMarket(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PrimaryMarket primaryMarket);
/**
* Appends and returns a new empty "PrimaryMarket" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PrimaryMarket addNewPrimaryMarket();
/**
* Unsets the "PrimaryMarket" element
*/
void unsetPrimaryMarket();
/**
* Gets the "GeographicMarketServed" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.GeographicMarketServed getGeographicMarketServed();
/**
* True if has "GeographicMarketServed" element
*/
boolean isSetGeographicMarketServed();
/**
* Sets the "GeographicMarketServed" element
*/
void setGeographicMarketServed(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.GeographicMarketServed geographicMarketServed);
/**
* Appends and returns a new empty "GeographicMarketServed" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.GeographicMarketServed addNewGeographicMarketServed();
/**
* Unsets the "GeographicMarketServed" element
*/
void unsetGeographicMarketServed();
/**
* Gets the "MarketProfile" element
*/
java.lang.String getMarketProfile();
/**
* Gets (as xml) the "MarketProfile" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.MarketProfile xgetMarketProfile();
/**
* Sets the "MarketProfile" element
*/
void setMarketProfile(java.lang.String marketProfile);
/**
* Sets (as xml) the "MarketProfile" element
*/
void xsetMarketProfile(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.MarketProfile marketProfile);
/**
* Gets the "PrimaryBusiness" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PrimaryBusiness.Enum getPrimaryBusiness();
/**
* Gets (as xml) the "PrimaryBusiness" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PrimaryBusiness xgetPrimaryBusiness();
/**
* Sets the "PrimaryBusiness" element
*/
void setPrimaryBusiness(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PrimaryBusiness.Enum primaryBusiness);
/**
* Sets (as xml) the "PrimaryBusiness" element
*/
void xsetPrimaryBusiness(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PrimaryBusiness primaryBusiness);
/**
* Gets the "SecondaryBusiness" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.SecondaryBusiness getSecondaryBusiness();
/**
* True if has "SecondaryBusiness" element
*/
boolean isSetSecondaryBusiness();
/**
* Sets the "SecondaryBusiness" element
*/
void setSecondaryBusiness(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.SecondaryBusiness secondaryBusiness);
/**
* Appends and returns a new empty "SecondaryBusiness" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.SecondaryBusiness addNewSecondaryBusiness();
/**
* Unsets the "SecondaryBusiness" element
*/
void unsetSecondaryBusiness();
/**
* Gets the "ProductsOffered" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.ProductsOffered getProductsOffered();
/**
* True if has "ProductsOffered" element
*/
boolean isSetProductsOffered();
/**
* Sets the "ProductsOffered" element
*/
void setProductsOffered(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.ProductsOffered productsOffered);
/**
* Appends and returns a new empty "ProductsOffered" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.ProductsOffered addNewProductsOffered();
/**
* Unsets the "ProductsOffered" element
*/
void unsetProductsOffered();
/**
* Gets the "QID_24" element
*/
int getQID24();
/**
* Gets (as xml) the "QID_24" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.QID24 xgetQID24();
/**
* Sets the "QID_24" element
*/
void setQID24(int qid24);
/**
* Sets (as xml) the "QID_24" element
*/
void xsetQID24(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.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.naca0001V10.NACA0001Document.NACA0001.Details 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.naca0001V10.NACA0001Document.NACA0001.Details details);
/**
* Unsets the "Details" element
*/
void unsetDetails();
/**
* Gets the "Questionnaire" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.Questionnaire getQuestionnaire();
/**
* True if has "Questionnaire" element
*/
boolean isSetQuestionnaire();
/**
* Sets the "Questionnaire" element
*/
void setQuestionnaire(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.Questionnaire questionnaire);
/**
* Appends and returns a new empty "Questionnaire" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.Questionnaire addNewQuestionnaire();
/**
* Unsets the "Questionnaire" element
*/
void unsetQuestionnaire();
/**
* Gets the "EnvironmentalReview" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.EnvironmentalReview getEnvironmentalReview();
/**
* Sets the "EnvironmentalReview" element
*/
void setEnvironmentalReview(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.EnvironmentalReview environmentalReview);
/**
* Appends and returns a new empty "EnvironmentalReview" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.EnvironmentalReview addNewEnvironmentalReview();
/**
* Gets the "ApplicationChecklist" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.ApplicationChecklist getApplicationChecklist();
/**
* Sets the "ApplicationChecklist" element
*/
void setApplicationChecklist(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.ApplicationChecklist applicationChecklist);
/**
* Appends and returns a new empty "ApplicationChecklist" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.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/NACA_0001-V1.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("organization5e81elemtype");
/**
* 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();
/**
* 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);
/**
* 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.naca0001V10.NACA0001Document.NACA0001.Organization newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.Organization) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.Organization newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.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/NACA_0001-V1.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("authorizedrep8082elemtype");
/**
* 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.naca0001V10.NACA0001Document.NACA0001.AuthorizedRep newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.AuthorizedRep) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.AuthorizedRep newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.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/NACA_0001-V1.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("applicationpoccf80elemtype");
/**
* 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.naca0001V10.NACA0001Document.NACA0001.ApplicationPOC newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.ApplicationPOC) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.ApplicationPOC newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.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/NACA_0001-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.naca0001V10.NACA0001Document$NACA0001$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("organizationalprofile47f9elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OrganizationalProfile newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OrganizationalProfile) type.newValue( obj ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OrganizationalProfile newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OrganizationalProfile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OrganizationalProfile newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OrganizationalProfile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML TypeAssistance(@http://apply.grants.gov/forms/NACA_0001-V1.0).
*
* This is a complex type.
*/
public interface TypeAssistance extends org.apache.xmlbeans.XmlObject
{
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("typeassistance7302elemtype");
/**
* Gets the "FA" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFA();
/**
* Gets (as xml) the "FA" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFA();
/**
* True if has "FA" element
*/
boolean isSetFA();
/**
* Sets the "FA" element
*/
void setFA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum fa);
/**
* Sets (as xml) the "FA" element
*/
void xsetFA(gov.grants.apply.system.globalLibraryV20.YesNoDataType fa);
/**
* Unsets the "FA" element
*/
void unsetFA();
/**
* Gets the "TA" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getTA();
/**
* Gets (as xml) the "TA" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetTA();
/**
* True if has "TA" element
*/
boolean isSetTA();
/**
* Sets the "TA" element
*/
void setTA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum ta);
/**
* Sets (as xml) the "TA" element
*/
void xsetTA(gov.grants.apply.system.globalLibraryV20.YesNoDataType ta);
/**
* Unsets the "TA" element
*/
void unsetTA();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.TypeAssistance newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.TypeAssistance) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.TypeAssistance newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.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/NACA_0001-V1.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("farequestedamount47d9elemtype");
/**
* Gets the "Loan" element
*/
int getLoan();
/**
* Gets (as xml) the "Loan" element
*/
gov.grants.apply.forms.naca0001V10.NACA00010To750000DataType 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.naca0001V10.NACA00010To750000DataType loan);
/**
* Unsets the "Loan" element
*/
void unsetLoan();
/**
* Gets the "Grant" element
*/
int getGrant();
/**
* Gets (as xml) the "Grant" element
*/
gov.grants.apply.forms.naca0001V10.NACA00010To750000DataType 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.naca0001V10.NACA00010To750000DataType grant);
/**
* Unsets the "Grant" element
*/
void unsetGrant();
/**
* Gets the "Equity" element
*/
int getEquity();
/**
* Gets (as xml) the "Equity" element
*/
gov.grants.apply.forms.naca0001V10.NACA00010To750000DataType 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.naca0001V10.NACA00010To750000DataType equity);
/**
* Unsets the "Equity" element
*/
void unsetEquity();
/**
* Gets the "SharesDeposits" element
*/
int getSharesDeposits();
/**
* Gets (as xml) the "SharesDeposits" element
*/
gov.grants.apply.forms.naca0001V10.NACA00010To750000DataType 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.naca0001V10.NACA00010To750000DataType sharesDeposits);
/**
* Unsets the "SharesDeposits" element
*/
void unsetSharesDeposits();
/**
* Gets the "SecondaryCapital" element
*/
int getSecondaryCapital();
/**
* Gets (as xml) the "SecondaryCapital" element
*/
gov.grants.apply.forms.naca0001V10.NACA00010To750000DataType 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.naca0001V10.NACA00010To750000DataType 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.naca0001V10.NACA0001Document.NACA0001.FARequestedAmount.QID54 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.naca0001V10.NACA0001Document.NACA0001.FARequestedAmount.QID54 qid54);
/**
* Unsets the "QID_54" element
*/
void unsetQID54();
/**
* An XML QID_54(@http://apply.grants.gov/forms/NACA_0001-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.naca0001V10.NACA0001Document$NACA0001$FARequestedAmount$QID54.
*/
public interface QID54 extends org.apache.xmlbeans.XmlInt
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(QID54.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("qid54fe6belemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.FARequestedAmount.QID54 newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.FARequestedAmount.QID54) type.newValue( obj ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.FARequestedAmount.QID54 newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.FARequestedAmount.QID54) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.FARequestedAmount.QID54 newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.FARequestedAmount.QID54) 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.naca0001V10.NACA0001Document.NACA0001.FARequestedAmount newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.FARequestedAmount) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.FARequestedAmount newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.FARequestedAmount) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML TARequestedAmount(@http://apply.grants.gov/forms/NACA_0001-V1.0).
*
* This is a complex type.
*/
public interface TARequestedAmount extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TARequestedAmount.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("tarequestedamountec8belemtype");
/**
* Gets the "TotalTAGrantRequest" element
*/
int getTotalTAGrantRequest();
/**
* Gets (as xml) the "TotalTAGrantRequest" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.TARequestedAmount.TotalTAGrantRequest xgetTotalTAGrantRequest();
/**
* True if has "TotalTAGrantRequest" element
*/
boolean isSetTotalTAGrantRequest();
/**
* Sets the "TotalTAGrantRequest" element
*/
void setTotalTAGrantRequest(int totalTAGrantRequest);
/**
* Sets (as xml) the "TotalTAGrantRequest" element
*/
void xsetTotalTAGrantRequest(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.TARequestedAmount.TotalTAGrantRequest totalTAGrantRequest);
/**
* Unsets the "TotalTAGrantRequest" element
*/
void unsetTotalTAGrantRequest();
/**
* An XML TotalTAGrantRequest(@http://apply.grants.gov/forms/NACA_0001-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.naca0001V10.NACA0001Document$NACA0001$TARequestedAmount$TotalTAGrantRequest.
*/
public interface TotalTAGrantRequest extends org.apache.xmlbeans.XmlInt
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TotalTAGrantRequest.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("totaltagrantrequest591belemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.TARequestedAmount.TotalTAGrantRequest newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.TARequestedAmount.TotalTAGrantRequest) type.newValue( obj ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.TARequestedAmount.TotalTAGrantRequest newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.TARequestedAmount.TotalTAGrantRequest) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.TARequestedAmount.TotalTAGrantRequest newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.TARequestedAmount.TotalTAGrantRequest) 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.naca0001V10.NACA0001Document.NACA0001.TARequestedAmount newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.TARequestedAmount) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.TARequestedAmount newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.TARequestedAmount) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML OtherFundsTable(@http://apply.grants.gov/forms/NACA_0001-V1.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("otherfundstablea6f4elemtype");
/**
* Gets the "AffiliateName" element
*/
java.lang.String getAffiliateName();
/**
* Gets (as xml) the "AffiliateName" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OtherFundsTable.AffiliateName xgetAffiliateName();
/**
* Sets the "AffiliateName" element
*/
void setAffiliateName(java.lang.String affiliateName);
/**
* Sets (as xml) the "AffiliateName" element
*/
void xsetAffiliateName(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OtherFundsTable.AffiliateName 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.naca0001V10.NACA0001Document.NACA0001.OtherFundsTable.CDFIFundProgram.Enum getCDFIFundProgram();
/**
* Gets (as xml) the "CDFIFundProgram" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OtherFundsTable.CDFIFundProgram xgetCDFIFundProgram();
/**
* Sets the "CDFIFundProgram" element
*/
void setCDFIFundProgram(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OtherFundsTable.CDFIFundProgram.Enum cdfiFundProgram);
/**
* Sets (as xml) the "CDFIFundProgram" element
*/
void xsetCDFIFundProgram(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OtherFundsTable.CDFIFundProgram cdfiFundProgram);
/**
* An XML AffiliateName(@http://apply.grants.gov/forms/NACA_0001-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.naca0001V10.NACA0001Document$NACA0001$OtherFundsTable$AffiliateName.
*/
public interface AffiliateName extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AffiliateName.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("affiliatenamee6b0elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OtherFundsTable.AffiliateName newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OtherFundsTable.AffiliateName) type.newValue( obj ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OtherFundsTable.AffiliateName newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OtherFundsTable.AffiliateName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OtherFundsTable.AffiliateName newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OtherFundsTable.AffiliateName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML CDFIFundProgram(@http://apply.grants.gov/forms/NACA_0001-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.naca0001V10.NACA0001Document$NACA0001$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("cdfifundprogram462delemtype");
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.naca0001V10.NACA0001Document$NACA0001$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.naca0001V10.NACA0001Document.NACA0001.OtherFundsTable.CDFIFundProgram newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OtherFundsTable.CDFIFundProgram) type.newValue( obj ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OtherFundsTable.CDFIFundProgram newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OtherFundsTable.CDFIFundProgram) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OtherFundsTable.CDFIFundProgram newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.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.naca0001V10.NACA0001Document.NACA0001.OtherFundsTable newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OtherFundsTable) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OtherFundsTable newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.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/NACA_0001-V1.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("priorawardstable9206elemtype");
/**
* Gets the "OrganizationName" element
*/
java.lang.String getOrganizationName();
/**
* Gets (as xml) the "OrganizationName" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.OrganizationName xgetOrganizationName();
/**
* Sets the "OrganizationName" element
*/
void setOrganizationName(java.lang.String organizationName);
/**
* Sets (as xml) the "OrganizationName" element
*/
void xsetOrganizationName(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.OrganizationName organizationName);
/**
* 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 "ControlNumber" element
*/
java.lang.String getControlNumber();
/**
* Gets (as xml) the "ControlNumber" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.ControlNumber xgetControlNumber();
/**
* Sets the "ControlNumber" element
*/
void setControlNumber(java.lang.String controlNumber);
/**
* Sets (as xml) the "ControlNumber" element
*/
void xsetControlNumber(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.ControlNumber controlNumber);
/**
* Gets the "TotalAward" element
*/
int getTotalAward();
/**
* Gets (as xml) the "TotalAward" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.TotalAward xgetTotalAward();
/**
* Sets the "TotalAward" element
*/
void setTotalAward(int totalAward);
/**
* Sets (as xml) the "TotalAward" element
*/
void xsetTotalAward(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.TotalAward totalAward);
/**
* Gets the "AwardType" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.AwardType.Enum getAwardType();
/**
* Gets (as xml) the "AwardType" element
*/
gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.AwardType xgetAwardType();
/**
* Sets the "AwardType" element
*/
void setAwardType(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.AwardType.Enum awardType);
/**
* Sets (as xml) the "AwardType" element
*/
void xsetAwardType(gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.AwardType awardType);
/**
* An XML OrganizationName(@http://apply.grants.gov/forms/NACA_0001-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.naca0001V10.NACA0001Document$NACA0001$PriorAwardsTable$OrganizationName.
*/
public interface OrganizationName extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OrganizationName.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("organizationnamebb20elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.OrganizationName newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.OrganizationName) type.newValue( obj ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.OrganizationName newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.OrganizationName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.OrganizationName newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.OrganizationName) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML ControlNumber(@http://apply.grants.gov/forms/NACA_0001-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.naca0001V10.NACA0001Document$NACA0001$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("controlnumber7d58elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.ControlNumber newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.ControlNumber) type.newValue( obj ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.ControlNumber newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.ControlNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.ControlNumber newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.ControlNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML TotalAward(@http://apply.grants.gov/forms/NACA_0001-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.naca0001V10.NACA0001Document$NACA0001$PriorAwardsTable$TotalAward.
*/
public interface TotalAward extends org.apache.xmlbeans.XmlInt
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TotalAward.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("totalaward7b3belemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.TotalAward newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.TotalAward) type.newValue( obj ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.TotalAward newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.TotalAward) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.TotalAward newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.TotalAward) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML AwardType(@http://apply.grants.gov/forms/NACA_0001-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.naca0001V10.NACA0001Document$NACA0001$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("awardtypeaa89elemtype");
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.naca0001V10.NACA0001Document$NACA0001$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_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.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.AwardType newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.AwardType) type.newValue( obj ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.AwardType newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.AwardType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable.AwardType newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.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.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PriorAwardsTable newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.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/NACA_0001-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.naca0001V10.NACA0001Document$NACA0001$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("institutiontyped072elemtype");
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 Enum NA = Enum.forString("NA");
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;
static final int INT_NA = Enum.INT_NA;
/**
* Enumeration value class for gov.grants.apply.forms.naca0001V10.NACA0001Document$NACA0001$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;
static final int INT_NA = 6;
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),
new Enum("NA", INT_NA),
}
);
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.naca0001V10.NACA0001Document.NACA0001.InstitutionType newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.InstitutionType) type.newValue( obj ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.InstitutionType newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.InstitutionType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.InstitutionType newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.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/NACA_0001-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.naca0001V10.NACA0001Document$NACA0001$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("organizationstructureeec4elemtype");
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 Enum TRIBAL_OR_VILLAGE_GOVERNMENT = Enum.forString("Tribal or Village Government");
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;
static final int INT_TRIBAL_OR_VILLAGE_GOVERNMENT = Enum.INT_TRIBAL_OR_VILLAGE_GOVERNMENT;
/**
* Enumeration value class for gov.grants.apply.forms.naca0001V10.NACA0001Document$NACA0001$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;
static final int INT_TRIBAL_OR_VILLAGE_GOVERNMENT = 4;
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),
new Enum("Tribal or Village Government", INT_TRIBAL_OR_VILLAGE_GOVERNMENT),
}
);
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.naca0001V10.NACA0001Document.NACA0001.OrganizationStructure newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OrganizationStructure) type.newValue( obj ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OrganizationStructure newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OrganizationStructure) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OrganizationStructure newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OrganizationStructure) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML QID_66(@http://apply.grants.gov/forms/NACA_0001-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.naca0001V10.NACA0001Document$NACA0001$QID66.
*/
public interface QID66 extends org.apache.xmlbeans.XmlInteger
{
long getLongValue();
void setLongValue(long l);
/** @deprecated */
long longValue();
/** @deprecated */
void set(long l);
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(QID66.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("qid66d721elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.QID66 newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.QID66) type.newValue( obj ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.QID66 newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.QID66) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.QID66 newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.QID66) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML RegulatoryBody(@http://apply.grants.gov/forms/NACA_0001-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.naca0001V10.NACA0001Document$NACA0001$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("regulatorybody4dbaelemtype");
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 OTS = Enum.forString("OTS");
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_OTS = Enum.INT_OTS;
static final int INT_OTHER = Enum.INT_OTHER;
/**
* Enumeration value class for gov.grants.apply.forms.naca0001V10.NACA0001Document$NACA0001$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_OTS = 5;
static final int INT_OTHER = 6;
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("OTS", INT_OTS),
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.naca0001V10.NACA0001Document.NACA0001.RegulatoryBody newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.RegulatoryBody) type.newValue( obj ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.RegulatoryBody newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.RegulatoryBody) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.RegulatoryBody newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.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/NACA_0001-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.naca0001V10.NACA0001Document$NACA0001$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("otherregulatorybody78faelemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OtherRegulatoryBody newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OtherRegulatoryBody) type.newValue( obj ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OtherRegulatoryBody newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OtherRegulatoryBody) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OtherRegulatoryBody newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.OtherRegulatoryBody) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML FDICCertification(@http://apply.grants.gov/forms/NACA_0001-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.naca0001V10.NACA0001Document$NACA0001$FDICCertification.
*/
public interface FDICCertification extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FDICCertification.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("fdiccertification4822elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.FDICCertification newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.FDICCertification) type.newValue( obj ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.FDICCertification newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.FDICCertification) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.FDICCertification newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.FDICCertification) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML CharterNumber(@http://apply.grants.gov/forms/NACA_0001-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.naca0001V10.NACA0001Document$NACA0001$CharterNumber.
*/
public interface CharterNumber extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CharterNumber.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("charternumber6890elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.CharterNumber newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.CharterNumber) type.newValue( obj ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.CharterNumber newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.CharterNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.CharterNumber newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.CharterNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML CertificationStatus(@http://apply.grants.gov/forms/NACA_0001-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.naca0001V10.NACA0001Document$NACA0001$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("certificationstatus8878elemtype");
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_EMERGING_CDFI = Enum.forString("Not Certified (Emerging CDFI)");
static final Enum SPONSORING_ENTITY = Enum.forString("Sponsoring Entity");
static final int INT_CDFI_CERTIFIED = Enum.INT_CDFI_CERTIFIED;
static final int INT_NOT_CERTIFIED_EMERGING_CDFI = Enum.INT_NOT_CERTIFIED_EMERGING_CDFI;
static final int INT_SPONSORING_ENTITY = Enum.INT_SPONSORING_ENTITY;
/**
* Enumeration value class for gov.grants.apply.forms.naca0001V10.NACA0001Document$NACA0001$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_EMERGING_CDFI = 2;
static final int INT_SPONSORING_ENTITY = 3;
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 (Emerging CDFI)", INT_NOT_CERTIFIED_EMERGING_CDFI),
new Enum("Sponsoring Entity", INT_SPONSORING_ENTITY),
}
);
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.naca0001V10.NACA0001Document.NACA0001.CertificationStatus newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.CertificationStatus) type.newValue( obj ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.CertificationStatus newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.CertificationStatus) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.CertificationStatus newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.CertificationStatus) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML CDFICertificationNumber(@http://apply.grants.gov/forms/NACA_0001-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.naca0001V10.NACA0001Document$NACA0001$CDFICertificationNumber.
*/
public interface CDFICertificationNumber extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CDFICertificationNumber.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("cdficertificationnumber1865elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.CDFICertificationNumber newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.CDFICertificationNumber) type.newValue( obj ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.CDFICertificationNumber newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.CDFICertificationNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.CDFICertificationNumber newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.CDFICertificationNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML CertificationChecklist(@http://apply.grants.gov/forms/NACA_0001-V1.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("certificationchecklistab48elemtype");
/**
* Gets the "LegalEntityRequirement" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getLegalEntityRequirement();
/**
* Gets (as xml) the "LegalEntityRequirement" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetLegalEntityRequirement();
/**
* Sets the "LegalEntityRequirement" element
*/
void setLegalEntityRequirement(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum legalEntityRequirement);
/**
* Sets (as xml) the "LegalEntityRequirement" element
*/
void xsetLegalEntityRequirement(gov.grants.apply.system.globalLibraryV20.YesNoDataType legalEntityRequirement);
/**
* 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 "FinancingEntityRequirement" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFinancingEntityRequirement();
/**
* Gets (as xml) the "FinancingEntityRequirement" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFinancingEntityRequirement();
/**
* Sets the "FinancingEntityRequirement" element
*/
void setFinancingEntityRequirement(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum financingEntityRequirement);
/**
* Sets (as xml) the "FinancingEntityRequirement" element
*/
void xsetFinancingEntityRequirement(gov.grants.apply.system.globalLibraryV20.YesNoDataType financingEntityRequirement);
/**
* 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);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.CertificationChecklist newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.CertificationChecklist) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.CertificationChecklist newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.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/NACA_0001-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.naca0001V10.NACA0001Document$NACA0001$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("qid58e51eelemtype");
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.naca0001V10.NACA0001Document$NACA0001$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.naca0001V10.NACA0001Document.NACA0001.QID58 newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.QID58) type.newValue( obj ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.QID58 newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.QID58) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.QID58 newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.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/NACA_0001-V1.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("primarymarket8626elemtype");
/**
* 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.naca0001V10.NACA0001Document.NACA0001.PrimaryMarket newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PrimaryMarket) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PrimaryMarket newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.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/NACA_0001-V1.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("geographicmarketservedf82celemtype");
/**
* 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.naca0001V10.NACA0001Document.NACA0001.GeographicMarketServed newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.GeographicMarketServed) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.GeographicMarketServed newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.GeographicMarketServed) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML MarketProfile(@http://apply.grants.gov/forms/NACA_0001-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.naca0001V10.NACA0001Document$NACA0001$MarketProfile.
*/
public interface MarketProfile extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MarketProfile.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("marketprofile2e97elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.MarketProfile newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.MarketProfile) type.newValue( obj ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.MarketProfile newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.MarketProfile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.MarketProfile newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.MarketProfile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML PrimaryBusiness(@http://apply.grants.gov/forms/NACA_0001-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.naca0001V10.NACA0001Document$NACA0001$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("primarybusiness8fa2elemtype");
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.naca0001V10.NACA0001Document$NACA0001$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.naca0001V10.NACA0001Document.NACA0001.PrimaryBusiness newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PrimaryBusiness) type.newValue( obj ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PrimaryBusiness newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PrimaryBusiness) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.PrimaryBusiness newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.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/NACA_0001-V1.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("secondarybusiness1770elemtype");
/**
* 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.naca0001V10.NACA0001Document.NACA0001.SecondaryBusiness newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.SecondaryBusiness) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.SecondaryBusiness newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.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/NACA_0001-V1.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("productsoffered1eadelemtype");
/**
* 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.naca0001V10.NACA0001Document.NACA0001.ProductsOffered newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.ProductsOffered) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.ProductsOffered newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.ProductsOffered) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML QID_24(@http://apply.grants.gov/forms/NACA_0001-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.naca0001V10.NACA0001Document$NACA0001$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("qid2448dfelemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.QID24 newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.QID24) type.newValue( obj ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.QID24 newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.QID24) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.QID24 newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.QID24) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML Details(@http://apply.grants.gov/forms/NACA_0001-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.naca0001V10.NACA0001Document$NACA0001$Details.
*/
public interface Details extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Details.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("details6142elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.Details newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.Details) type.newValue( obj ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.Details newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.Details) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.Details newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.Details) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML Questionnaire(@http://apply.grants.gov/forms/NACA_0001-V1.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("questionnaire5881elemtype");
/**
* 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();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.Questionnaire newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.Questionnaire) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.Questionnaire newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.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/NACA_0001-V1.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("environmentalreview4d8eelemtype");
/**
* 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.naca0001V10.NACA0001Document.NACA0001.EnvironmentalReview.ERNarrative 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.naca0001V10.NACA0001Document.NACA0001.EnvironmentalReview.ERNarrative erNarrative);
/**
* Unsets the "ERNarrative" element
*/
void unsetERNarrative();
/**
* An XML ERNarrative(@http://apply.grants.gov/forms/NACA_0001-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.naca0001V10.NACA0001Document$NACA0001$EnvironmentalReview$ERNarrative.
*/
public interface ERNarrative extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ERNarrative.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("ernarrativeb43delemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.EnvironmentalReview.ERNarrative newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.EnvironmentalReview.ERNarrative) type.newValue( obj ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.EnvironmentalReview.ERNarrative newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.EnvironmentalReview.ERNarrative) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.EnvironmentalReview.ERNarrative newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.EnvironmentalReview.ERNarrative) 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.naca0001V10.NACA0001Document.NACA0001.EnvironmentalReview newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.EnvironmentalReview) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.EnvironmentalReview newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.EnvironmentalReview) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML ApplicationChecklist(@http://apply.grants.gov/forms/NACA_0001-V1.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("applicationchecklist5f5eelemtype");
/**
* 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 "FATAApplicationNarrative" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFATAApplicationNarrative();
/**
* Gets (as xml) the "FATAApplicationNarrative" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFATAApplicationNarrative();
/**
* Sets the "FATAApplicationNarrative" element
*/
void setFATAApplicationNarrative(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum fataApplicationNarrative);
/**
* Sets (as xml) the "FATAApplicationNarrative" element
*/
void xsetFATAApplicationNarrative(gov.grants.apply.system.globalLibraryV20.YesNoDataType fataApplicationNarrative);
/**
* Gets the "FATADataTables" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getFATADataTables();
/**
* Gets (as xml) the "FATADataTables" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetFATADataTables();
/**
* Sets the "FATADataTables" element
*/
void setFATADataTables(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum fataDataTables);
/**
* Sets (as xml) the "FATADataTables" element
*/
void xsetFATADataTables(gov.grants.apply.system.globalLibraryV20.YesNoDataType fataDataTables);
/**
* 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 "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 "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 "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 "ApplicantTypeQuestionnaire" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getApplicantTypeQuestionnaire();
/**
* Gets (as xml) the "ApplicantTypeQuestionnaire" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetApplicantTypeQuestionnaire();
/**
* True if has "ApplicantTypeQuestionnaire" element
*/
boolean isSetApplicantTypeQuestionnaire();
/**
* Sets the "ApplicantTypeQuestionnaire" element
*/
void setApplicantTypeQuestionnaire(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum applicantTypeQuestionnaire);
/**
* Sets (as xml) the "ApplicantTypeQuestionnaire" element
*/
void xsetApplicantTypeQuestionnaire(gov.grants.apply.system.globalLibraryV20.YesNoDataType applicantTypeQuestionnaire);
/**
* Unsets the "ApplicantTypeQuestionnaire" element
*/
void unsetApplicantTypeQuestionnaire();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.ApplicationChecklist newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.ApplicationChecklist) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.ApplicationChecklist newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001.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.naca0001V10.NACA0001Document.NACA0001 newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001 newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document.NACA0001) 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.naca0001V10.NACA0001Document newInstance() {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static gov.grants.apply.forms.naca0001V10.NACA0001Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document) 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.naca0001V10.NACA0001Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static gov.grants.apply.forms.naca0001V10.NACA0001Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static gov.grants.apply.forms.naca0001V10.NACA0001Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (gov.grants.apply.forms.naca0001V10.NACA0001Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static gov.grants.apply.forms.naca0001V10.NACA0001Document 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.naca0001V10.NACA0001Document) 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
}
}