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: BasicBudget
* Namespace: http://apply.grants.gov/forms/BasicBudget-V1.0
* Java type: gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument
*
* Automatically generated - do not modify.
*/
package gov.grants.apply.forms.basicBudgetV10;
/**
* A document containing one BasicBudget(@http://apply.grants.gov/forms/BasicBudget-V1.0) element.
*
* This is a complex type.
*/
public interface BasicBudgetDocument extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BasicBudgetDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("basicbudget2d83doctype");
/**
* Gets the "BasicBudget" element
*/
gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget getBasicBudget();
/**
* Sets the "BasicBudget" element
*/
void setBasicBudget(gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget basicBudget);
/**
* Appends and returns a new empty "BasicBudget" element
*/
gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget addNewBasicBudget();
/**
* An XML BasicBudget(@http://apply.grants.gov/forms/BasicBudget-V1.0).
*
* This is a complex type.
*/
public interface BasicBudget extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BasicBudget.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("basicbudgetd484elemtype");
/**
* Gets array of all "CostBreakdown" elements
*/
gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.CostBreakdown[] getCostBreakdownArray();
/**
* Gets ith "CostBreakdown" element
*/
gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.CostBreakdown getCostBreakdownArray(int i);
/**
* Returns number of "CostBreakdown" element
*/
int sizeOfCostBreakdownArray();
/**
* Sets array of all "CostBreakdown" element
*/
void setCostBreakdownArray(gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.CostBreakdown[] costBreakdownArray);
/**
* Sets ith "CostBreakdown" element
*/
void setCostBreakdownArray(int i, gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.CostBreakdown costBreakdown);
/**
* Inserts and returns a new empty value (as xml) as the ith "CostBreakdown" element
*/
gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.CostBreakdown insertNewCostBreakdown(int i);
/**
* Appends and returns a new empty value (as xml) as the last "CostBreakdown" element
*/
gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.CostBreakdown addNewCostBreakdown();
/**
* Removes the ith "CostBreakdown" element
*/
void removeCostBreakdown(int i);
/**
* Gets the "TotalRequestedFunds" element
*/
gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.TotalRequestedFunds getTotalRequestedFunds();
/**
* Sets the "TotalRequestedFunds" element
*/
void setTotalRequestedFunds(gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.TotalRequestedFunds totalRequestedFunds);
/**
* Appends and returns a new empty "TotalRequestedFunds" element
*/
gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.TotalRequestedFunds addNewTotalRequestedFunds();
/**
* Gets the "Percentages" element
*/
gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.Percentages getPercentages();
/**
* Sets the "Percentages" element
*/
void setPercentages(gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.Percentages percentages);
/**
* Appends and returns a new empty "Percentages" element
*/
gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.Percentages addNewPercentages();
/**
* Gets array of all "MatchingFunds" elements
*/
gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds[] getMatchingFundsArray();
/**
* Gets ith "MatchingFunds" element
*/
gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds getMatchingFundsArray(int i);
/**
* Returns number of "MatchingFunds" element
*/
int sizeOfMatchingFundsArray();
/**
* Sets array of all "MatchingFunds" element
*/
void setMatchingFundsArray(gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds[] matchingFundsArray);
/**
* Sets ith "MatchingFunds" element
*/
void setMatchingFundsArray(int i, gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds matchingFunds);
/**
* Inserts and returns a new empty value (as xml) as the ith "MatchingFunds" element
*/
gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds insertNewMatchingFunds(int i);
/**
* Appends and returns a new empty value (as xml) as the last "MatchingFunds" element
*/
gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds addNewMatchingFunds();
/**
* Removes the ith "MatchingFunds" element
*/
void removeMatchingFunds(int i);
/**
* Gets the "TotalMatchProvided" element
*/
java.math.BigDecimal getTotalMatchProvided();
/**
* Gets (as xml) the "TotalMatchProvided" element
*/
gov.grants.apply.forms.basicBudgetV10.BasicBudgetTotalDataType xgetTotalMatchProvided();
/**
* Sets the "TotalMatchProvided" element
*/
void setTotalMatchProvided(java.math.BigDecimal totalMatchProvided);
/**
* Sets (as xml) the "TotalMatchProvided" element
*/
void xsetTotalMatchProvided(gov.grants.apply.forms.basicBudgetV10.BasicBudgetTotalDataType totalMatchProvided);
/**
* Gets the "TotalMatchRequested" element
*/
java.math.BigDecimal getTotalMatchRequested();
/**
* Gets (as xml) the "TotalMatchRequested" element
*/
gov.grants.apply.forms.basicBudgetV10.BasicBudgetTotalDataType xgetTotalMatchRequested();
/**
* Sets the "TotalMatchRequested" element
*/
void setTotalMatchRequested(java.math.BigDecimal totalMatchRequested);
/**
* Sets (as xml) the "TotalMatchRequested" element
*/
void xsetTotalMatchRequested(gov.grants.apply.forms.basicBudgetV10.BasicBudgetTotalDataType totalMatchRequested);
/**
* 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 CostBreakdown(@http://apply.grants.gov/forms/BasicBudget-V1.0).
*
* This is a complex type.
*/
public interface CostBreakdown extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CostBreakdown.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("costbreakdownf564elemtype");
/**
* Gets the "Description" element
*/
java.lang.String getDescription();
/**
* Gets (as xml) the "Description" element
*/
gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.CostBreakdown.Description xgetDescription();
/**
* Sets the "Description" element
*/
void setDescription(java.lang.String description);
/**
* Sets (as xml) the "Description" element
*/
void xsetDescription(gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.CostBreakdown.Description description);
/**
* Gets the "TotalCost" element
*/
java.math.BigDecimal getTotalCost();
/**
* Gets (as xml) the "TotalCost" element
*/
gov.grants.apply.forms.basicBudgetV10.BasicBudgetAmountDataType xgetTotalCost();
/**
* Sets the "TotalCost" element
*/
void setTotalCost(java.math.BigDecimal totalCost);
/**
* Sets (as xml) the "TotalCost" element
*/
void xsetTotalCost(gov.grants.apply.forms.basicBudgetV10.BasicBudgetAmountDataType totalCost);
/**
* Gets the "Requested" element
*/
java.math.BigDecimal getRequested();
/**
* Gets (as xml) the "Requested" element
*/
gov.grants.apply.forms.basicBudgetV10.BasicBudgetAmountDataType xgetRequested();
/**
* Sets the "Requested" element
*/
void setRequested(java.math.BigDecimal requested);
/**
* Sets (as xml) the "Requested" element
*/
void xsetRequested(gov.grants.apply.forms.basicBudgetV10.BasicBudgetAmountDataType requested);
/**
* Gets the "Match" element
*/
java.math.BigDecimal getMatch();
/**
* Gets (as xml) the "Match" element
*/
gov.grants.apply.forms.basicBudgetV10.BasicBudgetAmountDataType xgetMatch();
/**
* Sets the "Match" element
*/
void setMatch(java.math.BigDecimal match);
/**
* Sets (as xml) the "Match" element
*/
void xsetMatch(gov.grants.apply.forms.basicBudgetV10.BasicBudgetAmountDataType match);
/**
* An XML Description(@http://apply.grants.gov/forms/BasicBudget-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument$BasicBudget$CostBreakdown$Description.
*/
public interface Description extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Description.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("description741celemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.CostBreakdown.Description newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.CostBreakdown.Description) type.newValue( obj ); }
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.CostBreakdown.Description newInstance() {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.CostBreakdown.Description) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.CostBreakdown.Description newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.CostBreakdown.Description) 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.basicBudgetV10.BasicBudgetDocument.BasicBudget.CostBreakdown newInstance() {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.CostBreakdown) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.CostBreakdown newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.CostBreakdown) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML TotalRequestedFunds(@http://apply.grants.gov/forms/BasicBudget-V1.0).
*
* This is a complex type.
*/
public interface TotalRequestedFunds extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TotalRequestedFunds.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("totalrequestedfunds0a54elemtype");
/**
* Gets the "TotalRequestedCost" element
*/
java.math.BigDecimal getTotalRequestedCost();
/**
* Gets (as xml) the "TotalRequestedCost" element
*/
gov.grants.apply.forms.basicBudgetV10.BasicBudgetTotalDataType xgetTotalRequestedCost();
/**
* Sets the "TotalRequestedCost" element
*/
void setTotalRequestedCost(java.math.BigDecimal totalRequestedCost);
/**
* Sets (as xml) the "TotalRequestedCost" element
*/
void xsetTotalRequestedCost(gov.grants.apply.forms.basicBudgetV10.BasicBudgetTotalDataType totalRequestedCost);
/**
* Gets the "TotalRequested" element
*/
java.math.BigDecimal getTotalRequested();
/**
* Gets (as xml) the "TotalRequested" element
*/
gov.grants.apply.forms.basicBudgetV10.BasicBudgetTotalDataType xgetTotalRequested();
/**
* Sets the "TotalRequested" element
*/
void setTotalRequested(java.math.BigDecimal totalRequested);
/**
* Sets (as xml) the "TotalRequested" element
*/
void xsetTotalRequested(gov.grants.apply.forms.basicBudgetV10.BasicBudgetTotalDataType totalRequested);
/**
* Gets the "TotalMatch" element
*/
java.math.BigDecimal getTotalMatch();
/**
* Gets (as xml) the "TotalMatch" element
*/
gov.grants.apply.forms.basicBudgetV10.BasicBudgetTotalDataType xgetTotalMatch();
/**
* Sets the "TotalMatch" element
*/
void setTotalMatch(java.math.BigDecimal totalMatch);
/**
* Sets (as xml) the "TotalMatch" element
*/
void xsetTotalMatch(gov.grants.apply.forms.basicBudgetV10.BasicBudgetTotalDataType totalMatch);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.TotalRequestedFunds newInstance() {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.TotalRequestedFunds) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.TotalRequestedFunds newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.TotalRequestedFunds) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML Percentages(@http://apply.grants.gov/forms/BasicBudget-V1.0).
*
* This is a complex type.
*/
public interface Percentages extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Percentages.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("percentagese9ffelemtype");
/**
* Gets the "RequestedPercentage" element
*/
java.math.BigDecimal getRequestedPercentage();
/**
* Gets (as xml) the "RequestedPercentage" element
*/
gov.grants.apply.system.globalLibraryV20.PercentageDecimalDataType xgetRequestedPercentage();
/**
* Sets the "RequestedPercentage" element
*/
void setRequestedPercentage(java.math.BigDecimal requestedPercentage);
/**
* Sets (as xml) the "RequestedPercentage" element
*/
void xsetRequestedPercentage(gov.grants.apply.system.globalLibraryV20.PercentageDecimalDataType requestedPercentage);
/**
* Gets the "MatchPercentage" element
*/
java.math.BigDecimal getMatchPercentage();
/**
* Gets (as xml) the "MatchPercentage" element
*/
gov.grants.apply.system.globalLibraryV20.PercentageDecimalDataType xgetMatchPercentage();
/**
* Sets the "MatchPercentage" element
*/
void setMatchPercentage(java.math.BigDecimal matchPercentage);
/**
* Sets (as xml) the "MatchPercentage" element
*/
void xsetMatchPercentage(gov.grants.apply.system.globalLibraryV20.PercentageDecimalDataType matchPercentage);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.Percentages newInstance() {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.Percentages) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.Percentages newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.Percentages) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML MatchingFunds(@http://apply.grants.gov/forms/BasicBudget-V1.0).
*
* This is a complex type.
*/
public interface MatchingFunds extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MatchingFunds.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("matchingfunds79c7elemtype");
/**
* Gets the "Source" element
*/
java.lang.String getSource();
/**
* Gets (as xml) the "Source" element
*/
gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.Source xgetSource();
/**
* Sets the "Source" element
*/
void setSource(java.lang.String source);
/**
* Sets (as xml) the "Source" element
*/
void xsetSource(gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.Source source);
/**
* Gets the "SourceType" element
*/
gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.SourceType.Enum getSourceType();
/**
* Gets (as xml) the "SourceType" element
*/
gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.SourceType xgetSourceType();
/**
* Sets the "SourceType" element
*/
void setSourceType(gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.SourceType.Enum sourceType);
/**
* Sets (as xml) the "SourceType" element
*/
void xsetSourceType(gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.SourceType sourceType);
/**
* Gets the "MatchType" element
*/
gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.MatchType.Enum getMatchType();
/**
* Gets (as xml) the "MatchType" element
*/
gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.MatchType xgetMatchType();
/**
* Sets the "MatchType" element
*/
void setMatchType(gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.MatchType.Enum matchType);
/**
* Sets (as xml) the "MatchType" element
*/
void xsetMatchType(gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.MatchType matchType);
/**
* Gets the "TypeDescription" element
*/
java.lang.String getTypeDescription();
/**
* Gets (as xml) the "TypeDescription" element
*/
gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.TypeDescription xgetTypeDescription();
/**
* True if has "TypeDescription" element
*/
boolean isSetTypeDescription();
/**
* Sets the "TypeDescription" element
*/
void setTypeDescription(java.lang.String typeDescription);
/**
* Sets (as xml) the "TypeDescription" element
*/
void xsetTypeDescription(gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.TypeDescription typeDescription);
/**
* Unsets the "TypeDescription" element
*/
void unsetTypeDescription();
/**
* Gets the "Amount" element
*/
java.math.BigDecimal getAmount();
/**
* Gets (as xml) the "Amount" element
*/
gov.grants.apply.forms.basicBudgetV10.BasicBudgetAmountDataType xgetAmount();
/**
* Sets the "Amount" element
*/
void setAmount(java.math.BigDecimal amount);
/**
* Sets (as xml) the "Amount" element
*/
void xsetAmount(gov.grants.apply.forms.basicBudgetV10.BasicBudgetAmountDataType amount);
/**
* An XML Source(@http://apply.grants.gov/forms/BasicBudget-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument$BasicBudget$MatchingFunds$Source.
*/
public interface Source extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Source.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("source1890elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.Source newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.Source) type.newValue( obj ); }
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.Source newInstance() {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.Source) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.Source newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.Source) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML SourceType(@http://apply.grants.gov/forms/BasicBudget-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument$BasicBudget$MatchingFunds$SourceType.
*/
public interface SourceType extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SourceType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("sourcetype2e76elemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum STATE = Enum.forString("State");
static final Enum TRIBAL = Enum.forString("Tribal");
static final Enum OTHER_PUBLIC = Enum.forString("Other Public");
static final Enum FEDERAL = Enum.forString("Federal");
static final Enum PRIVATE = Enum.forString("Private");
static final int INT_STATE = Enum.INT_STATE;
static final int INT_TRIBAL = Enum.INT_TRIBAL;
static final int INT_OTHER_PUBLIC = Enum.INT_OTHER_PUBLIC;
static final int INT_FEDERAL = Enum.INT_FEDERAL;
static final int INT_PRIVATE = Enum.INT_PRIVATE;
/**
* Enumeration value class for gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument$BasicBudget$MatchingFunds$SourceType.
* 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_STATE
* 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_STATE = 1;
static final int INT_TRIBAL = 2;
static final int INT_OTHER_PUBLIC = 3;
static final int INT_FEDERAL = 4;
static final int INT_PRIVATE = 5;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("State", INT_STATE),
new Enum("Tribal", INT_TRIBAL),
new Enum("Other Public", INT_OTHER_PUBLIC),
new Enum("Federal", INT_FEDERAL),
new Enum("Private", INT_PRIVATE),
}
);
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.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.SourceType newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.SourceType) type.newValue( obj ); }
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.SourceType newInstance() {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.SourceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.SourceType newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.SourceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML MatchType(@http://apply.grants.gov/forms/BasicBudget-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument$BasicBudget$MatchingFunds$MatchType.
*/
public interface MatchType extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MatchType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("matchtypee1fcelemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum CASH = Enum.forString("cash");
static final Enum MATERIALS = Enum.forString("materials");
static final Enum PROPERTY = Enum.forString("property");
static final Enum EQUIPMENT = Enum.forString("equipment");
static final Enum NON_GOVERNMENT_SERVICES = Enum.forString("non-government services");
static final int INT_CASH = Enum.INT_CASH;
static final int INT_MATERIALS = Enum.INT_MATERIALS;
static final int INT_PROPERTY = Enum.INT_PROPERTY;
static final int INT_EQUIPMENT = Enum.INT_EQUIPMENT;
static final int INT_NON_GOVERNMENT_SERVICES = Enum.INT_NON_GOVERNMENT_SERVICES;
/**
* Enumeration value class for gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument$BasicBudget$MatchingFunds$MatchType.
* 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_CASH
* 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_CASH = 1;
static final int INT_MATERIALS = 2;
static final int INT_PROPERTY = 3;
static final int INT_EQUIPMENT = 4;
static final int INT_NON_GOVERNMENT_SERVICES = 5;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("cash", INT_CASH),
new Enum("materials", INT_MATERIALS),
new Enum("property", INT_PROPERTY),
new Enum("equipment", INT_EQUIPMENT),
new Enum("non-government services", INT_NON_GOVERNMENT_SERVICES),
}
);
private static final long serialVersionUID = 1L;
private java.lang.Object readResolve() { return forInt(intValue()); }
}
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.MatchType newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.MatchType) type.newValue( obj ); }
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.MatchType newInstance() {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.MatchType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.MatchType newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.MatchType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML TypeDescription(@http://apply.grants.gov/forms/BasicBudget-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument$BasicBudget$MatchingFunds$TypeDescription.
*/
public interface TypeDescription extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TypeDescription.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("typedescriptioncc59elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.TypeDescription newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.TypeDescription) type.newValue( obj ); }
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.TypeDescription newInstance() {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.TypeDescription) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.TypeDescription newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds.TypeDescription) 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.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds newInstance() {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget.MatchingFunds) 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.basicBudgetV10.BasicBudgetDocument.BasicBudget newInstance() {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument.BasicBudget) 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.basicBudgetV10.BasicBudgetDocument newInstance() {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument) 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.basicBudgetV10.BasicBudgetDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static gov.grants.apply.forms.basicBudgetV10.BasicBudgetDocument 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.basicBudgetV10.BasicBudgetDocument) 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
}
}