Class EPIInteractionSpecProperty
java.lang.Object
com.ibm.jakarta.connector2.cics.tools.EPIInteractionSpecProperty
- All Implemented Interfaces:
Serializable
,javax.wsdl.extensions.ExtensibilityElement
,org.apache.wsif.providers.jca.WSIFBindingOperation_JCAProperty
public class EPIInteractionSpecProperty
extends Object
implements javax.wsdl.extensions.ExtensibilityElement, org.apache.wsif.providers.jca.WSIFBindingOperation_JCAProperty, Serializable
WSDL Eci Binding extension (interactionSpec).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the name of the part that contains the interactionSpec propertyGet the name of the interactionSpec property that is being storedvoid
setElementType
(QName elementType) void
setPartName
(String rhs) Set the name of the part that contains the interactionSpec propertyvoid
setPropertyName
(String rhs) Set the name of the interactionSpec property that is being storedvoid
setRequired
(Boolean required) toString()
-
Constructor Details
-
EPIInteractionSpecProperty
public EPIInteractionSpecProperty()
-
-
Method Details
-
getPartName
Get the name of the part that contains the interactionSpec property- Specified by:
getPartName
in interfaceorg.apache.wsif.providers.jca.WSIFBindingOperation_JCAProperty
-
getPropertyName
Get the name of the interactionSpec property that is being stored- Specified by:
getPropertyName
in interfaceorg.apache.wsif.providers.jca.WSIFBindingOperation_JCAProperty
-
setPartName
Set the name of the part that contains the interactionSpec property- Specified by:
setPartName
in interfaceorg.apache.wsif.providers.jca.WSIFBindingOperation_JCAProperty
-
setPropertyName
Set the name of the interactionSpec property that is being stored- Specified by:
setPropertyName
in interfaceorg.apache.wsif.providers.jca.WSIFBindingOperation_JCAProperty
-
setElementType
- Specified by:
setElementType
in interfacejavax.wsdl.extensions.ExtensibilityElement
- See Also:
-
ExtensibilityElement.setElementType(QName)
-
getElementType
- Specified by:
getElementType
in interfacejavax.wsdl.extensions.ExtensibilityElement
- See Also:
-
ExtensibilityElement.getElementType()
-
setRequired
- Specified by:
setRequired
in interfacejavax.wsdl.extensions.ExtensibilityElement
- See Also:
-
ExtensibilityElement.setRequired(Boolean)
-
getRequired
- Specified by:
getRequired
in interfacejavax.wsdl.extensions.ExtensibilityElement
- See Also:
-
ExtensibilityElement.getRequired()
-
toString
-