Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class PaymentHoldDetailType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.PaymentHoldDetailType
All Implemented Interfaces:
java.io.Serializable

public class PaymentHoldDetailType
extends java.lang.Object
implements java.io.Serializable

This type defines the PaymentHoldDetails container, which consists of information related to the payment hold on the order, including the reason why the buyer's payment for the order is being held, the expected release date of the funds into the seller's account, and possible action(s) the seller can take to expedite the payout of funds into their account.

Java class for PaymentHoldDetailType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PaymentHoldDetailType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ExpectedReleaseDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="RequiredSellerActionArray" type="{urn:ebay:apis:eBLBaseComponents}RequiredSellerActionArrayType" minOccurs="0"/>
         <element name="NumOfReqSellerActions" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="PaymentHoldReason" type="{urn:ebay:apis:eBLBaseComponents}PaymentHoldReasonCodeType" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<java.lang.Object> any
           
protected  java.util.Calendar expectedReleaseDate
           
protected  java.lang.Integer numOfReqSellerActions
           
protected  PaymentHoldReasonCodeType paymentHoldReason
           
protected  RequiredSellerActionArrayType requiredSellerActionArray
           
 
Constructor Summary
PaymentHoldDetailType()
           
 
Method Summary
protected  java.util.List<java.lang.Object> _getAny()
           
 java.lang.Object[] getAny()
           
 java.lang.Object getAny(int idx)
           
 int getAnyLength()
           
 java.util.Calendar getExpectedReleaseDate()
          Gets the value of the expectedReleaseDate property.
 java.lang.Integer getNumOfReqSellerActions()
          Gets the value of the numOfReqSellerActions property.
 PaymentHoldReasonCodeType getPaymentHoldReason()
          Gets the value of the paymentHoldReason property.
 RequiredSellerActionArrayType getRequiredSellerActionArray()
          Gets the value of the requiredSellerActionArray property.
 java.lang.Object setAny(int idx, java.lang.Object value)
           
 void setAny(java.lang.Object[] values)
           
 void setExpectedReleaseDate(java.util.Calendar value)
          Sets the value of the expectedReleaseDate property.
 void setNumOfReqSellerActions(java.lang.Integer value)
          Sets the value of the numOfReqSellerActions property.
 void setPaymentHoldReason(PaymentHoldReasonCodeType value)
          Sets the value of the paymentHoldReason property.
 void setRequiredSellerActionArray(RequiredSellerActionArrayType value)
          Sets the value of the requiredSellerActionArray property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expectedReleaseDate

protected java.util.Calendar expectedReleaseDate

requiredSellerActionArray

protected RequiredSellerActionArrayType requiredSellerActionArray

numOfReqSellerActions

protected java.lang.Integer numOfReqSellerActions

paymentHoldReason

protected PaymentHoldReasonCodeType paymentHoldReason

any

protected java.util.List<java.lang.Object> any
Constructor Detail

PaymentHoldDetailType

public PaymentHoldDetailType()
Method Detail

getExpectedReleaseDate

public java.util.Calendar getExpectedReleaseDate()
Gets the value of the expectedReleaseDate property.

Returns:
possible object is String

setExpectedReleaseDate

public void setExpectedReleaseDate(java.util.Calendar value)
Sets the value of the expectedReleaseDate property.

Parameters:
value - allowed object is String

getRequiredSellerActionArray

public RequiredSellerActionArrayType getRequiredSellerActionArray()
Gets the value of the requiredSellerActionArray property.

Returns:
possible object is RequiredSellerActionArrayType

setRequiredSellerActionArray

public void setRequiredSellerActionArray(RequiredSellerActionArrayType value)
Sets the value of the requiredSellerActionArray property.

Parameters:
value - allowed object is RequiredSellerActionArrayType

getNumOfReqSellerActions

public java.lang.Integer getNumOfReqSellerActions()
Gets the value of the numOfReqSellerActions property.

Returns:
possible object is Integer

setNumOfReqSellerActions

public void setNumOfReqSellerActions(java.lang.Integer value)
Sets the value of the numOfReqSellerActions property.

Parameters:
value - allowed object is Integer

getPaymentHoldReason

public PaymentHoldReasonCodeType getPaymentHoldReason()
Gets the value of the paymentHoldReason property.

Returns:
possible object is PaymentHoldReasonCodeType

setPaymentHoldReason

public void setPaymentHoldReason(PaymentHoldReasonCodeType value)
Sets the value of the paymentHoldReason property.

Parameters:
value - allowed object is PaymentHoldReasonCodeType

getAny

public java.lang.Object[] getAny()
Returns:
array of Object Element

getAny

public java.lang.Object getAny(int idx)
Returns:
one of Object Element

getAnyLength

public int getAnyLength()

setAny

public void setAny(java.lang.Object[] values)
Parameters:
values - allowed objects are Object Element

_getAny

protected java.util.List<java.lang.Object> _getAny()

setAny

public java.lang.Object setAny(int idx,
                               java.lang.Object value)
Parameters:
value - allowed object is Object Element

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.