public class AndOrNot extends RuleBaseType implements Serializable
Java class for AndOrNot complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AndOrNot"> <complexContent> <extension base="{urn:org:miloss:fgsms:services:interfaces:policyConfiguration}RuleBaseType"> <sequence> <element name="flag" type="{urn:org:miloss:fgsms:services:interfaces:policyConfiguration}JoiningType"/> <element name="LHS" type="{urn:org:miloss:fgsms:services:interfaces:policyConfiguration}RuleBaseType"/> <element name="RHS" type="{urn:org:miloss:fgsms:services:interfaces:policyConfiguration}RuleBaseType"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected JoiningType |
flag |
protected RuleBaseType |
lhs |
protected RuleBaseType |
rhs |
Constructor and Description |
---|
AndOrNot() |
Modifier and Type | Method and Description |
---|---|
JoiningType |
getFlag()
Gets the value of the flag property.
|
RuleBaseType |
getLHS()
Gets the value of the lhs property.
|
RuleBaseType |
getRHS()
Gets the value of the rhs property.
|
boolean |
isSetFlag() |
boolean |
isSetLHS() |
boolean |
isSetRHS() |
void |
setFlag(JoiningType value)
Sets the value of the flag property.
|
void |
setLHS(RuleBaseType value)
Sets the value of the lhs property.
|
void |
setRHS(RuleBaseType value)
Sets the value of the rhs property.
|
protected JoiningType flag
protected RuleBaseType lhs
protected RuleBaseType rhs
public JoiningType getFlag()
JoiningType
public void setFlag(JoiningType value)
value
- allowed object is
JoiningType
public boolean isSetFlag()
public RuleBaseType getLHS()
RuleBaseType
public void setLHS(RuleBaseType value)
value
- allowed object is
RuleBaseType
public boolean isSetLHS()
public RuleBaseType getRHS()
RuleBaseType
public void setRHS(RuleBaseType value)
value
- allowed object is
RuleBaseType
public boolean isSetRHS()
Copyright © 2008–2017 MIL-OSS. All rights reserved.