java.lang.Object
com.aquima.interactions.rule.ds.xml.r17.parsing.datarule.XmlTargetDS
All Implemented Interfaces:
ITargetDS

public final class XmlTargetDS extends Object implements ITargetDS
Xml datasource implementation.
Since:
8.3
Author:
Jon van Leuven
  • Method Details

    • getTargetAttribute

      public String getTargetAttribute()
      Description copied from interface: ITargetDS
      The method should return the target attribute fullname (entity.attribute).
      Specified by:
      getTargetAttribute in interface ITargetDS
      Returns:
      The target attribute fullname, may not be null.
    • getSourceFieldName

      public String getSourceFieldName()
      Description copied from interface: ITargetDS
      The method should return the source field name.
      Specified by:
      getSourceFieldName in interface ITargetDS
      Returns:
      The name source field, may not be null.