public class SetConstraint extends BaseConstraint
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION |
static java.lang.String |
TAG |
Constructor and Description |
---|
SetConstraint() |
Modifier and Type | Method and Description |
---|---|
protected DocumentSetConstraint |
createFromParser(atg.search.routing.utils.SearchMessageNode pXml) |
boolean |
equals(java.lang.Object pObject) |
protected void |
getAttributeXML(java.lang.StringBuilder sb) |
protected void |
getBodyXML(java.lang.StringBuilder sb) |
java.lang.String |
getPath()
Returns the set path
|
java.lang.Boolean |
getRecurse()
Indicates whether the constraint is recursive
|
java.lang.String |
getRequestTag() |
static java.lang.String |
getTag() |
java.lang.Float |
getWeight()
Returns the weight of the constraint
|
int |
hashCode() |
java.lang.Boolean |
isRecurse()
Same as
getRecurse() . |
void |
setPath(java.lang.String pPath)
Sets the set path
|
void |
setRecurse(java.lang.Boolean pRecurse)
Controls whether the constraint is recursive
|
void |
setWeight(java.lang.Float weight)
Sets the weight of the constraint
|
static SetConstraint |
valueOf(java.lang.String pXml)
Constructs a set constraint from xml.
|
getXml, setXml
createFromXML, getParser, getPropConstraints
appendComplexXml, appendOptionalAttr, appendOptionalElem, appendOptionalElem, appendOptionalElem, appendOptionalValue, appendRequiredAttr, appendRequiredElem, appendRequiredElem, appendRequiredValue, getAllAttributeXML, getAllBodyXML, getDefaultXmlBytes, getParentXMLObject, getXmlPath, isPrintedFirstChild, setParentXMLObject, setPrintedFirstChild, toString, toXML, toXML
public static final java.lang.String CLASS_VERSION
public static final java.lang.String TAG
public static java.lang.String getTag()
public boolean equals(java.lang.Object pObject)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.Boolean getRecurse()
public void setRecurse(java.lang.Boolean pRecurse)
pRecurse
- whether the constraint is recursivepublic void setPath(java.lang.String pPath)
pPath
- the set pathpublic java.lang.Float getWeight()
public void setWeight(java.lang.Float weight)
weight
- the weight of the constraintpublic java.lang.String getPath()
public java.lang.Boolean isRecurse()
getRecurse()
.getRecurse()
protected void getBodyXML(java.lang.StringBuilder sb) throws atg.search.routing.command.IncompleteCommandException
getBodyXML
in class atg.search.routing.command.SearchXMLObject
atg.search.routing.command.IncompleteCommandException
protected void getAttributeXML(java.lang.StringBuilder sb) throws atg.search.routing.command.IncompleteCommandException
getAttributeXML
in class atg.search.routing.command.SearchXMLObject
atg.search.routing.command.IncompleteCommandException
public static SetConstraint valueOf(java.lang.String pXml)
pXml
- xmlprotected DocumentSetConstraint createFromParser(atg.search.routing.utils.SearchMessageNode pXml)
createFromParser
in class DocumentSetConstraint
public java.lang.String getRequestTag()
getRequestTag
in class atg.search.routing.command.SearchXMLObject