org.jivesoftware.smackx.packet
Class DataForm.ReportedData
java.lang.Object
org.jivesoftware.smackx.packet.DataForm.ReportedData
- Enclosing class:
- DataForm
public static class DataForm.ReportedData
- extends java.lang.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
|
Method Summary |
java.util.Iterator<FormField> |
getFields()
Returns the fields returned from a search. |
java.lang.String |
toXML()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataForm.ReportedData
public DataForm.ReportedData(java.util.List<FormField> fields)
getFields
public java.util.Iterator<FormField> getFields()
- Returns the fields returned from a search.
- Returns:
- the fields returned from a search.
toXML
public java.lang.String toXML()