| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectstarlink.AutomataElements.Transition
public class Transition
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="operation" type="{}networkprimitive"/>
         <element name="Message" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="toState" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
| Field Summary | |
|---|---|
protected  java.lang.String | 
message
 | 
protected  Networkprimitive | 
operation
 | 
protected  java.lang.String | 
toState
 | 
| Constructor Summary | |
|---|---|
Transition()
 | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getMessage()
Gets the value of the message property.  | 
 Networkprimitive | 
getOperation()
Gets the value of the operation property.  | 
 java.lang.String | 
getToState()
Gets the value of the toState property.  | 
 void | 
setMessage(java.lang.String value)
Sets the value of the message property.  | 
 void | 
setOperation(Networkprimitive value)
Sets the value of the operation property.  | 
 void | 
setToState(java.lang.String value)
Sets the value of the toState property.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected Networkprimitive operation
protected java.lang.String message
protected java.lang.String toState
| Constructor Detail | 
|---|
public Transition()
| Method Detail | 
|---|
public Networkprimitive getOperation()
Networkprimitivepublic void setOperation(Networkprimitive value)
value - allowed object is
     Networkprimitivepublic java.lang.String getMessage()
Stringpublic void setMessage(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getToState()
Stringpublic void setToState(java.lang.String value)
value - allowed object is
     String
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||