urn.ebay.apis.eBLBaseComponents
Class TupleType

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

public class TupleType
extends Object

This holds single key-value pair.


Constructor Summary
TupleType()
          Default Constructor
TupleType(Node node)
           
TupleType(String key, String value)
          Constructor with arguments
 
Method Summary
 String getKey()
          Getter for key
 String getValue()
          Getter for value
 void setKey(String key)
          Setter for key
 void setValue(String value)
          Setter for value
 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

TupleType

public TupleType(String key,
                 String value)
Constructor with arguments


TupleType

public TupleType()
Default Constructor


TupleType

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

getKey

public String getKey()
Getter for key


setKey

public void setKey(String key)
Setter for key


getValue

public String getValue()
Getter for value


setValue

public void setValue(String value)
Setter for value


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2014. All Rights Reserved.