Package paypal.payflow
Class Address
java.lang.Object
paypal.payflow.Address
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Contextprotected StringBufferGets the Requestbuffer used for creating the actual request string.protected voidsetAddressCity(String city) protected voidsetAddressCountry(String country) protected voidsetAddressEmail(String email) protected voidsetAddressFax(String fax) protected voidsetAddressFirstName(String firstName) protected voidsetAddressLastName(String lastName) protected voidsetAddressMiddleName(String middleName) protected voidsetAddressPhone(String phoneNum) protected voidsetAddressPhone2(String phone2) protected voidsetAddressState(String state) protected voidsetAddressStreet(String addressStreet) protected voidsetAddressStreet2(String addressStreet2) protected voidsetAddressZip(String zip) protected voidsetContext(Context context) protected voidsetRequestBuffer(StringBuffer value) sets the StringBuffer to hold the request string.
-
Constructor Details
-
Address
protected Address()
-
-
Method Details
-
getAddressStreet
-
setAddressStreet
-
getAddressStreet2
-
setAddressStreet2
-
getAddressCity
-
setAddressCity
-
getAddressCountry
-
setAddressCountry
-
getAddressEmail
-
setAddressEmail
-
getAddressFax
-
setAddressFax
-
getAddressFirstName
-
setAddressFirstName
-
getAddressLastName
-
setAddressLastName
-
getAddressMiddleName
-
setAddressMiddleName
-
getAddressPhone2
-
setAddressPhone2
-
getAddressPhone
-
setAddressPhone
-
getAddressState
-
setAddressState
-
getAddressZip
-
setAddressZip
-
getContext
-
setContext
-
getRequestBuffer
Gets the Requestbuffer used for creating the actual request string.- Returns:
- mRequestBuffer StringBuffer
-
setRequestBuffer
sets the StringBuffer to hold the request string.- Parameters:
value- StringBuffer
-
generateRequest
protected void generateRequest()
-