|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.soap.eBLBaseComponents.AbstractRequestType
com.ebay.soap.eBLBaseComponents.LeaveFeedbackRequestType
public class LeaveFeedbackRequestType
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>
Field Summary | |
---|---|
protected String |
commentText
|
protected CommentTypeCodeType |
commentType
|
protected ItemArrivedWithinEDDCodeType |
itemArrivedWithinEDDType
|
protected Boolean |
itemDeliveredWithinEDD
|
protected String |
itemID
|
protected String |
orderLineItemID
|
protected ItemRatingDetailArrayType |
sellerItemRatingDetailArray
|
protected String |
targetUser
|
protected 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 | |
---|---|
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. |
String |
getItemID()
Gets the value of the itemID property. |
String |
getOrderLineItemID()
Gets the value of the orderLineItemID property. |
ItemRatingDetailArrayType |
getSellerItemRatingDetailArray()
Gets the value of the sellerItemRatingDetailArray property. |
String |
getTargetUser()
Gets the value of the targetUser property. |
String |
getTransactionID()
Gets the value of the transactionID property. |
Boolean |
isItemDeliveredWithinEDD()
Gets the value of the itemDeliveredWithinEDD property. |
void |
setCommentText(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(Boolean value)
Sets the value of the itemDeliveredWithinEDD property. |
void |
setItemID(String value)
Sets the value of the itemID property. |
void |
setOrderLineItemID(String value)
Sets the value of the orderLineItemID property. |
void |
setSellerItemRatingDetailArray(ItemRatingDetailArrayType value)
Sets the value of the sellerItemRatingDetailArray property. |
void |
setTargetUser(String value)
Sets the value of the targetUser property. |
void |
setTransactionID(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 |
---|
protected String itemID
protected String commentText
protected CommentTypeCodeType commentType
protected String transactionID
protected String targetUser
protected ItemRatingDetailArrayType sellerItemRatingDetailArray
protected String orderLineItemID
protected ItemArrivedWithinEDDCodeType itemArrivedWithinEDDType
protected Boolean itemDeliveredWithinEDD
Constructor Detail |
---|
public LeaveFeedbackRequestType()
Method Detail |
---|
public String getItemID()
String
public void setItemID(String value)
value
- allowed object is
String
public String getCommentText()
String
public void setCommentText(String value)
value
- allowed object is
String
public CommentTypeCodeType getCommentType()
CommentTypeCodeType
public void setCommentType(CommentTypeCodeType value)
value
- allowed object is
CommentTypeCodeType
public String getTransactionID()
String
public void setTransactionID(String value)
value
- allowed object is
String
public String getTargetUser()
String
public void setTargetUser(String value)
value
- allowed object is
String
public ItemRatingDetailArrayType getSellerItemRatingDetailArray()
ItemRatingDetailArrayType
public void setSellerItemRatingDetailArray(ItemRatingDetailArrayType value)
value
- allowed object is
ItemRatingDetailArrayType
public String getOrderLineItemID()
String
public void setOrderLineItemID(String value)
value
- allowed object is
String
public ItemArrivedWithinEDDCodeType getItemArrivedWithinEDDType()
ItemArrivedWithinEDDCodeType
public void setItemArrivedWithinEDDType(ItemArrivedWithinEDDCodeType value)
value
- allowed object is
ItemArrivedWithinEDDCodeType
public Boolean isItemDeliveredWithinEDD()
Boolean
public void setItemDeliveredWithinEDD(Boolean value)
value
- allowed object is
Boolean
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.