|
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.AddDisputeResponseRequestType
public class AddDisputeResponseRequestType
This call enables the seller to respond to an Item Not Received (INR) dispute opened by a buyer through PayPal's Purchase Protection program, or to update an Unpaid Item case. To respond to a case opened by the buyer through eBay's Resolution Center, the seller should use the Resolution Case Management API, the Case Management calls of the Post-Order API, or manage the case through the eBay Resolution Center.
Java class for AddDisputeResponseRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddDisputeResponseRequestType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType"> <sequence> <element name="DisputeID" type="{urn:ebay:apis:eBLBaseComponents}DisputeIDType" minOccurs="0"/> <element name="MessageText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DisputeActivity" type="{urn:ebay:apis:eBLBaseComponents}DisputeActivityCodeType" minOccurs="0"/> <element name="ShippingCarrierUsed" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ShipmentTrackNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ShippingTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected DisputeActivityCodeType |
disputeActivity
|
protected String |
disputeID
|
protected String |
messageText
|
protected String |
shipmentTrackNumber
|
protected String |
shippingCarrierUsed
|
protected Calendar |
shippingTime
|
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel |
Constructor Summary | |
---|---|
AddDisputeResponseRequestType()
|
Method Summary | |
---|---|
DisputeActivityCodeType |
getDisputeActivity()
Gets the value of the disputeActivity property. |
String |
getDisputeID()
Gets the value of the disputeID property. |
String |
getMessageText()
Gets the value of the messageText property. |
String |
getShipmentTrackNumber()
Gets the value of the shipmentTrackNumber property. |
String |
getShippingCarrierUsed()
Gets the value of the shippingCarrierUsed property. |
Calendar |
getShippingTime()
Gets the value of the shippingTime property. |
void |
setDisputeActivity(DisputeActivityCodeType value)
Sets the value of the disputeActivity property. |
void |
setDisputeID(String value)
Sets the value of the disputeID property. |
void |
setMessageText(String value)
Sets the value of the messageText property. |
void |
setShipmentTrackNumber(String value)
Sets the value of the shipmentTrackNumber property. |
void |
setShippingCarrierUsed(String value)
Sets the value of the shippingCarrierUsed property. |
void |
setShippingTime(Calendar value)
Sets the value of the shippingTime 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 disputeID
protected String messageText
protected DisputeActivityCodeType disputeActivity
protected String shippingCarrierUsed
protected String shipmentTrackNumber
protected Calendar shippingTime
Constructor Detail |
---|
public AddDisputeResponseRequestType()
Method Detail |
---|
public String getDisputeID()
String
public void setDisputeID(String value)
value
- allowed object is
String
public String getMessageText()
String
public void setMessageText(String value)
value
- allowed object is
String
public DisputeActivityCodeType getDisputeActivity()
DisputeActivityCodeType
public void setDisputeActivity(DisputeActivityCodeType value)
value
- allowed object is
DisputeActivityCodeType
public String getShippingCarrierUsed()
String
public void setShippingCarrierUsed(String value)
value
- allowed object is
String
public String getShipmentTrackNumber()
String
public void setShipmentTrackNumber(String value)
value
- allowed object is
String
public Calendar getShippingTime()
String
public void setShippingTime(Calendar value)
value
- allowed object is
String
|
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.