|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.bioclipse.xws.client.disco.Items
public class Items
| Constructor Summary | |
|---|---|
Items(Items itemsObject)
Initializes a newly created Items object. |
|
Items(java.util.List<IXmppItem> items)
Initializes a newly created Items object. |
|
Items(XmppException xmpp_exception)
Initializes a newly created Items object. |
|
| Method Summary | |
|---|---|
XmppException |
getDiscoError()
Returns the discovery error or null. |
DiscoStatus |
getDiscoStatus()
Returns the discovery status. |
java.util.List<IXmppItem> |
getList()
Returns the List of XMPP items or null. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Items(java.util.List<IXmppItem> items)
items - List of XMPP items.public Items(XmppException xmpp_exception)
xmpp_exception - The discovery error.public Items(Items itemsObject)
itemsObject - The Items object to copy.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.util.List<IXmppItem> getList()
public DiscoStatus getDiscoStatus()
public XmppException getDiscoError()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||