java.lang.Object
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.STNode
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.core.call.CallSource

public class CallSource extends STNode
  • Constructor Details

    • CallSource

      public CallSource()
  • Method Details

    • getContent

      public Object getContent()
    • setContent

      public void setContent(Object content)
    • getContentType

      public String getContentType()
    • setContentType

      public void setContentType(String contentType)
    • getType

      public CallSourceType getType()
    • setType

      public void setType(CallSourceType type)