Class EPIAddress
java.lang.Object
com.ibm.jakarta.connector2.cics.tools.EPIAddress
- All Implemented Interfaces:
Serializable
,javax.wsdl.extensions.ExtensibilityElement
public class EPIAddress
extends Object
implements Serializable, javax.wsdl.extensions.ExtensibilityElement
This is the WSDL extensiblity element that corresponds to Connection properties.
This element is an extension for a WSDL Port element.
This class is exposed to the Tool IDE envrionment.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the fieldClientSecuritygetterGets the deviceTypeGet the type of this extensibility element.Gets the encodingGets the installTimeoutReturns the jNDILookupName.Gets the fieldKeyRingClassGets the fieldKeyRingPasswordGets the logonLogoffClassboolean
Gets the overwriteLookupProperties.Gets the fieldPasswordGets the fieldPortNumberGets the readTimeoutGet whether or not the semantics of this extension are required.getterGets the fieldServerSecurityGets the signonTypeGets the fieldUserNamevoid
setClientSecurity
(String fieldClientSecurity) Sets the fieldClientSecurityvoid
setConnectionURL
(String newConnectionURL) settervoid
setDeviceType
(String aDeviceType) Sets the deviceTypevoid
setElementType
(QName elementType) Set the type of this extensibility element.void
setEncoding
(String aEncoding) Sets the encodingvoid
setInstallTimeout
(Integer aInstallTimeout) Sets the installTimeoutvoid
setJNDILookupName
(String jNDILookupName) Sets the jNDILookupName.void
setKeyRingClass
(String fieldKeyRingClass) Sets the fieldKeyRingClassvoid
setKeyRingPassword
(String fieldKeyRingPassword) Sets the fieldKeyRingPasswordvoid
setLogonLogoffClass
(String aLogonLogoffClass) Sets the logonLogoffClassvoid
setOverwriteLookup
(boolean overwriteLookupProperties) Sets the overwriteLookupProperties.void
setPassword
(String fieldPassword) Sets the fieldPasswordvoid
setPortNumber
(String fieldPortNumber) Sets the fieldPortNumbervoid
setReadTimeout
(Integer aReadTimeout) Sets the readTimeoutvoid
setRequired
(Boolean required) Set whether or not the semantics of this extension are required.void
setServerName
(String newServerName) settervoid
setServerSecurity
(String fieldServerSecurity) Sets the fieldServerSecurityvoid
setSignonType
(Integer aSignonType) Sets the signonTypevoid
setUserName
(String fieldUserName) Sets the fieldUserName
-
Constructor Details
-
EPIAddress
public EPIAddress()EPIAddress default constructor.
-
-
Method Details
-
getConnectionURL
getter -
getElementType
Get the type of this extensibility element.- Specified by:
getElementType
in interfacejavax.wsdl.extensions.ExtensibilityElement
- Returns:
- the extensibility element's type
-
getRequired
Get whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.- Specified by:
getRequired
in interfacejavax.wsdl.extensions.ExtensibilityElement
-
getServerName
getter -
setConnectionURL
setter -
setElementType
Set the type of this extensibility element.- Specified by:
setElementType
in interfacejavax.wsdl.extensions.ExtensibilityElement
- Parameters:
elementType
- the type
-
setRequired
Set whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.- Specified by:
setRequired
in interfacejavax.wsdl.extensions.ExtensibilityElement
-
setServerName
setter -
getUserName
Gets the fieldUserName- Returns:
- Returns a String
-
setUserName
Sets the fieldUserName- Parameters:
fieldUserName
- The fieldUserName to set
-
getPassword
Gets the fieldPassword- Returns:
- Returns a String
-
setPassword
Sets the fieldPassword- Parameters:
fieldPassword
- The fieldPassword to set
-
getPortNumber
Gets the fieldPortNumber- Returns:
- Returns a String
-
setPortNumber
Sets the fieldPortNumber- Parameters:
fieldPortNumber
- The fieldPortNumber to set
-
getClientSecurity
Gets the fieldClientSecurity- Returns:
- Returns a String
-
setClientSecurity
Sets the fieldClientSecurity- Parameters:
fieldClientSecurity
- The fieldClientSecurity to set
-
getServerSecurity
Gets the fieldServerSecurity- Returns:
- Returns a String
-
setServerSecurity
Sets the fieldServerSecurity- Parameters:
fieldServerSecurity
- The fieldServerSecurity to set
-
getKeyRingClass
Gets the fieldKeyRingClass- Returns:
- Returns a String
-
setKeyRingClass
Sets the fieldKeyRingClass- Parameters:
fieldKeyRingClass
- The fieldKeyRingClass to set
-
getKeyRingPassword
Gets the fieldKeyRingPassword- Returns:
- Returns a String
-
setKeyRingPassword
Sets the fieldKeyRingPassword- Parameters:
fieldKeyRingPassword
- The fieldKeyRingPassword to set
-
getDeviceType
Gets the deviceType- Returns:
- Returns a String
-
setDeviceType
Sets the deviceType- Parameters:
aDeviceType
- The deviceType to set
-
getEncoding
Gets the encoding- Returns:
- Returns a String
-
setEncoding
Sets the encoding- Parameters:
aEncoding
- The encoding to set
-
getLogonLogoffClass
Gets the logonLogoffClass- Returns:
- Returns a String
-
setLogonLogoffClass
Sets the logonLogoffClass- Parameters:
aLogonLogoffClass
- The logonLogoffClass to set
-
getInstallTimeout
Gets the installTimeout- Returns:
- Returns an Integer
-
setInstallTimeout
Sets the installTimeout- Parameters:
aInstallTimeout
- The installTimeout to set
-
getReadTimeout
Gets the readTimeout- Returns:
- Returns an Integer
-
setReadTimeout
Sets the readTimeout- Parameters:
aReadTimeout
- The readTimeout to set
-
getSignonType
Gets the signonType- Returns:
- Returns an Integer
-
setSignonType
Sets the signonType- Parameters:
aSignonType
- The signonType to set
-
getOverwriteLookup
public boolean getOverwriteLookup()Gets the overwriteLookupProperties.- Returns:
- Returns a boolean
-
setOverwriteLookup
public void setOverwriteLookup(boolean overwriteLookupProperties) Sets the overwriteLookupProperties.- Parameters:
overwriteLookupProperties
- The overwriteLookupProperties to set
-
getJNDILookupName
Returns the jNDILookupName.- Returns:
- String
-
setJNDILookupName
Sets the jNDILookupName.- Parameters:
jNDILookupName
- The jNDILookupName to set
-