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 Details

    • EPIAddress

      public EPIAddress()
      EPIAddress default constructor.
  • Method Details

    • getConnectionURL

      public String getConnectionURL()
      getter
    • getElementType

      public QName getElementType()
      Get the type of this extensibility element.
      Specified by:
      getElementType in interface javax.wsdl.extensions.ExtensibilityElement
      Returns:
      the extensibility element's type
    • getRequired

      public Boolean getRequired()
      Get whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.
      Specified by:
      getRequired in interface javax.wsdl.extensions.ExtensibilityElement
    • getServerName

      public String getServerName()
      getter
    • setConnectionURL

      public void setConnectionURL(String newConnectionURL)
      setter
    • setElementType

      public void setElementType(QName elementType)
      Set the type of this extensibility element.
      Specified by:
      setElementType in interface javax.wsdl.extensions.ExtensibilityElement
      Parameters:
      elementType - the type
    • setRequired

      public void setRequired(Boolean required)
      Set whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.
      Specified by:
      setRequired in interface javax.wsdl.extensions.ExtensibilityElement
    • setServerName

      public void setServerName(String newServerName)
      setter
    • getUserName

      public String getUserName()
      Gets the fieldUserName
      Returns:
      Returns a String
    • setUserName

      public void setUserName(String fieldUserName)
      Sets the fieldUserName
      Parameters:
      fieldUserName - The fieldUserName to set
    • getPassword

      public String getPassword()
      Gets the fieldPassword
      Returns:
      Returns a String
    • setPassword

      public void setPassword(String fieldPassword)
      Sets the fieldPassword
      Parameters:
      fieldPassword - The fieldPassword to set
    • getPortNumber

      public String getPortNumber()
      Gets the fieldPortNumber
      Returns:
      Returns a String
    • setPortNumber

      public void setPortNumber(String fieldPortNumber)
      Sets the fieldPortNumber
      Parameters:
      fieldPortNumber - The fieldPortNumber to set
    • getClientSecurity

      public String getClientSecurity()
      Gets the fieldClientSecurity
      Returns:
      Returns a String
    • setClientSecurity

      public void setClientSecurity(String fieldClientSecurity)
      Sets the fieldClientSecurity
      Parameters:
      fieldClientSecurity - The fieldClientSecurity to set
    • getServerSecurity

      public String getServerSecurity()
      Gets the fieldServerSecurity
      Returns:
      Returns a String
    • setServerSecurity

      public void setServerSecurity(String fieldServerSecurity)
      Sets the fieldServerSecurity
      Parameters:
      fieldServerSecurity - The fieldServerSecurity to set
    • getKeyRingClass

      public String getKeyRingClass()
      Gets the fieldKeyRingClass
      Returns:
      Returns a String
    • setKeyRingClass

      public void setKeyRingClass(String fieldKeyRingClass)
      Sets the fieldKeyRingClass
      Parameters:
      fieldKeyRingClass - The fieldKeyRingClass to set
    • getKeyRingPassword

      public String getKeyRingPassword()
      Gets the fieldKeyRingPassword
      Returns:
      Returns a String
    • setKeyRingPassword

      public void setKeyRingPassword(String fieldKeyRingPassword)
      Sets the fieldKeyRingPassword
      Parameters:
      fieldKeyRingPassword - The fieldKeyRingPassword to set
    • getDeviceType

      public String getDeviceType()
      Gets the deviceType
      Returns:
      Returns a String
    • setDeviceType

      public void setDeviceType(String aDeviceType)
      Sets the deviceType
      Parameters:
      aDeviceType - The deviceType to set
    • getEncoding

      public String getEncoding()
      Gets the encoding
      Returns:
      Returns a String
    • setEncoding

      public void setEncoding(String aEncoding)
      Sets the encoding
      Parameters:
      aEncoding - The encoding to set
    • getLogonLogoffClass

      public String getLogonLogoffClass()
      Gets the logonLogoffClass
      Returns:
      Returns a String
    • setLogonLogoffClass

      public void setLogonLogoffClass(String aLogonLogoffClass)
      Sets the logonLogoffClass
      Parameters:
      aLogonLogoffClass - The logonLogoffClass to set
    • getInstallTimeout

      public Integer getInstallTimeout()
      Gets the installTimeout
      Returns:
      Returns an Integer
    • setInstallTimeout

      public void setInstallTimeout(Integer aInstallTimeout)
      Sets the installTimeout
      Parameters:
      aInstallTimeout - The installTimeout to set
    • getReadTimeout

      public Integer getReadTimeout()
      Gets the readTimeout
      Returns:
      Returns an Integer
    • setReadTimeout

      public void setReadTimeout(Integer aReadTimeout)
      Sets the readTimeout
      Parameters:
      aReadTimeout - The readTimeout to set
    • getSignonType

      public Integer getSignonType()
      Gets the signonType
      Returns:
      Returns an Integer
    • setSignonType

      public void setSignonType(Integer aSignonType)
      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

      public String getJNDILookupName()
      Returns the jNDILookupName.
      Returns:
      String
    • setJNDILookupName

      public void setJNDILookupName(String jNDILookupName)
      Sets the jNDILookupName.
      Parameters:
      jNDILookupName - The jNDILookupName to set