Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class UserAgreementInfoType

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

public class UserAgreementInfoType
extends Object
implements Serializable

This type is deprecated.

Java class for UserAgreementInfoType complex type.

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

 <complexType name="UserAgreementInfoType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Site" type="{urn:ebay:apis:eBLBaseComponents}SiteCodeType" minOccurs="0"/>
         <element name="SellereBayPaymentProcessStatus" type="{urn:ebay:apis:eBLBaseComponents}SellereBayPaymentProcessStatusCodeType" minOccurs="0"/>
         <element name="AcceptedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="SellereBayPaymentProcessEnableTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="UserAgreementURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Calendar acceptedTime
           
protected  List<Object> any
           
protected  Calendar sellereBayPaymentProcessEnableTime
           
protected  SellereBayPaymentProcessStatusCodeType sellereBayPaymentProcessStatus
           
protected  SiteCodeType site
           
protected  String userAgreementURL
           
 
Constructor Summary
UserAgreementInfoType()
           
 
Method Summary
protected  List<Object> _getAny()
           
 Calendar getAcceptedTime()
          Gets the value of the acceptedTime property.
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 Calendar getSellereBayPaymentProcessEnableTime()
          Gets the value of the sellereBayPaymentProcessEnableTime property.
 SellereBayPaymentProcessStatusCodeType getSellereBayPaymentProcessStatus()
          Gets the value of the sellereBayPaymentProcessStatus property.
 SiteCodeType getSite()
          Gets the value of the site property.
 String getUserAgreementURL()
          Gets the value of the userAgreementURL property.
 void setAcceptedTime(Calendar value)
          Sets the value of the acceptedTime property.
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 void setSellereBayPaymentProcessEnableTime(Calendar value)
          Sets the value of the sellereBayPaymentProcessEnableTime property.
 void setSellereBayPaymentProcessStatus(SellereBayPaymentProcessStatusCodeType value)
          Sets the value of the sellereBayPaymentProcessStatus property.
 void setSite(SiteCodeType value)
          Sets the value of the site property.
 void setUserAgreementURL(String value)
          Sets the value of the userAgreementURL property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

site

protected SiteCodeType site

sellereBayPaymentProcessStatus

protected SellereBayPaymentProcessStatusCodeType sellereBayPaymentProcessStatus

acceptedTime

protected Calendar acceptedTime

sellereBayPaymentProcessEnableTime

protected Calendar sellereBayPaymentProcessEnableTime

userAgreementURL

protected String userAgreementURL

any

protected List<Object> any
Constructor Detail

UserAgreementInfoType

public UserAgreementInfoType()
Method Detail

getSite

public SiteCodeType getSite()
Gets the value of the site property.

Returns:
possible object is SiteCodeType

setSite

public void setSite(SiteCodeType value)
Sets the value of the site property.

Parameters:
value - allowed object is SiteCodeType

getSellereBayPaymentProcessStatus

public SellereBayPaymentProcessStatusCodeType getSellereBayPaymentProcessStatus()
Gets the value of the sellereBayPaymentProcessStatus property.

Returns:
possible object is SellereBayPaymentProcessStatusCodeType

setSellereBayPaymentProcessStatus

public void setSellereBayPaymentProcessStatus(SellereBayPaymentProcessStatusCodeType value)
Sets the value of the sellereBayPaymentProcessStatus property.

Parameters:
value - allowed object is SellereBayPaymentProcessStatusCodeType

getAcceptedTime

public Calendar getAcceptedTime()
Gets the value of the acceptedTime property.

Returns:
possible object is String

setAcceptedTime

public void setAcceptedTime(Calendar value)
Sets the value of the acceptedTime property.

Parameters:
value - allowed object is String

getSellereBayPaymentProcessEnableTime

public Calendar getSellereBayPaymentProcessEnableTime()
Gets the value of the sellereBayPaymentProcessEnableTime property.

Returns:
possible object is String

setSellereBayPaymentProcessEnableTime

public void setSellereBayPaymentProcessEnableTime(Calendar value)
Sets the value of the sellereBayPaymentProcessEnableTime property.

Parameters:
value - allowed object is String

getUserAgreementURL

public String getUserAgreementURL()
Gets the value of the userAgreementURL property.

Returns:
possible object is String

setUserAgreementURL

public void setUserAgreementURL(String value)
Sets the value of the userAgreementURL property.

Parameters:
value - allowed object is String

getAny

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

getAny

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

getAnyLength

public int getAnyLength()

setAny

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

_getAny

protected List<Object> _getAny()

setAny

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

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.