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

Packages that use ApplicationInformationType
gov.grants.apply.WebServices.ApplicantIntegrationServices_V1_0   
 

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

Methods in gov.grants.apply.WebServices.ApplicantIntegrationServices_V1_0 that return ApplicationInformationType
 ApplicationInformationType[] _GetApplicationListResponse.getApplicationInformation()
           
 ApplicationInformationType _GetApplicationListResponse.getApplicationInformation(int i)
           
 

Methods in gov.grants.apply.WebServices.ApplicantIntegrationServices_V1_0 with parameters of type ApplicationInformationType
 void _GetApplicationListResponse.setApplicationInformation(ApplicationInformationType[] applicationInformation)
           
 void _GetApplicationListResponse.setApplicationInformation(int i, ApplicationInformationType value)