Changes since
the last release

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

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

Uses of EndReasonCodeType in com.ebay.sdk.call
 

Methods in com.ebay.sdk.call that return EndReasonCodeType
 EndReasonCodeType EndItemCall.getEndingReason()
          Gets the EndItemRequestType.endingReason.
 EndReasonCodeType EndFixedPriceItemCall.getEndingReason()
          Gets the EndFixedPriceItemRequestType.endingReason.
 

Methods in com.ebay.sdk.call with parameters of type EndReasonCodeType
 void EndItemCall.setEndingReason(EndReasonCodeType endingReason)
          Sets the EndItemRequestType.endingReason.
 void EndFixedPriceItemCall.setEndingReason(EndReasonCodeType endingReason)
          Sets the EndFixedPriceItemRequestType.endingReason.
 

Uses of EndReasonCodeType in com.ebay.soap.eBLBaseComponents
 

Fields in com.ebay.soap.eBLBaseComponents declared as EndReasonCodeType
protected  EndReasonCodeType ListingDetailsType.endingReason
           
protected  EndReasonCodeType EndItemRequestType.endingReason
           
protected  EndReasonCodeType EndItemRequestContainerType.endingReason
           
protected  EndReasonCodeType EndFixedPriceItemRequestType.endingReason
           
 

Methods in com.ebay.soap.eBLBaseComponents that return EndReasonCodeType
static EndReasonCodeType EndReasonCodeType.fromValue(String v)
           
 EndReasonCodeType ListingDetailsType.getEndingReason()
          Gets the value of the endingReason property.
 EndReasonCodeType EndItemRequestType.getEndingReason()
          Gets the value of the endingReason property.
 EndReasonCodeType EndItemRequestContainerType.getEndingReason()
          Gets the value of the endingReason property.
 EndReasonCodeType EndFixedPriceItemRequestType.getEndingReason()
          Gets the value of the endingReason property.
static EndReasonCodeType EndReasonCodeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EndReasonCodeType[] EndReasonCodeType.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 EndReasonCodeType
 void ListingDetailsType.setEndingReason(EndReasonCodeType value)
          Sets the value of the endingReason property.
 void EndItemRequestType.setEndingReason(EndReasonCodeType value)
          Sets the value of the endingReason property.
 void EndItemRequestContainerType.setEndingReason(EndReasonCodeType value)
          Sets the value of the endingReason property.
 void EndFixedPriceItemRequestType.setEndingReason(EndReasonCodeType value)
          Sets the value of the endingReason 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.