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: BywaysProgram
* Namespace: http://apply.grants.gov/forms/BywaysProgram-V1.0
* Java type: gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument
*
* Automatically generated - do not modify.
*/
package gov.grants.apply.forms.bywaysProgramV10;
/**
* A document containing one BywaysProgram(@http://apply.grants.gov/forms/BywaysProgram-V1.0) element.
*
* This is a complex type.
*/
public interface BywaysProgramDocument extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BywaysProgramDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("bywaysprogram8357doctype");
/**
* Gets the "BywaysProgram" element
*/
gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram getBywaysProgram();
/**
* Sets the "BywaysProgram" element
*/
void setBywaysProgram(gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram bywaysProgram);
/**
* Appends and returns a new empty "BywaysProgram" element
*/
gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram addNewBywaysProgram();
/**
* An XML BywaysProgram(@http://apply.grants.gov/forms/BywaysProgram-V1.0).
*
* This is a complex type.
*/
public interface BywaysProgram extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BywaysProgram.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("bywaysprogramdde2elemtype");
/**
* Gets the "LocationCategory" element
*/
gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.LocationCategory.Enum getLocationCategory();
/**
* Gets (as xml) the "LocationCategory" element
*/
gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.LocationCategory xgetLocationCategory();
/**
* Sets the "LocationCategory" element
*/
void setLocationCategory(gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.LocationCategory.Enum locationCategory);
/**
* Sets (as xml) the "LocationCategory" element
*/
void xsetLocationCategory(gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.LocationCategory locationCategory);
/**
* Gets the "GrantCategory" element
*/
gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.GrantCategory.Enum getGrantCategory();
/**
* Gets (as xml) the "GrantCategory" element
*/
gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.GrantCategory xgetGrantCategory();
/**
* Sets the "GrantCategory" element
*/
void setGrantCategory(gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.GrantCategory.Enum grantCategory);
/**
* Sets (as xml) the "GrantCategory" element
*/
void xsetGrantCategory(gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.GrantCategory grantCategory);
/**
* Gets the "PreviousApplicant" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getPreviousApplicant();
/**
* Gets (as xml) the "PreviousApplicant" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetPreviousApplicant();
/**
* Sets the "PreviousApplicant" element
*/
void setPreviousApplicant(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum previousApplicant);
/**
* Sets (as xml) the "PreviousApplicant" element
*/
void xsetPreviousApplicant(gov.grants.apply.system.globalLibraryV20.YesNoDataType previousApplicant);
/**
* Gets the "InvolvedBywayList" element
*/
java.lang.String getInvolvedBywayList();
/**
* Gets (as xml) the "InvolvedBywayList" element
*/
gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.InvolvedBywayList xgetInvolvedBywayList();
/**
* Sets the "InvolvedBywayList" element
*/
void setInvolvedBywayList(java.lang.String involvedBywayList);
/**
* Sets (as xml) the "InvolvedBywayList" element
*/
void xsetInvolvedBywayList(gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.InvolvedBywayList involvedBywayList);
/**
* Gets the "CrossesBIA" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCrossesBIA();
/**
* Gets (as xml) the "CrossesBIA" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCrossesBIA();
/**
* True if has "CrossesBIA" element
*/
boolean isSetCrossesBIA();
/**
* Sets the "CrossesBIA" element
*/
void setCrossesBIA(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum crossesBIA);
/**
* Sets (as xml) the "CrossesBIA" element
*/
void xsetCrossesBIA(gov.grants.apply.system.globalLibraryV20.YesNoDataType crossesBIA);
/**
* Unsets the "CrossesBIA" element
*/
void unsetCrossesBIA();
/**
* Gets the "CrossesBLM" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCrossesBLM();
/**
* Gets (as xml) the "CrossesBLM" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCrossesBLM();
/**
* True if has "CrossesBLM" element
*/
boolean isSetCrossesBLM();
/**
* Sets the "CrossesBLM" element
*/
void setCrossesBLM(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum crossesBLM);
/**
* Sets (as xml) the "CrossesBLM" element
*/
void xsetCrossesBLM(gov.grants.apply.system.globalLibraryV20.YesNoDataType crossesBLM);
/**
* Unsets the "CrossesBLM" element
*/
void unsetCrossesBLM();
/**
* Gets the "CrossesFWS" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCrossesFWS();
/**
* Gets (as xml) the "CrossesFWS" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCrossesFWS();
/**
* True if has "CrossesFWS" element
*/
boolean isSetCrossesFWS();
/**
* Sets the "CrossesFWS" element
*/
void setCrossesFWS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum crossesFWS);
/**
* Sets (as xml) the "CrossesFWS" element
*/
void xsetCrossesFWS(gov.grants.apply.system.globalLibraryV20.YesNoDataType crossesFWS);
/**
* Unsets the "CrossesFWS" element
*/
void unsetCrossesFWS();
/**
* Gets the "CrossesNPS" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCrossesNPS();
/**
* Gets (as xml) the "CrossesNPS" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCrossesNPS();
/**
* True if has "CrossesNPS" element
*/
boolean isSetCrossesNPS();
/**
* Sets the "CrossesNPS" element
*/
void setCrossesNPS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum crossesNPS);
/**
* Sets (as xml) the "CrossesNPS" element
*/
void xsetCrossesNPS(gov.grants.apply.system.globalLibraryV20.YesNoDataType crossesNPS);
/**
* Unsets the "CrossesNPS" element
*/
void unsetCrossesNPS();
/**
* Gets the "CrossesUSFS" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCrossesUSFS();
/**
* Gets (as xml) the "CrossesUSFS" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCrossesUSFS();
/**
* True if has "CrossesUSFS" element
*/
boolean isSetCrossesUSFS();
/**
* Sets the "CrossesUSFS" element
*/
void setCrossesUSFS(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum crossesUSFS);
/**
* Sets (as xml) the "CrossesUSFS" element
*/
void xsetCrossesUSFS(gov.grants.apply.system.globalLibraryV20.YesNoDataType crossesUSFS);
/**
* Unsets the "CrossesUSFS" element
*/
void unsetCrossesUSFS();
/**
* Gets the "CrossesOther" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCrossesOther();
/**
* Gets (as xml) the "CrossesOther" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCrossesOther();
/**
* True if has "CrossesOther" element
*/
boolean isSetCrossesOther();
/**
* Sets the "CrossesOther" element
*/
void setCrossesOther(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum crossesOther);
/**
* Sets (as xml) the "CrossesOther" element
*/
void xsetCrossesOther(gov.grants.apply.system.globalLibraryV20.YesNoDataType crossesOther);
/**
* Unsets the "CrossesOther" element
*/
void unsetCrossesOther();
/**
* Gets the "OtherFederalLand" element
*/
java.lang.String getOtherFederalLand();
/**
* Gets (as xml) the "OtherFederalLand" element
*/
gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.OtherFederalLand xgetOtherFederalLand();
/**
* True if has "OtherFederalLand" element
*/
boolean isSetOtherFederalLand();
/**
* Sets the "OtherFederalLand" element
*/
void setOtherFederalLand(java.lang.String otherFederalLand);
/**
* Sets (as xml) the "OtherFederalLand" element
*/
void xsetOtherFederalLand(gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.OtherFederalLand otherFederalLand);
/**
* Unsets the "OtherFederalLand" element
*/
void unsetOtherFederalLand();
/**
* Gets the "MultiJurisdiction" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getMultiJurisdiction();
/**
* Gets (as xml) the "MultiJurisdiction" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetMultiJurisdiction();
/**
* Sets the "MultiJurisdiction" element
*/
void setMultiJurisdiction(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum multiJurisdiction);
/**
* Sets (as xml) the "MultiJurisdiction" element
*/
void xsetMultiJurisdiction(gov.grants.apply.system.globalLibraryV20.YesNoDataType multiJurisdiction);
/**
* Gets the "MultiJurisdictionList" element
*/
java.lang.String getMultiJurisdictionList();
/**
* Gets (as xml) the "MultiJurisdictionList" element
*/
gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.MultiJurisdictionList xgetMultiJurisdictionList();
/**
* True if has "MultiJurisdictionList" element
*/
boolean isSetMultiJurisdictionList();
/**
* Sets the "MultiJurisdictionList" element
*/
void setMultiJurisdictionList(java.lang.String multiJurisdictionList);
/**
* Sets (as xml) the "MultiJurisdictionList" element
*/
void xsetMultiJurisdictionList(gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.MultiJurisdictionList multiJurisdictionList);
/**
* Unsets the "MultiJurisdictionList" element
*/
void unsetMultiJurisdictionList();
/**
* Gets the "MultiJurisdictionDistribution" element
*/
gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.MultiJurisdictionDistribution.Enum getMultiJurisdictionDistribution();
/**
* Gets (as xml) the "MultiJurisdictionDistribution" element
*/
gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.MultiJurisdictionDistribution xgetMultiJurisdictionDistribution();
/**
* True if has "MultiJurisdictionDistribution" element
*/
boolean isSetMultiJurisdictionDistribution();
/**
* Sets the "MultiJurisdictionDistribution" element
*/
void setMultiJurisdictionDistribution(gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.MultiJurisdictionDistribution.Enum multiJurisdictionDistribution);
/**
* Sets (as xml) the "MultiJurisdictionDistribution" element
*/
void xsetMultiJurisdictionDistribution(gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.MultiJurisdictionDistribution multiJurisdictionDistribution);
/**
* Unsets the "MultiJurisdictionDistribution" element
*/
void unsetMultiJurisdictionDistribution();
/**
* Gets the "LeadState" element
*/
gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum getLeadState();
/**
* Gets (as xml) the "LeadState" element
*/
gov.grants.apply.system.universalCodesV20.StateCodeDataType xgetLeadState();
/**
* True if has "LeadState" element
*/
boolean isSetLeadState();
/**
* Sets the "LeadState" element
*/
void setLeadState(gov.grants.apply.system.universalCodesV20.StateCodeDataType.Enum leadState);
/**
* Sets (as xml) the "LeadState" element
*/
void xsetLeadState(gov.grants.apply.system.universalCodesV20.StateCodeDataType leadState);
/**
* Unsets the "LeadState" element
*/
void unsetLeadState();
/**
* Gets the "BywayAgencyAuthorization" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBywayAgencyAuthorization();
/**
* Gets (as xml) the "BywayAgencyAuthorization" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBywayAgencyAuthorization();
/**
* Sets the "BywayAgencyAuthorization" element
*/
void setBywayAgencyAuthorization(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum bywayAgencyAuthorization);
/**
* Sets (as xml) the "BywayAgencyAuthorization" element
*/
void xsetBywayAgencyAuthorization(gov.grants.apply.system.globalLibraryV20.YesNoDataType bywayAgencyAuthorization);
/**
* Gets the "BywayAuthorization" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getBywayAuthorization();
/**
* Gets (as xml) the "BywayAuthorization" element
*/
gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetBywayAuthorization();
/**
* Sets the "BywayAuthorization" element
*/
void setBywayAuthorization(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum bywayAuthorization);
/**
* Sets (as xml) the "BywayAuthorization" element
*/
void xsetBywayAuthorization(gov.grants.apply.system.globalLibraryV20.YesNoDataType bywayAuthorization);
/**
* Gets the "FundingAllocation" element
*/
gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.FundingAllocation.Enum getFundingAllocation();
/**
* Gets (as xml) the "FundingAllocation" element
*/
gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.FundingAllocation xgetFundingAllocation();
/**
* Sets the "FundingAllocation" element
*/
void setFundingAllocation(gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.FundingAllocation.Enum fundingAllocation);
/**
* Sets (as xml) the "FundingAllocation" element
*/
void xsetFundingAllocation(gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.FundingAllocation fundingAllocation);
/**
* 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 LocationCategory(@http://apply.grants.gov/forms/BywaysProgram-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument$BywaysProgram$LocationCategory.
*/
public interface LocationCategory extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(LocationCategory.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("locationcategorycd33elemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum NATIONAL_BYWAY_OR_ALL_AMERICAN_ROAD = Enum.forString("National Byway or All American Road");
static final Enum DEVELOPMENT_OF_A_STATE_OR_INDIAN_BYWAY = Enum.forString("Development of a State or Indian byway");
static final int INT_NATIONAL_BYWAY_OR_ALL_AMERICAN_ROAD = Enum.INT_NATIONAL_BYWAY_OR_ALL_AMERICAN_ROAD;
static final int INT_DEVELOPMENT_OF_A_STATE_OR_INDIAN_BYWAY = Enum.INT_DEVELOPMENT_OF_A_STATE_OR_INDIAN_BYWAY;
/**
* Enumeration value class for gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument$BywaysProgram$LocationCategory.
* 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_NATIONAL_BYWAY_OR_ALL_AMERICAN_ROAD
* 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_NATIONAL_BYWAY_OR_ALL_AMERICAN_ROAD = 1;
static final int INT_DEVELOPMENT_OF_A_STATE_OR_INDIAN_BYWAY = 2;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("National Byway or All American Road", INT_NATIONAL_BYWAY_OR_ALL_AMERICAN_ROAD),
new Enum("Development of a State or Indian byway", INT_DEVELOPMENT_OF_A_STATE_OR_INDIAN_BYWAY),
}
);
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.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.LocationCategory newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.LocationCategory) type.newValue( obj ); }
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.LocationCategory newInstance() {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.LocationCategory) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.LocationCategory newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.LocationCategory) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML GrantCategory(@http://apply.grants.gov/forms/BywaysProgram-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument$BywaysProgram$GrantCategory.
*/
public interface GrantCategory extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GrantCategory.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("grantcategory061celemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum STATE_OR_BYWAY_PROGRAM = Enum.forString("State or Byway Program");
static final Enum CORRIDOR_MANAGEMENT_PLAN = Enum.forString("Corridor Management Plan");
static final Enum SAFETY_IMPROVEMENTS = Enum.forString("Safety Improvements");
static final Enum BYWAY_FACILITIES = Enum.forString("Byway Facilities");
static final Enum ACCESS_TO_RECREATION = Enum.forString("Access to Recreation");
static final Enum RESOURCE_PROTECTION = Enum.forString("Resource Protection");
static final Enum INTERPRETIVE_INFORMATION = Enum.forString("Interpretive Information");
static final Enum MARKETING = Enum.forString("Marketing");
static final int INT_STATE_OR_BYWAY_PROGRAM = Enum.INT_STATE_OR_BYWAY_PROGRAM;
static final int INT_CORRIDOR_MANAGEMENT_PLAN = Enum.INT_CORRIDOR_MANAGEMENT_PLAN;
static final int INT_SAFETY_IMPROVEMENTS = Enum.INT_SAFETY_IMPROVEMENTS;
static final int INT_BYWAY_FACILITIES = Enum.INT_BYWAY_FACILITIES;
static final int INT_ACCESS_TO_RECREATION = Enum.INT_ACCESS_TO_RECREATION;
static final int INT_RESOURCE_PROTECTION = Enum.INT_RESOURCE_PROTECTION;
static final int INT_INTERPRETIVE_INFORMATION = Enum.INT_INTERPRETIVE_INFORMATION;
static final int INT_MARKETING = Enum.INT_MARKETING;
/**
* Enumeration value class for gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument$BywaysProgram$GrantCategory.
* 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_OR_BYWAY_PROGRAM
* 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_OR_BYWAY_PROGRAM = 1;
static final int INT_CORRIDOR_MANAGEMENT_PLAN = 2;
static final int INT_SAFETY_IMPROVEMENTS = 3;
static final int INT_BYWAY_FACILITIES = 4;
static final int INT_ACCESS_TO_RECREATION = 5;
static final int INT_RESOURCE_PROTECTION = 6;
static final int INT_INTERPRETIVE_INFORMATION = 7;
static final int INT_MARKETING = 8;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("State or Byway Program", INT_STATE_OR_BYWAY_PROGRAM),
new Enum("Corridor Management Plan", INT_CORRIDOR_MANAGEMENT_PLAN),
new Enum("Safety Improvements", INT_SAFETY_IMPROVEMENTS),
new Enum("Byway Facilities", INT_BYWAY_FACILITIES),
new Enum("Access to Recreation", INT_ACCESS_TO_RECREATION),
new Enum("Resource Protection", INT_RESOURCE_PROTECTION),
new Enum("Interpretive Information", INT_INTERPRETIVE_INFORMATION),
new Enum("Marketing", INT_MARKETING),
}
);
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.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.GrantCategory newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.GrantCategory) type.newValue( obj ); }
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.GrantCategory newInstance() {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.GrantCategory) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.GrantCategory newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.GrantCategory) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML InvolvedBywayList(@http://apply.grants.gov/forms/BywaysProgram-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument$BywaysProgram$InvolvedBywayList.
*/
public interface InvolvedBywayList extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(InvolvedBywayList.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("involvedbywaylist7c87elemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.InvolvedBywayList newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.InvolvedBywayList) type.newValue( obj ); }
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.InvolvedBywayList newInstance() {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.InvolvedBywayList) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.InvolvedBywayList newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.InvolvedBywayList) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML OtherFederalLand(@http://apply.grants.gov/forms/BywaysProgram-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument$BywaysProgram$OtherFederalLand.
*/
public interface OtherFederalLand extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OtherFederalLand.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("otherfederalland8eaeelemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.OtherFederalLand newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.OtherFederalLand) type.newValue( obj ); }
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.OtherFederalLand newInstance() {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.OtherFederalLand) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.OtherFederalLand newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.OtherFederalLand) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML MultiJurisdictionList(@http://apply.grants.gov/forms/BywaysProgram-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument$BywaysProgram$MultiJurisdictionList.
*/
public interface MultiJurisdictionList extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MultiJurisdictionList.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("multijurisdictionlist34feelemtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.MultiJurisdictionList newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.MultiJurisdictionList) type.newValue( obj ); }
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.MultiJurisdictionList newInstance() {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.MultiJurisdictionList) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.MultiJurisdictionList newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.MultiJurisdictionList) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML MultiJurisdictionDistribution(@http://apply.grants.gov/forms/BywaysProgram-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument$BywaysProgram$MultiJurisdictionDistribution.
*/
public interface MultiJurisdictionDistribution extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MultiJurisdictionDistribution.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("multijurisdictiondistribution31d8elemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum TO_EACH_STATE = Enum.forString("To each State");
static final Enum TO_LEAD_STATE_SPECIFY = Enum.forString("To lead State (specify)");
static final int INT_TO_EACH_STATE = Enum.INT_TO_EACH_STATE;
static final int INT_TO_LEAD_STATE_SPECIFY = Enum.INT_TO_LEAD_STATE_SPECIFY;
/**
* Enumeration value class for gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument$BywaysProgram$MultiJurisdictionDistribution.
* 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_TO_EACH_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_TO_EACH_STATE = 1;
static final int INT_TO_LEAD_STATE_SPECIFY = 2;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("To each State", INT_TO_EACH_STATE),
new Enum("To lead State (specify)", INT_TO_LEAD_STATE_SPECIFY),
}
);
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.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.MultiJurisdictionDistribution newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.MultiJurisdictionDistribution) type.newValue( obj ); }
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.MultiJurisdictionDistribution newInstance() {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.MultiJurisdictionDistribution) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.MultiJurisdictionDistribution newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.MultiJurisdictionDistribution) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML FundingAllocation(@http://apply.grants.gov/forms/BywaysProgram-V1.0).
*
* This is an atomic type that is a restriction of gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument$BywaysProgram$FundingAllocation.
*/
public interface FundingAllocation extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FundingAllocation.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("fundingallocation46f9elemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum ALLOCATE_TO_STATE_DOT = Enum.forString("Allocate to State DOT");
static final Enum ALLOCATE_TO_FEDERAL_LAND_MANAGEMENT_AGENCY = Enum.forString("Allocate to Federal Land Management Agency");
static final Enum ALLOCATE_TO_INDIAN_TRIBE_OR_TRIBAL_GOVERNMENT = Enum.forString("Allocate to Indian tribe or tribal government");
static final int INT_ALLOCATE_TO_STATE_DOT = Enum.INT_ALLOCATE_TO_STATE_DOT;
static final int INT_ALLOCATE_TO_FEDERAL_LAND_MANAGEMENT_AGENCY = Enum.INT_ALLOCATE_TO_FEDERAL_LAND_MANAGEMENT_AGENCY;
static final int INT_ALLOCATE_TO_INDIAN_TRIBE_OR_TRIBAL_GOVERNMENT = Enum.INT_ALLOCATE_TO_INDIAN_TRIBE_OR_TRIBAL_GOVERNMENT;
/**
* Enumeration value class for gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument$BywaysProgram$FundingAllocation.
* 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_ALLOCATE_TO_STATE_DOT
* 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_ALLOCATE_TO_STATE_DOT = 1;
static final int INT_ALLOCATE_TO_FEDERAL_LAND_MANAGEMENT_AGENCY = 2;
static final int INT_ALLOCATE_TO_INDIAN_TRIBE_OR_TRIBAL_GOVERNMENT = 3;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("Allocate to State DOT", INT_ALLOCATE_TO_STATE_DOT),
new Enum("Allocate to Federal Land Management Agency", INT_ALLOCATE_TO_FEDERAL_LAND_MANAGEMENT_AGENCY),
new Enum("Allocate to Indian tribe or tribal government", INT_ALLOCATE_TO_INDIAN_TRIBE_OR_TRIBAL_GOVERNMENT),
}
);
private static final long serialVersionUID = 1L;
private java.lang.Object readResolve() { return forInt(intValue()); }
}
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.FundingAllocation newValue(java.lang.Object obj) {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.FundingAllocation) type.newValue( obj ); }
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.FundingAllocation newInstance() {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.FundingAllocation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.FundingAllocation newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram.FundingAllocation) 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.bywaysProgramV10.BywaysProgramDocument.BywaysProgram newInstance() {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument.BywaysProgram) 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.bywaysProgramV10.BywaysProgramDocument newInstance() {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument) 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.bywaysProgramV10.BywaysProgramDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static gov.grants.apply.forms.bywaysProgramV10.BywaysProgramDocument 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.bywaysProgramV10.BywaysProgramDocument) 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
}
}