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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Gets the fieldCommareaLengthGet the type of this extensibility element.int
Gets the fieldExecuteTimeoutgetterint
Gets the fieldInteractionVerbint
Gets the fieldReplyLengthGet whether or not the semantics of this extension are required.void
setCommareaLength
(int fieldCommareaLength) Sets the fieldCommareaLengthvoid
setElementType
(QName elementType) Set the type of this extensibility element.void
setExecuteTimeout
(int fieldExecuteTimeout) Sets the fieldExecuteTimeoutvoid
setFunctionName
(String newFunctionName) settervoid
setInteractionVerb
(int fieldInteractionVerb) Sets the fieldInteractionVerbvoid
setReplyLength
(int fieldReplyLength) Sets the fieldReplyLengthvoid
setRequired
(Boolean required) Set whether or not the semantics of this extension are required.void
setTPNName
(String TPNName) Sets the TPNNamevoid
setTranName
(String tranName) Sets the tranName.
-
Constructor Details
-
ECIOperation
public ECIOperation()ECIOperation 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
-
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
- Returns:
- Returns the TPNName.
-
getTranName
- Returns:
- Returns the tranName.
-
setTPNName
Sets the TPNName- Parameters:
TPNName
- . The TPNName to set.
-
setTranName
Sets the tranName.- Parameters:
tranName
- The tranName to set.
-