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

Allows a seller to respond to an Unpaid Item or Item Not Received dispute. The response can add a comment or close the dispute.

See Also:
Serialized Form

Constructor Summary
AddDisputeResponseRequestType()
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 DisputeActivityCodeType getDisputeActivity()
          Gets the disputeActivity value for this AddDisputeResponseRequestType.
 DisputeIDType getDisputeID()
          Gets the disputeID value for this AddDisputeResponseRequestType.
 String getMessageText()
          Gets the messageText value for this AddDisputeResponseRequestType.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getShipmentTrackNumber()
          Gets the shipmentTrackNumber value for this AddDisputeResponseRequestType.
 String getShippingCarrierUsed()
          Gets the shippingCarrierUsed value for this AddDisputeResponseRequestType.
 Calendar getShippingTime()
          Gets the shippingTime value for this AddDisputeResponseRequestType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDisputeActivity(DisputeActivityCodeType disputeActivity)
          Sets the disputeActivity value for this AddDisputeResponseRequestType.
 void setDisputeID(DisputeIDType disputeID)
          Sets the disputeID value for this AddDisputeResponseRequestType.
 void setMessageText(String messageText)
          Sets the messageText value for this AddDisputeResponseRequestType.
 void setShipmentTrackNumber(String shipmentTrackNumber)
          Sets the shipmentTrackNumber value for this AddDisputeResponseRequestType.
 void setShippingCarrierUsed(String shippingCarrierUsed)
          Sets the shippingCarrierUsed value for this AddDisputeResponseRequestType.
 void setShippingTime(Calendar shippingTime)
          Sets the shippingTime value for this AddDisputeResponseRequestType.
 
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
get_any, getBotBlock, getDetailLevel, getDetailLevel, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getVersion, getWarningLevel, set_any, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddDisputeResponseRequestType

public AddDisputeResponseRequestType()
Method Detail

getDisputeID

public DisputeIDType getDisputeID()
Gets the disputeID value for this AddDisputeResponseRequestType.

Returns:
disputeID An identifier of a dispute.

setDisputeID

public void setDisputeID(DisputeIDType disputeID)
Sets the disputeID value for this AddDisputeResponseRequestType.

Parameters:
disputeID - An identifier of a dispute.

getMessageText

public String getMessageText()
Gets the messageText value for this AddDisputeResponseRequestType.

Returns:
messageText

setMessageText

public void setMessageText(String messageText)
Sets the messageText value for this AddDisputeResponseRequestType.

Parameters:
messageText -

getDisputeActivity

public DisputeActivityCodeType getDisputeActivity()
Gets the disputeActivity value for this AddDisputeResponseRequestType.

Returns:
disputeActivity Defines the action taken on a dispute with AddDisputeResponse. The value you can use at a given time depends on the current value of DisputeState (see the Developer Guide for more information). Some values are for Unpaid Item disputes and some are for Item Not Received disputes.

setDisputeActivity

public void setDisputeActivity(DisputeActivityCodeType disputeActivity)
Sets the disputeActivity value for this AddDisputeResponseRequestType.

Parameters:
disputeActivity - Defines the action taken on a dispute with AddDisputeResponse. The value you can use at a given time depends on the current value of DisputeState (see the Developer Guide for more information). Some values are for Unpaid Item disputes and some are for Item Not Received disputes.

getShippingCarrierUsed

public String getShippingCarrierUsed()
Gets the shippingCarrierUsed value for this AddDisputeResponseRequestType.

Returns:
shippingCarrierUsed

setShippingCarrierUsed

public void setShippingCarrierUsed(String shippingCarrierUsed)
Sets the shippingCarrierUsed value for this AddDisputeResponseRequestType.

Parameters:
shippingCarrierUsed -

getShipmentTrackNumber

public String getShipmentTrackNumber()
Gets the shipmentTrackNumber value for this AddDisputeResponseRequestType.

Returns:
shipmentTrackNumber

setShipmentTrackNumber

public void setShipmentTrackNumber(String shipmentTrackNumber)
Sets the shipmentTrackNumber value for this AddDisputeResponseRequestType.

Parameters:
shipmentTrackNumber -

getShippingTime

public Calendar getShippingTime()
Gets the shippingTime value for this AddDisputeResponseRequestType.

Returns:
shippingTime

setShippingTime

public void setShippingTime(Calendar shippingTime)
Sets the shippingTime value for this AddDisputeResponseRequestType.

Parameters:
shippingTime -

equals

public boolean equals(Object obj)
Overrides:
equals in class AbstractRequestType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractRequestType

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer


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-2006 eBay Inc. All rights reserved.