java.lang.Object
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.STNode
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.core.MediatorProperty
Direct Known Subclasses:
EndpointProperty

public class MediatorProperty extends STNode
  • Constructor Details

    • MediatorProperty

      public MediatorProperty()
  • Method Details

    • getOtherAttributes

      public Object getOtherAttributes()
    • setOtherAttributes

      public void setOtherAttributes(Object otherAttributes)
    • getContent

      public Object[] getContent()
    • setContent

      public void setContent(Object[] content)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getExpression

      public String getExpression()
    • setExpression

      public void setExpression(String expression)