de.ls5.jlearn.util.xml.generated
Class StateType

java.lang.Object
  extended by de.ls5.jlearn.util.xml.generated.StateType

public class StateType
extends Object

Java class for stateType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="stateType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="accessSequence" type="{http://ls5www.cs.tu-dortmund.de/learnlib/XML}wordType" minOccurs="0"/>
         <element name="output" type="{http://ls5www.cs.tu-dortmund.de/learnlib/XML}symbolType" minOccurs="0"/>
         <element name="userObject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="initial" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="id" use="required" type="{http://ls5www.cs.tu-dortmund.de/learnlib/XML}stateIdType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  WordType accessSequence
           
protected  String id
           
protected  Boolean initial
           
protected  String output
           
protected  String userObject
           
 
Constructor Summary
StateType()
           
 
Method Summary
 WordType getAccessSequence()
          Gets the value of the accessSequence property.
 String getId()
          Gets the value of the id property.
 String getOutput()
          Gets the value of the output property.
 String getUserObject()
          Gets the value of the userObject property.
 Boolean isInitial()
          Gets the value of the initial property.
 void setAccessSequence(WordType value)
          Sets the value of the accessSequence property.
 void setId(String value)
          Sets the value of the id property.
 void setInitial(Boolean value)
          Sets the value of the initial property.
 void setOutput(String value)
          Sets the value of the output property.
 void setUserObject(String value)
          Sets the value of the userObject property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

accessSequence

protected WordType accessSequence

output

protected String output

userObject

protected String userObject

initial

protected Boolean initial

id

protected String id
Constructor Detail

StateType

public StateType()
Method Detail

getAccessSequence

public WordType getAccessSequence()
Gets the value of the accessSequence property.

Returns:
possible object is WordType

setAccessSequence

public void setAccessSequence(WordType value)
Sets the value of the accessSequence property.

Parameters:
value - allowed object is WordType

getOutput

public String getOutput()
Gets the value of the output property.

Returns:
possible object is String

setOutput

public void setOutput(String value)
Sets the value of the output property.

Parameters:
value - allowed object is String

getUserObject

public String getUserObject()
Gets the value of the userObject property.

Returns:
possible object is String

setUserObject

public void setUserObject(String value)
Sets the value of the userObject property.

Parameters:
value - allowed object is String

isInitial

public Boolean isInitial()
Gets the value of the initial property.

Returns:
possible object is Boolean

setInitial

public void setInitial(Boolean value)
Sets the value of the initial property.

Parameters:
value - allowed object is Boolean

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.