eBLBaseComponents.apis.ebay.DoExpressCheckoutPaymentResponseDetailsType doExpressCheckoutPaymentResponseDetails) {
this.doExpressCheckoutPaymentResponseDetails = doExpressCheckoutPaymentResponseDetails;
}
public DoExpressCheckoutPaymentResponseType(InputStream _is) throws UnsupportedEncodingException, IOException, ParseException {
setDoExpressCheckoutPaymentResponseDetails(new DoExpressCheckoutPaymentResponseDetailsType());
BufferedReader reader = new BufferedReader(new InputStreamReader(_is));
String currentLine = null;
Map<String, String> delayedFields = new HashMap<String, String>();