public class

GetMobileStatusResponseType

extends AbstractResponseType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractResponseType
     ↳ ebay.api.paypalapi.GetMobileStatusResponseType

Class Overview

Java class for GetMobileStatusResponseType complex type.

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

 <complexType name="GetMobileStatusResponseType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
       <sequence>
         <element name="IsActivated" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="PaymentPending" type="{http://www.w3.org/2001/XMLSchema}integer"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BigInteger isActivated
protected BigInteger paymentPending
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractResponseType
Public Constructors
GetMobileStatusResponseType()
Public Methods
BigInteger getIsActivated()
Gets the value of the isActivated property.
BigInteger getPaymentPending()
Gets the value of the paymentPending property.
void setIsActivated(BigInteger value)
Sets the value of the isActivated property.
void setPaymentPending(BigInteger value)
Sets the value of the paymentPending property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractResponseType
From class java.lang.Object

Fields

protected BigInteger isActivated

protected BigInteger paymentPending

Public Constructors

public GetMobileStatusResponseType ()

Public Methods

public BigInteger getIsActivated ()

Gets the value of the isActivated property.

Returns
  • possible object is BigInteger

public BigInteger getPaymentPending ()

Gets the value of the paymentPending property.

Returns
  • possible object is BigInteger

public void setIsActivated (BigInteger value)

Sets the value of the isActivated property.

Parameters
value Allowed object is BigInteger

public void setPaymentPending (BigInteger value)

Sets the value of the paymentPending property.

Parameters
value Allowed object is BigInteger