public class

ComponentExecutorgetConfigurationKeyRequest

extends Object
java.lang.Object
   ↳ org.sunsystems.ssc.componentexecutor.definition.ComponentExecutorgetConfigurationKeyRequest

Class Overview

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>
 

Summary

Fields
protected IMethod param1
protected String param2
protected String param3
Public Constructors
ComponentExecutorgetConfigurationKeyRequest()
Public Methods
IMethod getParam1()
Gets the value of the param1 property.
String getParam2()
Gets the value of the param2 property.
String getParam3()
Gets the value of the param3 property.
void setParam1(IMethod value)
Sets the value of the param1 property.
void setParam2(String value)
Sets the value of the param2 property.
void setParam3(String value)
Sets the value of the param3 property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected IMethod param1

protected String param2

protected String param3

Public Constructors

public ComponentExecutorgetConfigurationKeyRequest ()

Public Methods

public IMethod getParam1 ()

Gets the value of the param1 property.

Returns

public String getParam2 ()

Gets the value of the param2 property.

Returns

public String getParam3 ()

Gets the value of the param3 property.

Returns

public void setParam1 (IMethod value)

Sets the value of the param1 property.

Parameters
value Allowed object is IMethod

public void setParam2 (String value)

Sets the value of the param2 property.

Parameters
value Allowed object is String

public void setParam3 (String value)

Sets the value of the param3 property.

Parameters
value Allowed object is String