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.system.agencyManagePackageV10.UpdatePackageInfoDocument Maven / Gradle / Ivy
/*
* An XML document type.
* Localname: UpdatePackageInfo
* Namespace: http://apply.grants.gov/system/AgencyManagePackage-V1.0
* Java type: gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument
*
* Automatically generated - do not modify.
*/
package gov.grants.apply.system.agencyManagePackageV10;
/**
* A document containing one UpdatePackageInfo(@http://apply.grants.gov/system/AgencyManagePackage-V1.0) element.
*
* This is a complex type.
*/
public interface UpdatePackageInfoDocument extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(UpdatePackageInfoDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("updatepackageinfoccfadoctype");
/**
* Gets the "UpdatePackageInfo" element
*/
gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument.UpdatePackageInfo getUpdatePackageInfo();
/**
* Sets the "UpdatePackageInfo" element
*/
void setUpdatePackageInfo(gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument.UpdatePackageInfo updatePackageInfo);
/**
* Appends and returns a new empty "UpdatePackageInfo" element
*/
gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument.UpdatePackageInfo addNewUpdatePackageInfo();
/**
* An XML UpdatePackageInfo(@http://apply.grants.gov/system/AgencyManagePackage-V1.0).
*
* This is a complex type.
*/
public interface UpdatePackageInfo extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(UpdatePackageInfo.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sEAFA503253B0B59D5509A37AD48F2343").resolveHandle("updatepackageinfoc651elemtype");
/**
* Gets the "CFDANumber" element
*/
java.lang.String getCFDANumber();
/**
* Gets (as xml) the "CFDANumber" element
*/
gov.grants.apply.system.grantsCommonTypesV10.CFDANumberType 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.grantsCommonTypesV10.CFDANumberType cfdaNumber);
/**
* Unsets the "CFDANumber" element
*/
void unsetCFDANumber();
/**
* Gets the "CompetitionID" element
*/
java.lang.String getCompetitionID();
/**
* Gets (as xml) the "CompetitionID" element
*/
gov.grants.apply.system.grantsCommonTypesV10.CompetitionIDType xgetCompetitionID();
/**
* True if has "CompetitionID" element
*/
boolean isSetCompetitionID();
/**
* Sets the "CompetitionID" element
*/
void setCompetitionID(java.lang.String competitionID);
/**
* Sets (as xml) the "CompetitionID" element
*/
void xsetCompetitionID(gov.grants.apply.system.grantsCommonTypesV10.CompetitionIDType competitionID);
/**
* Unsets the "CompetitionID" element
*/
void unsetCompetitionID();
/**
* Gets the "CompetitionTitle" element
*/
java.lang.String getCompetitionTitle();
/**
* Gets (as xml) the "CompetitionTitle" element
*/
gov.grants.apply.system.grantsCommonTypesV10.CompetitionTitleType xgetCompetitionTitle();
/**
* True if has "CompetitionTitle" element
*/
boolean isSetCompetitionTitle();
/**
* Sets the "CompetitionTitle" element
*/
void setCompetitionTitle(java.lang.String competitionTitle);
/**
* Sets (as xml) the "CompetitionTitle" element
*/
void xsetCompetitionTitle(gov.grants.apply.system.grantsCommonTypesV10.CompetitionTitleType competitionTitle);
/**
* Unsets the "CompetitionTitle" element
*/
void unsetCompetitionTitle();
/**
* Gets the "ElectronicSignatureRequired" element
*/
gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument.ElectronicSignatureRequired.Enum getElectronicSignatureRequired();
/**
* Gets (as xml) the "ElectronicSignatureRequired" element
*/
gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument.ElectronicSignatureRequired xgetElectronicSignatureRequired();
/**
* True if has "ElectronicSignatureRequired" element
*/
boolean isSetElectronicSignatureRequired();
/**
* Sets the "ElectronicSignatureRequired" element
*/
void setElectronicSignatureRequired(gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument.ElectronicSignatureRequired.Enum electronicSignatureRequired);
/**
* Sets (as xml) the "ElectronicSignatureRequired" element
*/
void xsetElectronicSignatureRequired(gov.grants.apply.system.agencyManagePackageV10.ElectronicSignatureRequiredDocument.ElectronicSignatureRequired electronicSignatureRequired);
/**
* Unsets the "ElectronicSignatureRequired" element
*/
void unsetElectronicSignatureRequired();
/**
* Gets the "ExpectedApplicationCount" element
*/
java.lang.String getExpectedApplicationCount();
/**
* Gets (as xml) the "ExpectedApplicationCount" element
*/
gov.grants.apply.system.agencyManagePackageV10.ExpectedApplicationCountDocument.ExpectedApplicationCount xgetExpectedApplicationCount();
/**
* True if has "ExpectedApplicationCount" element
*/
boolean isSetExpectedApplicationCount();
/**
* Sets the "ExpectedApplicationCount" element
*/
void setExpectedApplicationCount(java.lang.String expectedApplicationCount);
/**
* Sets (as xml) the "ExpectedApplicationCount" element
*/
void xsetExpectedApplicationCount(gov.grants.apply.system.agencyManagePackageV10.ExpectedApplicationCountDocument.ExpectedApplicationCount expectedApplicationCount);
/**
* Unsets the "ExpectedApplicationCount" element
*/
void unsetExpectedApplicationCount();
/**
* Gets the "ExpectedApplicationSizeMB" element
*/
java.lang.String getExpectedApplicationSizeMB();
/**
* Gets (as xml) the "ExpectedApplicationSizeMB" element
*/
gov.grants.apply.system.agencyManagePackageV10.ExpectedApplicationSizeMBDocument.ExpectedApplicationSizeMB xgetExpectedApplicationSizeMB();
/**
* True if has "ExpectedApplicationSizeMB" element
*/
boolean isSetExpectedApplicationSizeMB();
/**
* Sets the "ExpectedApplicationSizeMB" element
*/
void setExpectedApplicationSizeMB(java.lang.String expectedApplicationSizeMB);
/**
* Sets (as xml) the "ExpectedApplicationSizeMB" element
*/
void xsetExpectedApplicationSizeMB(gov.grants.apply.system.agencyManagePackageV10.ExpectedApplicationSizeMBDocument.ExpectedApplicationSizeMB expectedApplicationSizeMB);
/**
* Unsets the "ExpectedApplicationSizeMB" element
*/
void unsetExpectedApplicationSizeMB();
/**
* Gets the "OpeningDate" element
*/
java.lang.String getOpeningDate();
/**
* Gets (as xml) the "OpeningDate" element
*/
gov.grants.apply.system.agencyManagePackageV10.OpportunityDateType xgetOpeningDate();
/**
* True if has "OpeningDate" element
*/
boolean isSetOpeningDate();
/**
* Sets the "OpeningDate" element
*/
void setOpeningDate(java.lang.String openingDate);
/**
* Sets (as xml) the "OpeningDate" element
*/
void xsetOpeningDate(gov.grants.apply.system.agencyManagePackageV10.OpportunityDateType openingDate);
/**
* Unsets the "OpeningDate" element
*/
void unsetOpeningDate();
/**
* Gets the "ClosingDate" element
*/
java.lang.String getClosingDate();
/**
* Gets (as xml) the "ClosingDate" element
*/
gov.grants.apply.system.agencyManagePackageV10.OpportunityDateType xgetClosingDate();
/**
* Sets the "ClosingDate" element
*/
void setClosingDate(java.lang.String closingDate);
/**
* Sets (as xml) the "ClosingDate" element
*/
void xsetClosingDate(gov.grants.apply.system.agencyManagePackageV10.OpportunityDateType closingDate);
/**
* Gets the "GracePeriodDays" element
*/
java.lang.String getGracePeriodDays();
/**
* Gets (as xml) the "GracePeriodDays" element
*/
gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument.GracePeriodDays xgetGracePeriodDays();
/**
* True if has "GracePeriodDays" element
*/
boolean isSetGracePeriodDays();
/**
* Sets the "GracePeriodDays" element
*/
void setGracePeriodDays(java.lang.String gracePeriodDays);
/**
* Sets (as xml) the "GracePeriodDays" element
*/
void xsetGracePeriodDays(gov.grants.apply.system.agencyManagePackageV10.GracePeriodDaysDocument.GracePeriodDays gracePeriodDays);
/**
* Unsets the "GracePeriodDays" element
*/
void unsetGracePeriodDays();
/**
* Gets the "AgencyContactInfo" element
*/
java.lang.String getAgencyContactInfo();
/**
* Gets (as xml) the "AgencyContactInfo" element
*/
gov.grants.apply.system.grantsCommonTypesV10.AgencyContactInfoType xgetAgencyContactInfo();
/**
* True if has "AgencyContactInfo" element
*/
boolean isSetAgencyContactInfo();
/**
* Sets the "AgencyContactInfo" element
*/
void setAgencyContactInfo(java.lang.String agencyContactInfo);
/**
* Sets (as xml) the "AgencyContactInfo" element
*/
void xsetAgencyContactInfo(gov.grants.apply.system.grantsCommonTypesV10.AgencyContactInfoType agencyContactInfo);
/**
* Unsets the "AgencyContactInfo" element
*/
void unsetAgencyContactInfo();
/**
* Gets the "TemplateName" element
*/
java.lang.String getTemplateName();
/**
* Gets (as xml) the "TemplateName" element
*/
gov.grants.apply.system.grantsCommonTypesV10.TemplateNameType xgetTemplateName();
/**
* True if has "TemplateName" element
*/
boolean isSetTemplateName();
/**
* Sets the "TemplateName" element
*/
void setTemplateName(java.lang.String templateName);
/**
* Sets (as xml) the "TemplateName" element
*/
void xsetTemplateName(gov.grants.apply.system.grantsCommonTypesV10.TemplateNameType templateName);
/**
* Unsets the "TemplateName" element
*/
void unsetTemplateName();
/**
* Gets the "InstructionFileInfo" element
*/
gov.grants.apply.system.grantsCommonElementsV10.InstructionFileInfoDocument.InstructionFileInfo getInstructionFileInfo();
/**
* True if has "InstructionFileInfo" element
*/
boolean isSetInstructionFileInfo();
/**
* Sets the "InstructionFileInfo" element
*/
void setInstructionFileInfo(gov.grants.apply.system.grantsCommonElementsV10.InstructionFileInfoDocument.InstructionFileInfo instructionFileInfo);
/**
* Appends and returns a new empty "InstructionFileInfo" element
*/
gov.grants.apply.system.grantsCommonElementsV10.InstructionFileInfoDocument.InstructionFileInfo addNewInstructionFileInfo();
/**
* Unsets the "InstructionFileInfo" element
*/
void unsetInstructionFileInfo();
/**
* Gets the "OpenToApplicant" element
*/
gov.grants.apply.system.agencyManagePackageV10.OpenToApplicantDocument.OpenToApplicant.Enum getOpenToApplicant();
/**
* Gets (as xml) the "OpenToApplicant" element
*/
gov.grants.apply.system.agencyManagePackageV10.OpenToApplicantDocument.OpenToApplicant xgetOpenToApplicant();
/**
* True if has "OpenToApplicant" element
*/
boolean isSetOpenToApplicant();
/**
* Sets the "OpenToApplicant" element
*/
void setOpenToApplicant(gov.grants.apply.system.agencyManagePackageV10.OpenToApplicantDocument.OpenToApplicant.Enum openToApplicant);
/**
* Sets (as xml) the "OpenToApplicant" element
*/
void xsetOpenToApplicant(gov.grants.apply.system.agencyManagePackageV10.OpenToApplicantDocument.OpenToApplicant openToApplicant);
/**
* Unsets the "OpenToApplicant" element
*/
void unsetOpenToApplicant();
/**
* Gets the "EmailInfo" element
*/
gov.grants.apply.system.agencyManagePackageV10.EmailInfoDocument.EmailInfo getEmailInfo();
/**
* Sets the "EmailInfo" element
*/
void setEmailInfo(gov.grants.apply.system.agencyManagePackageV10.EmailInfoDocument.EmailInfo emailInfo);
/**
* Appends and returns a new empty "EmailInfo" element
*/
gov.grants.apply.system.agencyManagePackageV10.EmailInfoDocument.EmailInfo addNewEmailInfo();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument.UpdatePackageInfo newInstance() {
return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument.UpdatePackageInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument.UpdatePackageInfo newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument.UpdatePackageInfo) 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.system.agencyManagePackageV10.UpdatePackageInfoDocument newInstance() {
return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) 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.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static gov.grants.apply.system.agencyManagePackageV10.UpdatePackageInfoDocument 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.system.agencyManagePackageV10.UpdatePackageInfoDocument) 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
}
}