java.lang.Object
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.STNode
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.transformation.smooks.SmooksOutput

public class SmooksOutput extends STNode
  • Constructor Details

    • SmooksOutput

      public SmooksOutput()
  • Method Details

    • getType

      public SmooksOutputType getType()
    • setType

      public void setType(SmooksOutputType type)
    • getProperty

      public String getProperty()
    • setProperty

      public void setProperty(String property)
    • getAction

      public String getAction()
    • setAction

      public void setAction(String action)
    • getExpression

      public String getExpression()
    • setExpression

      public void setExpression(String expression)