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:
java.io.Serializable

public class ValidateTestUserRegistrationRequestType
extends AbstractRequestType
implements java.io.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  java.lang.Integer feedbackScore
           
protected  java.util.Calendar registrationDate
           
protected  java.lang.Boolean subscribeSA
           
protected  java.lang.Boolean subscribeSAPro
           
protected  java.lang.Boolean subscribeSM
           
protected  java.lang.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
 java.lang.Integer getFeedbackScore()
          Gets the value of the feedbackScore property.
 java.util.Calendar getRegistrationDate()
          Gets the value of the registrationDate property.
 java.lang.Boolean isSubscribeSA()
          Gets the value of the subscribeSA property.
 java.lang.Boolean isSubscribeSAPro()
          Gets the value of the subscribeSAPro property.
 java.lang.Boolean isSubscribeSM()
          Gets the value of the subscribeSM property.
 java.lang.Boolean isSubscribeSMPro()
          Gets the value of the subscribeSMPro property.
 void setFeedbackScore(java.lang.Integer value)
          Sets the value of the feedbackScore property.
 void setRegistrationDate(java.util.Calendar value)
          Sets the value of the registrationDate property.
 void setSubscribeSA(java.lang.Boolean value)
          Sets the value of the subscribeSA property.
 void setSubscribeSAPro(java.lang.Boolean value)
          Sets the value of the subscribeSAPro property.
 void setSubscribeSM(java.lang.Boolean value)
          Sets the value of the subscribeSM property.
 void setSubscribeSMPro(java.lang.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 java.lang.Integer feedbackScore

registrationDate

protected java.util.Calendar registrationDate

subscribeSA

protected java.lang.Boolean subscribeSA

subscribeSAPro

protected java.lang.Boolean subscribeSAPro

subscribeSM

protected java.lang.Boolean subscribeSM

subscribeSMPro

protected java.lang.Boolean subscribeSMPro
Constructor Detail

ValidateTestUserRegistrationRequestType

public ValidateTestUserRegistrationRequestType()
Method Detail

getFeedbackScore

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

Returns:
possible object is Integer

setFeedbackScore

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

Parameters:
value - allowed object is Integer

getRegistrationDate

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

Returns:
possible object is String

setRegistrationDate

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

Parameters:
value - allowed object is String

isSubscribeSA

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

Returns:
possible object is Boolean

setSubscribeSA

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

Parameters:
value - allowed object is Boolean

isSubscribeSAPro

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

Returns:
possible object is Boolean

setSubscribeSAPro

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

Parameters:
value - allowed object is Boolean

isSubscribeSM

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

Returns:
possible object is Boolean

setSubscribeSM

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

Parameters:
value - allowed object is Boolean

isSubscribeSMPro

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

Returns:
possible object is Boolean

setSubscribeSMPro

public void setSubscribeSMPro(java.lang.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.