starlink.AutomataElements
Class Operation

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

public class Operation
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="{}method"/>
         <element ref="{}parameters"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String method
           
protected  Parameters parameters
           
protected  java.lang.String protocolName
           
 
Constructor Summary
Operation()
           
 
Method Summary
 java.lang.String getMethod()
          Gets the value of the method property.
 Parameters getParameters()
          Gets the value of the parameters property.
 java.lang.String getProtocolName()
          Gets the value of the protocolName property.
 void setMethod(java.lang.String value)
          Sets the value of the method property.
 void setParameters(Parameters value)
          Sets the value of the parameters 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

method

protected java.lang.String method

parameters

protected Parameters parameters
Constructor Detail

Operation

public Operation()
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

getMethod

public java.lang.String getMethod()
Gets the value of the method property.

Returns:
possible object is String

setMethod

public void setMethod(java.lang.String value)
Sets the value of the method property.

Parameters:
value - allowed object is String

getParameters

public Parameters getParameters()
Gets the value of the parameters property.

Returns:
possible object is Parameters

setParameters

public void setParameters(Parameters value)
Sets the value of the parameters property.

Parameters:
value - allowed object is Parameters