org.aspsimon.termcomp.entity.xtc
Class Automaton

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

public class Automaton
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="automaton">
   <xs:complexType>
     <xs:sequence>
       <xs:element ref="ns:automatonstuff"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
Automaton()
           
 
Method Summary
 Automatonstuff getAutomaton()
          Get the 'automatonstuff' element value.
 void setAutomaton(Automatonstuff automaton)
          Set the 'automatonstuff' element value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Automaton

public Automaton()
Method Detail

getAutomaton

public Automatonstuff getAutomaton()
Get the 'automatonstuff' element value.

Returns:
value

setAutomaton

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

Parameters:
automaton -