|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.soap.eBLBaseComponents.SMSSubscriptionType
public class SMSSubscriptionType
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>
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 |
---|
protected java.lang.String smsPhone
protected SMSSubscriptionUserStatusCodeType userStatus
protected WirelessCarrierIDCodeType carrierID
protected SMSSubscriptionErrorCodeCodeType errorCode
protected java.lang.String itemToUnsubscribe
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public SMSSubscriptionType()
Method Detail |
---|
public java.lang.String getSMSPhone()
String
public void setSMSPhone(java.lang.String value)
value
- allowed object is
String
public SMSSubscriptionUserStatusCodeType getUserStatus()
SMSSubscriptionUserStatusCodeType
public void setUserStatus(SMSSubscriptionUserStatusCodeType value)
value
- allowed object is
SMSSubscriptionUserStatusCodeType
public WirelessCarrierIDCodeType getCarrierID()
WirelessCarrierIDCodeType
public void setCarrierID(WirelessCarrierIDCodeType value)
value
- allowed object is
WirelessCarrierIDCodeType
public SMSSubscriptionErrorCodeCodeType getErrorCode()
SMSSubscriptionErrorCodeCodeType
public void setErrorCode(SMSSubscriptionErrorCodeCodeType value)
value
- allowed object is
SMSSubscriptionErrorCodeCodeType
public java.lang.String getItemToUnsubscribe()
String
public void setItemToUnsubscribe(java.lang.String value)
value
- allowed object is
String
public java.lang.Object[] getAny()
Element
Object
public java.lang.Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Element
Object
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.Object value)
value
- allowed object is
Element
Object
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.