|
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 List<Object> |
any
|
protected String |
commentingUser
|
protected Integer |
commentingUserScore
|
protected Boolean |
commentReplaced
|
protected String |
commentText
|
protected Calendar |
commentTime
|
protected CommentTypeCodeType |
commentType
|
protected Boolean |
countable
|
protected String |
feedbackID
|
protected FeedbackRatingStarCodeType |
feedbackRatingStar
|
protected String |
feedbackResponse
|
protected Boolean |
feedbackRevised
|
protected String |
followup
|
protected Boolean |
followUpReplaced
|
protected String |
itemID
|
protected AmountType |
itemPrice
|
protected String |
itemTitle
|
protected String |
orderLineItemID
|
protected Boolean |
responseReplaced
|
protected TradingRoleCodeType |
role
|
protected String |
transactionID
|
Constructor Summary | |
---|---|
FeedbackDetailType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
String |
getCommentingUser()
Gets the value of the commentingUser property. |
Integer |
getCommentingUserScore()
Gets the value of the commentingUserScore property. |
String |
getCommentText()
Gets the value of the commentText property. |
Calendar |
getCommentTime()
Gets the value of the commentTime property. |
CommentTypeCodeType |
getCommentType()
Gets the value of the commentType property. |
String |
getFeedbackID()
Gets the value of the feedbackID property. |
FeedbackRatingStarCodeType |
getFeedbackRatingStar()
Gets the value of the feedbackRatingStar property. |
String |
getFeedbackResponse()
Gets the value of the feedbackResponse property. |
String |
getFollowup()
Gets the value of the followup property. |
String |
getItemID()
Gets the value of the itemID property. |
AmountType |
getItemPrice()
Gets the value of the itemPrice property. |
String |
getItemTitle()
Gets the value of the itemTitle property. |
String |
getOrderLineItemID()
Gets the value of the orderLineItemID property. |
TradingRoleCodeType |
getRole()
Gets the value of the role property. |
String |
getTransactionID()
Gets the value of the transactionID property. |
Boolean |
isCommentReplaced()
Gets the value of the commentReplaced property. |
Boolean |
isCountable()
Gets the value of the countable property. |
Boolean |
isFeedbackRevised()
Gets the value of the feedbackRevised property. |
Boolean |
isFollowUpReplaced()
Gets the value of the followUpReplaced property. |
Boolean |
isResponseReplaced()
Gets the value of the responseReplaced property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setCommentingUser(String value)
Sets the value of the commentingUser property. |
void |
setCommentingUserScore(Integer value)
Sets the value of the commentingUserScore property. |
void |
setCommentReplaced(Boolean value)
Sets the value of the commentReplaced property. |
void |
setCommentText(String value)
Sets the value of the commentText property. |
void |
setCommentTime(Calendar value)
Sets the value of the commentTime property. |
void |
setCommentType(CommentTypeCodeType value)
Sets the value of the commentType property. |
void |
setCountable(Boolean value)
Sets the value of the countable property. |
void |
setFeedbackID(String value)
Sets the value of the feedbackID property. |
void |
setFeedbackRatingStar(FeedbackRatingStarCodeType value)
Sets the value of the feedbackRatingStar property. |
void |
setFeedbackResponse(String value)
Sets the value of the feedbackResponse property. |
void |
setFeedbackRevised(Boolean value)
Sets the value of the feedbackRevised property. |
void |
setFollowup(String value)
Sets the value of the followup property. |
void |
setFollowUpReplaced(Boolean value)
Sets the value of the followUpReplaced property. |
void |
setItemID(String value)
Sets the value of the itemID property. |
void |
setItemPrice(AmountType value)
Sets the value of the itemPrice property. |
void |
setItemTitle(String value)
Sets the value of the itemTitle property. |
void |
setOrderLineItemID(String value)
Sets the value of the orderLineItemID property. |
void |
setResponseReplaced(Boolean value)
Sets the value of the responseReplaced property. |
void |
setRole(TradingRoleCodeType value)
Sets the value of the role property. |
void |
setTransactionID(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 String commentingUser
protected FeedbackRatingStarCodeType feedbackRatingStar
protected Integer commentingUserScore
protected String commentText
protected Calendar commentTime
protected CommentTypeCodeType commentType
protected String feedbackResponse
protected String followup
protected String itemID
protected TradingRoleCodeType role
protected String itemTitle
protected AmountType itemPrice
protected String feedbackID
protected String transactionID
protected Boolean commentReplaced
protected Boolean responseReplaced
protected Boolean followUpReplaced
protected Boolean countable
protected Boolean feedbackRevised
protected String orderLineItemID
protected List<Object> any
Constructor Detail |
---|
public FeedbackDetailType()
Method Detail |
---|
public String getCommentingUser()
String
public void setCommentingUser(String value)
value
- allowed object is
String
public FeedbackRatingStarCodeType getFeedbackRatingStar()
FeedbackRatingStarCodeType
public void setFeedbackRatingStar(FeedbackRatingStarCodeType value)
value
- allowed object is
FeedbackRatingStarCodeType
public Integer getCommentingUserScore()
Integer
public void setCommentingUserScore(Integer value)
value
- allowed object is
Integer
public String getCommentText()
String
public void setCommentText(String value)
value
- allowed object is
String
public Calendar getCommentTime()
String
public void setCommentTime(Calendar value)
value
- allowed object is
String
public CommentTypeCodeType getCommentType()
CommentTypeCodeType
public void setCommentType(CommentTypeCodeType value)
value
- allowed object is
CommentTypeCodeType
public String getFeedbackResponse()
String
public void setFeedbackResponse(String value)
value
- allowed object is
String
public String getFollowup()
String
public void setFollowup(String value)
value
- allowed object is
String
public String getItemID()
String
public void setItemID(String value)
value
- allowed object is
String
public TradingRoleCodeType getRole()
TradingRoleCodeType
public void setRole(TradingRoleCodeType value)
value
- allowed object is
TradingRoleCodeType
public String getItemTitle()
String
public void setItemTitle(String value)
value
- allowed object is
String
public AmountType getItemPrice()
AmountType
public void setItemPrice(AmountType value)
value
- allowed object is
AmountType
public String getFeedbackID()
String
public void setFeedbackID(String value)
value
- allowed object is
String
public String getTransactionID()
String
public void setTransactionID(String value)
value
- allowed object is
String
public Boolean isCommentReplaced()
Boolean
public void setCommentReplaced(Boolean value)
value
- allowed object is
Boolean
public Boolean isResponseReplaced()
Boolean
public void setResponseReplaced(Boolean value)
value
- allowed object is
Boolean
public Boolean isFollowUpReplaced()
Boolean
public void setFollowUpReplaced(Boolean value)
value
- allowed object is
Boolean
public Boolean isCountable()
Boolean
public void setCountable(Boolean value)
value
- allowed object is
Boolean
public Boolean isFeedbackRevised()
Boolean
public void setFeedbackRevised(Boolean value)
value
- allowed object is
Boolean
public String getOrderLineItemID()
String
public void setOrderLineItemID(String value)
value
- allowed object is
String
public Object[] getAny()
Element
Object
public Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(Object[] values)
values
- allowed objects are
Element
Object
protected List<Object> _getAny()
public Object setAny(int idx, 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.