|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.api.payments.Address
com.paypal.api.payments.ShippingAddress
public class ShippingAddress
| Constructor Summary | |
|---|---|
ShippingAddress()
Default Constructor |
|
ShippingAddress(String recipientName)
Parameterized Constructor |
|
| Method Summary | |
|---|---|
Boolean |
getDefaultAddress()
Getter for defaultAddress |
String |
getId()
Getter for id |
String |
getRecipientName()
Getter for recipientName |
ShippingAddress |
setDefaultAddress(Boolean defaultAddress)
Setter for defaultAddress |
ShippingAddress |
setId(String id)
Setter for id |
ShippingAddress |
setRecipientName(String recipientName)
Setter for recipientName |
String |
toJSON()
Returns a JSON string corresponding to object state |
String |
toString()
|
| Methods inherited from class com.paypal.api.payments.Address |
|---|
getCity, getCountryCode, getLine1, getLine2, getPhone, getPostalCode, getState, setCity, setCountryCode, setLine1, setLine2, setPhone, setPostalCode, setState |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ShippingAddress()
public ShippingAddress(String recipientName)
| Method Detail |
|---|
public ShippingAddress setId(String id)
public String getId()
public ShippingAddress setRecipientName(String recipientName)
public String getRecipientName()
public ShippingAddress setDefaultAddress(Boolean defaultAddress)
public Boolean getDefaultAddress()
public String toJSON()
toJSON in class Addresspublic String toString()
toString in class Address
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||