Class ECIOperation

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

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

    • ECIOperation

      public ECIOperation()
      ECIOperation 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
    • getFunctionName

      public String getFunctionName()
      getter
    • 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
    • setFunctionName

      public void setFunctionName(String newFunctionName)
      setter
    • 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
    • getInteractionVerb

      public int getInteractionVerb()
      Gets the fieldInteractionVerb
      Returns:
      Returns a int
    • setInteractionVerb

      public void setInteractionVerb(int fieldInteractionVerb)
      Sets the fieldInteractionVerb
      Parameters:
      fieldInteractionVerb - The fieldInteractionVerb to set
    • getExecuteTimeout

      public int getExecuteTimeout()
      Gets the fieldExecuteTimeout
      Returns:
      Returns a int
    • setExecuteTimeout

      public void setExecuteTimeout(int fieldExecuteTimeout)
      Sets the fieldExecuteTimeout
      Parameters:
      fieldExecuteTimeout - The fieldExecuteTimeout to set
    • getCommareaLength

      public int getCommareaLength()
      Gets the fieldCommareaLength
      Returns:
      Returns a int
    • setCommareaLength

      public void setCommareaLength(int fieldCommareaLength)
      Sets the fieldCommareaLength
      Parameters:
      fieldCommareaLength - The fieldCommareaLength to set
    • getReplyLength

      public int getReplyLength()
      Gets the fieldReplyLength
      Returns:
      Returns a int
    • setReplyLength

      public void setReplyLength(int fieldReplyLength)
      Sets the fieldReplyLength
      Parameters:
      fieldReplyLength - The fieldReplyLength to set
    • getTPNName

      public String getTPNName()
      Returns:
      Returns the TPNName.
    • getTranName

      public String getTranName()
      Returns:
      Returns the tranName.
    • setTPNName

      public void setTPNName(String TPNName)
      Sets the TPNName
      Parameters:
      TPNName - . The TPNName to set.
    • setTranName

      public void setTranName(String tranName)
      Sets the tranName.
      Parameters:
      tranName - The tranName to set.