org.aspsimon.termcomp.entity.xtc
Class Rule

java.lang.Object
  extended by org.aspsimon.termcomp.entity.xtc.Rule

public class Rule
extends java.lang.Object

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

Rule

public Rule()
Method Detail

getLhs

public Lhs getLhs()
Get the 'lhs' element value.

Returns:
value

setLhs

public void setLhs(Lhs lhs)
Set the 'lhs' element value.

Parameters:
lhs -

getRhs

public Rhs getRhs()
Get the 'rhs' element value.

Returns:
value

setRhs

public void setRhs(Rhs rhs)
Set the 'rhs' element value.

Parameters:
rhs -

getConditions

public Conditions getConditions()
Get the 'conditions' element value.

Returns:
value

setConditions

public void setConditions(Conditions conditions)
Set the 'conditions' element value.

Parameters:
conditions -