urn.ebay.apis.eBLBaseComponents
Class FlowControlDetailsType

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

public class FlowControlDetailsType
extends Object

An optional set of values related to flow-specific details.


Constructor Summary
FlowControlDetailsType()
          Default Constructor
 
Method Summary
 String getErrorURL()
          Getter for errorURL
 String getInContextReturnURL()
          Getter for inContextReturnURL
 void setErrorURL(String errorURL)
          Setter for errorURL
 void setInContextReturnURL(String inContextReturnURL)
          Setter for inContextReturnURL
 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

FlowControlDetailsType

public FlowControlDetailsType()
Default Constructor

Method Detail

getErrorURL

public String getErrorURL()
Getter for errorURL


setErrorURL

public void setErrorURL(String errorURL)
Setter for errorURL


getInContextReturnURL

public String getInContextReturnURL()
Getter for inContextReturnURL


setInContextReturnURL

public void setInContextReturnURL(String inContextReturnURL)
Setter for inContextReturnURL


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2012. All Rights Reserved.