com.xerox.amazonws.fps
Class Address

java.lang.Object
  extended by com.xerox.amazonws.fps.Address

public class Address
extends Object

Author:
J. Bernard, Elastic Grid, LLC., jerome.bernard@elastic-grid.com

Constructor Summary
Address(String name, String line1, String line2, String city, String state, String zipCode)
           
 
Method Summary
 String getCity()
           
 String getLine1()
           
 String getLine2()
           
 String getName()
           
 String getState()
           
 String getZipCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Address

public Address(String name,
               String line1,
               String line2,
               String city,
               String state,
               String zipCode)
Method Detail

getName

public String getName()

getLine1

public String getLine1()

getLine2

public String getLine2()

getCity

public String getCity()

getState

public String getState()

getZipCode

public String getZipCode()

toString

public String toString()
Overrides:
toString in class Object