public class

ComponentExecutorgetLocaleRequest

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

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://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String param1
Public Constructors
ComponentExecutorgetLocaleRequest()
Public Methods
String getParam1()
Gets the value of the param1 property.
void setParam1(String value)
Sets the value of the param1 property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String param1

Public Constructors

public ComponentExecutorgetLocaleRequest ()

Public Methods

public String getParam1 ()

Gets the value of the param1 property.

Returns

public void setParam1 (String value)

Sets the value of the param1 property.

Parameters
value Allowed object is String