Uses of Class
gov.grants.apply.system.Global_V1_0.HashValue

Uses of HashValue in gov.grants.apply.system.Footer_V1_0
 

Fields in gov.grants.apply.system.Footer_V1_0 declared as HashValue
private  HashValue GrantSubmissionFooter.hashValue
           
 

Methods in gov.grants.apply.system.Footer_V1_0 that return HashValue
 HashValue GrantSubmissionFooter.getHashValue()
          Gets the hashValue value for this GrantSubmissionFooter.
 

Methods in gov.grants.apply.system.Footer_V1_0 with parameters of type HashValue
 void GrantSubmissionFooter.setHashValue(HashValue hashValue)
          Sets the hashValue value for this GrantSubmissionFooter.
 

Constructors in gov.grants.apply.system.Footer_V1_0 with parameters of type HashValue
GrantSubmissionFooter(HashValue hashValue, java.util.Calendar receivedDateTime, java.lang.String submitterName, java.lang.String grants_govTrackingNumber, java.lang.String schemaVersion)
           
 

Uses of HashValue in gov.grants.apply.system.Header_V1_0
 

Fields in gov.grants.apply.system.Header_V1_0 declared as HashValue
private  HashValue GrantSubmissionHeader.hashValue
           
 

Methods in gov.grants.apply.system.Header_V1_0 that return HashValue
 HashValue GrantSubmissionHeader.getHashValue()
          Gets the hashValue value for this GrantSubmissionHeader.
 

Methods in gov.grants.apply.system.Header_V1_0 with parameters of type HashValue
 void GrantSubmissionHeader.setHashValue(HashValue hashValue)
          Sets the hashValue value for this GrantSubmissionHeader.
 

Constructors in gov.grants.apply.system.Header_V1_0 with parameters of type HashValue
GrantSubmissionHeader(HashValue hashValue, java.lang.String agencyName, java.lang.String CFDANumber, java.lang.String activityTitle, java.lang.String opportunityID, java.lang.String opportunityTitle, java.lang.String competitionID, java.util.Date openingDate, java.util.Date closingDate, java.lang.String submissionTitle, java.lang.String schemaVersion)