Please wait. This can take some minutes ...
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.
gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument Maven / Gradle / Ivy
/*
* An XML document type.
* Localname: SummaryLineItem
* Namespace: http://apply.grants.gov/forms/SF424A-V1.0
* Java type: gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument
*
* Automatically generated - do not modify.
*/
package gov.grants.apply.forms.sf424AV10;
/**
* A document containing one SummaryLineItem(@http://apply.grants.gov/forms/SF424A-V1.0) element.
*
* This is a complex type.
*/
public interface SummaryLineItemDocument extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SummaryLineItemDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("summarylineitem2abadoctype");
/**
* Gets the "SummaryLineItem" element
*/
gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument.SummaryLineItem getSummaryLineItem();
/**
* Sets the "SummaryLineItem" element
*/
void setSummaryLineItem(gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument.SummaryLineItem summaryLineItem);
/**
* Appends and returns a new empty "SummaryLineItem" element
*/
gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument.SummaryLineItem addNewSummaryLineItem();
/**
* An XML SummaryLineItem(@http://apply.grants.gov/forms/SF424A-V1.0).
*
* This is a complex type.
*/
public interface SummaryLineItem extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SummaryLineItem.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("summarylineitem5e73elemtype");
/**
* Gets the "CFDANumber" element
*/
java.lang.String getCFDANumber();
/**
* Gets (as xml) the "CFDANumber" element
*/
gov.grants.apply.system.globalV10.StringMin1Max15Type xgetCFDANumber();
/**
* True if has "CFDANumber" element
*/
boolean isSetCFDANumber();
/**
* Sets the "CFDANumber" element
*/
void setCFDANumber(java.lang.String cfdaNumber);
/**
* Sets (as xml) the "CFDANumber" element
*/
void xsetCFDANumber(gov.grants.apply.system.globalV10.StringMin1Max15Type cfdaNumber);
/**
* Unsets the "CFDANumber" element
*/
void unsetCFDANumber();
/**
* Gets the "BudgetFederalEstimatedUnobligatedAmount" element
*/
java.math.BigDecimal getBudgetFederalEstimatedUnobligatedAmount();
/**
* Gets (as xml) the "BudgetFederalEstimatedUnobligatedAmount" element
*/
gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetBudgetFederalEstimatedUnobligatedAmount();
/**
* True if has "BudgetFederalEstimatedUnobligatedAmount" element
*/
boolean isSetBudgetFederalEstimatedUnobligatedAmount();
/**
* Sets the "BudgetFederalEstimatedUnobligatedAmount" element
*/
void setBudgetFederalEstimatedUnobligatedAmount(java.math.BigDecimal budgetFederalEstimatedUnobligatedAmount);
/**
* Sets (as xml) the "BudgetFederalEstimatedUnobligatedAmount" element
*/
void xsetBudgetFederalEstimatedUnobligatedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type budgetFederalEstimatedUnobligatedAmount);
/**
* Unsets the "BudgetFederalEstimatedUnobligatedAmount" element
*/
void unsetBudgetFederalEstimatedUnobligatedAmount();
/**
* Gets the "BudgetNonFederalEstimatedUnobligatedAmount" element
*/
java.math.BigDecimal getBudgetNonFederalEstimatedUnobligatedAmount();
/**
* Gets (as xml) the "BudgetNonFederalEstimatedUnobligatedAmount" element
*/
gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetBudgetNonFederalEstimatedUnobligatedAmount();
/**
* True if has "BudgetNonFederalEstimatedUnobligatedAmount" element
*/
boolean isSetBudgetNonFederalEstimatedUnobligatedAmount();
/**
* Sets the "BudgetNonFederalEstimatedUnobligatedAmount" element
*/
void setBudgetNonFederalEstimatedUnobligatedAmount(java.math.BigDecimal budgetNonFederalEstimatedUnobligatedAmount);
/**
* Sets (as xml) the "BudgetNonFederalEstimatedUnobligatedAmount" element
*/
void xsetBudgetNonFederalEstimatedUnobligatedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type budgetNonFederalEstimatedUnobligatedAmount);
/**
* Unsets the "BudgetNonFederalEstimatedUnobligatedAmount" element
*/
void unsetBudgetNonFederalEstimatedUnobligatedAmount();
/**
* Gets the "BudgetFederalNewOrRevisedAmount" element
*/
java.math.BigDecimal getBudgetFederalNewOrRevisedAmount();
/**
* Gets (as xml) the "BudgetFederalNewOrRevisedAmount" element
*/
gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetBudgetFederalNewOrRevisedAmount();
/**
* True if has "BudgetFederalNewOrRevisedAmount" element
*/
boolean isSetBudgetFederalNewOrRevisedAmount();
/**
* Sets the "BudgetFederalNewOrRevisedAmount" element
*/
void setBudgetFederalNewOrRevisedAmount(java.math.BigDecimal budgetFederalNewOrRevisedAmount);
/**
* Sets (as xml) the "BudgetFederalNewOrRevisedAmount" element
*/
void xsetBudgetFederalNewOrRevisedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type budgetFederalNewOrRevisedAmount);
/**
* Unsets the "BudgetFederalNewOrRevisedAmount" element
*/
void unsetBudgetFederalNewOrRevisedAmount();
/**
* Gets the "BudgetNonFederalNewOrRevisedAmount" element
*/
java.math.BigDecimal getBudgetNonFederalNewOrRevisedAmount();
/**
* Gets (as xml) the "BudgetNonFederalNewOrRevisedAmount" element
*/
gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetBudgetNonFederalNewOrRevisedAmount();
/**
* True if has "BudgetNonFederalNewOrRevisedAmount" element
*/
boolean isSetBudgetNonFederalNewOrRevisedAmount();
/**
* Sets the "BudgetNonFederalNewOrRevisedAmount" element
*/
void setBudgetNonFederalNewOrRevisedAmount(java.math.BigDecimal budgetNonFederalNewOrRevisedAmount);
/**
* Sets (as xml) the "BudgetNonFederalNewOrRevisedAmount" element
*/
void xsetBudgetNonFederalNewOrRevisedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type budgetNonFederalNewOrRevisedAmount);
/**
* Unsets the "BudgetNonFederalNewOrRevisedAmount" element
*/
void unsetBudgetNonFederalNewOrRevisedAmount();
/**
* Gets the "BudgetTotalNewOrRevisedAmount" element
*/
java.math.BigDecimal getBudgetTotalNewOrRevisedAmount();
/**
* Gets (as xml) the "BudgetTotalNewOrRevisedAmount" element
*/
gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type xgetBudgetTotalNewOrRevisedAmount();
/**
* True if has "BudgetTotalNewOrRevisedAmount" element
*/
boolean isSetBudgetTotalNewOrRevisedAmount();
/**
* Sets the "BudgetTotalNewOrRevisedAmount" element
*/
void setBudgetTotalNewOrRevisedAmount(java.math.BigDecimal budgetTotalNewOrRevisedAmount);
/**
* Sets (as xml) the "BudgetTotalNewOrRevisedAmount" element
*/
void xsetBudgetTotalNewOrRevisedAmount(gov.grants.apply.system.globalV10.DecimalMin1Max14Places2Type budgetTotalNewOrRevisedAmount);
/**
* Unsets the "BudgetTotalNewOrRevisedAmount" element
*/
void unsetBudgetTotalNewOrRevisedAmount();
/**
* Gets the "activityTitle" attribute
*/
java.lang.String getActivityTitle();
/**
* Gets (as xml) the "activityTitle" attribute
*/
gov.grants.apply.system.globalV10.StringMin1Max120Type xgetActivityTitle();
/**
* Sets the "activityTitle" attribute
*/
void setActivityTitle(java.lang.String activityTitle);
/**
* Sets (as xml) the "activityTitle" attribute
*/
void xsetActivityTitle(gov.grants.apply.system.globalV10.StringMin1Max120Type activityTitle);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument.SummaryLineItem newInstance() {
return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument.SummaryLineItem) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument.SummaryLineItem newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument.SummaryLineItem) 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.sf424AV10.SummaryLineItemDocument newInstance() {
return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) 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.sf424AV10.SummaryLineItemDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static gov.grants.apply.forms.sf424AV10.SummaryLineItemDocument 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.sf424AV10.SummaryLineItemDocument) 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
}
}