Method Summary |
|
public Object | clone() Copies the current object. |
public void | deleteParm(String name) Deletes the specified parameter. |
public String | encode() ( Encodes instance contents as a string. |
public String | getIsdnSubaddress() Get the isdn subaddress for this number. |
public String | getPhoneNumber() Gets the PhoneNumber field. |
public String | getPostDial() Gets the PostDial field. |
public boolean | hasIsdnSubaddress() Returns true if the isdn subaddress exists. |
public boolean | hasParm(String pname) Returns true if this header has parameters. |
public boolean | hasPostDial() Returns true if the PostDial field exists. |
public boolean | isGlobal() Returns tru if telephone number is a global telephone number. |
public void | removeIsdnSubaddress() Removes the isdn subaddress (if it exists). |
public void | removePostDial() Removes the PostDial field. |
public void | setGlobal(boolean g) Sets the Global field. |
public void | setIsdnSubaddress(String isub) Sets the isdn subaddress for this structure. |
public void | setParameters(NameValueList p) Sets the list of parameters. |
public void | setParm(String name, Object value) Sets the specified parameter. |
public void | setPhoneNumber(String num) |
public void | setPostDial(String p) Sets the PostDial field. |