|
||||||||||
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()
String
public void setProtocolName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLabel()
String
public void setLabel(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getBranch()
BigInteger
public void setBranch(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getMessage()
String
public 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 |