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

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

Fields in gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0 declared as Item
private  Item[] GetApplicationZipResponse.manifest
           
 

Methods in gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0 that return Item
 Item[] GetApplicationZipResponse.getManifest()
          Gets the manifest value for this GetApplicationZipResponse.
 

Methods in gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0 with parameters of type Item
 void GetApplicationZipResponse.setManifest(Item[] manifest)
          Sets the manifest value for this GetApplicationZipResponse.
 

Constructors in gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0 with parameters of type Item
GetApplicationZipResponse(Item[] manifest)