All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gov.grants.apply.forms.sf424IndividualV10.impl.SF424IndividualDocumentImpl Maven / Gradle / Ivy

/*
 * An XML document type.
 * Localname: SF424_Individual
 * Namespace: http://apply.grants.gov/forms/SF424_Individual-V1.0
 * Java type: gov.grants.apply.forms.sf424IndividualV10.SF424IndividualDocument
 *
 * Automatically generated - do not modify.
 */
package gov.grants.apply.forms.sf424IndividualV10.impl;
/**
 * A document containing one SF424_Individual(@http://apply.grants.gov/forms/SF424_Individual-V1.0) element.
 *
 * This is a complex type.
 */
public class SF424IndividualDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements gov.grants.apply.forms.sf424IndividualV10.SF424IndividualDocument
{
    private static final long serialVersionUID = 1L;
    
    public SF424IndividualDocumentImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType);
    }
    
    private static final javax.xml.namespace.QName SF424INDIVIDUAL$0 = 
        new javax.xml.namespace.QName("http://apply.grants.gov/forms/SF424_Individual-V1.0", "SF424_Individual");
    
    
    /**
     * Gets the "SF424_Individual" element
     */
    public gov.grants.apply.forms.sf424IndividualV10.SF424IndividualDocument.SF424Individual getSF424Individual()
    {
        synchronized (monitor())
        {
            check_orphaned();
            gov.grants.apply.forms.sf424IndividualV10.SF424IndividualDocument.SF424Individual target = null;
            target = (gov.grants.apply.forms.sf424IndividualV10.SF424IndividualDocument.SF424Individual)get_store().find_element_user(SF424INDIVIDUAL$0, 0);
            if (target == null)
            {
                return null;
            }
            return target;
        }
    }
    
    /**
     * Sets the "SF424_Individual" element
     */
    public void setSF424Individual(gov.grants.apply.forms.sf424IndividualV10.SF424IndividualDocument.SF424Individual sf424Individual)
    {
        generatedSetterHelperImpl(sf424Individual, SF424INDIVIDUAL$0, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
    }
    
    /**
     * Appends and returns a new empty "SF424_Individual" element
     */
    public gov.grants.apply.forms.sf424IndividualV10.SF424IndividualDocument.SF424Individual addNewSF424Individual()
    {
        synchronized (monitor())
        {
            check_orphaned();
            gov.grants.apply.forms.sf424IndividualV10.SF424IndividualDocument.SF424Individual target = null;
            target = (gov.grants.apply.forms.sf424IndividualV10.SF424IndividualDocument.SF424Individual)get_store().add_element_user(SF424INDIVIDUAL$0);
            return target;
        }
    }
    /**
     * An XML SF424_Individual(@http://apply.grants.gov/forms/SF424_Individual-V1.0).
     *
     * This is a complex type.
     */
    public static class SF424IndividualImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements gov.grants.apply.forms.sf424IndividualV10.SF424IndividualDocument.SF424Individual
    {
        private static final long serialVersionUID = 1L;
        
        public SF424IndividualImpl(org.apache.xmlbeans.SchemaType sType)
        {
            super(sType);
        }
        
        private static final javax.xml.namespace.QName FEDERALAGENCY$0 = 
            new javax.xml.namespace.QName("http://apply.grants.gov/forms/SF424_Individual-V1.0", "FederalAgency");
        private static final javax.xml.namespace.QName CFDANUMBER$2 = 
            new javax.xml.namespace.QName("http://apply.grants.gov/forms/SF424_Individual-V1.0", "CFDANumber");
        private static final javax.xml.namespace.QName CFDATITLE$4 = 
            new javax.xml.namespace.QName("http://apply.grants.gov/forms/SF424_Individual-V1.0", "CFDATitle");
        private static final javax.xml.namespace.QName DATERECEIVED$6 = 
            new javax.xml.namespace.QName("http://apply.grants.gov/forms/SF424_Individual-V1.0", "Date_Received");
        private static final javax.xml.namespace.QName OPPORTUNITYID$8 = 
            new javax.xml.namespace.QName("http://apply.grants.gov/forms/SF424_Individual-V1.0", "OpportunityID");
        private static final javax.xml.namespace.QName OPPORTUNITYTITLE$10 = 
            new javax.xml.namespace.QName("http://apply.grants.gov/forms/SF424_Individual-V1.0", "OpportunityTitle");
        private static final javax.xml.namespace.QName AUTHORIZEDREPRESENTATIVENAME$12 = 
            new javax.xml.namespace.QName("http://apply.grants.gov/forms/SF424_Individual-V1.0", "AuthorizedRepresentativeName");
        private static final javax.xml.namespace.QName AUTHORIZEDREPRESENTATIVEFAX$14 = 
            new javax.xml.namespace.QName("http://apply.grants.gov/forms/SF424_Individual-V1.0", "AuthorizedRepresentativeFax");
        private static final javax.xml.namespace.QName AUTHORIZEDREPRESENTATIVEEMAIL$16 = 
            new javax.xml.namespace.QName("http://apply.grants.gov/forms/SF424_Individual-V1.0", "AuthorizedRepresentativeEmail");
        private static final javax.xml.namespace.QName AUTHORIZEDREPRESENTATIVEPHONENUMBER$18 = 
            new javax.xml.namespace.QName("http://apply.grants.gov/forms/SF424_Individual-V1.0", "AuthorizedRepresentativePhoneNumber");
        private static final javax.xml.namespace.QName EVENINGPHONE$20 = 
            new javax.xml.namespace.QName("http://apply.grants.gov/forms/SF424_Individual-V1.0", "EveningPhone");
        private static final javax.xml.namespace.QName AUTHORIZEDREPRESENTATIVEADDRESS$22 = 
            new javax.xml.namespace.QName("http://apply.grants.gov/forms/SF424_Individual-V1.0", "AuthorizedRepresentativeAddress");
        private static final javax.xml.namespace.QName CITIZENSHIP$24 = 
            new javax.xml.namespace.QName("http://apply.grants.gov/forms/SF424_Individual-V1.0", "citizenship");
        private static final javax.xml.namespace.QName ALIENREGISTRATIONNUMBER$26 = 
            new javax.xml.namespace.QName("http://apply.grants.gov/forms/SF424_Individual-V1.0", "AlienRegistrationNumber");
        private static final javax.xml.namespace.QName COUNTRYOFORIGIN$28 = 
            new javax.xml.namespace.QName("http://apply.grants.gov/forms/SF424_Individual-V1.0", "CountryofOrigin");
        private static final javax.xml.namespace.QName VISITDATE$30 = 
            new javax.xml.namespace.QName("http://apply.grants.gov/forms/SF424_Individual-V1.0", "VisitDate");
        private static final javax.xml.namespace.QName SSN$32 = 
            new javax.xml.namespace.QName("http://apply.grants.gov/forms/SF424_Individual-V1.0", "SSN");
        private static final javax.xml.namespace.QName CONGRESSIONALDISTRICTAPPLICANT$34 = 
            new javax.xml.namespace.QName("http://apply.grants.gov/forms/SF424_Individual-V1.0", "CongressionalDistrictApplicant");
        private static final javax.xml.namespace.QName PROJECTTITLE$36 = 
            new javax.xml.namespace.QName("http://apply.grants.gov/forms/SF424_Individual-V1.0", "ProjectTitle");
        private static final javax.xml.namespace.QName PROJECTDESCRIPTION$38 = 
            new javax.xml.namespace.QName("http://apply.grants.gov/forms/SF424_Individual-V1.0", "ProjectDescription");
        private static final javax.xml.namespace.QName FUNDINGPERIODSTARTDATE$40 = 
            new javax.xml.namespace.QName("http://apply.grants.gov/forms/SF424_Individual-V1.0", "FundingPeriodStartDate");
        private static final javax.xml.namespace.QName FUNDINGPERIODENDDATE$42 = 
            new javax.xml.namespace.QName("http://apply.grants.gov/forms/SF424_Individual-V1.0", "FundingPeriodEndDate");
        private static final javax.xml.namespace.QName APPLICATIONCERTIFICATION$44 = 
            new javax.xml.namespace.QName("http://apply.grants.gov/forms/SF424_Individual-V1.0", "ApplicationCertification");
        private static final javax.xml.namespace.QName AORSIGNATURE$46 = 
            new javax.xml.namespace.QName("http://apply.grants.gov/forms/SF424_Individual-V1.0", "AORSignature");
        private static final javax.xml.namespace.QName AORDATE$48 = 
            new javax.xml.namespace.QName("http://apply.grants.gov/forms/SF424_Individual-V1.0", "AORDate");
        private static final javax.xml.namespace.QName FORMVERSION$50 = 
            new javax.xml.namespace.QName("http://apply.grants.gov/forms/SF424_Individual-V1.0", "FormVersion");
        
        
        /**
         * Gets the "FederalAgency" element
         */
        public java.lang.String getFederalAgency()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FEDERALAGENCY$0, 0);
                if (target == null)
                {
                    return null;
                }
                return target.getStringValue();
            }
        }
        
        /**
         * Gets (as xml) the "FederalAgency" element
         */
        public gov.grants.apply.system.globalLibraryV20.AgencyNameDataType xgetFederalAgency()
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.AgencyNameDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.AgencyNameDataType)get_store().find_element_user(FEDERALAGENCY$0, 0);
                return target;
            }
        }
        
        /**
         * Sets the "FederalAgency" element
         */
        public void setFederalAgency(java.lang.String federalAgency)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FEDERALAGENCY$0, 0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FEDERALAGENCY$0);
                }
                target.setStringValue(federalAgency);
            }
        }
        
        /**
         * Sets (as xml) the "FederalAgency" element
         */
        public void xsetFederalAgency(gov.grants.apply.system.globalLibraryV20.AgencyNameDataType federalAgency)
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.AgencyNameDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.AgencyNameDataType)get_store().find_element_user(FEDERALAGENCY$0, 0);
                if (target == null)
                {
                    target = (gov.grants.apply.system.globalLibraryV20.AgencyNameDataType)get_store().add_element_user(FEDERALAGENCY$0);
                }
                target.set(federalAgency);
            }
        }
        
        /**
         * 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$2, 0);
                if (target == null)
                {
                    return null;
                }
                return target.getStringValue();
            }
        }
        
        /**
         * Gets (as xml) the "CFDANumber" element
         */
        public gov.grants.apply.system.globalLibraryV20.CFDANumberDataType xgetCFDANumber()
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.CFDANumberDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.CFDANumberDataType)get_store().find_element_user(CFDANUMBER$2, 0);
                return target;
            }
        }
        
        /**
         * True if has "CFDANumber" element
         */
        public boolean isSetCFDANumber()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().count_elements(CFDANUMBER$2) != 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$2, 0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CFDANUMBER$2);
                }
                target.setStringValue(cfdaNumber);
            }
        }
        
        /**
         * Sets (as xml) the "CFDANumber" element
         */
        public void xsetCFDANumber(gov.grants.apply.system.globalLibraryV20.CFDANumberDataType cfdaNumber)
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.CFDANumberDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.CFDANumberDataType)get_store().find_element_user(CFDANUMBER$2, 0);
                if (target == null)
                {
                    target = (gov.grants.apply.system.globalLibraryV20.CFDANumberDataType)get_store().add_element_user(CFDANUMBER$2);
                }
                target.set(cfdaNumber);
            }
        }
        
        /**
         * Unsets the "CFDANumber" element
         */
        public void unsetCFDANumber()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_element(CFDANUMBER$2, 0);
            }
        }
        
        /**
         * Gets the "CFDATitle" element
         */
        public java.lang.String getCFDATitle()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CFDATITLE$4, 0);
                if (target == null)
                {
                    return null;
                }
                return target.getStringValue();
            }
        }
        
        /**
         * Gets (as xml) the "CFDATitle" element
         */
        public gov.grants.apply.system.globalLibraryV20.CFDATitleDataType xgetCFDATitle()
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.CFDATitleDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.CFDATitleDataType)get_store().find_element_user(CFDATITLE$4, 0);
                return target;
            }
        }
        
        /**
         * True if has "CFDATitle" element
         */
        public boolean isSetCFDATitle()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().count_elements(CFDATITLE$4) != 0;
            }
        }
        
        /**
         * Sets the "CFDATitle" element
         */
        public void setCFDATitle(java.lang.String cfdaTitle)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CFDATITLE$4, 0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CFDATITLE$4);
                }
                target.setStringValue(cfdaTitle);
            }
        }
        
        /**
         * Sets (as xml) the "CFDATitle" element
         */
        public void xsetCFDATitle(gov.grants.apply.system.globalLibraryV20.CFDATitleDataType cfdaTitle)
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.CFDATitleDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.CFDATitleDataType)get_store().find_element_user(CFDATITLE$4, 0);
                if (target == null)
                {
                    target = (gov.grants.apply.system.globalLibraryV20.CFDATitleDataType)get_store().add_element_user(CFDATITLE$4);
                }
                target.set(cfdaTitle);
            }
        }
        
        /**
         * Unsets the "CFDATitle" element
         */
        public void unsetCFDATitle()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_element(CFDATITLE$4, 0);
            }
        }
        
        /**
         * Gets the "Date_Received" element
         */
        public java.util.Calendar getDateReceived()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DATERECEIVED$6, 0);
                if (target == null)
                {
                    return null;
                }
                return target.getCalendarValue();
            }
        }
        
        /**
         * Gets (as xml) the "Date_Received" element
         */
        public org.apache.xmlbeans.XmlDate xgetDateReceived()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlDate target = null;
                target = (org.apache.xmlbeans.XmlDate)get_store().find_element_user(DATERECEIVED$6, 0);
                return target;
            }
        }
        
        /**
         * Sets the "Date_Received" element
         */
        public void setDateReceived(java.util.Calendar dateReceived)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DATERECEIVED$6, 0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(DATERECEIVED$6);
                }
                target.setCalendarValue(dateReceived);
            }
        }
        
        /**
         * Sets (as xml) the "Date_Received" element
         */
        public void xsetDateReceived(org.apache.xmlbeans.XmlDate dateReceived)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlDate target = null;
                target = (org.apache.xmlbeans.XmlDate)get_store().find_element_user(DATERECEIVED$6, 0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlDate)get_store().add_element_user(DATERECEIVED$6);
                }
                target.set(dateReceived);
            }
        }
        
        /**
         * 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.globalLibraryV20.OpportunityIDDataType xgetOpportunityID()
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.OpportunityIDDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.OpportunityIDDataType)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.globalLibraryV20.OpportunityIDDataType opportunityID)
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.OpportunityIDDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.OpportunityIDDataType)get_store().find_element_user(OPPORTUNITYID$8, 0);
                if (target == null)
                {
                    target = (gov.grants.apply.system.globalLibraryV20.OpportunityIDDataType)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.globalLibraryV20.OpportunityTitleDataType xgetOpportunityTitle()
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.OpportunityTitleDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.OpportunityTitleDataType)get_store().find_element_user(OPPORTUNITYTITLE$10, 0);
                return target;
            }
        }
        
        /**
         * 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.globalLibraryV20.OpportunityTitleDataType opportunityTitle)
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.OpportunityTitleDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.OpportunityTitleDataType)get_store().find_element_user(OPPORTUNITYTITLE$10, 0);
                if (target == null)
                {
                    target = (gov.grants.apply.system.globalLibraryV20.OpportunityTitleDataType)get_store().add_element_user(OPPORTUNITYTITLE$10);
                }
                target.set(opportunityTitle);
            }
        }
        
        /**
         * Gets the "AuthorizedRepresentativeName" element
         */
        public gov.grants.apply.system.globalLibraryV20.HumanNameDataType getAuthorizedRepresentativeName()
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.HumanNameDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.HumanNameDataType)get_store().find_element_user(AUTHORIZEDREPRESENTATIVENAME$12, 0);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "AuthorizedRepresentativeName" element
         */
        public void setAuthorizedRepresentativeName(gov.grants.apply.system.globalLibraryV20.HumanNameDataType authorizedRepresentativeName)
        {
            generatedSetterHelperImpl(authorizedRepresentativeName, AUTHORIZEDREPRESENTATIVENAME$12, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
        }
        
        /**
         * Appends and returns a new empty "AuthorizedRepresentativeName" element
         */
        public gov.grants.apply.system.globalLibraryV20.HumanNameDataType addNewAuthorizedRepresentativeName()
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.HumanNameDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.HumanNameDataType)get_store().add_element_user(AUTHORIZEDREPRESENTATIVENAME$12);
                return target;
            }
        }
        
        /**
         * Gets the "AuthorizedRepresentativeFax" element
         */
        public java.lang.String getAuthorizedRepresentativeFax()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AUTHORIZEDREPRESENTATIVEFAX$14, 0);
                if (target == null)
                {
                    return null;
                }
                return target.getStringValue();
            }
        }
        
        /**
         * Gets (as xml) the "AuthorizedRepresentativeFax" element
         */
        public gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetAuthorizedRepresentativeFax()
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType)get_store().find_element_user(AUTHORIZEDREPRESENTATIVEFAX$14, 0);
                return target;
            }
        }
        
        /**
         * True if has "AuthorizedRepresentativeFax" element
         */
        public boolean isSetAuthorizedRepresentativeFax()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().count_elements(AUTHORIZEDREPRESENTATIVEFAX$14) != 0;
            }
        }
        
        /**
         * Sets the "AuthorizedRepresentativeFax" element
         */
        public void setAuthorizedRepresentativeFax(java.lang.String authorizedRepresentativeFax)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AUTHORIZEDREPRESENTATIVEFAX$14, 0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(AUTHORIZEDREPRESENTATIVEFAX$14);
                }
                target.setStringValue(authorizedRepresentativeFax);
            }
        }
        
        /**
         * Sets (as xml) the "AuthorizedRepresentativeFax" element
         */
        public void xsetAuthorizedRepresentativeFax(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType authorizedRepresentativeFax)
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType)get_store().find_element_user(AUTHORIZEDREPRESENTATIVEFAX$14, 0);
                if (target == null)
                {
                    target = (gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType)get_store().add_element_user(AUTHORIZEDREPRESENTATIVEFAX$14);
                }
                target.set(authorizedRepresentativeFax);
            }
        }
        
        /**
         * Unsets the "AuthorizedRepresentativeFax" element
         */
        public void unsetAuthorizedRepresentativeFax()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_element(AUTHORIZEDREPRESENTATIVEFAX$14, 0);
            }
        }
        
        /**
         * Gets the "AuthorizedRepresentativeEmail" element
         */
        public java.lang.String getAuthorizedRepresentativeEmail()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AUTHORIZEDREPRESENTATIVEEMAIL$16, 0);
                if (target == null)
                {
                    return null;
                }
                return target.getStringValue();
            }
        }
        
        /**
         * Gets (as xml) the "AuthorizedRepresentativeEmail" element
         */
        public gov.grants.apply.system.globalLibraryV20.EmailDataType xgetAuthorizedRepresentativeEmail()
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.EmailDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.EmailDataType)get_store().find_element_user(AUTHORIZEDREPRESENTATIVEEMAIL$16, 0);
                return target;
            }
        }
        
        /**
         * True if has "AuthorizedRepresentativeEmail" element
         */
        public boolean isSetAuthorizedRepresentativeEmail()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().count_elements(AUTHORIZEDREPRESENTATIVEEMAIL$16) != 0;
            }
        }
        
        /**
         * Sets the "AuthorizedRepresentativeEmail" element
         */
        public void setAuthorizedRepresentativeEmail(java.lang.String authorizedRepresentativeEmail)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AUTHORIZEDREPRESENTATIVEEMAIL$16, 0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(AUTHORIZEDREPRESENTATIVEEMAIL$16);
                }
                target.setStringValue(authorizedRepresentativeEmail);
            }
        }
        
        /**
         * Sets (as xml) the "AuthorizedRepresentativeEmail" element
         */
        public void xsetAuthorizedRepresentativeEmail(gov.grants.apply.system.globalLibraryV20.EmailDataType authorizedRepresentativeEmail)
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.EmailDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.EmailDataType)get_store().find_element_user(AUTHORIZEDREPRESENTATIVEEMAIL$16, 0);
                if (target == null)
                {
                    target = (gov.grants.apply.system.globalLibraryV20.EmailDataType)get_store().add_element_user(AUTHORIZEDREPRESENTATIVEEMAIL$16);
                }
                target.set(authorizedRepresentativeEmail);
            }
        }
        
        /**
         * Unsets the "AuthorizedRepresentativeEmail" element
         */
        public void unsetAuthorizedRepresentativeEmail()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_element(AUTHORIZEDREPRESENTATIVEEMAIL$16, 0);
            }
        }
        
        /**
         * Gets the "AuthorizedRepresentativePhoneNumber" element
         */
        public java.lang.String getAuthorizedRepresentativePhoneNumber()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AUTHORIZEDREPRESENTATIVEPHONENUMBER$18, 0);
                if (target == null)
                {
                    return null;
                }
                return target.getStringValue();
            }
        }
        
        /**
         * Gets (as xml) the "AuthorizedRepresentativePhoneNumber" element
         */
        public gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetAuthorizedRepresentativePhoneNumber()
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType)get_store().find_element_user(AUTHORIZEDREPRESENTATIVEPHONENUMBER$18, 0);
                return target;
            }
        }
        
        /**
         * Sets the "AuthorizedRepresentativePhoneNumber" element
         */
        public void setAuthorizedRepresentativePhoneNumber(java.lang.String authorizedRepresentativePhoneNumber)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AUTHORIZEDREPRESENTATIVEPHONENUMBER$18, 0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(AUTHORIZEDREPRESENTATIVEPHONENUMBER$18);
                }
                target.setStringValue(authorizedRepresentativePhoneNumber);
            }
        }
        
        /**
         * Sets (as xml) the "AuthorizedRepresentativePhoneNumber" element
         */
        public void xsetAuthorizedRepresentativePhoneNumber(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType authorizedRepresentativePhoneNumber)
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType)get_store().find_element_user(AUTHORIZEDREPRESENTATIVEPHONENUMBER$18, 0);
                if (target == null)
                {
                    target = (gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType)get_store().add_element_user(AUTHORIZEDREPRESENTATIVEPHONENUMBER$18);
                }
                target.set(authorizedRepresentativePhoneNumber);
            }
        }
        
        /**
         * Gets the "EveningPhone" element
         */
        public java.lang.String getEveningPhone()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EVENINGPHONE$20, 0);
                if (target == null)
                {
                    return null;
                }
                return target.getStringValue();
            }
        }
        
        /**
         * Gets (as xml) the "EveningPhone" element
         */
        public gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType xgetEveningPhone()
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType)get_store().find_element_user(EVENINGPHONE$20, 0);
                return target;
            }
        }
        
        /**
         * True if has "EveningPhone" element
         */
        public boolean isSetEveningPhone()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().count_elements(EVENINGPHONE$20) != 0;
            }
        }
        
        /**
         * Sets the "EveningPhone" element
         */
        public void setEveningPhone(java.lang.String eveningPhone)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(EVENINGPHONE$20, 0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(EVENINGPHONE$20);
                }
                target.setStringValue(eveningPhone);
            }
        }
        
        /**
         * Sets (as xml) the "EveningPhone" element
         */
        public void xsetEveningPhone(gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType eveningPhone)
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType)get_store().find_element_user(EVENINGPHONE$20, 0);
                if (target == null)
                {
                    target = (gov.grants.apply.system.globalLibraryV20.TelephoneNumberDataType)get_store().add_element_user(EVENINGPHONE$20);
                }
                target.set(eveningPhone);
            }
        }
        
        /**
         * Unsets the "EveningPhone" element
         */
        public void unsetEveningPhone()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_element(EVENINGPHONE$20, 0);
            }
        }
        
        /**
         * Gets the "AuthorizedRepresentativeAddress" element
         */
        public gov.grants.apply.system.globalLibraryV20.AddressDataType getAuthorizedRepresentativeAddress()
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.AddressDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.AddressDataType)get_store().find_element_user(AUTHORIZEDREPRESENTATIVEADDRESS$22, 0);
                if (target == null)
                {
                    return null;
                }
                return target;
            }
        }
        
        /**
         * Sets the "AuthorizedRepresentativeAddress" element
         */
        public void setAuthorizedRepresentativeAddress(gov.grants.apply.system.globalLibraryV20.AddressDataType authorizedRepresentativeAddress)
        {
            generatedSetterHelperImpl(authorizedRepresentativeAddress, AUTHORIZEDREPRESENTATIVEADDRESS$22, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
        }
        
        /**
         * Appends and returns a new empty "AuthorizedRepresentativeAddress" element
         */
        public gov.grants.apply.system.globalLibraryV20.AddressDataType addNewAuthorizedRepresentativeAddress()
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.AddressDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.AddressDataType)get_store().add_element_user(AUTHORIZEDREPRESENTATIVEADDRESS$22);
                return target;
            }
        }
        
        /**
         * Gets the "citizenship" element
         */
        public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getCitizenship()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CITIZENSHIP$24, 0);
                if (target == null)
                {
                    return null;
                }
                return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
            }
        }
        
        /**
         * Gets (as xml) the "citizenship" element
         */
        public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetCitizenship()
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CITIZENSHIP$24, 0);
                return target;
            }
        }
        
        /**
         * Sets the "citizenship" element
         */
        public void setCitizenship(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum citizenship)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CITIZENSHIP$24, 0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CITIZENSHIP$24);
                }
                target.setEnumValue(citizenship);
            }
        }
        
        /**
         * Sets (as xml) the "citizenship" element
         */
        public void xsetCitizenship(gov.grants.apply.system.globalLibraryV20.YesNoDataType citizenship)
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(CITIZENSHIP$24, 0);
                if (target == null)
                {
                    target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(CITIZENSHIP$24);
                }
                target.set(citizenship);
            }
        }
        
        /**
         * Gets the "AlienRegistrationNumber" element
         */
        public java.lang.String getAlienRegistrationNumber()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ALIENREGISTRATIONNUMBER$26, 0);
                if (target == null)
                {
                    return null;
                }
                return target.getStringValue();
            }
        }
        
        /**
         * Gets (as xml) the "AlienRegistrationNumber" element
         */
        public gov.grants.apply.forms.sf424IndividualV10.SF424IndividualDocument.SF424Individual.AlienRegistrationNumber xgetAlienRegistrationNumber()
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.forms.sf424IndividualV10.SF424IndividualDocument.SF424Individual.AlienRegistrationNumber target = null;
                target = (gov.grants.apply.forms.sf424IndividualV10.SF424IndividualDocument.SF424Individual.AlienRegistrationNumber)get_store().find_element_user(ALIENREGISTRATIONNUMBER$26, 0);
                return target;
            }
        }
        
        /**
         * True if has "AlienRegistrationNumber" element
         */
        public boolean isSetAlienRegistrationNumber()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().count_elements(ALIENREGISTRATIONNUMBER$26) != 0;
            }
        }
        
        /**
         * Sets the "AlienRegistrationNumber" element
         */
        public void setAlienRegistrationNumber(java.lang.String alienRegistrationNumber)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ALIENREGISTRATIONNUMBER$26, 0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ALIENREGISTRATIONNUMBER$26);
                }
                target.setStringValue(alienRegistrationNumber);
            }
        }
        
        /**
         * Sets (as xml) the "AlienRegistrationNumber" element
         */
        public void xsetAlienRegistrationNumber(gov.grants.apply.forms.sf424IndividualV10.SF424IndividualDocument.SF424Individual.AlienRegistrationNumber alienRegistrationNumber)
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.forms.sf424IndividualV10.SF424IndividualDocument.SF424Individual.AlienRegistrationNumber target = null;
                target = (gov.grants.apply.forms.sf424IndividualV10.SF424IndividualDocument.SF424Individual.AlienRegistrationNumber)get_store().find_element_user(ALIENREGISTRATIONNUMBER$26, 0);
                if (target == null)
                {
                    target = (gov.grants.apply.forms.sf424IndividualV10.SF424IndividualDocument.SF424Individual.AlienRegistrationNumber)get_store().add_element_user(ALIENREGISTRATIONNUMBER$26);
                }
                target.set(alienRegistrationNumber);
            }
        }
        
        /**
         * Unsets the "AlienRegistrationNumber" element
         */
        public void unsetAlienRegistrationNumber()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_element(ALIENREGISTRATIONNUMBER$26, 0);
            }
        }
        
        /**
         * Gets the "CountryofOrigin" element
         */
        public gov.grants.apply.system.universalCodesV20.CountryCodeDataType.Enum getCountryofOrigin()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COUNTRYOFORIGIN$28, 0);
                if (target == null)
                {
                    return null;
                }
                return (gov.grants.apply.system.universalCodesV20.CountryCodeDataType.Enum)target.getEnumValue();
            }
        }
        
        /**
         * Gets (as xml) the "CountryofOrigin" element
         */
        public gov.grants.apply.system.universalCodesV20.CountryCodeDataType xgetCountryofOrigin()
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.universalCodesV20.CountryCodeDataType target = null;
                target = (gov.grants.apply.system.universalCodesV20.CountryCodeDataType)get_store().find_element_user(COUNTRYOFORIGIN$28, 0);
                return target;
            }
        }
        
        /**
         * True if has "CountryofOrigin" element
         */
        public boolean isSetCountryofOrigin()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().count_elements(COUNTRYOFORIGIN$28) != 0;
            }
        }
        
        /**
         * Sets the "CountryofOrigin" element
         */
        public void setCountryofOrigin(gov.grants.apply.system.universalCodesV20.CountryCodeDataType.Enum countryofOrigin)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COUNTRYOFORIGIN$28, 0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(COUNTRYOFORIGIN$28);
                }
                target.setEnumValue(countryofOrigin);
            }
        }
        
        /**
         * Sets (as xml) the "CountryofOrigin" element
         */
        public void xsetCountryofOrigin(gov.grants.apply.system.universalCodesV20.CountryCodeDataType countryofOrigin)
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.universalCodesV20.CountryCodeDataType target = null;
                target = (gov.grants.apply.system.universalCodesV20.CountryCodeDataType)get_store().find_element_user(COUNTRYOFORIGIN$28, 0);
                if (target == null)
                {
                    target = (gov.grants.apply.system.universalCodesV20.CountryCodeDataType)get_store().add_element_user(COUNTRYOFORIGIN$28);
                }
                target.set(countryofOrigin);
            }
        }
        
        /**
         * Unsets the "CountryofOrigin" element
         */
        public void unsetCountryofOrigin()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_element(COUNTRYOFORIGIN$28, 0);
            }
        }
        
        /**
         * Gets the "VisitDate" element
         */
        public java.util.Calendar getVisitDate()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(VISITDATE$30, 0);
                if (target == null)
                {
                    return null;
                }
                return target.getCalendarValue();
            }
        }
        
        /**
         * Gets (as xml) the "VisitDate" element
         */
        public org.apache.xmlbeans.XmlDate xgetVisitDate()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlDate target = null;
                target = (org.apache.xmlbeans.XmlDate)get_store().find_element_user(VISITDATE$30, 0);
                return target;
            }
        }
        
        /**
         * True if has "VisitDate" element
         */
        public boolean isSetVisitDate()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().count_elements(VISITDATE$30) != 0;
            }
        }
        
        /**
         * Sets the "VisitDate" element
         */
        public void setVisitDate(java.util.Calendar visitDate)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(VISITDATE$30, 0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(VISITDATE$30);
                }
                target.setCalendarValue(visitDate);
            }
        }
        
        /**
         * Sets (as xml) the "VisitDate" element
         */
        public void xsetVisitDate(org.apache.xmlbeans.XmlDate visitDate)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlDate target = null;
                target = (org.apache.xmlbeans.XmlDate)get_store().find_element_user(VISITDATE$30, 0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlDate)get_store().add_element_user(VISITDATE$30);
                }
                target.set(visitDate);
            }
        }
        
        /**
         * Unsets the "VisitDate" element
         */
        public void unsetVisitDate()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_element(VISITDATE$30, 0);
            }
        }
        
        /**
         * Gets the "SSN" element
         */
        public java.lang.String getSSN()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SSN$32, 0);
                if (target == null)
                {
                    return null;
                }
                return target.getStringValue();
            }
        }
        
        /**
         * Gets (as xml) the "SSN" element
         */
        public gov.grants.apply.system.globalLibraryV20.SocialSecurityNumberDataType xgetSSN()
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.SocialSecurityNumberDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.SocialSecurityNumberDataType)get_store().find_element_user(SSN$32, 0);
                return target;
            }
        }
        
        /**
         * True if has "SSN" element
         */
        public boolean isSetSSN()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().count_elements(SSN$32) != 0;
            }
        }
        
        /**
         * Sets the "SSN" element
         */
        public void setSSN(java.lang.String ssn)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SSN$32, 0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SSN$32);
                }
                target.setStringValue(ssn);
            }
        }
        
        /**
         * Sets (as xml) the "SSN" element
         */
        public void xsetSSN(gov.grants.apply.system.globalLibraryV20.SocialSecurityNumberDataType ssn)
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.SocialSecurityNumberDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.SocialSecurityNumberDataType)get_store().find_element_user(SSN$32, 0);
                if (target == null)
                {
                    target = (gov.grants.apply.system.globalLibraryV20.SocialSecurityNumberDataType)get_store().add_element_user(SSN$32);
                }
                target.set(ssn);
            }
        }
        
        /**
         * Unsets the "SSN" element
         */
        public void unsetSSN()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_element(SSN$32, 0);
            }
        }
        
        /**
         * Gets the "CongressionalDistrictApplicant" element
         */
        public java.lang.String getCongressionalDistrictApplicant()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CONGRESSIONALDISTRICTAPPLICANT$34, 0);
                if (target == null)
                {
                    return null;
                }
                return target.getStringValue();
            }
        }
        
        /**
         * Gets (as xml) the "CongressionalDistrictApplicant" element
         */
        public gov.grants.apply.system.globalLibraryV20.CongressionalDistrictDataType xgetCongressionalDistrictApplicant()
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.CongressionalDistrictDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.CongressionalDistrictDataType)get_store().find_element_user(CONGRESSIONALDISTRICTAPPLICANT$34, 0);
                return target;
            }
        }
        
        /**
         * Sets the "CongressionalDistrictApplicant" element
         */
        public void setCongressionalDistrictApplicant(java.lang.String congressionalDistrictApplicant)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CONGRESSIONALDISTRICTAPPLICANT$34, 0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CONGRESSIONALDISTRICTAPPLICANT$34);
                }
                target.setStringValue(congressionalDistrictApplicant);
            }
        }
        
        /**
         * Sets (as xml) the "CongressionalDistrictApplicant" element
         */
        public void xsetCongressionalDistrictApplicant(gov.grants.apply.system.globalLibraryV20.CongressionalDistrictDataType congressionalDistrictApplicant)
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.CongressionalDistrictDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.CongressionalDistrictDataType)get_store().find_element_user(CONGRESSIONALDISTRICTAPPLICANT$34, 0);
                if (target == null)
                {
                    target = (gov.grants.apply.system.globalLibraryV20.CongressionalDistrictDataType)get_store().add_element_user(CONGRESSIONALDISTRICTAPPLICANT$34);
                }
                target.set(congressionalDistrictApplicant);
            }
        }
        
        /**
         * Gets the "ProjectTitle" element
         */
        public java.lang.String getProjectTitle()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PROJECTTITLE$36, 0);
                if (target == null)
                {
                    return null;
                }
                return target.getStringValue();
            }
        }
        
        /**
         * Gets (as xml) the "ProjectTitle" element
         */
        public gov.grants.apply.system.globalLibraryV20.ProjectTitleDataType xgetProjectTitle()
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.ProjectTitleDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.ProjectTitleDataType)get_store().find_element_user(PROJECTTITLE$36, 0);
                return target;
            }
        }
        
        /**
         * True if has "ProjectTitle" element
         */
        public boolean isSetProjectTitle()
        {
            synchronized (monitor())
            {
                check_orphaned();
                return get_store().count_elements(PROJECTTITLE$36) != 0;
            }
        }
        
        /**
         * Sets the "ProjectTitle" element
         */
        public void setProjectTitle(java.lang.String projectTitle)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PROJECTTITLE$36, 0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PROJECTTITLE$36);
                }
                target.setStringValue(projectTitle);
            }
        }
        
        /**
         * Sets (as xml) the "ProjectTitle" element
         */
        public void xsetProjectTitle(gov.grants.apply.system.globalLibraryV20.ProjectTitleDataType projectTitle)
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.ProjectTitleDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.ProjectTitleDataType)get_store().find_element_user(PROJECTTITLE$36, 0);
                if (target == null)
                {
                    target = (gov.grants.apply.system.globalLibraryV20.ProjectTitleDataType)get_store().add_element_user(PROJECTTITLE$36);
                }
                target.set(projectTitle);
            }
        }
        
        /**
         * Unsets the "ProjectTitle" element
         */
        public void unsetProjectTitle()
        {
            synchronized (monitor())
            {
                check_orphaned();
                get_store().remove_element(PROJECTTITLE$36, 0);
            }
        }
        
        /**
         * Gets the "ProjectDescription" element
         */
        public java.lang.String getProjectDescription()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PROJECTDESCRIPTION$38, 0);
                if (target == null)
                {
                    return null;
                }
                return target.getStringValue();
            }
        }
        
        /**
         * Gets (as xml) the "ProjectDescription" element
         */
        public gov.grants.apply.forms.sf424IndividualV10.SF424IndividualDocument.SF424Individual.ProjectDescription xgetProjectDescription()
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.forms.sf424IndividualV10.SF424IndividualDocument.SF424Individual.ProjectDescription target = null;
                target = (gov.grants.apply.forms.sf424IndividualV10.SF424IndividualDocument.SF424Individual.ProjectDescription)get_store().find_element_user(PROJECTDESCRIPTION$38, 0);
                return target;
            }
        }
        
        /**
         * Sets the "ProjectDescription" element
         */
        public void setProjectDescription(java.lang.String projectDescription)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PROJECTDESCRIPTION$38, 0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PROJECTDESCRIPTION$38);
                }
                target.setStringValue(projectDescription);
            }
        }
        
        /**
         * Sets (as xml) the "ProjectDescription" element
         */
        public void xsetProjectDescription(gov.grants.apply.forms.sf424IndividualV10.SF424IndividualDocument.SF424Individual.ProjectDescription projectDescription)
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.forms.sf424IndividualV10.SF424IndividualDocument.SF424Individual.ProjectDescription target = null;
                target = (gov.grants.apply.forms.sf424IndividualV10.SF424IndividualDocument.SF424Individual.ProjectDescription)get_store().find_element_user(PROJECTDESCRIPTION$38, 0);
                if (target == null)
                {
                    target = (gov.grants.apply.forms.sf424IndividualV10.SF424IndividualDocument.SF424Individual.ProjectDescription)get_store().add_element_user(PROJECTDESCRIPTION$38);
                }
                target.set(projectDescription);
            }
        }
        
        /**
         * Gets the "FundingPeriodStartDate" element
         */
        public java.util.Calendar getFundingPeriodStartDate()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FUNDINGPERIODSTARTDATE$40, 0);
                if (target == null)
                {
                    return null;
                }
                return target.getCalendarValue();
            }
        }
        
        /**
         * Gets (as xml) the "FundingPeriodStartDate" element
         */
        public org.apache.xmlbeans.XmlDate xgetFundingPeriodStartDate()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlDate target = null;
                target = (org.apache.xmlbeans.XmlDate)get_store().find_element_user(FUNDINGPERIODSTARTDATE$40, 0);
                return target;
            }
        }
        
        /**
         * Sets the "FundingPeriodStartDate" element
         */
        public void setFundingPeriodStartDate(java.util.Calendar fundingPeriodStartDate)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FUNDINGPERIODSTARTDATE$40, 0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FUNDINGPERIODSTARTDATE$40);
                }
                target.setCalendarValue(fundingPeriodStartDate);
            }
        }
        
        /**
         * Sets (as xml) the "FundingPeriodStartDate" element
         */
        public void xsetFundingPeriodStartDate(org.apache.xmlbeans.XmlDate fundingPeriodStartDate)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlDate target = null;
                target = (org.apache.xmlbeans.XmlDate)get_store().find_element_user(FUNDINGPERIODSTARTDATE$40, 0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlDate)get_store().add_element_user(FUNDINGPERIODSTARTDATE$40);
                }
                target.set(fundingPeriodStartDate);
            }
        }
        
        /**
         * Gets the "FundingPeriodEndDate" element
         */
        public java.util.Calendar getFundingPeriodEndDate()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FUNDINGPERIODENDDATE$42, 0);
                if (target == null)
                {
                    return null;
                }
                return target.getCalendarValue();
            }
        }
        
        /**
         * Gets (as xml) the "FundingPeriodEndDate" element
         */
        public org.apache.xmlbeans.XmlDate xgetFundingPeriodEndDate()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlDate target = null;
                target = (org.apache.xmlbeans.XmlDate)get_store().find_element_user(FUNDINGPERIODENDDATE$42, 0);
                return target;
            }
        }
        
        /**
         * Sets the "FundingPeriodEndDate" element
         */
        public void setFundingPeriodEndDate(java.util.Calendar fundingPeriodEndDate)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FUNDINGPERIODENDDATE$42, 0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FUNDINGPERIODENDDATE$42);
                }
                target.setCalendarValue(fundingPeriodEndDate);
            }
        }
        
        /**
         * Sets (as xml) the "FundingPeriodEndDate" element
         */
        public void xsetFundingPeriodEndDate(org.apache.xmlbeans.XmlDate fundingPeriodEndDate)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlDate target = null;
                target = (org.apache.xmlbeans.XmlDate)get_store().find_element_user(FUNDINGPERIODENDDATE$42, 0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlDate)get_store().add_element_user(FUNDINGPERIODENDDATE$42);
                }
                target.set(fundingPeriodEndDate);
            }
        }
        
        /**
         * Gets the "ApplicationCertification" element
         */
        public gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum getApplicationCertification()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(APPLICATIONCERTIFICATION$44, 0);
                if (target == null)
                {
                    return null;
                }
                return (gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum)target.getEnumValue();
            }
        }
        
        /**
         * Gets (as xml) the "ApplicationCertification" element
         */
        public gov.grants.apply.system.globalLibraryV20.YesNoDataType xgetApplicationCertification()
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(APPLICATIONCERTIFICATION$44, 0);
                return target;
            }
        }
        
        /**
         * Sets the "ApplicationCertification" element
         */
        public void setApplicationCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType.Enum applicationCertification)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(APPLICATIONCERTIFICATION$44, 0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(APPLICATIONCERTIFICATION$44);
                }
                target.setEnumValue(applicationCertification);
            }
        }
        
        /**
         * Sets (as xml) the "ApplicationCertification" element
         */
        public void xsetApplicationCertification(gov.grants.apply.system.globalLibraryV20.YesNoDataType applicationCertification)
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.YesNoDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().find_element_user(APPLICATIONCERTIFICATION$44, 0);
                if (target == null)
                {
                    target = (gov.grants.apply.system.globalLibraryV20.YesNoDataType)get_store().add_element_user(APPLICATIONCERTIFICATION$44);
                }
                target.set(applicationCertification);
            }
        }
        
        /**
         * Gets the "AORSignature" element
         */
        public java.lang.String getAORSignature()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AORSIGNATURE$46, 0);
                if (target == null)
                {
                    return null;
                }
                return target.getStringValue();
            }
        }
        
        /**
         * Gets (as xml) the "AORSignature" element
         */
        public gov.grants.apply.system.globalLibraryV20.SignatureDataType xgetAORSignature()
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.SignatureDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.SignatureDataType)get_store().find_element_user(AORSIGNATURE$46, 0);
                return target;
            }
        }
        
        /**
         * Sets the "AORSignature" element
         */
        public void setAORSignature(java.lang.String aorSignature)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AORSIGNATURE$46, 0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(AORSIGNATURE$46);
                }
                target.setStringValue(aorSignature);
            }
        }
        
        /**
         * Sets (as xml) the "AORSignature" element
         */
        public void xsetAORSignature(gov.grants.apply.system.globalLibraryV20.SignatureDataType aorSignature)
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.SignatureDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.SignatureDataType)get_store().find_element_user(AORSIGNATURE$46, 0);
                if (target == null)
                {
                    target = (gov.grants.apply.system.globalLibraryV20.SignatureDataType)get_store().add_element_user(AORSIGNATURE$46);
                }
                target.set(aorSignature);
            }
        }
        
        /**
         * Gets the "AORDate" element
         */
        public java.util.Calendar getAORDate()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AORDATE$48, 0);
                if (target == null)
                {
                    return null;
                }
                return target.getCalendarValue();
            }
        }
        
        /**
         * Gets (as xml) the "AORDate" element
         */
        public org.apache.xmlbeans.XmlDate xgetAORDate()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlDate target = null;
                target = (org.apache.xmlbeans.XmlDate)get_store().find_element_user(AORDATE$48, 0);
                return target;
            }
        }
        
        /**
         * Sets the "AORDate" element
         */
        public void setAORDate(java.util.Calendar aorDate)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(AORDATE$48, 0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(AORDATE$48);
                }
                target.setCalendarValue(aorDate);
            }
        }
        
        /**
         * Sets (as xml) the "AORDate" element
         */
        public void xsetAORDate(org.apache.xmlbeans.XmlDate aorDate)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.XmlDate target = null;
                target = (org.apache.xmlbeans.XmlDate)get_store().find_element_user(AORDATE$48, 0);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.XmlDate)get_store().add_element_user(AORDATE$48);
                }
                target.set(aorDate);
            }
        }
        
        /**
         * Gets the "FormVersion" attribute
         */
        public java.lang.String getFormVersion()
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(FORMVERSION$50);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.SimpleValue)get_default_attribute_value(FORMVERSION$50);
                }
                if (target == null)
                {
                    return null;
                }
                return target.getStringValue();
            }
        }
        
        /**
         * Gets (as xml) the "FormVersion" attribute
         */
        public gov.grants.apply.system.globalLibraryV20.FormVersionDataType xgetFormVersion()
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.FormVersionDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.FormVersionDataType)get_store().find_attribute_user(FORMVERSION$50);
                if (target == null)
                {
                    target = (gov.grants.apply.system.globalLibraryV20.FormVersionDataType)get_default_attribute_value(FORMVERSION$50);
                }
                return target;
            }
        }
        
        /**
         * Sets the "FormVersion" attribute
         */
        public void setFormVersion(java.lang.String formVersion)
        {
            synchronized (monitor())
            {
                check_orphaned();
                org.apache.xmlbeans.SimpleValue target = null;
                target = (org.apache.xmlbeans.SimpleValue)get_store().find_attribute_user(FORMVERSION$50);
                if (target == null)
                {
                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_attribute_user(FORMVERSION$50);
                }
                target.setStringValue(formVersion);
            }
        }
        
        /**
         * Sets (as xml) the "FormVersion" attribute
         */
        public void xsetFormVersion(gov.grants.apply.system.globalLibraryV20.FormVersionDataType formVersion)
        {
            synchronized (monitor())
            {
                check_orphaned();
                gov.grants.apply.system.globalLibraryV20.FormVersionDataType target = null;
                target = (gov.grants.apply.system.globalLibraryV20.FormVersionDataType)get_store().find_attribute_user(FORMVERSION$50);
                if (target == null)
                {
                    target = (gov.grants.apply.system.globalLibraryV20.FormVersionDataType)get_store().add_attribute_user(FORMVERSION$50);
                }
                target.set(formVersion);
            }
        }
        /**
         * An XML AlienRegistrationNumber(@http://apply.grants.gov/forms/SF424_Individual-V1.0).
         *
         * This is an atomic type that is a restriction of gov.grants.apply.forms.sf424IndividualV10.SF424IndividualDocument$SF424Individual$AlienRegistrationNumber.
         */
        public static class AlienRegistrationNumberImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements gov.grants.apply.forms.sf424IndividualV10.SF424IndividualDocument.SF424Individual.AlienRegistrationNumber
        {
            private static final long serialVersionUID = 1L;
            
            public AlienRegistrationNumberImpl(org.apache.xmlbeans.SchemaType sType)
            {
                super(sType, false);
            }
            
            protected AlienRegistrationNumberImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
            {
                super(sType, b);
            }
        }
        /**
         * An XML ProjectDescription(@http://apply.grants.gov/forms/SF424_Individual-V1.0).
         *
         * This is an atomic type that is a restriction of gov.grants.apply.forms.sf424IndividualV10.SF424IndividualDocument$SF424Individual$ProjectDescription.
         */
        public static class ProjectDescriptionImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements gov.grants.apply.forms.sf424IndividualV10.SF424IndividualDocument.SF424Individual.ProjectDescription
        {
            private static final long serialVersionUID = 1L;
            
            public ProjectDescriptionImpl(org.apache.xmlbeans.SchemaType sType)
            {
                super(sType, false);
            }
            
            protected ProjectDescriptionImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
            {
                super(sType, b);
            }
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy