java.lang.Object | |
↳ | org.sunsystems.ssc.componentexecutor.definition.ServerArguments |
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>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
authentication | |||||||||||
bodType | |||||||||||
defaultDSN | |||||||||||
esbRequest | |||||||||||
licensing |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the authentication property.
| |||||||||||
Gets the value of the bodType property.
| |||||||||||
Gets the value of the defaultDSN property.
| |||||||||||
Gets the value of the esbRequest property.
| |||||||||||
Gets the value of the licensing property.
| |||||||||||
Sets the value of the authentication property.
| |||||||||||
Sets the value of the bodType property.
| |||||||||||
Sets the value of the defaultDSN property.
| |||||||||||
Sets the value of the esbRequest property.
| |||||||||||
Sets the value of the licensing property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Gets the value of the authentication property.
IAuthenticationVoucher
Gets the value of the bodType property.
String
Gets the value of the defaultDSN property.
String
Gets the value of the esbRequest property. This getter has been renamed from isESBRequest() to getESBRequest() by cxf-xjc-boolean plugin.
Gets the value of the licensing property.
ILicensingVoucher
Sets the value of the authentication property.
value | Allowed object is
IAuthenticationVoucher
|
---|
Sets the value of the bodType property.
value | Allowed object is
String
|
---|
Sets the value of the defaultDSN property.
value | Allowed object is
String
|
---|
Sets the value of the esbRequest property.
value |
---|
Sets the value of the licensing property.
value | Allowed object is
ILicensingVoucher
|
---|