java.lang.Object | |
↳ | org.sunsystems.ssc.componentexecutor.definition.ComponentExecutorgetConfigurationKeyRequest |
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="param1" type="{http://systemsunion.com/connect/webservices/}IMethod" minOccurs="0"/> <element name="param2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="param3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
param1 | |||||||||||
param2 | |||||||||||
param3 |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the param1 property.
| |||||||||||
Gets the value of the param2 property.
| |||||||||||
Gets the value of the param3 property.
| |||||||||||
Sets the value of the param1 property.
| |||||||||||
Sets the value of the param2 property.
| |||||||||||
Sets the value of the param3 property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Gets the value of the param1 property.
IMethod
Sets the value of the param1 property.
value | Allowed object is
IMethod
|
---|
Sets the value of the param2 property.
value | Allowed object is
String
|
---|
Sets the value of the param3 property.
value | Allowed object is
String
|
---|