Smack

org.jivesoftware.smackx.packet
Class DataForm.ReportedData

java.lang.Object
  extended by 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

Constructor Summary
DataForm.ReportedData(java.util.List<FormField> fields)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataForm.ReportedData

public DataForm.ReportedData(java.util.List<FormField> fields)
Method Detail

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()

Smack

Copyright © 2003-2007 Jive Software.