urn.ebay.apis.eBLBaseComponents
Class MerchantDataType

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.MerchantDataType

public class MerchantDataType
extends Object

This holds all key-value pairs which merchants wants to pass it to the open wallet(PLCC) processor.


Constructor Summary
MerchantDataType()
          Default Constructor
MerchantDataType(Node node)
           
 
Method Summary
 List<TupleType> getMerchantDataTuple()
          Getter for merchantDataTuple
 void setMerchantDataTuple(List<TupleType> merchantDataTuple)
          Setter for merchantDataTuple
 String toXMLString(String prefix, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MerchantDataType

public MerchantDataType()
Default Constructor


MerchantDataType

public MerchantDataType(Node node)
                 throws XPathExpressionException
Throws:
XPathExpressionException
Method Detail

getMerchantDataTuple

public List<TupleType> getMerchantDataTuple()
Getter for merchantDataTuple


setMerchantDataTuple

public void setMerchantDataTuple(List<TupleType> merchantDataTuple)
Setter for merchantDataTuple


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2014. All Rights Reserved.