Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetVeROReasonCodeDetailsRequestType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AbstractRequestType
      extended by com.ebay.soap.eBLBaseComponents.GetVeROReasonCodeDetailsRequestType
All Implemented Interfaces:
java.io.Serializable

public class GetVeROReasonCodeDetailsRequestType
extends AbstractRequestType
implements java.io.Serializable

Retrieves details for VeRO reason codes and their descriptions. You can specify a reason code ID to get details for a specific reason on the site specified in the request header. If ReasonCodeID is not passed in the request, all reason codes are returned. Set ReturnAllSites to true to retrieve reason codes for all sites. You must be a member of the Verified Rights Owner (VeRO) Program to use this call.

Java class for GetVeROReasonCodeDetailsRequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetVeROReasonCodeDetailsRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="ReasonCodeID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="ReturnAllSites" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.Long reasonCodeID
           
protected  java.lang.Boolean returnAllSites
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel
 
Constructor Summary
GetVeROReasonCodeDetailsRequestType()
           
 
Method Summary
 java.lang.Long getReasonCodeID()
          Gets the value of the reasonCodeID property.
 java.lang.Boolean isReturnAllSites()
          Gets the value of the returnAllSites property.
 void setReasonCodeID(java.lang.Long value)
          Sets the value of the reasonCodeID property.
 void setReturnAllSites(java.lang.Boolean value)
          Sets the value of the returnAllSites property.
 
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
_getAny, _getDetailLevel, _getOutputSelector, getAny, getAny, getAnyLength, getBotBlock, getDetailLevel, getDetailLevel, getDetailLevelLength, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getOutputSelectorLength, getVersion, getWarningLevel, setAny, setAny, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reasonCodeID

protected java.lang.Long reasonCodeID

returnAllSites

protected java.lang.Boolean returnAllSites
Constructor Detail

GetVeROReasonCodeDetailsRequestType

public GetVeROReasonCodeDetailsRequestType()
Method Detail

getReasonCodeID

public java.lang.Long getReasonCodeID()
Gets the value of the reasonCodeID property.

Returns:
possible object is Long

setReasonCodeID

public void setReasonCodeID(java.lang.Long value)
Sets the value of the reasonCodeID property.

Parameters:
value - allowed object is Long

isReturnAllSites

public java.lang.Boolean isReturnAllSites()
Gets the value of the returnAllSites property.

Returns:
possible object is Boolean

setReturnAllSites

public void setReturnAllSites(java.lang.Boolean value)
Sets the value of the returnAllSites property.

Parameters:
value - allowed object is Boolean

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.