Class ECIBinding

java.lang.Object
com.ibm.jakarta.connector2.cics.tools.ECIBinding
All Implemented Interfaces:
Serializable, javax.wsdl.extensions.ExtensibilityElement

public class ECIBinding extends Object implements javax.wsdl.extensions.ExtensibilityElement, Serializable
This is the WSDL extensiblity element that corresponds to Interaction properties. This element is an extension for a WSDL Binding element. This class is exposed to the Tool IDE envrionment.
  • Constructor Details

    • ECIBinding

      public ECIBinding()
      ECIBinding default constructor.
  • Method Details

    • 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
    • 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