public class

ComponentExecutorInputSchemaRequest

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

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="authentication" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="licensing" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="component" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="method" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="group" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String authentication
protected String component
protected String group
protected String licensing
protected String method
Public Constructors
ComponentExecutorInputSchemaRequest()
Public Methods
String getAuthentication()
Gets the value of the authentication property.
String getComponent()
Gets the value of the component property.
String getGroup()
Gets the value of the group property.
String getLicensing()
Gets the value of the licensing property.
String getMethod()
Gets the value of the method property.
void setAuthentication(String value)
Sets the value of the authentication property.
void setComponent(String value)
Sets the value of the component property.
void setGroup(String value)
Sets the value of the group property.
void setLicensing(String value)
Sets the value of the licensing property.
void setMethod(String value)
Sets the value of the method property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String authentication

protected String component

protected String group

protected String licensing

protected String method

Public Constructors

public ComponentExecutorInputSchemaRequest ()

Public Methods

public String getAuthentication ()

Gets the value of the authentication property.

Returns

public String getComponent ()

Gets the value of the component property.

Returns

public String getGroup ()

Gets the value of the group property.

Returns

public String getLicensing ()

Gets the value of the licensing property.

Returns

public String getMethod ()

Gets the value of the method property.

Returns

public void setAuthentication (String value)

Sets the value of the authentication property.

Parameters
value Allowed object is String

public void setComponent (String value)

Sets the value of the component property.

Parameters
value Allowed object is String

public void setGroup (String value)

Sets the value of the group property.

Parameters
value Allowed object is String

public void setLicensing (String value)

Sets the value of the licensing property.

Parameters
value Allowed object is String

public void setMethod (String value)

Sets the value of the method property.

Parameters
value Allowed object is String