starlink.AutomataElements
Class Node

java.lang.Object
  extended by starlink.AutomataElements.Node

public class Node
extends java.lang.Object

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

protocolName

protected java.lang.String protocolName

label

protected java.lang.String label

branch

protected java.math.BigInteger branch

message

protected java.lang.String message
Constructor Detail

Node

public Node()
Method Detail

getProtocolName

public java.lang.String getProtocolName()
Gets the value of the protocolName property.

Returns:
possible object is String

setProtocolName

public void setProtocolName(java.lang.String value)
Sets the value of the protocolName property.

Parameters:
value - allowed object is String

getLabel

public java.lang.String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(java.lang.String value)
Sets the value of the label property.

Parameters:
value - allowed object is String

getBranch

public java.math.BigInteger getBranch()
Gets the value of the branch property.

Returns:
possible object is BigInteger

setBranch

public void setBranch(java.math.BigInteger value)
Sets the value of the branch property.

Parameters:
value - allowed object is BigInteger

getMessage

public java.lang.String getMessage()
Gets the value of the message property.

Returns:
possible object is String

setMessage

public void setMessage(java.lang.String value)
Sets the value of the message property.

Parameters:
value - allowed object is String