public class

ServerArguments

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

Class Overview

Java class for ServerArguments complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ServerArguments">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BodType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Authentication" type="{http://systemsunion.com/connect/webservices/}IAuthenticationVoucher" minOccurs="0"/>
         <element name="Licensing" type="{http://systemsunion.com/connect/webservices/}ILicensingVoucher" minOccurs="0"/>
         <element name="DefaultDSN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ESBRequest" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected IAuthenticationVoucher authentication
protected String bodType
protected String defaultDSN
protected boolean esbRequest
protected ILicensingVoucher licensing
Public Constructors
ServerArguments()
Public Methods
IAuthenticationVoucher getAuthentication()
Gets the value of the authentication property.
String getBodType()
Gets the value of the bodType property.
String getDefaultDSN()
Gets the value of the defaultDSN property.
boolean getESBRequest()
Gets the value of the esbRequest property.
ILicensingVoucher getLicensing()
Gets the value of the licensing property.
void setAuthentication(IAuthenticationVoucher value)
Sets the value of the authentication property.
void setBodType(String value)
Sets the value of the bodType property.
void setDefaultDSN(String value)
Sets the value of the defaultDSN property.
void setESBRequest(boolean value)
Sets the value of the esbRequest property.
void setLicensing(ILicensingVoucher value)
Sets the value of the licensing property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected IAuthenticationVoucher authentication

protected String bodType

protected String defaultDSN

protected boolean esbRequest

protected ILicensingVoucher licensing

Public Constructors

public ServerArguments ()

Public Methods

public IAuthenticationVoucher getAuthentication ()

Gets the value of the authentication property.

Returns

public String getBodType ()

Gets the value of the bodType property.

Returns

public String getDefaultDSN ()

Gets the value of the defaultDSN property.

Returns

public boolean getESBRequest ()

Gets the value of the esbRequest property. This getter has been renamed from isESBRequest() to getESBRequest() by cxf-xjc-boolean plugin.

public ILicensingVoucher getLicensing ()

Gets the value of the licensing property.

Returns

public void setAuthentication (IAuthenticationVoucher value)

Sets the value of the authentication property.

Parameters
value Allowed object is IAuthenticationVoucher

public void setBodType (String value)

Sets the value of the bodType property.

Parameters
value Allowed object is String

public void setDefaultDSN (String value)

Sets the value of the defaultDSN property.

Parameters
value Allowed object is String

public void setESBRequest (boolean value)

Sets the value of the esbRequest property.

Parameters
value

public void setLicensing (ILicensingVoucher value)

Sets the value of the licensing property.

Parameters
value Allowed object is ILicensingVoucher