public class RankingExpressionGroupBoolean extends java.lang.Object implements RankingExpressionGroup
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Constructor and Description | 
|---|
RankingExpressionGroupBoolean(BooleanExpressionType booleanExprType,
                             java.util.List rankingExprGroups)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addRankingExprGroup(RankingExpressionGroup exprGroup)  | 
BooleanExpressionType | 
getBooleanExprType()
Returns the expression type 
 | 
java.util.List<RankingExpressionGroup> | 
getRankingExprGroups()
Returns the groups 
 | 
void | 
setBooleanExprType(BooleanExpressionType booleanExprType)
Sets the boolean expression type 
 | 
void | 
setRankingExprGroups(java.util.List<RankingExpressionGroup> rankingExprGroups)
Sets the ranking groups 
 | 
java.lang.String | 
toXML()  | 
public RankingExpressionGroupBoolean(BooleanExpressionType booleanExprType, java.util.List rankingExprGroups)
booleanExprType - a boolean expression typerankingExprGroups - a List of RankingExpressionGroupspublic BooleanExpressionType getBooleanExprType()
public void setBooleanExprType(BooleanExpressionType booleanExprType)
booleanExprType - the boolean expression typepublic java.util.List<RankingExpressionGroup> getRankingExprGroups()
public void setRankingExprGroups(java.util.List<RankingExpressionGroup> rankingExprGroups)
rankingExprGroups - the groupspublic void addRankingExprGroup(RankingExpressionGroup exprGroup)
public java.lang.String toXML()
toXML in interface RankingExpressionGroup