|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.api.payments.Address
public class Address
| Constructor Summary | |
|---|---|
Address()
Default Constructor |
|
Address(String line1,
String city,
String countryCode)
Parameterized Constructor |
|
| Method Summary | |
|---|---|
String |
getCity()
Getter for city |
String |
getCountryCode()
Getter for countryCode |
String |
getLine1()
Getter for line1 |
String |
getLine2()
Getter for line2 |
String |
getPhone()
Getter for phone |
String |
getPostalCode()
Getter for postalCode |
String |
getState()
Getter for state |
Address |
setCity(String city)
Setter for city |
Address |
setCountryCode(String countryCode)
Setter for countryCode |
Address |
setLine1(String line1)
Setter for line1 |
Address |
setLine2(String line2)
Setter for line2 |
Address |
setPhone(String phone)
Setter for phone |
Address |
setPostalCode(String postalCode)
Setter for postalCode |
Address |
setState(String state)
Setter for state |
String |
toJSON()
Returns a JSON string corresponding to object state |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Address()
public Address(String line1,
String city,
String countryCode)
| Method Detail |
|---|
public Address setLine1(String line1)
public String getLine1()
public Address setLine2(String line2)
public String getLine2()
public Address setCity(String city)
public String getCity()
public Address setCountryCode(String countryCode)
public String getCountryCode()
public Address setPostalCode(String postalCode)
public String getPostalCode()
public Address setState(String state)
public String getState()
public Address setPhone(String phone)
public String getPhone()
public String toJSON()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||