Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class UserAgreementInfoType

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

public class UserAgreementInfoType
extends java.lang.Object
implements java.io.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  java.util.Calendar acceptedTime
           
protected  java.util.List<java.lang.Object> any
           
protected  java.util.Calendar sellereBayPaymentProcessEnableTime
           
protected  SellereBayPaymentProcessStatusCodeType sellereBayPaymentProcessStatus
           
protected  SiteCodeType site
           
protected  java.lang.String userAgreementURL
           
 
Constructor Summary
UserAgreementInfoType()
           
 
Method Summary
protected  java.util.List<java.lang.Object> _getAny()
           
 java.util.Calendar getAcceptedTime()
          Gets the value of the acceptedTime property.
 java.lang.Object[] getAny()
           
 java.lang.Object getAny(int idx)
           
 int getAnyLength()
           
 java.util.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.
 java.lang.String getUserAgreementURL()
          Gets the value of the userAgreementURL property.
 void setAcceptedTime(java.util.Calendar value)
          Sets the value of the acceptedTime property.
 java.lang.Object setAny(int idx, java.lang.Object value)
           
 void setAny(java.lang.Object[] values)
           
 void setSellereBayPaymentProcessEnableTime(java.util.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(java.lang.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 java.util.Calendar acceptedTime

sellereBayPaymentProcessEnableTime

protected java.util.Calendar sellereBayPaymentProcessEnableTime

userAgreementURL

protected java.lang.String userAgreementURL

any

protected java.util.List<java.lang.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 java.util.Calendar getAcceptedTime()
Gets the value of the acceptedTime property.

Returns:
possible object is String

setAcceptedTime

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

Parameters:
value - allowed object is String

getSellereBayPaymentProcessEnableTime

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

Returns:
possible object is String

setSellereBayPaymentProcessEnableTime

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

Parameters:
value - allowed object is String

getUserAgreementURL

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

Returns:
possible object is String

setUserAgreementURL

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

Parameters:
value - allowed object is String

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.