java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.communication.ds.xml.r12.parsing.XmlRestHeaderDS
All Implemented Interfaces:
IRestHeaderDS, IReportingDS

public final class XmlRestHeaderDS extends ReportingDS implements IRestHeaderDS
Xml datasource implementation.
Since:
9.0
Author:
Arjan Pragt
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Description copied from interface: IRestHeaderDS
      This method returns the name of the header, may not be null.
      Specified by:
      getName in interface IRestHeaderDS
      Returns:
      The name of the header.
    • getAttributeName

      public String getAttributeName()
      Description copied from interface: IRestHeaderDS
      This method returns the value attribute of the header, may not be null.
      Specified by:
      getAttributeName in interface IRestHeaderDS
      Returns:
      The attribute name of the value.
    • iterateValidations

      public void iterateValidations(IFieldValidationVisitor visitor)
      Description copied from interface: IRestHeaderDS
      This method iterates about the validation of the attribute.
      Specified by:
      iterateValidations in interface IRestHeaderDS
      Parameters:
      visitor - This visitor accepting the validations.