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

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

Fields in gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0 declared as ApplicationInformationType
private  ApplicationInformationType[] GetApplicationListResponse.applicationInformation
           
 

Methods in gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0 that return ApplicationInformationType
 ApplicationInformationType[] GetApplicationListResponse.getApplicationInformation()
          Gets the applicationInformation value for this GetApplicationListResponse.
 ApplicationInformationType GetApplicationListResponse.getApplicationInformation(int i)
           
 

Methods in gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0 with parameters of type ApplicationInformationType
 void GetApplicationListResponse.setApplicationInformation(ApplicationInformationType[] applicationInformation)
          Sets the applicationInformation value for this GetApplicationListResponse.
 void GetApplicationListResponse.setApplicationInformation(int i, ApplicationInformationType _value)
           
 

Constructors in gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0 with parameters of type ApplicationInformationType
GetApplicationListResponse(int availableApplicationNumber, ApplicationInformationType[] applicationInformation)