|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.aspsimon.termcomp.entity.xtc.Rule
public class Rule
Schema fragment(s) for this class:
<xs:element xmlns:ns="http://dev.aspsimon.org/termcomp" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="rule">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns:lhs"/>
<xs:element ref="ns:rhs"/>
<xs:element ref="ns:conditions" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
Rule()
|
|
| Method Summary | |
|---|---|
Conditions |
getConditions()
Get the 'conditions' element value. |
Lhs |
getLhs()
Get the 'lhs' element value. |
Rhs |
getRhs()
Get the 'rhs' element value. |
void |
setConditions(Conditions conditions)
Set the 'conditions' element value. |
void |
setLhs(Lhs lhs)
Set the 'lhs' element value. |
void |
setRhs(Rhs rhs)
Set the 'rhs' element value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Rule()
| Method Detail |
|---|
public Lhs getLhs()
public void setLhs(Lhs lhs)
lhs - public Rhs getRhs()
public void setRhs(Rhs rhs)
rhs - public Conditions getConditions()
public void setConditions(Conditions conditions)
conditions -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||