java.lang.Objectcom.ibm.commerce.webservice.datatype.Address
This class represents the complex type
Constructor Summary | |
Address() default constructor for address |
|
Address(java.lang.String[] addressLine, java.lang.String city, java.lang.String state, java.lang.String zip, java.lang.String country) constructor for address |
Method Summary | |
java.lang.String[] | getAddressLine() get the value of AddressLine |
java.lang.String | getCity() get the value of City |
java.lang.String | getCountry() get the value of Country |
java.lang.String | getState() get the value of State |
java.lang.String | getZip() get the value of Zip |
void | setAddressLine(java.lang.String[] newAddressLine) set the value of AddressLine |
void | setCity(java.lang.String newCity) set the value of City |
void | setCountry(java.lang.String newCountry) set the value of Country |
void | setState(java.lang.String newState) set the value of State |
void | setZip(java.lang.String newZip) set the value of Zip |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Address()
public Address(java.lang.String[] addressLine, java.lang.String city, java.lang.String state, java.lang.String zip, java.lang.String country)
Method Detail |
public java.lang.String[] getAddressLine()
public java.lang.String getCity()
public java.lang.String getState()
public java.lang.String getZip()
public java.lang.String getCountry()
public void setAddressLine(java.lang.String[] newAddressLine)
public void setCity(java.lang.String newCity)
public void setState(java.lang.String newState)
public void setZip(java.lang.String newZip)
public void setCountry(java.lang.String newCountry)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.