java.lang.Objectcom.ibm.commerce.webservice.datatype.orderfulfillment.MerchantInfo
This class represents the complex type
Constructor Summary | |
MerchantInfo() |
Method Summary | |
Address | getAddress() Gets the address |
ContactInfo | getContactInfo() Gets the contactInfo |
ContactPersonName | getContactPersonName() Gets the contactPersonName |
OrgID[] | getOrgID() Gets the orgID |
java.lang.String | getOrgName() Gets the orgName |
Telephone | getTelephone() Gets the telephone |
java.lang.String | getUrl() Gets the url |
void | setAddress(Address address) Sets the address |
void | setContactInfo(ContactInfo contactInfo) Sets the contactInfo |
void | setContactPersonName(ContactPersonName contactPersonName) Sets the contactPersonName |
void | setOrgID(OrgID[] orgID) Sets the orgID |
void | setOrgName(java.lang.String orgName) Sets the orgName |
void | setTelephone(Telephone telephone) Sets the telephone |
void | setUrl(java.lang.String url) Sets the url |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MerchantInfo()
Method Detail |
public Address getAddress()
public ContactInfo getContactInfo()
public ContactPersonName getContactPersonName()
public OrgID[] getOrgID()
public java.lang.String getOrgName()
public Telephone getTelephone()
public java.lang.String getUrl()
public void setAddress(Address address)
public void setContactInfo(ContactInfo contactInfo)
public void setContactPersonName(ContactPersonName contactPersonName)
public void setOrgID(OrgID[] orgID)
public void setOrgName(java.lang.String orgName)
public void setTelephone(Telephone telephone)
public void setUrl(java.lang.String url)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.