Changes since
the last release

Uses of Class
com.ebay.soap.eBLBaseComponents.OrderStatusCodeType

Packages that use OrderStatusCodeType
com.ebay.sdk.call   
com.ebay.soap.eBLBaseComponents   
 

Uses of OrderStatusCodeType in com.ebay.sdk.call
 

Methods in com.ebay.sdk.call that return OrderStatusCodeType
 OrderStatusCodeType GetOrdersCall.getOrderStatus()
          Gets the GetOrdersRequestType.orderStatus.
 

Methods in com.ebay.sdk.call with parameters of type OrderStatusCodeType
 void GetOrdersCall.setOrderStatus(OrderStatusCodeType orderStatus)
          Sets the GetOrdersRequestType.orderStatus.
 

Uses of OrderStatusCodeType in com.ebay.soap.eBLBaseComponents
 

Fields in com.ebay.soap.eBLBaseComponents declared as OrderStatusCodeType
protected  OrderStatusCodeType OrderType.orderStatus
           
protected  OrderStatusCodeType GetOrdersRequestType.orderStatus
           
 

Methods in com.ebay.soap.eBLBaseComponents that return OrderStatusCodeType
static OrderStatusCodeType OrderStatusCodeType.fromValue(String v)
           
 OrderStatusCodeType OrderType.getOrderStatus()
          Gets the value of the orderStatus property.
 OrderStatusCodeType GetOrdersRequestType.getOrderStatus()
          Gets the value of the orderStatus property.
static OrderStatusCodeType OrderStatusCodeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OrderStatusCodeType[] OrderStatusCodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ebay.soap.eBLBaseComponents with parameters of type OrderStatusCodeType
 void OrderType.setOrderStatus(OrderStatusCodeType value)
          Sets the value of the orderStatus property.
 void GetOrdersRequestType.setOrderStatus(OrderStatusCodeType value)
          Sets the value of the orderStatus property.
 


Changes since
the last release

The information contained in this document is proprietary and confidential. Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc. For information regarding a qualifying NDA, contact Developer Relations: developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.