public class Limits
extends atg.search.routing.command.SearchXMLObject
implements java.io.Serializable
Limit.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
Limits() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object pObject) |
protected static Limits |
fromXmlParser(atg.search.routing.utils.SearchMessageNode pXml) |
protected void |
getBodyXML(java.lang.StringBuilder sb) |
java.util.List<Limit> |
getLimits()
Returns List of item retrieval limits
|
java.util.Map<java.lang.String,Limit> |
getLimitsMap()
Returns a Map of limit name to Limit.
|
java.lang.String |
getRequestTag()
Gets the xml element tag used in the request
|
int |
hashCode() |
void |
setLimits(java.util.List<Limit> pLimits)
Sets List of item retrieval limits
|
appendComplexXml, appendOptionalAttr, appendOptionalElem, appendOptionalElem, appendOptionalElem, appendOptionalValue, appendRequiredAttr, appendRequiredElem, appendRequiredElem, appendRequiredValue, getAllAttributeXML, getAllBodyXML, getAttributeXML, getDefaultXmlBytes, getParentXMLObject, getXmlPath, isPrintedFirstChild, setParentXMLObject, setPrintedFirstChild, toString, toXML, toXMLpublic boolean equals(java.lang.Object pObject)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.util.List<Limit> getLimits()
public void setLimits(java.util.List<Limit> pLimits)
pLimits - public java.util.Map<java.lang.String,Limit> getLimitsMap()
getLimits().getLimits().protected static Limits fromXmlParser(atg.search.routing.utils.SearchMessageNode pXml)
public java.lang.String getRequestTag()
getRequestTag in class atg.search.routing.command.SearchXMLObjectprotected void getBodyXML(java.lang.StringBuilder sb)
throws atg.search.routing.command.IncompleteCommandException
getBodyXML in class atg.search.routing.command.SearchXMLObjectatg.search.routing.command.IncompleteCommandException