com.ibm.broker.config.appdev.nodes

Class SOAPRequestNode.WsSecurityRow

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    SOAPRequestNode


    public class SOAPRequestNode.WsSecurityRow
    extends NodePropertyRow
    WsSecurityRow is used by WsSecurityTable instance
     Table name = WS-Security
     Row names = WsSecurity
     
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getAlias()
      Get the WsSecurityRow "Alias" property
      java.lang.String getXPathExpression()
      Get the WsSecurityRow "XPath expression" property
      void setAlias(java.lang.String value)
      Set the WsSecurityRow "Alias" property
      void setXPathExpression(java.lang.String value)
      Set the WsSecurityRow "XPath expression" property
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setAlias

        public void setAlias(java.lang.String value)
        Set the WsSecurityRow "Alias" property
        Parameters:
        value - String ; the value to set the property "Alias"
      • getAlias

        public java.lang.String getAlias()
        Get the WsSecurityRow "Alias" property
        Returns:
        String; the value of the property "Alias"
      • setXPathExpression

        public void setXPathExpression(java.lang.String value)
        Set the WsSecurityRow "XPath expression" property
        Parameters:
        value - String ; the value to set the property "XPath expression"
      • getXPathExpression

        public java.lang.String getXPathExpression()
        Get the WsSecurityRow "XPath expression" property
        Returns:
        String; the value of the property "XPath expression"