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: RR_Budget10
* Namespace: http://apply.grants.gov/forms/RR_Budget10-V1.1
* Java type: gov.grants.apply.forms.rrBudget10V11.RRBudget10Document
*
* Automatically generated - do not modify.
*/
package gov.grants.apply.forms.rrBudget10V11;
/**
* A document containing one RR_Budget10(@http://apply.grants.gov/forms/RR_Budget10-V1.1) element.
*
* This is a complex type.
*/
public interface RRBudget10Document extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RRBudget10Document.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("rrbudget1028a4doctype");
/**
* Gets the "RR_Budget10" element
*/
gov.grants.apply.forms.rrBudget10V11.RRBudget10Document.RRBudget10 getRRBudget10();
/**
* Sets the "RR_Budget10" element
*/
void setRRBudget10(gov.grants.apply.forms.rrBudget10V11.RRBudget10Document.RRBudget10 rrBudget10);
/**
* Appends and returns a new empty "RR_Budget10" element
*/
gov.grants.apply.forms.rrBudget10V11.RRBudget10Document.RRBudget10 addNewRRBudget10();
/**
* An XML RR_Budget10(@http://apply.grants.gov/forms/RR_Budget10-V1.1).
*
* This is a complex type.
*/
public interface RRBudget10 extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RRBudget10.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("rrbudget101735elemtype");
/**
* Gets the "DUNSID" element
*/
java.lang.String getDUNSID();
/**
* Gets (as xml) the "DUNSID" element
*/
gov.grants.apply.system.globalLibraryV20.DUNSIDDataType xgetDUNSID();
/**
* Sets the "DUNSID" element
*/
void setDUNSID(java.lang.String dunsid);
/**
* Sets (as xml) the "DUNSID" element
*/
void xsetDUNSID(gov.grants.apply.system.globalLibraryV20.DUNSIDDataType dunsid);
/**
* Gets the "BudgetType" element
*/
gov.grants.apply.forms.rrBudget10V11.BudgetTypeDataType.Enum getBudgetType();
/**
* Gets (as xml) the "BudgetType" element
*/
gov.grants.apply.forms.rrBudget10V11.BudgetTypeDataType xgetBudgetType();
/**
* Sets the "BudgetType" element
*/
void setBudgetType(gov.grants.apply.forms.rrBudget10V11.BudgetTypeDataType.Enum budgetType);
/**
* Sets (as xml) the "BudgetType" element
*/
void xsetBudgetType(gov.grants.apply.forms.rrBudget10V11.BudgetTypeDataType budgetType);
/**
* Gets the "OrganizationName" element
*/
java.lang.String getOrganizationName();
/**
* Gets (as xml) the "OrganizationName" element
*/
gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType xgetOrganizationName();
/**
* True if has "OrganizationName" element
*/
boolean isSetOrganizationName();
/**
* Sets the "OrganizationName" element
*/
void setOrganizationName(java.lang.String organizationName);
/**
* Sets (as xml) the "OrganizationName" element
*/
void xsetOrganizationName(gov.grants.apply.system.globalLibraryV20.OrganizationNameDataType organizationName);
/**
* Unsets the "OrganizationName" element
*/
void unsetOrganizationName();
/**
* Gets array of all "BudgetYear" elements
*/
gov.grants.apply.forms.rrBudget10V11.BudgetYearDataType[] getBudgetYearArray();
/**
* Gets ith "BudgetYear" element
*/
gov.grants.apply.forms.rrBudget10V11.BudgetYearDataType getBudgetYearArray(int i);
/**
* Returns number of "BudgetYear" element
*/
int sizeOfBudgetYearArray();
/**
* Sets array of all "BudgetYear" element
*/
void setBudgetYearArray(gov.grants.apply.forms.rrBudget10V11.BudgetYearDataType[] budgetYearArray);
/**
* Sets ith "BudgetYear" element
*/
void setBudgetYearArray(int i, gov.grants.apply.forms.rrBudget10V11.BudgetYearDataType budgetYear);
/**
* Inserts and returns a new empty value (as xml) as the ith "BudgetYear" element
*/
gov.grants.apply.forms.rrBudget10V11.BudgetYearDataType insertNewBudgetYear(int i);
/**
* Appends and returns a new empty value (as xml) as the last "BudgetYear" element
*/
gov.grants.apply.forms.rrBudget10V11.BudgetYearDataType addNewBudgetYear();
/**
* Removes the ith "BudgetYear" element
*/
void removeBudgetYear(int i);
/**
* Gets the "BudgetJustificationAttachment" element
*/
gov.grants.apply.system.attachmentsV10.AttachedFileDataType getBudgetJustificationAttachment();
/**
* Sets the "BudgetJustificationAttachment" element
*/
void setBudgetJustificationAttachment(gov.grants.apply.system.attachmentsV10.AttachedFileDataType budgetJustificationAttachment);
/**
* Appends and returns a new empty "BudgetJustificationAttachment" element
*/
gov.grants.apply.system.attachmentsV10.AttachedFileDataType addNewBudgetJustificationAttachment();
/**
* Gets the "BudgetSummary" element
*/
gov.grants.apply.forms.rrBudget10V11.RRBudget10Document.RRBudget10.BudgetSummary getBudgetSummary();
/**
* Sets the "BudgetSummary" element
*/
void setBudgetSummary(gov.grants.apply.forms.rrBudget10V11.RRBudget10Document.RRBudget10.BudgetSummary budgetSummary);
/**
* Appends and returns a new empty "BudgetSummary" element
*/
gov.grants.apply.forms.rrBudget10V11.RRBudget10Document.RRBudget10.BudgetSummary addNewBudgetSummary();
/**
* 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 BudgetSummary(@http://apply.grants.gov/forms/RR_Budget10-V1.1).
*
* This is a complex type.
*/
public interface BudgetSummary extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BudgetSummary.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("budgetsummaryb228elemtype");
/**
* Gets the "CumulativeTotalFundsRequestedSeniorKeyPerson" element
*/
java.math.BigDecimal getCumulativeTotalFundsRequestedSeniorKeyPerson();
/**
* Gets (as xml) the "CumulativeTotalFundsRequestedSeniorKeyPerson" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedSeniorKeyPerson();
/**
* Sets the "CumulativeTotalFundsRequestedSeniorKeyPerson" element
*/
void setCumulativeTotalFundsRequestedSeniorKeyPerson(java.math.BigDecimal cumulativeTotalFundsRequestedSeniorKeyPerson);
/**
* Sets (as xml) the "CumulativeTotalFundsRequestedSeniorKeyPerson" element
*/
void xsetCumulativeTotalFundsRequestedSeniorKeyPerson(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedSeniorKeyPerson);
/**
* Gets the "CumulativeTotalFundsRequestedOtherPersonnel" element
*/
java.math.BigDecimal getCumulativeTotalFundsRequestedOtherPersonnel();
/**
* Gets (as xml) the "CumulativeTotalFundsRequestedOtherPersonnel" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedOtherPersonnel();
/**
* True if has "CumulativeTotalFundsRequestedOtherPersonnel" element
*/
boolean isSetCumulativeTotalFundsRequestedOtherPersonnel();
/**
* Sets the "CumulativeTotalFundsRequestedOtherPersonnel" element
*/
void setCumulativeTotalFundsRequestedOtherPersonnel(java.math.BigDecimal cumulativeTotalFundsRequestedOtherPersonnel);
/**
* Sets (as xml) the "CumulativeTotalFundsRequestedOtherPersonnel" element
*/
void xsetCumulativeTotalFundsRequestedOtherPersonnel(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedOtherPersonnel);
/**
* Unsets the "CumulativeTotalFundsRequestedOtherPersonnel" element
*/
void unsetCumulativeTotalFundsRequestedOtherPersonnel();
/**
* Gets the "CumulativeTotalNoOtherPersonnel" element
*/
int getCumulativeTotalNoOtherPersonnel();
/**
* Gets (as xml) the "CumulativeTotalNoOtherPersonnel" element
*/
gov.grants.apply.forms.rrBudget10V11.Int4DataType xgetCumulativeTotalNoOtherPersonnel();
/**
* True if has "CumulativeTotalNoOtherPersonnel" element
*/
boolean isSetCumulativeTotalNoOtherPersonnel();
/**
* Sets the "CumulativeTotalNoOtherPersonnel" element
*/
void setCumulativeTotalNoOtherPersonnel(int cumulativeTotalNoOtherPersonnel);
/**
* Sets (as xml) the "CumulativeTotalNoOtherPersonnel" element
*/
void xsetCumulativeTotalNoOtherPersonnel(gov.grants.apply.forms.rrBudget10V11.Int4DataType cumulativeTotalNoOtherPersonnel);
/**
* Unsets the "CumulativeTotalNoOtherPersonnel" element
*/
void unsetCumulativeTotalNoOtherPersonnel();
/**
* Gets the "CumulativeTotalFundsRequestedPersonnel" element
*/
java.math.BigDecimal getCumulativeTotalFundsRequestedPersonnel();
/**
* Gets (as xml) the "CumulativeTotalFundsRequestedPersonnel" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedPersonnel();
/**
* Sets the "CumulativeTotalFundsRequestedPersonnel" element
*/
void setCumulativeTotalFundsRequestedPersonnel(java.math.BigDecimal cumulativeTotalFundsRequestedPersonnel);
/**
* Sets (as xml) the "CumulativeTotalFundsRequestedPersonnel" element
*/
void xsetCumulativeTotalFundsRequestedPersonnel(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedPersonnel);
/**
* Gets the "CumulativeTotalFundsRequestedEquipment" element
*/
java.math.BigDecimal getCumulativeTotalFundsRequestedEquipment();
/**
* Gets (as xml) the "CumulativeTotalFundsRequestedEquipment" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedEquipment();
/**
* True if has "CumulativeTotalFundsRequestedEquipment" element
*/
boolean isSetCumulativeTotalFundsRequestedEquipment();
/**
* Sets the "CumulativeTotalFundsRequestedEquipment" element
*/
void setCumulativeTotalFundsRequestedEquipment(java.math.BigDecimal cumulativeTotalFundsRequestedEquipment);
/**
* Sets (as xml) the "CumulativeTotalFundsRequestedEquipment" element
*/
void xsetCumulativeTotalFundsRequestedEquipment(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedEquipment);
/**
* Unsets the "CumulativeTotalFundsRequestedEquipment" element
*/
void unsetCumulativeTotalFundsRequestedEquipment();
/**
* Gets the "CumulativeTotalFundsRequestedTravel" element
*/
java.math.BigDecimal getCumulativeTotalFundsRequestedTravel();
/**
* Gets (as xml) the "CumulativeTotalFundsRequestedTravel" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedTravel();
/**
* True if has "CumulativeTotalFundsRequestedTravel" element
*/
boolean isSetCumulativeTotalFundsRequestedTravel();
/**
* Sets the "CumulativeTotalFundsRequestedTravel" element
*/
void setCumulativeTotalFundsRequestedTravel(java.math.BigDecimal cumulativeTotalFundsRequestedTravel);
/**
* Sets (as xml) the "CumulativeTotalFundsRequestedTravel" element
*/
void xsetCumulativeTotalFundsRequestedTravel(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedTravel);
/**
* Unsets the "CumulativeTotalFundsRequestedTravel" element
*/
void unsetCumulativeTotalFundsRequestedTravel();
/**
* Gets the "CumulativeDomesticTravelCosts" element
*/
java.math.BigDecimal getCumulativeDomesticTravelCosts();
/**
* Gets (as xml) the "CumulativeDomesticTravelCosts" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeDomesticTravelCosts();
/**
* True if has "CumulativeDomesticTravelCosts" element
*/
boolean isSetCumulativeDomesticTravelCosts();
/**
* Sets the "CumulativeDomesticTravelCosts" element
*/
void setCumulativeDomesticTravelCosts(java.math.BigDecimal cumulativeDomesticTravelCosts);
/**
* Sets (as xml) the "CumulativeDomesticTravelCosts" element
*/
void xsetCumulativeDomesticTravelCosts(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeDomesticTravelCosts);
/**
* Unsets the "CumulativeDomesticTravelCosts" element
*/
void unsetCumulativeDomesticTravelCosts();
/**
* Gets the "CumulativeForeignTravelCosts" element
*/
java.math.BigDecimal getCumulativeForeignTravelCosts();
/**
* Gets (as xml) the "CumulativeForeignTravelCosts" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeForeignTravelCosts();
/**
* True if has "CumulativeForeignTravelCosts" element
*/
boolean isSetCumulativeForeignTravelCosts();
/**
* Sets the "CumulativeForeignTravelCosts" element
*/
void setCumulativeForeignTravelCosts(java.math.BigDecimal cumulativeForeignTravelCosts);
/**
* Sets (as xml) the "CumulativeForeignTravelCosts" element
*/
void xsetCumulativeForeignTravelCosts(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeForeignTravelCosts);
/**
* Unsets the "CumulativeForeignTravelCosts" element
*/
void unsetCumulativeForeignTravelCosts();
/**
* Gets the "CumulativeTotalFundsRequestedTraineeCosts" element
*/
java.math.BigDecimal getCumulativeTotalFundsRequestedTraineeCosts();
/**
* Gets (as xml) the "CumulativeTotalFundsRequestedTraineeCosts" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedTraineeCosts();
/**
* True if has "CumulativeTotalFundsRequestedTraineeCosts" element
*/
boolean isSetCumulativeTotalFundsRequestedTraineeCosts();
/**
* Sets the "CumulativeTotalFundsRequestedTraineeCosts" element
*/
void setCumulativeTotalFundsRequestedTraineeCosts(java.math.BigDecimal cumulativeTotalFundsRequestedTraineeCosts);
/**
* Sets (as xml) the "CumulativeTotalFundsRequestedTraineeCosts" element
*/
void xsetCumulativeTotalFundsRequestedTraineeCosts(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedTraineeCosts);
/**
* Unsets the "CumulativeTotalFundsRequestedTraineeCosts" element
*/
void unsetCumulativeTotalFundsRequestedTraineeCosts();
/**
* Gets the "CumulativeTraineeTuitionFeesHealthInsurance" element
*/
java.math.BigDecimal getCumulativeTraineeTuitionFeesHealthInsurance();
/**
* Gets (as xml) the "CumulativeTraineeTuitionFeesHealthInsurance" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeTraineeTuitionFeesHealthInsurance();
/**
* True if has "CumulativeTraineeTuitionFeesHealthInsurance" element
*/
boolean isSetCumulativeTraineeTuitionFeesHealthInsurance();
/**
* Sets the "CumulativeTraineeTuitionFeesHealthInsurance" element
*/
void setCumulativeTraineeTuitionFeesHealthInsurance(java.math.BigDecimal cumulativeTraineeTuitionFeesHealthInsurance);
/**
* Sets (as xml) the "CumulativeTraineeTuitionFeesHealthInsurance" element
*/
void xsetCumulativeTraineeTuitionFeesHealthInsurance(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeTraineeTuitionFeesHealthInsurance);
/**
* Unsets the "CumulativeTraineeTuitionFeesHealthInsurance" element
*/
void unsetCumulativeTraineeTuitionFeesHealthInsurance();
/**
* Gets the "CumulativeTraineeStipends" element
*/
java.math.BigDecimal getCumulativeTraineeStipends();
/**
* Gets (as xml) the "CumulativeTraineeStipends" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeTraineeStipends();
/**
* True if has "CumulativeTraineeStipends" element
*/
boolean isSetCumulativeTraineeStipends();
/**
* Sets the "CumulativeTraineeStipends" element
*/
void setCumulativeTraineeStipends(java.math.BigDecimal cumulativeTraineeStipends);
/**
* Sets (as xml) the "CumulativeTraineeStipends" element
*/
void xsetCumulativeTraineeStipends(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeTraineeStipends);
/**
* Unsets the "CumulativeTraineeStipends" element
*/
void unsetCumulativeTraineeStipends();
/**
* Gets the "CumulativeTraineeTravel" element
*/
java.math.BigDecimal getCumulativeTraineeTravel();
/**
* Gets (as xml) the "CumulativeTraineeTravel" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeTraineeTravel();
/**
* True if has "CumulativeTraineeTravel" element
*/
boolean isSetCumulativeTraineeTravel();
/**
* Sets the "CumulativeTraineeTravel" element
*/
void setCumulativeTraineeTravel(java.math.BigDecimal cumulativeTraineeTravel);
/**
* Sets (as xml) the "CumulativeTraineeTravel" element
*/
void xsetCumulativeTraineeTravel(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeTraineeTravel);
/**
* Unsets the "CumulativeTraineeTravel" element
*/
void unsetCumulativeTraineeTravel();
/**
* Gets the "CumulativeTraineeSubsistence" element
*/
java.math.BigDecimal getCumulativeTraineeSubsistence();
/**
* Gets (as xml) the "CumulativeTraineeSubsistence" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeTraineeSubsistence();
/**
* True if has "CumulativeTraineeSubsistence" element
*/
boolean isSetCumulativeTraineeSubsistence();
/**
* Sets the "CumulativeTraineeSubsistence" element
*/
void setCumulativeTraineeSubsistence(java.math.BigDecimal cumulativeTraineeSubsistence);
/**
* Sets (as xml) the "CumulativeTraineeSubsistence" element
*/
void xsetCumulativeTraineeSubsistence(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeTraineeSubsistence);
/**
* Unsets the "CumulativeTraineeSubsistence" element
*/
void unsetCumulativeTraineeSubsistence();
/**
* Gets the "CumulativeOtherTraineeCost" element
*/
java.math.BigDecimal getCumulativeOtherTraineeCost();
/**
* Gets (as xml) the "CumulativeOtherTraineeCost" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeOtherTraineeCost();
/**
* True if has "CumulativeOtherTraineeCost" element
*/
boolean isSetCumulativeOtherTraineeCost();
/**
* Sets the "CumulativeOtherTraineeCost" element
*/
void setCumulativeOtherTraineeCost(java.math.BigDecimal cumulativeOtherTraineeCost);
/**
* Sets (as xml) the "CumulativeOtherTraineeCost" element
*/
void xsetCumulativeOtherTraineeCost(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeOtherTraineeCost);
/**
* Unsets the "CumulativeOtherTraineeCost" element
*/
void unsetCumulativeOtherTraineeCost();
/**
* Gets the "CumulativeNoofTrainees" element
*/
int getCumulativeNoofTrainees();
/**
* Gets (as xml) the "CumulativeNoofTrainees" element
*/
gov.grants.apply.forms.rrBudget10V11.Int3DataType xgetCumulativeNoofTrainees();
/**
* True if has "CumulativeNoofTrainees" element
*/
boolean isSetCumulativeNoofTrainees();
/**
* Sets the "CumulativeNoofTrainees" element
*/
void setCumulativeNoofTrainees(int cumulativeNoofTrainees);
/**
* Sets (as xml) the "CumulativeNoofTrainees" element
*/
void xsetCumulativeNoofTrainees(gov.grants.apply.forms.rrBudget10V11.Int3DataType cumulativeNoofTrainees);
/**
* Unsets the "CumulativeNoofTrainees" element
*/
void unsetCumulativeNoofTrainees();
/**
* Gets the "CumulativeTotalFundsRequestedOtherDirectCosts" element
*/
java.math.BigDecimal getCumulativeTotalFundsRequestedOtherDirectCosts();
/**
* Gets (as xml) the "CumulativeTotalFundsRequestedOtherDirectCosts" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedOtherDirectCosts();
/**
* True if has "CumulativeTotalFundsRequestedOtherDirectCosts" element
*/
boolean isSetCumulativeTotalFundsRequestedOtherDirectCosts();
/**
* Sets the "CumulativeTotalFundsRequestedOtherDirectCosts" element
*/
void setCumulativeTotalFundsRequestedOtherDirectCosts(java.math.BigDecimal cumulativeTotalFundsRequestedOtherDirectCosts);
/**
* Sets (as xml) the "CumulativeTotalFundsRequestedOtherDirectCosts" element
*/
void xsetCumulativeTotalFundsRequestedOtherDirectCosts(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedOtherDirectCosts);
/**
* Unsets the "CumulativeTotalFundsRequestedOtherDirectCosts" element
*/
void unsetCumulativeTotalFundsRequestedOtherDirectCosts();
/**
* Gets the "CumulativeMaterialAndSupplies" element
*/
java.math.BigDecimal getCumulativeMaterialAndSupplies();
/**
* Gets (as xml) the "CumulativeMaterialAndSupplies" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeMaterialAndSupplies();
/**
* True if has "CumulativeMaterialAndSupplies" element
*/
boolean isSetCumulativeMaterialAndSupplies();
/**
* Sets the "CumulativeMaterialAndSupplies" element
*/
void setCumulativeMaterialAndSupplies(java.math.BigDecimal cumulativeMaterialAndSupplies);
/**
* Sets (as xml) the "CumulativeMaterialAndSupplies" element
*/
void xsetCumulativeMaterialAndSupplies(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeMaterialAndSupplies);
/**
* Unsets the "CumulativeMaterialAndSupplies" element
*/
void unsetCumulativeMaterialAndSupplies();
/**
* Gets the "CumulativePublicationCosts" element
*/
java.math.BigDecimal getCumulativePublicationCosts();
/**
* Gets (as xml) the "CumulativePublicationCosts" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativePublicationCosts();
/**
* True if has "CumulativePublicationCosts" element
*/
boolean isSetCumulativePublicationCosts();
/**
* Sets the "CumulativePublicationCosts" element
*/
void setCumulativePublicationCosts(java.math.BigDecimal cumulativePublicationCosts);
/**
* Sets (as xml) the "CumulativePublicationCosts" element
*/
void xsetCumulativePublicationCosts(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativePublicationCosts);
/**
* Unsets the "CumulativePublicationCosts" element
*/
void unsetCumulativePublicationCosts();
/**
* Gets the "CumulativeConsultantServices" element
*/
java.math.BigDecimal getCumulativeConsultantServices();
/**
* Gets (as xml) the "CumulativeConsultantServices" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeConsultantServices();
/**
* True if has "CumulativeConsultantServices" element
*/
boolean isSetCumulativeConsultantServices();
/**
* Sets the "CumulativeConsultantServices" element
*/
void setCumulativeConsultantServices(java.math.BigDecimal cumulativeConsultantServices);
/**
* Sets (as xml) the "CumulativeConsultantServices" element
*/
void xsetCumulativeConsultantServices(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeConsultantServices);
/**
* Unsets the "CumulativeConsultantServices" element
*/
void unsetCumulativeConsultantServices();
/**
* Gets the "CumulativeADPComputerServices" element
*/
java.math.BigDecimal getCumulativeADPComputerServices();
/**
* Gets (as xml) the "CumulativeADPComputerServices" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeADPComputerServices();
/**
* True if has "CumulativeADPComputerServices" element
*/
boolean isSetCumulativeADPComputerServices();
/**
* Sets the "CumulativeADPComputerServices" element
*/
void setCumulativeADPComputerServices(java.math.BigDecimal cumulativeADPComputerServices);
/**
* Sets (as xml) the "CumulativeADPComputerServices" element
*/
void xsetCumulativeADPComputerServices(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeADPComputerServices);
/**
* Unsets the "CumulativeADPComputerServices" element
*/
void unsetCumulativeADPComputerServices();
/**
* Gets the "CumulativeSubawardConsortiumContractualCosts" element
*/
java.math.BigDecimal getCumulativeSubawardConsortiumContractualCosts();
/**
* Gets (as xml) the "CumulativeSubawardConsortiumContractualCosts" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeSubawardConsortiumContractualCosts();
/**
* True if has "CumulativeSubawardConsortiumContractualCosts" element
*/
boolean isSetCumulativeSubawardConsortiumContractualCosts();
/**
* Sets the "CumulativeSubawardConsortiumContractualCosts" element
*/
void setCumulativeSubawardConsortiumContractualCosts(java.math.BigDecimal cumulativeSubawardConsortiumContractualCosts);
/**
* Sets (as xml) the "CumulativeSubawardConsortiumContractualCosts" element
*/
void xsetCumulativeSubawardConsortiumContractualCosts(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeSubawardConsortiumContractualCosts);
/**
* Unsets the "CumulativeSubawardConsortiumContractualCosts" element
*/
void unsetCumulativeSubawardConsortiumContractualCosts();
/**
* Gets the "CumulativeEquipmentFacilityRentalFees" element
*/
java.math.BigDecimal getCumulativeEquipmentFacilityRentalFees();
/**
* Gets (as xml) the "CumulativeEquipmentFacilityRentalFees" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeEquipmentFacilityRentalFees();
/**
* True if has "CumulativeEquipmentFacilityRentalFees" element
*/
boolean isSetCumulativeEquipmentFacilityRentalFees();
/**
* Sets the "CumulativeEquipmentFacilityRentalFees" element
*/
void setCumulativeEquipmentFacilityRentalFees(java.math.BigDecimal cumulativeEquipmentFacilityRentalFees);
/**
* Sets (as xml) the "CumulativeEquipmentFacilityRentalFees" element
*/
void xsetCumulativeEquipmentFacilityRentalFees(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeEquipmentFacilityRentalFees);
/**
* Unsets the "CumulativeEquipmentFacilityRentalFees" element
*/
void unsetCumulativeEquipmentFacilityRentalFees();
/**
* Gets the "CumulativeAlterationsAndRenovations" element
*/
java.math.BigDecimal getCumulativeAlterationsAndRenovations();
/**
* Gets (as xml) the "CumulativeAlterationsAndRenovations" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeAlterationsAndRenovations();
/**
* True if has "CumulativeAlterationsAndRenovations" element
*/
boolean isSetCumulativeAlterationsAndRenovations();
/**
* Sets the "CumulativeAlterationsAndRenovations" element
*/
void setCumulativeAlterationsAndRenovations(java.math.BigDecimal cumulativeAlterationsAndRenovations);
/**
* Sets (as xml) the "CumulativeAlterationsAndRenovations" element
*/
void xsetCumulativeAlterationsAndRenovations(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeAlterationsAndRenovations);
/**
* Unsets the "CumulativeAlterationsAndRenovations" element
*/
void unsetCumulativeAlterationsAndRenovations();
/**
* Gets the "CumulativeOther1DirectCost" element
*/
java.math.BigDecimal getCumulativeOther1DirectCost();
/**
* Gets (as xml) the "CumulativeOther1DirectCost" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeOther1DirectCost();
/**
* True if has "CumulativeOther1DirectCost" element
*/
boolean isSetCumulativeOther1DirectCost();
/**
* Sets the "CumulativeOther1DirectCost" element
*/
void setCumulativeOther1DirectCost(java.math.BigDecimal cumulativeOther1DirectCost);
/**
* Sets (as xml) the "CumulativeOther1DirectCost" element
*/
void xsetCumulativeOther1DirectCost(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeOther1DirectCost);
/**
* Unsets the "CumulativeOther1DirectCost" element
*/
void unsetCumulativeOther1DirectCost();
/**
* Gets the "CumulativeOther2DirectCost" element
*/
java.math.BigDecimal getCumulativeOther2DirectCost();
/**
* Gets (as xml) the "CumulativeOther2DirectCost" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeOther2DirectCost();
/**
* True if has "CumulativeOther2DirectCost" element
*/
boolean isSetCumulativeOther2DirectCost();
/**
* Sets the "CumulativeOther2DirectCost" element
*/
void setCumulativeOther2DirectCost(java.math.BigDecimal cumulativeOther2DirectCost);
/**
* Sets (as xml) the "CumulativeOther2DirectCost" element
*/
void xsetCumulativeOther2DirectCost(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeOther2DirectCost);
/**
* Unsets the "CumulativeOther2DirectCost" element
*/
void unsetCumulativeOther2DirectCost();
/**
* Gets the "CumulativeOther3DirectCost" element
*/
java.math.BigDecimal getCumulativeOther3DirectCost();
/**
* Gets (as xml) the "CumulativeOther3DirectCost" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType xgetCumulativeOther3DirectCost();
/**
* True if has "CumulativeOther3DirectCost" element
*/
boolean isSetCumulativeOther3DirectCost();
/**
* Sets the "CumulativeOther3DirectCost" element
*/
void setCumulativeOther3DirectCost(java.math.BigDecimal cumulativeOther3DirectCost);
/**
* Sets (as xml) the "CumulativeOther3DirectCost" element
*/
void xsetCumulativeOther3DirectCost(gov.grants.apply.system.globalLibraryV20.BudgetAmountDataType cumulativeOther3DirectCost);
/**
* Unsets the "CumulativeOther3DirectCost" element
*/
void unsetCumulativeOther3DirectCost();
/**
* Gets the "CumulativeTotalFundsRequestedDirectCosts" element
*/
java.math.BigDecimal getCumulativeTotalFundsRequestedDirectCosts();
/**
* Gets (as xml) the "CumulativeTotalFundsRequestedDirectCosts" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedDirectCosts();
/**
* Sets the "CumulativeTotalFundsRequestedDirectCosts" element
*/
void setCumulativeTotalFundsRequestedDirectCosts(java.math.BigDecimal cumulativeTotalFundsRequestedDirectCosts);
/**
* Sets (as xml) the "CumulativeTotalFundsRequestedDirectCosts" element
*/
void xsetCumulativeTotalFundsRequestedDirectCosts(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedDirectCosts);
/**
* Gets the "CumulativeTotalFundsRequestedIndirectCost" element
*/
java.math.BigDecimal getCumulativeTotalFundsRequestedIndirectCost();
/**
* Gets (as xml) the "CumulativeTotalFundsRequestedIndirectCost" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedIndirectCost();
/**
* True if has "CumulativeTotalFundsRequestedIndirectCost" element
*/
boolean isSetCumulativeTotalFundsRequestedIndirectCost();
/**
* Sets the "CumulativeTotalFundsRequestedIndirectCost" element
*/
void setCumulativeTotalFundsRequestedIndirectCost(java.math.BigDecimal cumulativeTotalFundsRequestedIndirectCost);
/**
* Sets (as xml) the "CumulativeTotalFundsRequestedIndirectCost" element
*/
void xsetCumulativeTotalFundsRequestedIndirectCost(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedIndirectCost);
/**
* Unsets the "CumulativeTotalFundsRequestedIndirectCost" element
*/
void unsetCumulativeTotalFundsRequestedIndirectCost();
/**
* Gets the "CumulativeTotalFundsRequestedDirectIndirectCosts" element
*/
java.math.BigDecimal getCumulativeTotalFundsRequestedDirectIndirectCosts();
/**
* Gets (as xml) the "CumulativeTotalFundsRequestedDirectIndirectCosts" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeTotalFundsRequestedDirectIndirectCosts();
/**
* Sets the "CumulativeTotalFundsRequestedDirectIndirectCosts" element
*/
void setCumulativeTotalFundsRequestedDirectIndirectCosts(java.math.BigDecimal cumulativeTotalFundsRequestedDirectIndirectCosts);
/**
* Sets (as xml) the "CumulativeTotalFundsRequestedDirectIndirectCosts" element
*/
void xsetCumulativeTotalFundsRequestedDirectIndirectCosts(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeTotalFundsRequestedDirectIndirectCosts);
/**
* Gets the "CumulativeFee" element
*/
java.math.BigDecimal getCumulativeFee();
/**
* Gets (as xml) the "CumulativeFee" element
*/
gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType xgetCumulativeFee();
/**
* True if has "CumulativeFee" element
*/
boolean isSetCumulativeFee();
/**
* Sets the "CumulativeFee" element
*/
void setCumulativeFee(java.math.BigDecimal cumulativeFee);
/**
* Sets (as xml) the "CumulativeFee" element
*/
void xsetCumulativeFee(gov.grants.apply.system.globalLibraryV20.BudgetTotalAmountDataType cumulativeFee);
/**
* Unsets the "CumulativeFee" element
*/
void unsetCumulativeFee();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document.RRBudget10.BudgetSummary newInstance() {
return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document.RRBudget10.BudgetSummary) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document.RRBudget10.BudgetSummary newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document.RRBudget10.BudgetSummary) 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.rrBudget10V11.RRBudget10Document.RRBudget10 newInstance() {
return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document.RRBudget10) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document.RRBudget10 newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document.RRBudget10) 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.rrBudget10V11.RRBudget10Document newInstance() {
return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) 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.rrBudget10V11.RRBudget10Document parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (gov.grants.apply.forms.rrBudget10V11.RRBudget10Document) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static gov.grants.apply.forms.rrBudget10V11.RRBudget10Document 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.rrBudget10V11.RRBudget10Document) 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
}
}