com.ibm.commerce.webservice.datatype
Class ContactInfo

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

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

This class represents the complex type

 
 
 
 
 
 
See Also:
Serialized Form

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

ContactInfo

public ContactInfo()
Method Detail

getEmail

public Email[] getEmail()
Gets the email
Returns:
Returns a Email[]

getFax

public java.lang.String getFax()
Gets the fax
Returns:
Returns a String

getTelephone

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

setEmail

public void setEmail(Email[] email)
Sets the email
Parameters:
email - The email to set

setFax

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

setTelephone

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

Feedback