java.lang.Objectcom.ibm.commerce.webservice.datatype.ContactInfo
This class represents the complex type
Constructor Summary | |
ContactInfo() |
Method Summary | |
Email[] | getEmail() Gets the email |
java.lang.String | getFax() Gets the fax |
Telephone[] | getTelephone() Gets the telephone |
void | setEmail(Email[] email) Sets the email |
void | setFax(java.lang.String fax) Sets the fax |
void | setTelephone(Telephone[] telephone) Sets the telephone |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ContactInfo()
Method Detail |
public Email[] getEmail()
public java.lang.String getFax()
public Telephone[] getTelephone()
public void setEmail(Email[] email)
public void setFax(java.lang.String fax)
public void setTelephone(Telephone[] telephone)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.