public class

ComponentExecutorUpdateOperatorLogonDateRequest

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

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/}ServerArguments" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

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

Fields

protected ServerArguments param1

Public Constructors

public ComponentExecutorUpdateOperatorLogonDateRequest ()

Public Methods

public ServerArguments getParam1 ()

Gets the value of the param1 property.

Returns

public void setParam1 (ServerArguments value)

Sets the value of the param1 property.

Parameters
value Allowed object is ServerArguments