|
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.Contact
Constructor Summary | |
Contact()
|
|
Contact(Postal postal,
Telecom telecom,
Online online,
Extension[] extensions)
|
Method Summary | |
Extension[] |
getExtensions()
|
Online |
getOnline()
|
Postal |
getPostal()
|
Telecom |
getTelecom()
|
void |
setExtensions(Extension[] extensions)
|
void |
setOnline(Online online)
|
void |
setPostal(Postal postal)
|
void |
setTelecom(Telecom telecom)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Contact()
public Contact(Postal postal, Telecom telecom, Online online, Extension[] extensions)
Method Detail |
public Postal getPostal()
public void setPostal(Postal postal)
public Telecom getTelecom()
public void setTelecom(Telecom telecom)
public Online getOnline()
public void setOnline(Online online)
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 |