public class GetMobileStatusResponseType extends AbstractResponseType
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="IsPasswordSet" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="PaymentPending" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigInteger |
isActivated |
protected java.math.BigInteger |
isPasswordSet |
protected java.math.BigInteger |
paymentPending |
ack, any, build, correlationID, errors, timestamp, version| Constructor and Description |
|---|
GetMobileStatusResponseType() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getIsActivated()
Gets the value of the isActivated property.
|
java.math.BigInteger |
getIsPasswordSet()
Gets the value of the isPasswordSet property.
|
java.math.BigInteger |
getPaymentPending()
Gets the value of the paymentPending property.
|
void |
setIsActivated(java.math.BigInteger value)
Sets the value of the isActivated property.
|
void |
setIsPasswordSet(java.math.BigInteger value)
Sets the value of the isPasswordSet property.
|
void |
setPaymentPending(java.math.BigInteger value)
Sets the value of the paymentPending property.
|
getAck, getAny, getBuild, getCorrelationID, getErrors, getTimestamp, getVersion, setAck, setAny, setBuild, setCorrelationID, setTimestamp, setVersionprotected java.math.BigInteger isActivated
protected java.math.BigInteger isPasswordSet
protected java.math.BigInteger paymentPending
public java.math.BigInteger getIsActivated()
BigIntegerpublic void setIsActivated(java.math.BigInteger value)
value - the value
allowed object is
BigIntegerpublic java.math.BigInteger getIsPasswordSet()
BigIntegerpublic void setIsPasswordSet(java.math.BigInteger value)
value - the value
allowed object is
BigIntegerpublic java.math.BigInteger getPaymentPending()
BigIntegerpublic void setPaymentPending(java.math.BigInteger value)
value - the value
allowed object is
BigIntegerstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.