urn.ebay.apis.eBLBaseComponents
Class OrderDetailsType

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

public class OrderDetailsType
extends Object

Description of the Order.


Constructor Summary
OrderDetailsType()
          Default Constructor
 
Method Summary
 String getDescription()
          Getter for description
 BasicAmountType getMaxAmount()
          Getter for maxAmount
 void setDescription(String description)
          Setter for description
 void setMaxAmount(BasicAmountType maxAmount)
          Setter for maxAmount
 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

OrderDetailsType

public OrderDetailsType()
Default Constructor

Method Detail

getDescription

public String getDescription()
Getter for description


setDescription

public void setDescription(String description)
Setter for description


getMaxAmount

public BasicAmountType getMaxAmount()
Getter for maxAmount


setMaxAmount

public void setMaxAmount(BasicAmountType maxAmount)
Setter for maxAmount


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2012. All Rights Reserved.