Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AddDisputeResponseRequestType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AbstractRequestType
      extended by com.ebay.soap.eBLBaseComponents.AddDisputeResponseRequestType
All Implemented Interfaces:
Serializable

public class AddDisputeResponseRequestType
extends AbstractRequestType
implements Serializable

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>
 

See Also:
Serialized Form

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

disputeID

protected String disputeID

messageText

protected String messageText

disputeActivity

protected DisputeActivityCodeType disputeActivity

shippingCarrierUsed

protected String shippingCarrierUsed

shipmentTrackNumber

protected String shipmentTrackNumber

shippingTime

protected Calendar shippingTime
Constructor Detail

AddDisputeResponseRequestType

public AddDisputeResponseRequestType()
Method Detail

getDisputeID

public String getDisputeID()
Gets the value of the disputeID property.

Returns:
possible object is String

setDisputeID

public void setDisputeID(String value)
Sets the value of the disputeID property.

Parameters:
value - allowed object is String

getMessageText

public String getMessageText()
Gets the value of the messageText property.

Returns:
possible object is String

setMessageText

public void setMessageText(String value)
Sets the value of the messageText property.

Parameters:
value - allowed object is String

getDisputeActivity

public DisputeActivityCodeType getDisputeActivity()
Gets the value of the disputeActivity property.

Returns:
possible object is DisputeActivityCodeType

setDisputeActivity

public void setDisputeActivity(DisputeActivityCodeType value)
Sets the value of the disputeActivity property.

Parameters:
value - allowed object is DisputeActivityCodeType

getShippingCarrierUsed

public String getShippingCarrierUsed()
Gets the value of the shippingCarrierUsed property.

Returns:
possible object is String

setShippingCarrierUsed

public void setShippingCarrierUsed(String value)
Sets the value of the shippingCarrierUsed property.

Parameters:
value - allowed object is String

getShipmentTrackNumber

public String getShipmentTrackNumber()
Gets the value of the shipmentTrackNumber property.

Returns:
possible object is String

setShipmentTrackNumber

public void setShipmentTrackNumber(String value)
Sets the value of the shipmentTrackNumber property.

Parameters:
value - allowed object is String

getShippingTime

public Calendar getShippingTime()
Gets the value of the shippingTime property.

Returns:
possible object is String

setShippingTime

public void setShippingTime(Calendar value)
Sets the value of the shippingTime property.

Parameters:
value - allowed object is String

Changes since
the last release

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.