org.jivesoftware.smackx.packet
Class DataForm.ReportedData
java.lang.Object
   org.jivesoftware.smackx.packet.DataForm.ReportedData
org.jivesoftware.smackx.packet.DataForm.ReportedData
- Enclosing class:
- DataForm
- public static class DataForm.ReportedData 
- extends Object
Represents the fields that will be returned from a search. This information is useful when 
 you try to use the jabber:iq:search namespace to return dynamic form information.
- Author:
- Gaston Dombiak
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DataForm.ReportedData
public DataForm.ReportedData(List<FormField> fields)
getFields
public Iterator<FormField> getFields()
- Returns the fields returned from a search.
 
- 
- Returns:
- the fields returned from a search.
 
toXML
public String toXML()
- 
 
Copyright © 2003-2007 Jive Software.