HPSearch

cgl.hpsearch.schemas.FlowLog
Interface FlowLogEntries

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
FlowLogEntriesImpl

public interface FlowLogEntries
extends XmlObject

An XML FlowLogEntries(@http://www.hpsearch.org/schemas/2006/03/FlowLog). This is a complex type.


Nested Class Summary
static class FlowLogEntries.Factory
          A factory class with static methods for creating instances of this type.
static interface FlowLogEntries.LogEntry
          An XML LogEntry(@http://www.hpsearch.org/schemas/2006/03/FlowLog).
 
Field Summary
static SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 FlowLogEntries.LogEntry addNewLogEntry()
          Appends and returns a new empty value (as xml) as the last "LogEntry" element
 String getId()
          Gets the "id" attribute
 FlowLogEntries.LogEntry[] getLogEntryArray()
          Gets array of all "LogEntry" elements
 FlowLogEntries.LogEntry getLogEntryArray(int i)
          Gets ith "LogEntry" element
 FlowLogEntries.LogEntry insertNewLogEntry(int i)
          Inserts and returns a new empty value (as xml) as the ith "LogEntry" element
 boolean isSetId()
          True if has "id" attribute
 void removeLogEntry(int i)
          Removes the ith "LogEntry" element
 void setId(String id)
          Sets the "id" attribute
 void setLogEntryArray(FlowLogEntries.LogEntry[] logEntryArray)
          Sets array of all "LogEntry" element
 void setLogEntryArray(int i, FlowLogEntries.LogEntry logEntry)
          Sets ith "LogEntry" element
 int sizeOfLogEntryArray()
          Returns number of "LogEntry" element
 void unsetId()
          Unsets the "id" attribute
 XmlString xgetId()
          Gets (as xml) the "id" attribute
 void xsetId(XmlString id)
          Sets (as xml) the "id" attribute
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

public static final SchemaType type
Method Detail

getLogEntryArray

public FlowLogEntries.LogEntry[] getLogEntryArray()
Gets array of all "LogEntry" elements


getLogEntryArray

public FlowLogEntries.LogEntry getLogEntryArray(int i)
Gets ith "LogEntry" element


sizeOfLogEntryArray

public int sizeOfLogEntryArray()
Returns number of "LogEntry" element


setLogEntryArray

public void setLogEntryArray(FlowLogEntries.LogEntry[] logEntryArray)
Sets array of all "LogEntry" element


setLogEntryArray

public void setLogEntryArray(int i,
                             FlowLogEntries.LogEntry logEntry)
Sets ith "LogEntry" element


insertNewLogEntry

public FlowLogEntries.LogEntry insertNewLogEntry(int i)
Inserts and returns a new empty value (as xml) as the ith "LogEntry" element


addNewLogEntry

public FlowLogEntries.LogEntry addNewLogEntry()
Appends and returns a new empty value (as xml) as the last "LogEntry" element


removeLogEntry

public void removeLogEntry(int i)
Removes the ith "LogEntry" element


getId

public String getId()
Gets the "id" attribute


xgetId

public XmlString xgetId()
Gets (as xml) the "id" attribute


isSetId

public boolean isSetId()
True if has "id" attribute


setId

public void setId(String id)
Sets the "id" attribute


xsetId

public void xsetId(XmlString id)
Sets (as xml) the "id" attribute


unsetId

public void unsetId()
Unsets the "id" attribute


HPSearch

For comments and suggestions please send e-mail to Harshawardhan Gadgil
Last updated: June 9 2006