org.jivesoftware.smackx.packet
Class DataForm.Item
java.lang.Object
   org.jivesoftware.smackx.packet.DataForm.Item
org.jivesoftware.smackx.packet.DataForm.Item
- Enclosing class:
- DataForm
- public static class DataForm.Item 
- extends Object
Represents items of reported data.
- Author:
- Gaston Dombiak
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DataForm.Item
public DataForm.Item(List<FormField> fields)
getFields
public Iterator<FormField> getFields()
- Returns the fields that define the data that goes with the item.
 
- 
- Returns:
- the fields that define the data that goes with the item.
 
toXML
public String toXML()
- 
 
Copyright © 2003-2007 Jive Software.