java.lang.Objectcom.ibm.commerce.webservice.datatype.orderfulfillment.ShipToInfo
This class represents the complex type
Constructor Summary | |
ShipToInfo() |
Method Summary | |
Address | getAddress() Gets the address |
java.lang.String | getComment() Gets the comment |
ContactInfo | getContactInfo() Gets the contactInfo |
ContactPersonName | getContactPersonName() Gets the contactPersonName |
java.lang.String | getOfficeAdderssLine() Gets the officeAdderssLine |
void | setAddress(Address address) Sets the address |
void | setComment(java.lang.String comment) Sets the comment |
void | setContactInfo(ContactInfo contactInfo) Sets the contactInfo |
void | setContactPersonName(ContactPersonName contactPersonName) Sets the contactPersonName |
void | setOfficeAdderssLine(java.lang.String officeAdderssLine) Sets the officeAdderssLine |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ShipToInfo()
Method Detail |
public Address getAddress()
public java.lang.String getComment()
public ContactInfo getContactInfo()
public ContactPersonName getContactPersonName()
public java.lang.String getOfficeAdderssLine()
public void setAddress(Address address)
public void setComment(java.lang.String comment)
public void setContactInfo(ContactInfo contactInfo)
public void setContactPersonName(ContactPersonName contactPersonName)
public void setOfficeAdderssLine(java.lang.String officeAdderssLine)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.