Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class LeaveFeedbackRequestType

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

public class LeaveFeedbackRequestType
extends AbstractRequestType
implements java.io.Serializable

Enables a buyer and seller to leave Feedback for their order partner at the conclusion of a successful order.

Java class for LeaveFeedbackRequestType complex type.

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

 <complexType name="LeaveFeedbackRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="ItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType" minOccurs="0"/>
         <element name="CommentText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CommentType" type="{urn:ebay:apis:eBLBaseComponents}CommentTypeCodeType" minOccurs="0"/>
         <element name="TransactionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TargetUser" type="{urn:ebay:apis:eBLBaseComponents}UserIDType" minOccurs="0"/>
         <element name="SellerItemRatingDetailArray" type="{urn:ebay:apis:eBLBaseComponents}ItemRatingDetailArrayType" minOccurs="0"/>
         <element name="OrderLineItemID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ItemArrivedWithinEDDType" type="{urn:ebay:apis:eBLBaseComponents}ItemArrivedWithinEDDCodeType" minOccurs="0"/>
         <element name="ItemDeliveredWithinEDD" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.String commentText
           
protected  CommentTypeCodeType commentType
           
protected  ItemArrivedWithinEDDCodeType itemArrivedWithinEDDType
           
protected  java.lang.Boolean itemDeliveredWithinEDD
           
protected  java.lang.String itemID
           
protected  java.lang.String orderLineItemID
           
protected  ItemRatingDetailArrayType sellerItemRatingDetailArray
           
protected  java.lang.String targetUser
           
protected  java.lang.String transactionID
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel
 
Constructor Summary
LeaveFeedbackRequestType()
           
 
Method Summary
 java.lang.String getCommentText()
          Gets the value of the commentText property.
 CommentTypeCodeType getCommentType()
          Gets the value of the commentType property.
 ItemArrivedWithinEDDCodeType getItemArrivedWithinEDDType()
          Gets the value of the itemArrivedWithinEDDType property.
 java.lang.String getItemID()
          Gets the value of the itemID property.
 java.lang.String getOrderLineItemID()
          Gets the value of the orderLineItemID property.
 ItemRatingDetailArrayType getSellerItemRatingDetailArray()
          Gets the value of the sellerItemRatingDetailArray property.
 java.lang.String getTargetUser()
          Gets the value of the targetUser property.
 java.lang.String getTransactionID()
          Gets the value of the transactionID property.
 java.lang.Boolean isItemDeliveredWithinEDD()
          Gets the value of the itemDeliveredWithinEDD property.
 void setCommentText(java.lang.String value)
          Sets the value of the commentText property.
 void setCommentType(CommentTypeCodeType value)
          Sets the value of the commentType property.
 void setItemArrivedWithinEDDType(ItemArrivedWithinEDDCodeType value)
          Sets the value of the itemArrivedWithinEDDType property.
 void setItemDeliveredWithinEDD(java.lang.Boolean value)
          Sets the value of the itemDeliveredWithinEDD property.
 void setItemID(java.lang.String value)
          Sets the value of the itemID property.
 void setOrderLineItemID(java.lang.String value)
          Sets the value of the orderLineItemID property.
 void setSellerItemRatingDetailArray(ItemRatingDetailArrayType value)
          Sets the value of the sellerItemRatingDetailArray property.
 void setTargetUser(java.lang.String value)
          Sets the value of the targetUser property.
 void setTransactionID(java.lang.String value)
          Sets the value of the transactionID 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

itemID

protected java.lang.String itemID

commentText

protected java.lang.String commentText

commentType

protected CommentTypeCodeType commentType

transactionID

protected java.lang.String transactionID

targetUser

protected java.lang.String targetUser

sellerItemRatingDetailArray

protected ItemRatingDetailArrayType sellerItemRatingDetailArray

orderLineItemID

protected java.lang.String orderLineItemID

itemArrivedWithinEDDType

protected ItemArrivedWithinEDDCodeType itemArrivedWithinEDDType

itemDeliveredWithinEDD

protected java.lang.Boolean itemDeliveredWithinEDD
Constructor Detail

LeaveFeedbackRequestType

public LeaveFeedbackRequestType()
Method Detail

getItemID

public java.lang.String getItemID()
Gets the value of the itemID property.

Returns:
possible object is String

setItemID

public void setItemID(java.lang.String value)
Sets the value of the itemID property.

Parameters:
value - allowed object is String

getCommentText

public java.lang.String getCommentText()
Gets the value of the commentText property.

Returns:
possible object is String

setCommentText

public void setCommentText(java.lang.String value)
Sets the value of the commentText property.

Parameters:
value - allowed object is String

getCommentType

public CommentTypeCodeType getCommentType()
Gets the value of the commentType property.

Returns:
possible object is CommentTypeCodeType

setCommentType

public void setCommentType(CommentTypeCodeType value)
Sets the value of the commentType property.

Parameters:
value - allowed object is CommentTypeCodeType

getTransactionID

public java.lang.String getTransactionID()
Gets the value of the transactionID property.

Returns:
possible object is String

setTransactionID

public void setTransactionID(java.lang.String value)
Sets the value of the transactionID property.

Parameters:
value - allowed object is String

getTargetUser

public java.lang.String getTargetUser()
Gets the value of the targetUser property.

Returns:
possible object is String

setTargetUser

public void setTargetUser(java.lang.String value)
Sets the value of the targetUser property.

Parameters:
value - allowed object is String

getSellerItemRatingDetailArray

public ItemRatingDetailArrayType getSellerItemRatingDetailArray()
Gets the value of the sellerItemRatingDetailArray property.

Returns:
possible object is ItemRatingDetailArrayType

setSellerItemRatingDetailArray

public void setSellerItemRatingDetailArray(ItemRatingDetailArrayType value)
Sets the value of the sellerItemRatingDetailArray property.

Parameters:
value - allowed object is ItemRatingDetailArrayType

getOrderLineItemID

public java.lang.String getOrderLineItemID()
Gets the value of the orderLineItemID property.

Returns:
possible object is String

setOrderLineItemID

public void setOrderLineItemID(java.lang.String value)
Sets the value of the orderLineItemID property.

Parameters:
value - allowed object is String

getItemArrivedWithinEDDType

public ItemArrivedWithinEDDCodeType getItemArrivedWithinEDDType()
Gets the value of the itemArrivedWithinEDDType property.

Returns:
possible object is ItemArrivedWithinEDDCodeType

setItemArrivedWithinEDDType

public void setItemArrivedWithinEDDType(ItemArrivedWithinEDDCodeType value)
Sets the value of the itemArrivedWithinEDDType property.

Parameters:
value - allowed object is ItemArrivedWithinEDDCodeType

isItemDeliveredWithinEDD

public java.lang.Boolean isItemDeliveredWithinEDD()
Gets the value of the itemDeliveredWithinEDD property.

Returns:
possible object is Boolean

setItemDeliveredWithinEDD

public void setItemDeliveredWithinEDD(java.lang.Boolean value)
Sets the value of the itemDeliveredWithinEDD 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.