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

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

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

This class represents the complex type

 
 
 
See Also:
Serialized Form

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

ShipToInfo

public ShipToInfo()
Method Detail

getAddress

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

getComment

public java.lang.String getComment()
Gets the comment
Returns:
Returns a String

getContactInfo

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

getContactPersonName

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

getOfficeAdderssLine

public java.lang.String getOfficeAdderssLine()
Gets the officeAdderssLine
Returns:
Returns a String

setAddress

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

setComment

public void setComment(java.lang.String comment)
Sets the comment
Parameters:
comment - The comment 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

setOfficeAdderssLine

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

Feedback