@WebService(name = "PIXConsumer_PortType", targetNamespace = "urn:ihe:iti:pixv3:2007")
@SOAPBinding(parameterStyle = ParameterStyle.BARE)
@XmlSeeAlso({ObjectFactory.class})
public interface PIXConsumerPortType {
@WebMethod(operationName = "PIXConsumer_PRPA_IN201302UV02",
action = "urn:hl7-org:v3:PRPA_IN201302UV02")
Response<MCCIIN000002UV01> pixConsumerPRPAIN201302UV02Async(
@WebParam(name = "PRPA_IN201302UV02", targetNamespace = "urn:hl7-org:v3",
partName = "Body") PRPAIN201302UV02 var1);
@WebMethod(operationName = "PIXConsumer_PRPA_IN201302UV02",
action = "urn:hl7-org:v3:PRPA_IN201302UV02")
Future<?> pixConsumerPRPAIN201302UV02Async(
@WebParam(name = "PRPA_IN201302UV02", targetNamespace = "urn:hl7-org:v3",
partName = "Body") PRPAIN201302UV02 var1,
@WebParam(name = "PIXConsumer_PRPA_IN201302UV02Response", targetNamespace = "",
partName = "asyncHandler") AsyncHandler<MCCIIN000002UV01> var2);
@WebMethod(operationName = "PIXConsumer_PRPA_IN201302UV02",
action = "urn:hl7-org:v3:PRPA_IN201302UV02")
@WebResult(name = "MCCI_IN000002UV01", targetNamespace = "urn:hl7-org:v3", partName = "Body")
MCCIIN000002UV01 pixConsumerPRPAIN201302UV02(
@WebParam(name = "PRPA_IN201302UV02", targetNamespace = "urn:hl7-org:v3",
partName = "Body") PRPAIN201302UV02 var1);
}