| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectstarlink.AutomataElements.Node
public class Node
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 ref="{}protocolName"/>
         <element ref="{}label"/>
         <element ref="{}branch" minOccurs="0"/>
         <element ref="{}message" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
| Field Summary | |
|---|---|
protected  java.math.BigInteger | 
branch
 | 
protected  java.lang.String | 
label
 | 
protected  java.lang.String | 
message
 | 
protected  java.lang.String | 
protocolName
 | 
| Constructor Summary | |
|---|---|
Node()
 | 
|
| Method Summary | |
|---|---|
 java.math.BigInteger | 
getBranch()
Gets the value of the branch property.  | 
 java.lang.String | 
getLabel()
Gets the value of the label property.  | 
 java.lang.String | 
getMessage()
Gets the value of the message property.  | 
 java.lang.String | 
getProtocolName()
Gets the value of the protocolName property.  | 
 void | 
setBranch(java.math.BigInteger value)
Sets the value of the branch property.  | 
 void | 
setLabel(java.lang.String value)
Sets the value of the label property.  | 
 void | 
setMessage(java.lang.String value)
Sets the value of the message property.  | 
 void | 
setProtocolName(java.lang.String value)
Sets the value of the protocolName property.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected java.lang.String protocolName
protected java.lang.String label
protected java.math.BigInteger branch
protected java.lang.String message
| Constructor Detail | 
|---|
public Node()
| Method Detail | 
|---|
public java.lang.String getProtocolName()
Stringpublic void setProtocolName(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getLabel()
Stringpublic void setLabel(java.lang.String value)
value - allowed object is
     Stringpublic java.math.BigInteger getBranch()
BigIntegerpublic void setBranch(java.math.BigInteger value)
value - allowed object is
     BigIntegerpublic java.lang.String getMessage()
Stringpublic void setMessage(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 | |||||||||