Class XmlRestUrnFragmentDS

java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.communication.ds.xml.r17.parsing.XmlRestUrnFragmentDS
All Implemented Interfaces:
IRestUrnFragmentDS, IReportingDS

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

  • Method Details

    • getConstant

      public String getConstant()
      Description copied from interface: IRestUrnFragmentDS
      This method returns the constant value of the fragment. Either this method may return a value or the attributename, otherwise null.
      Specified by:
      getConstant in interface IRestUrnFragmentDS
      Returns:
      The constant value of the fragment.
    • getAttributeName

      public String getAttributeName()
      Description copied from interface: IRestUrnFragmentDS
      This method returns the attribute name of the fragment. Either this method may return a value or the attributename, otherwise null.
      Specified by:
      getAttributeName in interface IRestUrnFragmentDS
      Returns:
      The attributename representing the value of the fragment.
    • iterateValidations

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