org.aspsimon.termcomp.entity.xtc
Class Lhs

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

public class Lhs
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="lhs">
   <xs:complexType>
     <xs:choice>
       <xs:element ref="ns:funapp"/>
       <xs:element ref="ns:var"/>
     </xs:choice>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
Lhs()
           
 
Method Summary
 void clearLhsSelect()
          Clear the choice selection.
 Funapp getFunapp()
          Get the 'funapp' element value.
 Var getVar()
          Get the 'var' element value.
 boolean ifFunapp()
          Check if Funapp is current selection for choice.
 boolean ifVar()
          Check if Var is current selection for choice.
 void setFunapp(Funapp funapp)
          Set the 'funapp' element value.
 void setVar(Var var)
          Set the 'var' element value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lhs

public Lhs()
Method Detail

clearLhsSelect

public void clearLhsSelect()
Clear the choice selection.


ifFunapp

public boolean ifFunapp()
Check if Funapp is current selection for choice.

Returns:
true if selection, false if not

getFunapp

public Funapp getFunapp()
Get the 'funapp' element value.

Returns:
value

setFunapp

public void setFunapp(Funapp funapp)
Set the 'funapp' element value.

Parameters:
funapp -

ifVar

public boolean ifVar()
Check if Var is current selection for choice.

Returns:
true if selection, false if not

getVar

public Var getVar()
Get the 'var' element value.

Returns:
value

setVar

public void setVar(Var var)
Set the 'var' element value.

Parameters:
var -