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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Gets the cursorColumnint
Gets the cursorRowGet the type of this extensibility element.getterint
Gets the fieldInteractionVerbReturns the string value of the AIDKeyint
Gets the outputAttributeTypeGet whether or not the semantics of this extension are required.void
setCursorColumn
(int aCursorColumn) Sets the cursorColumnvoid
setCursorRow
(int aCursorRow) Sets the cursorRowvoid
setElementType
(QName elementType) Set the type of this extensibility element.void
setFunctionName
(String newFunctionName) settervoid
setInteractionVerb
(int fieldInteractionVerb) Sets the fieldInteractionVerbvoid
setKeyName
(String key) Sets the AIDKeyvoid
setOutputAttributeType
(int aOutputAttributeType) Sets the outputAttributeTypevoid
setRequired
(Boolean required) Set whether or not the semantics of this extension are required.
-
Constructor Details
-
EPIOperation
public EPIOperation()EPIOperation default constructor .
-
-
Method Details
-
getElementType
Get the type of this extensibility element.- Specified by:
getElementType
in interfacejavax.wsdl.extensions.ExtensibilityElement
- Returns:
- the extensibility element's type
-
getFunctionName
getter -
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
-
setElementType
Set the type of this extensibility element.- Specified by:
setElementType
in interfacejavax.wsdl.extensions.ExtensibilityElement
- Parameters:
elementType
- the type
-
setFunctionName
setter -
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
-
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
Returns the string value of the AIDKey- Returns:
- Returns a string representing the AIDKey
-
setKeyName
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
-