Uses of Class
gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.ResponseMessage

Uses of ResponseMessage in gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0
 

Fields in gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0 declared as ResponseMessage
private  ResponseMessage AssignAgencyTrackingNumberResponse.responseMessage
           
private  ResponseMessage ConfirmApplicationDeliveryResponse.responseMessage
           
static ResponseMessage ResponseMessage.Success
           
static ResponseMessage ResponseMessage.Failure
           
 

Methods in gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0 that return ResponseMessage
 ResponseMessage AssignAgencyTrackingNumberResponse.getResponseMessage()
          Gets the responseMessage value for this AssignAgencyTrackingNumberResponse.
 ResponseMessage ConfirmApplicationDeliveryResponse.getResponseMessage()
          Gets the responseMessage value for this ConfirmApplicationDeliveryResponse.
static ResponseMessage ResponseMessage.fromValue(java.lang.String value)
           
static ResponseMessage ResponseMessage.fromString(java.lang.String value)
           
 

Methods in gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0 with parameters of type ResponseMessage
 void AssignAgencyTrackingNumberResponse.setResponseMessage(ResponseMessage responseMessage)
          Sets the responseMessage value for this AssignAgencyTrackingNumberResponse.
 void ConfirmApplicationDeliveryResponse.setResponseMessage(ResponseMessage responseMessage)
          Sets the responseMessage value for this ConfirmApplicationDeliveryResponse.
 

Constructors in gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0 with parameters of type ResponseMessage
AssignAgencyTrackingNumberResponse(java.lang.String grants_govTrackingNumber, ResponseMessage responseMessage)
           
ConfirmApplicationDeliveryResponse(java.lang.String grants_govTrackingNumber, ResponseMessage responseMessage)