public class Datamapper extends Mediator
  • Constructor Details

    • Datamapper

      public Datamapper()
  • Method Details

    • getConfig

      public String getConfig()
    • setConfig

      public void setConfig(String config)
    • getInputSchema

      public String getInputSchema()
    • setInputSchema

      public void setInputSchema(String inputSchema)
    • getOutputSchema

      public String getOutputSchema()
    • setOutputSchema

      public void setOutputSchema(String outputSchema)
    • getInputType

      public SchemaType getInputType()
    • setInputType

      public void setInputType(SchemaType inputType)
    • getOutputType

      public SchemaType getOutputType()
    • setOutputType

      public void setOutputType(SchemaType outputType)
    • getXsltStyleSheet

      public String getXsltStyleSheet()
    • setXsltStyleSheet

      public void setXsltStyleSheet(String xsltStyleSheet)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)