atg.search.routing.command.search
Class Movements

java.lang.Object
  extended by atg.search.routing.command.SearchXMLObject
      extended by atg.search.routing.command.search.Movements
All Implemented Interfaces:
java.io.Serializable

public class Movements
extends atg.search.routing.command.SearchXMLObject
implements java.io.Serializable

List of result movements, or positional rules, applied to statements, if any

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
Movements()
           
 
Method Summary
 boolean equals(java.lang.Object pObject)
           
protected  void getBodyXML(java.lang.StringBuilder sb)
           
 java.util.List<Movement> getMovements()
          Returns the List of result movements, or positional rules, applied to statements, if any
 java.lang.String getRequestTag()
          Gets the xml element tag used in the request
 void setMovements(java.util.List<Movement> pMovements)
          Sets the List of result movements, or positional rules, applied to statements, if any
 
Methods inherited from class atg.search.routing.command.SearchXMLObject
appendComplexXml, appendOptionalAttr, appendOptionalElem, appendOptionalElem, appendOptionalElem, appendOptionalValue, appendRequiredAttr, appendRequiredElem, appendRequiredElem, appendRequiredValue, getAllAttributeXML, getAllBodyXML, getAttributeXML, getDefaultXmlBytes, getParentXMLObject, getXmlPath, isPrintedFirstChild, setParentXMLObject, setPrintedFirstChild, toString, toXML, toXML
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

Movements

public Movements()
Method Detail

equals

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

getMovements

public java.util.List<Movement> getMovements()
Returns the List of result movements, or positional rules, applied to statements, if any

Returns:
List of result movements, or positional rules, applied to statements, if any

setMovements

public void setMovements(java.util.List<Movement> pMovements)
Sets the List of result movements, or positional rules, applied to statements, if any

Parameters:
pMovements -

getRequestTag

public java.lang.String getRequestTag()
Gets the xml element tag used in the request

Specified by:
getRequestTag in class atg.search.routing.command.SearchXMLObject
Returns:
xml element tag

getBodyXML

protected void getBodyXML(java.lang.StringBuilder sb)
                   throws atg.search.routing.command.IncompleteCommandException
Overrides:
getBodyXML in class atg.search.routing.command.SearchXMLObject
Throws:
atg.search.routing.command.IncompleteCommandException