Class ECIAddress
java.lang.Object
com.ibm.jakarta.connector2.cics.tools.ECIAddress
- All Implemented Interfaces:
Serializable
,javax.wsdl.extensions.ExtensibilityElement
public class ECIAddress
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 fieldClientSecuritygetterGet the type of this extensibility element.Returns the jNDILookupName.Gets the fieldKeyRingClassGets the fieldKeyRingPasswordboolean
Gets the overwriteLookupProperties.Gets the fieldPasswordGets the fieldPortNumberGet whether or not the semantics of this extension are required.getterGets the fieldServerSecurityReturns the tPNName.Returns the tranName.Gets the fieldUserNamevoid
setClientSecurity
(String fieldClientSecurity) Sets the fieldClientSecurityvoid
setConnectionURL
(String newConnectionURL) settervoid
setElementType
(QName elementType) Set the type of this extensibility element.void
setJNDILookupName
(String jNDILookupName) Sets the jNDILookupName.void
setKeyRingClass
(String fieldKeyRingClass) Sets the fieldKeyRingClassvoid
setKeyRingPassword
(String fieldKeyRingPassword) Sets the fieldKeyRingPasswordvoid
setOverwriteLookup
(boolean overwriteLookupProperties) Sets the overwriteLookupProperties.void
setPassword
(String fieldPassword) Sets the fieldPasswordvoid
setPortNumber
(String fieldPortNumber) Sets the fieldPortNumbervoid
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
setTPNName
(String tPNName) Sets the tPNName.void
setTranName
(String tranName) Sets the tranName.void
setUserName
(String fieldUserName) Sets the fieldUserName
-
Constructor Details
-
ECIAddress
public ECIAddress()ECIAddress 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
-
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
-
getTPNName
Returns the tPNName.- Returns:
- String
-
getTranName
Returns the tranName.- Returns:
- String
-
setTPNName
Sets the tPNName.- Parameters:
tPNName
- The tPNName to set
-
setTranName
Sets the tranName.- Parameters:
tranName
- The tranName to set
-
getJNDILookupName
Returns the jNDILookupName.- Returns:
- String
-
setJNDILookupName
Sets the jNDILookupName.- Parameters:
jNDILookupName
- The jNDILookupName to set
-