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.headerV10.impl.GrantSubmissionHeaderDocumentImpl Maven / Gradle / Ivy
/*
* An XML document type.
* Localname: GrantSubmissionHeader
* Namespace: http://apply.grants.gov/system/Header-V1.0
* Java type: gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument
*
* Automatically generated - do not modify.
*/
package gov.grants.apply.system.headerV10.impl;
/**
* A document containing one GrantSubmissionHeader(@http://apply.grants.gov/system/Header-V1.0) element.
*
* This is a complex type.
*/
public class GrantSubmissionHeaderDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument
{
private static final long serialVersionUID = 1L;
public GrantSubmissionHeaderDocumentImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
private static final javax.xml.namespace.QName GRANTSUBMISSIONHEADER$0 =
new javax.xml.namespace.QName("http://apply.grants.gov/system/Header-V1.0", "GrantSubmissionHeader");
/**
* Gets the "GrantSubmissionHeader" element
*/
public gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument.GrantSubmissionHeader getGrantSubmissionHeader()
{
synchronized (monitor())
{
check_orphaned();
gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument.GrantSubmissionHeader target = null;
target = (gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument.GrantSubmissionHeader)get_store().find_element_user(GRANTSUBMISSIONHEADER$0, 0);
if (target == null)
{
return null;
}
return target;
}
}
/**
* Sets the "GrantSubmissionHeader" element
*/
public void setGrantSubmissionHeader(gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument.GrantSubmissionHeader grantSubmissionHeader)
{
generatedSetterHelperImpl(grantSubmissionHeader, GRANTSUBMISSIONHEADER$0, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
}
/**
* Appends and returns a new empty "GrantSubmissionHeader" element
*/
public gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument.GrantSubmissionHeader addNewGrantSubmissionHeader()
{
synchronized (monitor())
{
check_orphaned();
gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument.GrantSubmissionHeader target = null;
target = (gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument.GrantSubmissionHeader)get_store().add_element_user(GRANTSUBMISSIONHEADER$0);
return target;
}
}
/**
* An XML GrantSubmissionHeader(@http://apply.grants.gov/system/Header-V1.0).
*
* This is a complex type.
*/
public static class GrantSubmissionHeaderImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements gov.grants.apply.system.headerV10.GrantSubmissionHeaderDocument.GrantSubmissionHeader
{
private static final long serialVersionUID = 1L;
public GrantSubmissionHeaderImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
private static final javax.xml.namespace.QName HASHVALUE$0 =
new javax.xml.namespace.QName("http://apply.grants.gov/system/Global-V1.0", "HashValue");
private static final javax.xml.namespace.QName AGENCYNAME$2 =
new javax.xml.namespace.QName("http://apply.grants.gov/system/Header-V1.0", "AgencyName");
private static final javax.xml.namespace.QName CFDANUMBER$4 =
new javax.xml.namespace.QName("http://apply.grants.gov/system/Header-V1.0", "CFDANumber");
private static final javax.xml.namespace.QName ACTIVITYTITLE$6 =
new javax.xml.namespace.QName("http://apply.grants.gov/system/Header-V1.0", "ActivityTitle");
private static final javax.xml.namespace.QName OPPORTUNITYID$8 =
new javax.xml.namespace.QName("http://apply.grants.gov/system/Header-V1.0", "OpportunityID");
private static final javax.xml.namespace.QName OPPORTUNITYTITLE$10 =
new javax.xml.namespace.QName("http://apply.grants.gov/system/Header-V1.0", "OpportunityTitle");
private static final javax.xml.namespace.QName COMPETITIONID$12 =
new javax.xml.namespace.QName("http://apply.grants.gov/system/Header-V1.0", "CompetitionID");
private static final javax.xml.namespace.QName OPENINGDATE$14 =
new javax.xml.namespace.QName("http://apply.grants.gov/system/Header-V1.0", "OpeningDate");
private static final javax.xml.namespace.QName CLOSINGDATE$16 =
new javax.xml.namespace.QName("http://apply.grants.gov/system/Header-V1.0", "ClosingDate");
private static final javax.xml.namespace.QName SUBMISSIONTITLE$18 =
new javax.xml.namespace.QName("http://apply.grants.gov/system/Header-V1.0", "SubmissionTitle");
private static final javax.xml.namespace.QName SCHEMAVERSION$20 =
new javax.xml.namespace.QName("http://apply.grants.gov/system/Global-V1.0", "schemaVersion");
/**
* Gets the "HashValue" element
*/
public gov.grants.apply.system.globalV10.HashValueDocument.HashValue getHashValue()
{
synchronized (monitor())
{
check_orphaned();
gov.grants.apply.system.globalV10.HashValueDocument.HashValue target = null;
target = (gov.grants.apply.system.globalV10.HashValueDocument.HashValue)get_store().find_element_user(HASHVALUE$0, 0);
if (target == null)
{
return null;
}
return target;
}
}
/**
* Sets the "HashValue" element
*/
public void setHashValue(gov.grants.apply.system.globalV10.HashValueDocument.HashValue hashValue)
{
generatedSetterHelperImpl(hashValue, HASHVALUE$0, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
}
/**
* Appends and returns a new empty "HashValue" element
*/
public gov.grants.apply.system.globalV10.HashValueDocument.HashValue addNewHashValue()
{
synchronized (monitor())
{
check_orphaned();
gov.grants.apply.system.globalV10.HashValueDocument.HashValue target = null;
target = (gov.grants.apply.system.globalV10.HashValueDocument.HashValue)get_store().add_element_user(HASHVALUE$0);
return target;
}
}
/**
* Gets the "AgencyName" element
*/
public java.lang.String getAgencyName()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AGENCYNAME$2, 0);
if (target == null)
{
return null;
}
return target.getStringValue();
}
}
/**
* Gets (as xml) the "AgencyName" element
*/
public gov.grants.apply.system.globalV10.StringMin1Max60Type xgetAgencyName()
{
synchronized (monitor())
{
check_orphaned();
gov.grants.apply.system.globalV10.StringMin1Max60Type target = null;
target = (gov.grants.apply.system.globalV10.StringMin1Max60Type)get_store().find_element_user(AGENCYNAME$2, 0);
return target;
}
}
/**
* True if has "AgencyName" element
*/
public boolean isSetAgencyName()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(AGENCYNAME$2) != 0;
}
}
/**
* Sets the "AgencyName" element
*/
public void setAgencyName(java.lang.String agencyName)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AGENCYNAME$2, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(AGENCYNAME$2);
}
target.setStringValue(agencyName);
}
}
/**
* Sets (as xml) the "AgencyName" element
*/
public void xsetAgencyName(gov.grants.apply.system.globalV10.StringMin1Max60Type agencyName)
{
synchronized (monitor())
{
check_orphaned();
gov.grants.apply.system.globalV10.StringMin1Max60Type target = null;
target = (gov.grants.apply.system.globalV10.StringMin1Max60Type)get_store().find_element_user(AGENCYNAME$2, 0);
if (target == null)
{
target = (gov.grants.apply.system.globalV10.StringMin1Max60Type)get_store().add_element_user(AGENCYNAME$2);
}
target.set(agencyName);
}
}
/**
* Unsets the "AgencyName" element
*/
public void unsetAgencyName()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(AGENCYNAME$2, 0);
}
}
/**
* Gets the "CFDANumber" element
*/
public java.lang.String getCFDANumber()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CFDANUMBER$4, 0);
if (target == null)
{
return null;
}
return target.getStringValue();
}
}
/**
* Gets (as xml) the "CFDANumber" element
*/
public gov.grants.apply.system.globalV10.StringMin1Max15Type xgetCFDANumber()
{
synchronized (monitor())
{
check_orphaned();
gov.grants.apply.system.globalV10.StringMin1Max15Type target = null;
target = (gov.grants.apply.system.globalV10.StringMin1Max15Type)get_store().find_element_user(CFDANUMBER$4, 0);
return target;
}
}
/**
* True if has "CFDANumber" element
*/
public boolean isSetCFDANumber()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(CFDANUMBER$4) != 0;
}
}
/**
* Sets the "CFDANumber" element
*/
public void setCFDANumber(java.lang.String cfdaNumber)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CFDANUMBER$4, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CFDANUMBER$4);
}
target.setStringValue(cfdaNumber);
}
}
/**
* Sets (as xml) the "CFDANumber" element
*/
public void xsetCFDANumber(gov.grants.apply.system.globalV10.StringMin1Max15Type cfdaNumber)
{
synchronized (monitor())
{
check_orphaned();
gov.grants.apply.system.globalV10.StringMin1Max15Type target = null;
target = (gov.grants.apply.system.globalV10.StringMin1Max15Type)get_store().find_element_user(CFDANUMBER$4, 0);
if (target == null)
{
target = (gov.grants.apply.system.globalV10.StringMin1Max15Type)get_store().add_element_user(CFDANUMBER$4);
}
target.set(cfdaNumber);
}
}
/**
* Unsets the "CFDANumber" element
*/
public void unsetCFDANumber()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(CFDANUMBER$4, 0);
}
}
/**
* Gets the "ActivityTitle" element
*/
public java.lang.String getActivityTitle()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ACTIVITYTITLE$6, 0);
if (target == null)
{
return null;
}
return target.getStringValue();
}
}
/**
* Gets (as xml) the "ActivityTitle" element
*/
public gov.grants.apply.system.globalV10.StringMin1Max120Type xgetActivityTitle()
{
synchronized (monitor())
{
check_orphaned();
gov.grants.apply.system.globalV10.StringMin1Max120Type target = null;
target = (gov.grants.apply.system.globalV10.StringMin1Max120Type)get_store().find_element_user(ACTIVITYTITLE$6, 0);
return target;
}
}
/**
* True if has "ActivityTitle" element
*/
public boolean isSetActivityTitle()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(ACTIVITYTITLE$6) != 0;
}
}
/**
* Sets the "ActivityTitle" element
*/
public void setActivityTitle(java.lang.String activityTitle)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ACTIVITYTITLE$6, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ACTIVITYTITLE$6);
}
target.setStringValue(activityTitle);
}
}
/**
* Sets (as xml) the "ActivityTitle" element
*/
public void xsetActivityTitle(gov.grants.apply.system.globalV10.StringMin1Max120Type activityTitle)
{
synchronized (monitor())
{
check_orphaned();
gov.grants.apply.system.globalV10.StringMin1Max120Type target = null;
target = (gov.grants.apply.system.globalV10.StringMin1Max120Type)get_store().find_element_user(ACTIVITYTITLE$6, 0);
if (target == null)
{
target = (gov.grants.apply.system.globalV10.StringMin1Max120Type)get_store().add_element_user(ACTIVITYTITLE$6);
}
target.set(activityTitle);
}
}
/**
* Unsets the "ActivityTitle" element
*/
public void unsetActivityTitle()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(ACTIVITYTITLE$6, 0);
}
}
/**
* Gets the "OpportunityID" element
*/
public java.lang.String getOpportunityID()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OPPORTUNITYID$8, 0);
if (target == null)
{
return null;
}
return target.getStringValue();
}
}
/**
* Gets (as xml) the "OpportunityID" element
*/
public gov.grants.apply.system.globalV10.StringMin1Max100Type xgetOpportunityID()
{
synchronized (monitor())
{
check_orphaned();
gov.grants.apply.system.globalV10.StringMin1Max100Type target = null;
target = (gov.grants.apply.system.globalV10.StringMin1Max100Type)get_store().find_element_user(OPPORTUNITYID$8, 0);
return target;
}
}
/**
* Sets the "OpportunityID" element
*/
public void setOpportunityID(java.lang.String opportunityID)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OPPORTUNITYID$8, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(OPPORTUNITYID$8);
}
target.setStringValue(opportunityID);
}
}
/**
* Sets (as xml) the "OpportunityID" element
*/
public void xsetOpportunityID(gov.grants.apply.system.globalV10.StringMin1Max100Type opportunityID)
{
synchronized (monitor())
{
check_orphaned();
gov.grants.apply.system.globalV10.StringMin1Max100Type target = null;
target = (gov.grants.apply.system.globalV10.StringMin1Max100Type)get_store().find_element_user(OPPORTUNITYID$8, 0);
if (target == null)
{
target = (gov.grants.apply.system.globalV10.StringMin1Max100Type)get_store().add_element_user(OPPORTUNITYID$8);
}
target.set(opportunityID);
}
}
/**
* Gets the "OpportunityTitle" element
*/
public java.lang.String getOpportunityTitle()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OPPORTUNITYTITLE$10, 0);
if (target == null)
{
return null;
}
return target.getStringValue();
}
}
/**
* Gets (as xml) the "OpportunityTitle" element
*/
public gov.grants.apply.system.globalV10.StringMin1Max255Type xgetOpportunityTitle()
{
synchronized (monitor())
{
check_orphaned();
gov.grants.apply.system.globalV10.StringMin1Max255Type target = null;
target = (gov.grants.apply.system.globalV10.StringMin1Max255Type)get_store().find_element_user(OPPORTUNITYTITLE$10, 0);
return target;
}
}
/**
* True if has "OpportunityTitle" element
*/
public boolean isSetOpportunityTitle()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(OPPORTUNITYTITLE$10) != 0;
}
}
/**
* Sets the "OpportunityTitle" element
*/
public void setOpportunityTitle(java.lang.String opportunityTitle)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OPPORTUNITYTITLE$10, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(OPPORTUNITYTITLE$10);
}
target.setStringValue(opportunityTitle);
}
}
/**
* Sets (as xml) the "OpportunityTitle" element
*/
public void xsetOpportunityTitle(gov.grants.apply.system.globalV10.StringMin1Max255Type opportunityTitle)
{
synchronized (monitor())
{
check_orphaned();
gov.grants.apply.system.globalV10.StringMin1Max255Type target = null;
target = (gov.grants.apply.system.globalV10.StringMin1Max255Type)get_store().find_element_user(OPPORTUNITYTITLE$10, 0);
if (target == null)
{
target = (gov.grants.apply.system.globalV10.StringMin1Max255Type)get_store().add_element_user(OPPORTUNITYTITLE$10);
}
target.set(opportunityTitle);
}
}
/**
* Unsets the "OpportunityTitle" element
*/
public void unsetOpportunityTitle()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(OPPORTUNITYTITLE$10, 0);
}
}
/**
* Gets the "CompetitionID" element
*/
public java.lang.String getCompetitionID()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COMPETITIONID$12, 0);
if (target == null)
{
return null;
}
return target.getStringValue();
}
}
/**
* Gets (as xml) the "CompetitionID" element
*/
public gov.grants.apply.system.globalV10.StringMin1Max100Type xgetCompetitionID()
{
synchronized (monitor())
{
check_orphaned();
gov.grants.apply.system.globalV10.StringMin1Max100Type target = null;
target = (gov.grants.apply.system.globalV10.StringMin1Max100Type)get_store().find_element_user(COMPETITIONID$12, 0);
return target;
}
}
/**
* True if has "CompetitionID" element
*/
public boolean isSetCompetitionID()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(COMPETITIONID$12) != 0;
}
}
/**
* Sets the "CompetitionID" element
*/
public void setCompetitionID(java.lang.String competitionID)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COMPETITIONID$12, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(COMPETITIONID$12);
}
target.setStringValue(competitionID);
}
}
/**
* Sets (as xml) the "CompetitionID" element
*/
public void xsetCompetitionID(gov.grants.apply.system.globalV10.StringMin1Max100Type competitionID)
{
synchronized (monitor())
{
check_orphaned();
gov.grants.apply.system.globalV10.StringMin1Max100Type target = null;
target = (gov.grants.apply.system.globalV10.StringMin1Max100Type)get_store().find_element_user(COMPETITIONID$12, 0);
if (target == null)
{
target = (gov.grants.apply.system.globalV10.StringMin1Max100Type)get_store().add_element_user(COMPETITIONID$12);
}
target.set(competitionID);
}
}
/**
* Unsets the "CompetitionID" element
*/
public void unsetCompetitionID()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(COMPETITIONID$12, 0);
}
}
/**
* Gets the "OpeningDate" element
*/
public java.util.Calendar getOpeningDate()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OPENINGDATE$14, 0);
if (target == null)
{
return null;
}
return target.getCalendarValue();
}
}
/**
* Gets (as xml) the "OpeningDate" element
*/
public org.apache.xmlbeans.XmlDate xgetOpeningDate()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlDate target = null;
target = (org.apache.xmlbeans.XmlDate)get_store().find_element_user(OPENINGDATE$14, 0);
return target;
}
}
/**
* True if has "OpeningDate" element
*/
public boolean isSetOpeningDate()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(OPENINGDATE$14) != 0;
}
}
/**
* Sets the "OpeningDate" element
*/
public void setOpeningDate(java.util.Calendar openingDate)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OPENINGDATE$14, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(OPENINGDATE$14);
}
target.setCalendarValue(openingDate);
}
}
/**
* Sets (as xml) the "OpeningDate" element
*/
public void xsetOpeningDate(org.apache.xmlbeans.XmlDate openingDate)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlDate target = null;
target = (org.apache.xmlbeans.XmlDate)get_store().find_element_user(OPENINGDATE$14, 0);
if (target == null)
{
target = (org.apache.xmlbeans.XmlDate)get_store().add_element_user(OPENINGDATE$14);
}
target.set(openingDate);
}
}
/**
* Unsets the "OpeningDate" element
*/
public void unsetOpeningDate()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(OPENINGDATE$14, 0);
}
}
/**
* Gets the "ClosingDate" element
*/
public java.util.Calendar getClosingDate()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CLOSINGDATE$16, 0);
if (target == null)
{
return null;
}
return target.getCalendarValue();
}
}
/**
* Gets (as xml) the "ClosingDate" element
*/
public org.apache.xmlbeans.XmlDate xgetClosingDate()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlDate target = null;
target = (org.apache.xmlbeans.XmlDate)get_store().find_element_user(CLOSINGDATE$16, 0);
return target;
}
}
/**
* True if has "ClosingDate" element
*/
public boolean isSetClosingDate()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(CLOSINGDATE$16) != 0;
}
}
/**
* Sets the "ClosingDate" element
*/
public void setClosingDate(java.util.Calendar closingDate)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CLOSINGDATE$16, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CLOSINGDATE$16);
}
target.setCalendarValue(closingDate);
}
}
/**
* Sets (as xml) the "ClosingDate" element
*/
public void xsetClosingDate(org.apache.xmlbeans.XmlDate closingDate)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlDate target = null;
target = (org.apache.xmlbeans.XmlDate)get_store().find_element_user(CLOSINGDATE$16, 0);
if (target == null)
{
target = (org.apache.xmlbeans.XmlDate)get_store().add_element_user(CLOSINGDATE$16);
}
target.set(closingDate);
}
}
/**
* Unsets the "ClosingDate" element
*/
public void unsetClosingDate()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(CLOSINGDATE$16, 0);
}
}
/**
* Gets the "SubmissionTitle" element
*/
public java.lang.String getSubmissionTitle()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUBMISSIONTITLE$18, 0);
if (target == null)
{
return null;
}
return target.getStringValue();
}
}
/**
* Gets (as xml) the "SubmissionTitle" element
*/
public gov.grants.apply.system.globalV10.StringMin1Max240Type xgetSubmissionTitle()
{
synchronized (monitor())
{
check_orphaned();
gov.grants.apply.system.globalV10.StringMin1Max240Type target = null;
target = (gov.grants.apply.system.globalV10.StringMin1Max240Type)get_store().find_element_user(SUBMISSIONTITLE$18, 0);
return target;
}
}
/**
* True if has "SubmissionTitle" element
*/
public boolean isSetSubmissionTitle()
{
synchronized (monitor())
{
check_orphaned();
return get_store().count_elements(SUBMISSIONTITLE$18) != 0;
}
}
/**
* Sets the "SubmissionTitle" element
*/
public void setSubmissionTitle(java.lang.String submissionTitle)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SUBMISSIONTITLE$18, 0);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SUBMISSIONTITLE$18);
}
target.setStringValue(submissionTitle);
}
}
/**
* Sets (as xml) the "SubmissionTitle" element
*/
public void xsetSubmissionTitle(gov.grants.apply.system.globalV10.StringMin1Max240Type submissionTitle)
{
synchronized (monitor())
{
check_orphaned();
gov.grants.apply.system.globalV10.StringMin1Max240Type target = null;
target = (gov.grants.apply.system.globalV10.StringMin1Max240Type)get_store().find_element_user(SUBMISSIONTITLE$18, 0);
if (target == null)
{
target = (gov.grants.apply.system.globalV10.StringMin1Max240Type)get_store().add_element_user(SUBMISSIONTITLE$18);
}
target.set(submissionTitle);
}
}
/**
* Unsets the "SubmissionTitle" element
*/
public void unsetSubmissionTitle()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_element(SUBMISSIONTITLE$18, 0);
}
}
/**
* Gets the "schemaVersion" attribute
*/
public java.lang.String getSchemaVersion()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(SCHEMAVERSION$20);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_default_attribute_value(SCHEMAVERSION$20);
}
if (target == null)
{
return null;
}
return target.getStringValue();
}
}
/**
* Gets (as xml) the "schemaVersion" attribute
*/
public org.apache.xmlbeans.XmlString xgetSchemaVersion()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlString target = null;
target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(SCHEMAVERSION$20);
if (target == null)
{
target = (org.apache.xmlbeans.XmlString)get_default_attribute_value(SCHEMAVERSION$20);
}
return target;
}
}
/**
* Sets the "schemaVersion" attribute
*/
public void setSchemaVersion(java.lang.String schemaVersion)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.SimpleValue target = null;
target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(SCHEMAVERSION$20);
if (target == null)
{
target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(SCHEMAVERSION$20);
}
target.setStringValue(schemaVersion);
}
}
/**
* Sets (as xml) the "schemaVersion" attribute
*/
public void xsetSchemaVersion(org.apache.xmlbeans.XmlString schemaVersion)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlString target = null;
target = (org.apache.xmlbeans.XmlString)get_store().find_attribute_user(SCHEMAVERSION$20);
if (target == null)
{
target = (org.apache.xmlbeans.XmlString)get_store().add_attribute_user(SCHEMAVERSION$20);
}
target.set(schemaVersion);
}
}
}
}