java.lang.Object
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.STNode
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.transformation.enrich.SourceEnrich

public class SourceEnrich extends STNode
  • Constructor Details

    • SourceEnrich

      public SourceEnrich()
  • Method Details

    • getContent

      public Object getContent()
    • setContent

      public void setContent(Object content)
    • isClone

      public boolean isClone()
    • setClone

      public void setClone(boolean clone)
    • getXpath

      public String getXpath()
    • setXpath

      public void setXpath(String xpath)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getType

      public SourceEnrichType getType()
    • setType

      public void setType(SourceEnrichType type)
    • getProperty

      public String getProperty()
    • setProperty

      public void setProperty(String property)