|
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 Case Management calls of the Post-Order API, the Resolution Case Management API, or manage the case manually 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 java.lang.String |
disputeID
|
protected java.lang.String |
messageText
|
protected java.lang.String |
shipmentTrackNumber
|
protected java.lang.String |
shippingCarrierUsed
|
protected java.util.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. |
java.lang.String |
getDisputeID()
Gets the value of the disputeID property. |
java.lang.String |
getMessageText()
Gets the value of the messageText property. |
java.lang.String |
getShipmentTrackNumber()
Gets the value of the shipmentTrackNumber property. |
java.lang.String |
getShippingCarrierUsed()
Gets the value of the shippingCarrierUsed property. |
java.util.Calendar |
getShippingTime()
Gets the value of the shippingTime property. |
void |
setDisputeActivity(DisputeActivityCodeType value)
Sets the value of the disputeActivity property. |
void |
setDisputeID(java.lang.String value)
Sets the value of the disputeID property. |
void |
setMessageText(java.lang.String value)
Sets the value of the messageText property. |
void |
setShipmentTrackNumber(java.lang.String value)
Sets the value of the shipmentTrackNumber property. |
void |
setShippingCarrierUsed(java.lang.String value)
Sets the value of the shippingCarrierUsed property. |
void |
setShippingTime(java.util.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 java.lang.String disputeID
protected java.lang.String messageText
protected DisputeActivityCodeType disputeActivity
protected java.lang.String shippingCarrierUsed
protected java.lang.String shipmentTrackNumber
protected java.util.Calendar shippingTime
Constructor Detail |
---|
public AddDisputeResponseRequestType()
Method Detail |
---|
public java.lang.String getDisputeID()
String
public void setDisputeID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMessageText()
String
public void setMessageText(java.lang.String value)
value
- allowed object is
String
public DisputeActivityCodeType getDisputeActivity()
DisputeActivityCodeType
public void setDisputeActivity(DisputeActivityCodeType value)
value
- allowed object is
DisputeActivityCodeType
public java.lang.String getShippingCarrierUsed()
String
public void setShippingCarrierUsed(java.lang.String value)
value
- allowed object is
String
public java.lang.String getShipmentTrackNumber()
String
public void setShipmentTrackNumber(java.lang.String value)
value
- allowed object is
String
public java.util.Calendar getShippingTime()
String
public void setShippingTime(java.util.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.