com.ibm.commerce.webservice.datatype.orderfulfillment
Class MerchantInfo

java.lang.Object
  com.ibm.commerce.webservice.datatype.orderfulfillment.MerchantInfo
All Implemented Interfaces:
java.io.Serializable

public class MerchantInfo
extends java.lang.Object
implements java.io.Serializable

This class represents the complex type

 
 
 
See Also:
Serialized Form

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

MerchantInfo

public MerchantInfo()
Method Detail

getAddress

public Address getAddress()
Gets the address
Returns:
Returns a Address

getContactInfo

public ContactInfo getContactInfo()
Gets the contactInfo
Returns:
Returns a ContactInfo

getContactPersonName

public ContactPersonName getContactPersonName()
Gets the contactPersonName
Returns:
Returns a ContactPersonName

getOrgID

public OrgID[] getOrgID()
Gets the orgID
Returns:
Returns a OrgID[]

getOrgName

public java.lang.String getOrgName()
Gets the orgName
Returns:
Returns a String

getTelephone

public Telephone getTelephone()
Gets the telephone
Returns:
Returns a Telephone

getUrl

public java.lang.String getUrl()
Gets the url
Returns:
Returns a String

setAddress

public void setAddress(Address address)
Sets the address
Parameters:
address - The address to set

setContactInfo

public void setContactInfo(ContactInfo contactInfo)
Sets the contactInfo
Parameters:
contactInfo - The contactInfo to set

setContactPersonName

public void setContactPersonName(ContactPersonName contactPersonName)
Sets the contactPersonName
Parameters:
contactPersonName - The contactPersonName to set

setOrgID

public void setOrgID(OrgID[] orgID)
Sets the orgID
Parameters:
orgID - The orgID to set

setOrgName

public void setOrgName(java.lang.String orgName)
Sets the orgName
Parameters:
orgName - The orgName to set

setTelephone

public void setTelephone(Telephone telephone)
Sets the telephone
Parameters:
telephone - The telephone to set

setUrl

public void setUrl(java.lang.String url)
Sets the url
Parameters:
url - The url to set

Feedback