|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jabber.jabberbeans.XMLData | +--org.jabber.jabberbeans.Extension.IQAutoUpdate
A IQAutoUpdate
is used to relay additional information about
an update available for a piece of software.
Field Summary | |
private java.util.Vector |
info
list of UpdateInfo objects associated with this extension. |
Constructor Summary | |
IQAutoUpdate(java.util.Vector info)
Construct a new IQAutoUpdate object from a vector of UpdateInfo objects |
Method Summary | |
void |
appendItem(java.lang.StringBuffer retval)
appendItem appends the XML representation of the
current packet data to the specified StringBuffer . |
java.util.Enumeration |
versions()
returns an enumeration of UpdateInfo objects contained
within this Extension. |
Methods inherited from class org.jabber.jabberbeans.XMLData |
appendAttrib,
appendAttrib,
appendChild,
appendChild,
escapeString,
toString |
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.util.Vector info
UpdateInfo
Constructor Detail |
public IQAutoUpdate(java.util.Vector info)
info
- Vector
of UpdateInfo
objects.Method Detail |
public java.util.Enumeration versions()
UpdateInfo
objects contained
within this Extension.UpdateInfo Enumeration
, with each object
representing a different software version.public void appendItem(java.lang.StringBuffer retval)
appendItem
appends the XML representation of the
current packet data to the specified StringBuffer
.retval
- The StringBuffer
to append to
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |