Interface COM.ibm.jaws.models.trs.Contact
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface COM.ibm.jaws.models.trs.Contact

public interface Contact
extends Object
extends Common

Method Index

 o getAddress1()
 o getAddress2()
 o getCity()
 o getEmailAddress()
 o getEmailId()
 o getFaxAreaCode()
 o getFaxNumber()
 o getPhoneAreaCode()
 o getPhoneNumber()
 o getURL()
 o getZip()
 o setAddress1(String)
 o setAddress2(String)
 o setCityString(String)
 o setEmailAddress(String)
 o setEmailId(String)
 o setFaxAreaCode(String)
 o setFaxNumber(String)
 o setPhoneAreaCode(String)
 o setPhoneNumber(String)
 o setURL(String)
 o setZip(String)
 o toString()
Returns a String that represents the value of this Object.

Methods

 o toString
  public abstract String toString()
Returns a String that represents the value of this Object.
Overrides:
toString in class Object
 o getAddress1
  public abstract String getAddress1()
 o getAddress2
  public abstract String getAddress2()
 o getCity
  public abstract City getCity()
 o getEmailId
  public abstract String getEmailId()
 o getFaxAreaCode
  public abstract String getFaxAreaCode()
 o getPhoneAreaCode
  public abstract String getPhoneAreaCode()
 o getEmailAddress
  public abstract String getEmailAddress()
 o getFaxNumber
  public abstract String getFaxNumber()
 o getPhoneNumber
  public abstract String getPhoneNumber()
 o getURL
  public abstract URL getURL()
 o getZip
  public abstract String getZip()
 o setAddress1
  public abstract void setAddress1(String d)
 o setAddress2
  public abstract void setAddress2(String d)
 o setCityString
  public abstract void setCityString(String d)
 o setEmailId
  public abstract void setEmailId(String d)
 o setFaxAreaCode
  public abstract void setFaxAreaCode(String d)
 o setPhoneAreaCode
  public abstract void setPhoneAreaCode(String d)
 o setEmailAddress
  public abstract void setEmailAddress(String d)
 o setFaxNumber
  public abstract void setFaxNumber(String d)
 o setPhoneNumber
  public abstract void setPhoneNumber(String d)
 o setURL
  public abstract void setURL(String d)
 o setZip
  public abstract void setZip(String d)

All Packages  Class Hierarchy  This Package  Previous  Next  Index