net.sf.ofx4j.domain.data.common
Class Payee

java.lang.Object
  extended by net.sf.ofx4j.domain.data.common.Payee

public class Payee
extends java.lang.Object

Author:
Ryan Heaton

Constructor Summary
Payee()
           
 
Method Summary
 java.lang.String getAddress1()
          The address of the payee.
 java.lang.String getAddress2()
          The address of the payee.
 java.lang.String getAddress3()
          The address of the payee.
 java.lang.String getCity()
          The city of the payee.
 java.lang.String getCountry()
          The country code for this payee.
 java.lang.String getName()
          The name of the payee.
 java.lang.String getPhone()
          The phone number.
 java.lang.String getState()
          The state of this payee.
 java.lang.String getZip()
          The postal code of this payee.
 void setAddress1(java.lang.String address1)
          The address of the payee.
 void setAddress2(java.lang.String address2)
          The address of the payee.
 void setAddress3(java.lang.String address3)
          The address of the payee.
 void setCity(java.lang.String city)
          The city of the payee.
 void setCountry(java.lang.String country)
          The country code for this payee.
 void setName(java.lang.String name)
          The name of the payee.
 void setPhone(java.lang.String phone)
          The phone number.
 void setState(java.lang.String state)
          The state of this payee.
 void setZip(java.lang.String zip)
          The postal code of this payee.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Payee

public Payee()
Method Detail

getName

public java.lang.String getName()
The name of the payee.

Returns:
The name of the payee.

setName

public void setName(java.lang.String name)
The name of the payee.

Parameters:
name - The name of the payee.

getAddress1

public java.lang.String getAddress1()
The address of the payee.

Returns:
The address of the payee.

setAddress1

public void setAddress1(java.lang.String address1)
The address of the payee.

Parameters:
address1 - The address of the payee.

getAddress2

public java.lang.String getAddress2()
The address of the payee.

Returns:
The address of the payee.

setAddress2

public void setAddress2(java.lang.String address2)
The address of the payee.

Parameters:
address2 - The address of the payee.

getAddress3

public java.lang.String getAddress3()
The address of the payee.

Returns:
The address of the payee.

setAddress3

public void setAddress3(java.lang.String address3)
The address of the payee.

Parameters:
address3 - The address of the payee.

getCity

public java.lang.String getCity()
The city of the payee.

Returns:
The city of the payee.

setCity

public void setCity(java.lang.String city)
The city of the payee.

Parameters:
city - The city of the payee.

getState

public java.lang.String getState()
The state of this payee.

Returns:
The state of this payee.

setState

public void setState(java.lang.String state)
The state of this payee.

Parameters:
state - The state of this payee.

getZip

public java.lang.String getZip()
The postal code of this payee.

Returns:
The postal code of this payee.

setZip

public void setZip(java.lang.String zip)
The postal code of this payee.

Parameters:
zip - The postal code of this payee.

getCountry

public java.lang.String getCountry()
The country code for this payee.

Returns:
The country code for this payee.
See Also:
Locale.getISO3Country()

setCountry

public void setCountry(java.lang.String country)
The country code for this payee.

Parameters:
country - The country code for this payee.

getPhone

public java.lang.String getPhone()
The phone number.

Returns:
The phone number.

setPhone

public void setPhone(java.lang.String phone)
The phone number.

Parameters:
phone - The phone number.


Copyright © 2008. All Rights Reserved.