|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.aspsimon.termcomp.entity.xtc.Condition
public class Condition
Schema fragment(s) for this class:
<xs:element xmlns:ns="http://dev.aspsimon.org/termcomp" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="condition">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns:lhs"/>
<xs:element ref="ns:rhs"/>
</xs:sequence>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
Condition()
|
|
| Method Summary | |
|---|---|
Lhs |
getLhs()
Get the 'lhs' element value. |
Rhs |
getRhs()
Get the 'rhs' 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 Condition()
| Method Detail |
|---|
public Lhs getLhs()
public void setLhs(Lhs lhs)
lhs - public Rhs getRhs()
public void setRhs(Rhs rhs)
rhs -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||