|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectstarlink.AutomataElements.Operation
public class Operation
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 |
|---|
protected java.lang.String protocolName
protected java.lang.String method
protected Parameters parameters
| Constructor Detail |
|---|
public Operation()
| Method Detail |
|---|
public java.lang.String getProtocolName()
Stringpublic void setProtocolName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMethod()
Stringpublic void setMethod(java.lang.String value)
value - allowed object is
Stringpublic Parameters getParameters()
Parameterspublic void setParameters(Parameters value)
value - allowed object is
Parameters
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||