Class EPIBinding
java.lang.Object
com.ibm.jakarta.connector2.cics.tools.EPIBinding
- All Implemented Interfaces:
Serializable
,javax.wsdl.extensions.ExtensibilityElement
public class EPIBinding
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the type of this extensibility element.Get whether or not the semantics of this extension are required.void
setElementType
(QName elementType) Set the type of this extensibility element.void
setRequired
(Boolean required) Set whether or not the semantics of this extension are required.
-
Constructor Details
-
EPIBinding
public EPIBinding()EPIBinding 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
-
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
-
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
-