org.aspsimon.termcomp.entity.xtc
Class Startterm

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

public class Startterm
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="startterm">
   <xs:complexType>
     <xs:choice>
       <xs:element ref="ns:constructor-based"/>
       <xs:element ref="ns:full"/>
       <xs:element ref="ns:automaton"/>
     </xs:choice>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
Startterm()
           
 
Method Summary
 void clearStarttermSelect()
          Clear the choice selection.
 Automaton getAutomaton()
          Get the 'automaton' element value.
 ConstructorBased getConstructorBased()
          Get the 'constructor-based' element value.
 Full getFull()
          Get the 'full' element value.
 boolean ifAutomaton()
          Check if Automaton is current selection for choice.
 boolean ifConstructorBased()
          Check if ConstructorBased is current selection for choice.
 boolean ifFull()
          Check if Full is current selection for choice.
 void setAutomaton(Automaton automaton)
          Set the 'automaton' element value.
 void setConstructorBased(ConstructorBased constructorBased)
          Set the 'constructor-based' element value.
 void setFull(Full full)
          Set the 'full' element value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Startterm

public Startterm()
Method Detail

clearStarttermSelect

public void clearStarttermSelect()
Clear the choice selection.


ifConstructorBased

public boolean ifConstructorBased()
Check if ConstructorBased is current selection for choice.

Returns:
true if selection, false if not

getConstructorBased

public ConstructorBased getConstructorBased()
Get the 'constructor-based' element value.

Returns:
value

setConstructorBased

public void setConstructorBased(ConstructorBased constructorBased)
Set the 'constructor-based' element value.

Parameters:
constructorBased -

ifFull

public boolean ifFull()
Check if Full is current selection for choice.

Returns:
true if selection, false if not

getFull

public Full getFull()
Get the 'full' element value.

Returns:
value

setFull

public void setFull(Full full)
Set the 'full' element value.

Parameters:
full -

ifAutomaton

public boolean ifAutomaton()
Check if Automaton is current selection for choice.

Returns:
true if selection, false if not

getAutomaton

public Automaton getAutomaton()
Get the 'automaton' element value.

Returns:
value

setAutomaton

public void setAutomaton(Automaton automaton)
Set the 'automaton' element value.

Parameters:
automaton -