Class ScanFileFieldMapping


  • public class ScanFileFieldMapping
    extends Object
    XMap descriptor for meta-data mapping
    Author:
    Thierry Delprat
    • Field Detail

      • DEFAULT_DATE_FORMAT

        public static final org.apache.commons.lang3.time.FastDateFormat DEFAULT_DATE_FORMAT
      • sourceXPath

        protected String sourceXPath
      • sourceAttribute

        protected String sourceAttribute
      • targetXPath

        protected String targetXPath
      • targetType

        protected String targetType
      • dateFormatStr

        protected String dateFormatStr
      • dateFormat

        protected org.apache.commons.lang3.time.FastDateFormat dateFormat
    • Constructor Detail

      • ScanFileFieldMapping

        public ScanFileFieldMapping()
    • Method Detail

      • getDateFormat

        public org.apache.commons.lang3.time.FastDateFormat getDateFormat()
      • getSourceXPath

        public String getSourceXPath()
      • getSourceAttribute

        public String getSourceAttribute()
      • getTargetXPath

        public String getTargetXPath()
      • getTargetType

        public String getTargetType()