|
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 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 |
---|
protected java.lang.String itemID
protected java.lang.String commentText
protected CommentTypeCodeType commentType
protected java.lang.String transactionID
protected java.lang.String targetUser
protected ItemRatingDetailArrayType sellerItemRatingDetailArray
protected java.lang.String orderLineItemID
protected ItemArrivedWithinEDDCodeType itemArrivedWithinEDDType
protected java.lang.Boolean itemDeliveredWithinEDD
Constructor Detail |
---|
public LeaveFeedbackRequestType()
Method Detail |
---|
public java.lang.String getItemID()
String
public void setItemID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCommentText()
String
public void setCommentText(java.lang.String value)
value
- allowed object is
String
public CommentTypeCodeType getCommentType()
CommentTypeCodeType
public void setCommentType(CommentTypeCodeType value)
value
- allowed object is
CommentTypeCodeType
public java.lang.String getTransactionID()
String
public void setTransactionID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTargetUser()
String
public void setTargetUser(java.lang.String value)
value
- allowed object is
String
public ItemRatingDetailArrayType getSellerItemRatingDetailArray()
ItemRatingDetailArrayType
public void setSellerItemRatingDetailArray(ItemRatingDetailArrayType value)
value
- allowed object is
ItemRatingDetailArrayType
public java.lang.String getOrderLineItemID()
String
public void setOrderLineItemID(java.lang.String value)
value
- allowed object is
String
public ItemArrivedWithinEDDCodeType getItemArrivedWithinEDDType()
ItemArrivedWithinEDDCodeType
public void setItemArrivedWithinEDDType(ItemArrivedWithinEDDCodeType value)
value
- allowed object is
ItemArrivedWithinEDDCodeType
public java.lang.Boolean isItemDeliveredWithinEDD()
Boolean
public void setItemDeliveredWithinEDD(java.lang.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.