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

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

Fields in gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0 declared as EncodingTypeEnum
static EncodingTypeEnum EncodingTypeEnum.MIME
           
static EncodingTypeEnum EncodingTypeEnum.DIME
           
private  EncodingTypeEnum GetApplicationRequest.encodingType
           
private  EncodingTypeEnum GetApplicationZipRequest.encodingType
           
 

Methods in gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0 that return EncodingTypeEnum
static EncodingTypeEnum EncodingTypeEnum.fromValue(java.lang.String value)
           
static EncodingTypeEnum EncodingTypeEnum.fromString(java.lang.String value)
           
 EncodingTypeEnum GetApplicationRequest.getEncodingType()
          Gets the encodingType value for this GetApplicationRequest.
 EncodingTypeEnum GetApplicationZipRequest.getEncodingType()
          Gets the encodingType value for this GetApplicationZipRequest.
 

Methods in gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0 with parameters of type EncodingTypeEnum
 void GetApplicationRequest.setEncodingType(EncodingTypeEnum encodingType)
          Sets the encodingType value for this GetApplicationRequest.
 void GetApplicationZipRequest.setEncodingType(EncodingTypeEnum encodingType)
          Sets the encodingType value for this GetApplicationZipRequest.
 

Constructors in gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0 with parameters of type EncodingTypeEnum
GetApplicationRequest(EncodingTypeEnum encodingType, java.lang.String grants_govTrackingNumber)
           
GetApplicationZipRequest(EncodingTypeEnum encodingType, java.lang.String grants_govTrackingNumber)