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

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

Fields in gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0 declared as ItemFileLocation
private  ItemFileLocation Item.fileLocation
           
 

Methods in gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0 that return ItemFileLocation
 ItemFileLocation Item.getFileLocation()
          Gets the fileLocation value for this Item.
 

Methods in gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0 with parameters of type ItemFileLocation
 void Item.setFileLocation(ItemFileLocation fileLocation)
          Sets the fileLocation value for this Item.
 

Constructors in gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0 with parameters of type ItemFileLocation
Item(java.lang.String purpose, java.lang.String fileName, java.lang.String mimeType, ItemFileLocation fileLocation)