Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class SMSSubscriptionType

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

public class SMSSubscriptionType
extends java.lang.Object
implements java.io.Serializable

User data related to notifications. Note that SMS is currently reserved for future use.

Java class for SMSSubscriptionType complex type.

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

 <complexType name="SMSSubscriptionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SMSPhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="UserStatus" type="{urn:ebay:apis:eBLBaseComponents}SMSSubscriptionUserStatusCodeType" minOccurs="0"/>
         <element name="CarrierID" type="{urn:ebay:apis:eBLBaseComponents}WirelessCarrierIDCodeType" minOccurs="0"/>
         <element name="ErrorCode" type="{urn:ebay:apis:eBLBaseComponents}SMSSubscriptionErrorCodeCodeType" minOccurs="0"/>
         <element name="ItemToUnsubscribe" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<java.lang.Object> any
           
protected  WirelessCarrierIDCodeType carrierID
           
protected  SMSSubscriptionErrorCodeCodeType errorCode
           
protected  java.lang.String itemToUnsubscribe
           
protected  java.lang.String smsPhone
           
protected  SMSSubscriptionUserStatusCodeType userStatus
           
 
Constructor Summary
SMSSubscriptionType()
           
 
Method Summary
protected  java.util.List<java.lang.Object> _getAny()
           
 java.lang.Object[] getAny()
           
 java.lang.Object getAny(int idx)
           
 int getAnyLength()
           
 WirelessCarrierIDCodeType getCarrierID()
          Gets the value of the carrierID property.
 SMSSubscriptionErrorCodeCodeType getErrorCode()
          Gets the value of the errorCode property.
 java.lang.String getItemToUnsubscribe()
          Gets the value of the itemToUnsubscribe property.
 java.lang.String getSMSPhone()
          Gets the value of the smsPhone property.
 SMSSubscriptionUserStatusCodeType getUserStatus()
          Gets the value of the userStatus property.
 java.lang.Object setAny(int idx, java.lang.Object value)
           
 void setAny(java.lang.Object[] values)
           
 void setCarrierID(WirelessCarrierIDCodeType value)
          Sets the value of the carrierID property.
 void setErrorCode(SMSSubscriptionErrorCodeCodeType value)
          Sets the value of the errorCode property.
 void setItemToUnsubscribe(java.lang.String value)
          Sets the value of the itemToUnsubscribe property.
 void setSMSPhone(java.lang.String value)
          Sets the value of the smsPhone property.
 void setUserStatus(SMSSubscriptionUserStatusCodeType value)
          Sets the value of the userStatus property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

smsPhone

protected java.lang.String smsPhone

userStatus

protected SMSSubscriptionUserStatusCodeType userStatus

carrierID

protected WirelessCarrierIDCodeType carrierID

errorCode

protected SMSSubscriptionErrorCodeCodeType errorCode

itemToUnsubscribe

protected java.lang.String itemToUnsubscribe

any

protected java.util.List<java.lang.Object> any
Constructor Detail

SMSSubscriptionType

public SMSSubscriptionType()
Method Detail

getSMSPhone

public java.lang.String getSMSPhone()
Gets the value of the smsPhone property.

Returns:
possible object is String

setSMSPhone

public void setSMSPhone(java.lang.String value)
Sets the value of the smsPhone property.

Parameters:
value - allowed object is String

getUserStatus

public SMSSubscriptionUserStatusCodeType getUserStatus()
Gets the value of the userStatus property.

Returns:
possible object is SMSSubscriptionUserStatusCodeType

setUserStatus

public void setUserStatus(SMSSubscriptionUserStatusCodeType value)
Sets the value of the userStatus property.

Parameters:
value - allowed object is SMSSubscriptionUserStatusCodeType

getCarrierID

public WirelessCarrierIDCodeType getCarrierID()
Gets the value of the carrierID property.

Returns:
possible object is WirelessCarrierIDCodeType

setCarrierID

public void setCarrierID(WirelessCarrierIDCodeType value)
Sets the value of the carrierID property.

Parameters:
value - allowed object is WirelessCarrierIDCodeType

getErrorCode

public SMSSubscriptionErrorCodeCodeType getErrorCode()
Gets the value of the errorCode property.

Returns:
possible object is SMSSubscriptionErrorCodeCodeType

setErrorCode

public void setErrorCode(SMSSubscriptionErrorCodeCodeType value)
Sets the value of the errorCode property.

Parameters:
value - allowed object is SMSSubscriptionErrorCodeCodeType

getItemToUnsubscribe

public java.lang.String getItemToUnsubscribe()
Gets the value of the itemToUnsubscribe property.

Returns:
possible object is String

setItemToUnsubscribe

public void setItemToUnsubscribe(java.lang.String value)
Sets the value of the itemToUnsubscribe 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.