|
This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.portal.wsrp.common.stubs.TelephoneNum
Constructor Summary | |
TelephoneNum()
|
|
TelephoneNum(String intcode,
String loccode,
String number,
String ext,
String comment,
Extension[] extensions)
|
Method Summary | |
String |
getComment()
|
String |
getExt()
|
Extension[] |
getExtensions()
|
String |
getIntcode()
|
String |
getLoccode()
|
String |
getNumber()
|
void |
setComment(String comment)
|
void |
setExt(String ext)
|
void |
setExtensions(Extension[] extensions)
|
void |
setIntcode(String intcode)
|
void |
setLoccode(String loccode)
|
void |
setNumber(String number)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TelephoneNum()
public TelephoneNum(String intcode, String loccode, String number, String ext, String comment, Extension[] extensions)
Method Detail |
public String getIntcode()
public void setIntcode(String intcode)
public String getLoccode()
public void setLoccode(String loccode)
public String getNumber()
public void setNumber(String number)
public String getExt()
public void setExt(String ext)
public String getComment()
public void setComment(String comment)
public Extension[] getExtensions()
public void setExtensions(Extension[] extensions)
|
This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |