Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class ValidateTestUserRegistrationRequestType

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

public class ValidateTestUserRegistrationRequestType
extends AbstractRequestType
implements Serializable

Requests to enable a test user to sell items in the Sandbox environment.

Java class for ValidateTestUserRegistrationRequestType complex type.

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

 <complexType name="ValidateTestUserRegistrationRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="FeedbackScore" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="RegistrationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="SubscribeSA" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="SubscribeSAPro" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="SubscribeSM" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="SubscribeSMPro" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Integer feedbackScore
           
protected  Calendar registrationDate
           
protected  Boolean subscribeSA
           
protected  Boolean subscribeSAPro
           
protected  Boolean subscribeSM
           
protected  Boolean subscribeSMPro
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel
 
Constructor Summary
ValidateTestUserRegistrationRequestType()
           
 
Method Summary
 Integer getFeedbackScore()
          Gets the value of the feedbackScore property.
 Calendar getRegistrationDate()
          Gets the value of the registrationDate property.
 Boolean isSubscribeSA()
          Gets the value of the subscribeSA property.
 Boolean isSubscribeSAPro()
          Gets the value of the subscribeSAPro property.
 Boolean isSubscribeSM()
          Gets the value of the subscribeSM property.
 Boolean isSubscribeSMPro()
          Gets the value of the subscribeSMPro property.
 void setFeedbackScore(Integer value)
          Sets the value of the feedbackScore property.
 void setRegistrationDate(Calendar value)
          Sets the value of the registrationDate property.
 void setSubscribeSA(Boolean value)
          Sets the value of the subscribeSA property.
 void setSubscribeSAPro(Boolean value)
          Sets the value of the subscribeSAPro property.
 void setSubscribeSM(Boolean value)
          Sets the value of the subscribeSM property.
 void setSubscribeSMPro(Boolean value)
          Sets the value of the subscribeSMPro property.
 
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
_getAny, _getDetailLevel, _getOutputSelector, getAny, getAny, getAnyLength, getBotBlock, getDetailLevel, getDetailLevel, getDetailLevelLength, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getOutputSelectorLength, getVersion, getWarningLevel, setAny, setAny, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

feedbackScore

protected Integer feedbackScore

registrationDate

protected Calendar registrationDate

subscribeSA

protected Boolean subscribeSA

subscribeSAPro

protected Boolean subscribeSAPro

subscribeSM

protected Boolean subscribeSM

subscribeSMPro

protected Boolean subscribeSMPro
Constructor Detail

ValidateTestUserRegistrationRequestType

public ValidateTestUserRegistrationRequestType()
Method Detail

getFeedbackScore

public Integer getFeedbackScore()
Gets the value of the feedbackScore property.

Returns:
possible object is Integer

setFeedbackScore

public void setFeedbackScore(Integer value)
Sets the value of the feedbackScore property.

Parameters:
value - allowed object is Integer

getRegistrationDate

public Calendar getRegistrationDate()
Gets the value of the registrationDate property.

Returns:
possible object is String

setRegistrationDate

public void setRegistrationDate(Calendar value)
Sets the value of the registrationDate property.

Parameters:
value - allowed object is String

isSubscribeSA

public Boolean isSubscribeSA()
Gets the value of the subscribeSA property.

Returns:
possible object is Boolean

setSubscribeSA

public void setSubscribeSA(Boolean value)
Sets the value of the subscribeSA property.

Parameters:
value - allowed object is Boolean

isSubscribeSAPro

public Boolean isSubscribeSAPro()
Gets the value of the subscribeSAPro property.

Returns:
possible object is Boolean

setSubscribeSAPro

public void setSubscribeSAPro(Boolean value)
Sets the value of the subscribeSAPro property.

Parameters:
value - allowed object is Boolean

isSubscribeSM

public Boolean isSubscribeSM()
Gets the value of the subscribeSM property.

Returns:
possible object is Boolean

setSubscribeSM

public void setSubscribeSM(Boolean value)
Sets the value of the subscribeSM property.

Parameters:
value - allowed object is Boolean

isSubscribeSMPro

public Boolean isSubscribeSMPro()
Gets the value of the subscribeSMPro property.

Returns:
possible object is Boolean

setSubscribeSMPro

public void setSubscribeSMPro(Boolean value)
Sets the value of the subscribeSMPro property.

Parameters:
value - allowed object is Boolean

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.