|
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.SellereBayPaymentProcessConsentCodeType
public class SellereBayPaymentProcessConsentCodeType
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).
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 |
---|
protected java.lang.Boolean payoutMethodSet
protected PayoutMethodType payoutMethod
protected java.util.List<UserAgreementInfoType> userAgreementInfo
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public SellereBayPaymentProcessConsentCodeType()
Method Detail |
---|
public java.lang.Boolean isPayoutMethodSet()
Boolean
public void setPayoutMethodSet(java.lang.Boolean value)
value
- allowed object is
Boolean
public PayoutMethodType getPayoutMethod()
PayoutMethodType
public void setPayoutMethod(PayoutMethodType value)
value
- allowed object is
PayoutMethodType
public UserAgreementInfoType[] getUserAgreementInfo()
UserAgreementInfoType
public UserAgreementInfoType getUserAgreementInfo(int idx)
UserAgreementInfoType
public int getUserAgreementInfoLength()
public void setUserAgreementInfo(UserAgreementInfoType[] values)
values
- allowed objects are
UserAgreementInfoType
protected java.util.List<UserAgreementInfoType> _getUserAgreementInfo()
public UserAgreementInfoType setUserAgreementInfo(int idx, UserAgreementInfoType value)
value
- allowed object is
UserAgreementInfoType
public java.lang.Object[] getAny()
Object
Element
public java.lang.Object getAny(int idx)
Object
Element
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Object
Element
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.Object value)
value
- allowed object is
Object
Element
|
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.