|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstarlink.AutomataElements.Protocol
public class Protocol
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="ProtocolName" type="{http://www.w3.org/2001/XMLSchema}anyType"/> <element name="start" type="{http://www.w3.org/2001/XMLSchema}string"/> <element ref="{}state" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.Object |
protocolName
|
protected java.lang.String |
start
|
protected java.util.List<State> |
state
|
Constructor Summary | |
---|---|
Protocol()
|
Method Summary | |
---|---|
java.lang.Object |
getProtocolName()
Gets the value of the protocolName property. |
java.lang.String |
getStart()
Gets the value of the start property. |
java.util.List<State> |
getState()
Gets the value of the state property. |
void |
setProtocolName(java.lang.Object value)
Sets the value of the protocolName property. |
void |
setStart(java.lang.String value)
Sets the value of the start property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Object protocolName
protected java.lang.String start
protected java.util.List<State> state
Constructor Detail |
---|
public Protocol()
Method Detail |
---|
public java.lang.Object getProtocolName()
Object
public void setProtocolName(java.lang.Object value)
value
- allowed object is
Object
public java.lang.String getStart()
String
public void setStart(java.lang.String value)
value
- allowed object is
String
public java.util.List<State> getState()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the state property.
For example, to add a new item, do as follows:
getState().add(newItem);
Objects of the following type(s) are allowed in the list
State
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |