urn.ebay.apis.eBLBaseComponents
Class ErrorParameterType

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

public class ErrorParameterType
extends Object

Value of the application-specific error parameter.


Constructor Summary
ErrorParameterType()
          Default Constructor
ErrorParameterType(Node node)
           
 
Method Summary
 String getParamID()
          Getter for paramID
 String getValue()
          Getter for value
 void setParamID(String paramID)
          Setter for paramID
 void setValue(String value)
          Setter for value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorParameterType

public ErrorParameterType()
Default Constructor


ErrorParameterType

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

getValue

public String getValue()
Getter for value


setValue

public void setValue(String value)
Setter for value


getParamID

public String getParamID()
Getter for paramID


setParamID

public void setParamID(String paramID)
Setter for paramID



Copyright © 2013. All Rights Reserved.