org.openspml.v2.msg.spmlsearch
Class IterateRequest

java.lang.Object
  extended byorg.openspml.v2.msg.spml.Extensible
      extended byorg.openspml.v2.msg.spml.ExtensibleMarshallable
          extended byorg.openspml.v2.msg.spml.Request
              extended byorg.openspml.v2.msg.spmlsearch.BasicRequest
                  extended byorg.openspml.v2.msg.spmlsearch.BasicIterationRequest
                      extended byorg.openspml.v2.msg.spmlsearch.IterateRequest
All Implemented Interfaces:
Marshallable, MarshallableElement, OpenContentContainer

public class IterateRequest
extends org.openspml.v2.msg.spmlsearch.BasicIterationRequest

Author:
kent.spaulding@sun.com

Date: Feb 16, 2006


Constructor Summary
IterateRequest()
           
IterateRequest(java.lang.String requestId, ExecutionMode executionMode, ResultsIterator iterator)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 ResultsIterator getIterator()
           
 PrefixAndNamespaceTuple[] getNamespacesInfo()
          We need to know the namespace of the class to include.
 int hashCode()
           
 void setIterator(ResultsIterator iterator)
           
 
Methods inherited from class org.openspml.v2.msg.spml.Request
getExecutionMode, getRequestID, setExecutionMode, setRequestID, toXML
 
Methods inherited from class org.openspml.v2.msg.spml.Extensible
addOpenContentAttr, addOpenContentAttr, addOpenContentElement, findOpenContentAttrValueByName, findOperationalAttrByName, findOperationalNVPByName, getOpenContentAttrs, getOpenContentElements, isValid, removeOpenContentAttr, removeOpenContentElement, setOpenContent, setOpenContentAttrs, setOpenContentElements
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openspml.v2.msg.MarshallableElement
isValid
 

Constructor Detail

IterateRequest

public IterateRequest()

IterateRequest

public IterateRequest(java.lang.String requestId,
                      ExecutionMode executionMode,
                      ResultsIterator iterator)
Method Detail

getIterator

public ResultsIterator getIterator()

setIterator

public void setIterator(ResultsIterator iterator)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class Request

hashCode

public int hashCode()
Overrides:
hashCode in class Request

getNamespacesInfo

public PrefixAndNamespaceTuple[] getNamespacesInfo()
Description copied from interface: MarshallableElement
We need to know the namespace of the class to include.

Specified by:
getNamespacesInfo in interface MarshallableElement
Overrides:
getNamespacesInfo in class Extensible


Copyright © Sun Microsystems, Inc. All Rights Reserved.