Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class SellereBayPaymentProcessConsentCodeType

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

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

This type is deprecated.

Java class for SellereBayPaymentProcessConsentCodeType complex type.

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

 <complexType name="SellereBayPaymentProcessConsentCodeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PayoutMethodSet" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="PayoutMethod" type="{urn:ebay:apis:eBLBaseComponents}PayoutMethodType" minOccurs="0"/>
         <element name="UserAgreementInfo" type="{urn:ebay:apis:eBLBaseComponents}UserAgreementInfoType" maxOccurs="unbounded" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Note: Per JAXB standards, underscores are added to separate words in enumerations (e.g., PayPal becomes PAY_PAL).

See Also:
Serialized Form

Field Summary
protected  java.util.List<java.lang.Object> any
           
protected  PayoutMethodType payoutMethod
           
protected  java.lang.Boolean payoutMethodSet
           
protected  java.util.List<UserAgreementInfoType> userAgreementInfo
           
 
Constructor Summary
SellereBayPaymentProcessConsentCodeType()
           
 
Method Summary
protected  java.util.List<java.lang.Object> _getAny()
           
protected  java.util.List<UserAgreementInfoType> _getUserAgreementInfo()
           
 java.lang.Object[] getAny()
           
 java.lang.Object getAny(int idx)
           
 int getAnyLength()
           
 PayoutMethodType getPayoutMethod()
          Gets the value of the payoutMethod property.
 UserAgreementInfoType[] getUserAgreementInfo()
           
 UserAgreementInfoType getUserAgreementInfo(int idx)
           
 int getUserAgreementInfoLength()
           
 java.lang.Boolean isPayoutMethodSet()
          Gets the value of the payoutMethodSet property.
 java.lang.Object setAny(int idx, java.lang.Object value)
           
 void setAny(java.lang.Object[] values)
           
 void setPayoutMethod(PayoutMethodType value)
          Sets the value of the payoutMethod property.
 void setPayoutMethodSet(java.lang.Boolean value)
          Sets the value of the payoutMethodSet property.
 UserAgreementInfoType setUserAgreementInfo(int idx, UserAgreementInfoType value)
           
 void setUserAgreementInfo(UserAgreementInfoType[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

payoutMethodSet

protected java.lang.Boolean payoutMethodSet

payoutMethod

protected PayoutMethodType payoutMethod

userAgreementInfo

protected java.util.List<UserAgreementInfoType> userAgreementInfo

any

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

SellereBayPaymentProcessConsentCodeType

public SellereBayPaymentProcessConsentCodeType()
Method Detail

isPayoutMethodSet

public java.lang.Boolean isPayoutMethodSet()
Gets the value of the payoutMethodSet property.

Returns:
possible object is Boolean

setPayoutMethodSet

public void setPayoutMethodSet(java.lang.Boolean value)
Sets the value of the payoutMethodSet property.

Parameters:
value - allowed object is Boolean

getPayoutMethod

public PayoutMethodType getPayoutMethod()
Gets the value of the payoutMethod property.

Returns:
possible object is PayoutMethodType

setPayoutMethod

public void setPayoutMethod(PayoutMethodType value)
Sets the value of the payoutMethod property.

Parameters:
value - allowed object is PayoutMethodType

getUserAgreementInfo

public UserAgreementInfoType[] getUserAgreementInfo()
Returns:
array of UserAgreementInfoType

getUserAgreementInfo

public UserAgreementInfoType getUserAgreementInfo(int idx)
Returns:
one of UserAgreementInfoType

getUserAgreementInfoLength

public int getUserAgreementInfoLength()

setUserAgreementInfo

public void setUserAgreementInfo(UserAgreementInfoType[] values)
Parameters:
values - allowed objects are UserAgreementInfoType

_getUserAgreementInfo

protected java.util.List<UserAgreementInfoType> _getUserAgreementInfo()

setUserAgreementInfo

public UserAgreementInfoType setUserAgreementInfo(int idx,
                                                  UserAgreementInfoType value)
Parameters:
value - allowed object is UserAgreementInfoType

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.