Class ECIInteractionSpecProperty

java.lang.Object
com.ibm.jakarta.connector2.cics.tools.ECIInteractionSpecProperty
All Implemented Interfaces:
Serializable, javax.wsdl.extensions.ExtensibilityElement, org.apache.wsif.providers.jca.WSIFBindingOperation_JCAProperty

public class ECIInteractionSpecProperty extends Object implements javax.wsdl.extensions.ExtensibilityElement, org.apache.wsif.providers.jca.WSIFBindingOperation_JCAProperty, Serializable
WSDL Eci Binding extension (interactionSpec).
  • Constructor Details

    • ECIInteractionSpecProperty

      public ECIInteractionSpecProperty()
  • Method Details

    • getPartName

      public String getPartName()
      Get the name of the part that contains the interactionSpec property
      Specified by:
      getPartName in interface org.apache.wsif.providers.jca.WSIFBindingOperation_JCAProperty
    • getPropertyName

      public String getPropertyName()
      Get the name of the interactionSpec property that is being stored
      Specified by:
      getPropertyName in interface org.apache.wsif.providers.jca.WSIFBindingOperation_JCAProperty
    • setPartName

      public void setPartName(String rhs)
      Set the name of the part that contains the interactionSpec property
      Specified by:
      setPartName in interface org.apache.wsif.providers.jca.WSIFBindingOperation_JCAProperty
    • setPropertyName

      public void setPropertyName(String rhs)
      Set the name of the interactionSpec property that is being stored
      Specified by:
      setPropertyName in interface org.apache.wsif.providers.jca.WSIFBindingOperation_JCAProperty
    • setElementType

      public void setElementType(QName elementType)
      Specified by:
      setElementType in interface javax.wsdl.extensions.ExtensibilityElement
      See Also:
      • ExtensibilityElement.setElementType(QName)
    • getElementType

      public QName getElementType()
      Specified by:
      getElementType in interface javax.wsdl.extensions.ExtensibilityElement
      See Also:
      • ExtensibilityElement.getElementType()
    • setRequired

      public void setRequired(Boolean required)
      Specified by:
      setRequired in interface javax.wsdl.extensions.ExtensibilityElement
      See Also:
      • ExtensibilityElement.setRequired(Boolean)
    • getRequired

      public Boolean getRequired()
      Specified by:
      getRequired in interface javax.wsdl.extensions.ExtensibilityElement
      See Also:
      • ExtensibilityElement.getRequired()
    • toString

      public String toString()
      Overrides:
      toString in class Object