starlink.AutomataElements
Class Protocol

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

public class Protocol
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 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

protocolName

protected java.lang.Object protocolName

start

protected java.lang.String start

state

protected java.util.List<State> state
Constructor Detail

Protocol

public Protocol()
Method Detail

getProtocolName

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

Returns:
possible object is Object

setProtocolName

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

Parameters:
value - allowed object is Object

getStart

public java.lang.String getStart()
Gets the value of the start property.

Returns:
possible object is String

setStart

public void setStart(java.lang.String value)
Sets the value of the start property.

Parameters:
value - allowed object is String

getState

public java.util.List<State> getState()
Gets the value of the state property.

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