Class EPIOperation

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

public class EPIOperation 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

    • EPIOperation

      public EPIOperation()
      EPIOperation 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
    • getKeyName

      public String getKeyName()
      Returns the string value of the AIDKey
      Returns:
      Returns a string representing the AIDKey
    • setKeyName

      public void setKeyName(String key)
      Sets the AIDKey
      Parameters:
      key - used to set the AIDKey. Look at the EPI AIDKey documentation to see valid values.
    • getCursorColumn

      public int getCursorColumn()
      Gets the cursorColumn
      Returns:
      Returns a int
    • setCursorColumn

      public void setCursorColumn(int aCursorColumn)
      Sets the cursorColumn
      Parameters:
      aCursorColumn - The cursorColumn to set
    • getCursorRow

      public int getCursorRow()
      Gets the cursorRow
      Returns:
      Returns a int
    • setCursorRow

      public void setCursorRow(int aCursorRow)
      Sets the cursorRow
      Parameters:
      aCursorRow - The cursorRow to set
    • getOutputAttributeType

      public int getOutputAttributeType()
      Gets the outputAttributeType
      Returns:
      Returns a int
    • setOutputAttributeType

      public void setOutputAttributeType(int aOutputAttributeType)
      Sets the outputAttributeType
      Parameters:
      aOutputAttributeType - The outputAttributeType to set