|
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.FeedbackDetailType
public class FeedbackDetailType
Container consisting of detailed information on a Feedback entry for a specific
order line item. This container will only be returned for a detail level of ReturnAll
. For Feedback entries that were left for the buyer by the seller, some of the fields of this container will not be returned to users who were not involved in the transaction as either the buyer or seller.
Java class for FeedbackDetailType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeedbackDetailType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CommentingUser" type="{urn:ebay:apis:eBLBaseComponents}UserIDType" minOccurs="0"/> <element name="FeedbackRatingStar" type="{urn:ebay:apis:eBLBaseComponents}FeedbackRatingStarCodeType" minOccurs="0"/> <element name="CommentingUserScore" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="CommentText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="CommentTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="CommentType" type="{urn:ebay:apis:eBLBaseComponents}CommentTypeCodeType" minOccurs="0"/> <element name="FeedbackResponse" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Followup" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType" minOccurs="0"/> <element name="Role" type="{urn:ebay:apis:eBLBaseComponents}TradingRoleCodeType" minOccurs="0"/> <element name="ItemTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ItemPrice" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="FeedbackID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TransactionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="CommentReplaced" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="ResponseReplaced" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="FollowUpReplaced" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Countable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="FeedbackRevised" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="OrderLineItemID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
any
|
protected java.lang.String |
commentingUser
|
protected java.lang.Integer |
commentingUserScore
|
protected java.lang.Boolean |
commentReplaced
|
protected java.lang.String |
commentText
|
protected java.util.Calendar |
commentTime
|
protected CommentTypeCodeType |
commentType
|
protected java.lang.Boolean |
countable
|
protected java.lang.String |
feedbackID
|
protected FeedbackRatingStarCodeType |
feedbackRatingStar
|
protected java.lang.String |
feedbackResponse
|
protected java.lang.Boolean |
feedbackRevised
|
protected java.lang.String |
followup
|
protected java.lang.Boolean |
followUpReplaced
|
protected java.lang.String |
itemID
|
protected AmountType |
itemPrice
|
protected java.lang.String |
itemTitle
|
protected java.lang.String |
orderLineItemID
|
protected java.lang.Boolean |
responseReplaced
|
protected TradingRoleCodeType |
role
|
protected java.lang.String |
transactionID
|
Constructor Summary | |
---|---|
FeedbackDetailType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
java.lang.String |
getCommentingUser()
Gets the value of the commentingUser property. |
java.lang.Integer |
getCommentingUserScore()
Gets the value of the commentingUserScore property. |
java.lang.String |
getCommentText()
Gets the value of the commentText property. |
java.util.Calendar |
getCommentTime()
Gets the value of the commentTime property. |
CommentTypeCodeType |
getCommentType()
Gets the value of the commentType property. |
java.lang.String |
getFeedbackID()
Gets the value of the feedbackID property. |
FeedbackRatingStarCodeType |
getFeedbackRatingStar()
Gets the value of the feedbackRatingStar property. |
java.lang.String |
getFeedbackResponse()
Gets the value of the feedbackResponse property. |
java.lang.String |
getFollowup()
Gets the value of the followup property. |
java.lang.String |
getItemID()
Gets the value of the itemID property. |
AmountType |
getItemPrice()
Gets the value of the itemPrice property. |
java.lang.String |
getItemTitle()
Gets the value of the itemTitle property. |
java.lang.String |
getOrderLineItemID()
Gets the value of the orderLineItemID property. |
TradingRoleCodeType |
getRole()
Gets the value of the role property. |
java.lang.String |
getTransactionID()
Gets the value of the transactionID property. |
java.lang.Boolean |
isCommentReplaced()
Gets the value of the commentReplaced property. |
java.lang.Boolean |
isCountable()
Gets the value of the countable property. |
java.lang.Boolean |
isFeedbackRevised()
Gets the value of the feedbackRevised property. |
java.lang.Boolean |
isFollowUpReplaced()
Gets the value of the followUpReplaced property. |
java.lang.Boolean |
isResponseReplaced()
Gets the value of the responseReplaced property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setCommentingUser(java.lang.String value)
Sets the value of the commentingUser property. |
void |
setCommentingUserScore(java.lang.Integer value)
Sets the value of the commentingUserScore property. |
void |
setCommentReplaced(java.lang.Boolean value)
Sets the value of the commentReplaced property. |
void |
setCommentText(java.lang.String value)
Sets the value of the commentText property. |
void |
setCommentTime(java.util.Calendar value)
Sets the value of the commentTime property. |
void |
setCommentType(CommentTypeCodeType value)
Sets the value of the commentType property. |
void |
setCountable(java.lang.Boolean value)
Sets the value of the countable property. |
void |
setFeedbackID(java.lang.String value)
Sets the value of the feedbackID property. |
void |
setFeedbackRatingStar(FeedbackRatingStarCodeType value)
Sets the value of the feedbackRatingStar property. |
void |
setFeedbackResponse(java.lang.String value)
Sets the value of the feedbackResponse property. |
void |
setFeedbackRevised(java.lang.Boolean value)
Sets the value of the feedbackRevised property. |
void |
setFollowup(java.lang.String value)
Sets the value of the followup property. |
void |
setFollowUpReplaced(java.lang.Boolean value)
Sets the value of the followUpReplaced property. |
void |
setItemID(java.lang.String value)
Sets the value of the itemID property. |
void |
setItemPrice(AmountType value)
Sets the value of the itemPrice property. |
void |
setItemTitle(java.lang.String value)
Sets the value of the itemTitle property. |
void |
setOrderLineItemID(java.lang.String value)
Sets the value of the orderLineItemID property. |
void |
setResponseReplaced(java.lang.Boolean value)
Sets the value of the responseReplaced property. |
void |
setRole(TradingRoleCodeType value)
Sets the value of the role property. |
void |
setTransactionID(java.lang.String value)
Sets the value of the transactionID property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String commentingUser
protected FeedbackRatingStarCodeType feedbackRatingStar
protected java.lang.Integer commentingUserScore
protected java.lang.String commentText
protected java.util.Calendar commentTime
protected CommentTypeCodeType commentType
protected java.lang.String feedbackResponse
protected java.lang.String followup
protected java.lang.String itemID
protected TradingRoleCodeType role
protected java.lang.String itemTitle
protected AmountType itemPrice
protected java.lang.String feedbackID
protected java.lang.String transactionID
protected java.lang.Boolean commentReplaced
protected java.lang.Boolean responseReplaced
protected java.lang.Boolean followUpReplaced
protected java.lang.Boolean countable
protected java.lang.Boolean feedbackRevised
protected java.lang.String orderLineItemID
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public FeedbackDetailType()
Method Detail |
---|
public java.lang.String getCommentingUser()
String
public void setCommentingUser(java.lang.String value)
value
- allowed object is
String
public FeedbackRatingStarCodeType getFeedbackRatingStar()
FeedbackRatingStarCodeType
public void setFeedbackRatingStar(FeedbackRatingStarCodeType value)
value
- allowed object is
FeedbackRatingStarCodeType
public java.lang.Integer getCommentingUserScore()
Integer
public void setCommentingUserScore(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getCommentText()
String
public void setCommentText(java.lang.String value)
value
- allowed object is
String
public java.util.Calendar getCommentTime()
String
public void setCommentTime(java.util.Calendar value)
value
- allowed object is
String
public CommentTypeCodeType getCommentType()
CommentTypeCodeType
public void setCommentType(CommentTypeCodeType value)
value
- allowed object is
CommentTypeCodeType
public java.lang.String getFeedbackResponse()
String
public void setFeedbackResponse(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFollowup()
String
public void setFollowup(java.lang.String value)
value
- allowed object is
String
public java.lang.String getItemID()
String
public void setItemID(java.lang.String value)
value
- allowed object is
String
public TradingRoleCodeType getRole()
TradingRoleCodeType
public void setRole(TradingRoleCodeType value)
value
- allowed object is
TradingRoleCodeType
public java.lang.String getItemTitle()
String
public void setItemTitle(java.lang.String value)
value
- allowed object is
String
public AmountType getItemPrice()
AmountType
public void setItemPrice(AmountType value)
value
- allowed object is
AmountType
public java.lang.String getFeedbackID()
String
public void setFeedbackID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTransactionID()
String
public void setTransactionID(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isCommentReplaced()
Boolean
public void setCommentReplaced(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isResponseReplaced()
Boolean
public void setResponseReplaced(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isFollowUpReplaced()
Boolean
public void setFollowUpReplaced(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isCountable()
Boolean
public void setCountable(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isFeedbackRevised()
Boolean
public void setFeedbackRevised(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getOrderLineItemID()
String
public void setOrderLineItemID(java.lang.String value)
value
- allowed object is
String
public java.lang.Object[] getAny()
Element
Object
public java.lang.Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Element
Object
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.Object value)
value
- allowed object is
Element
Object
|
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.