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

public final class XmlSchemaSetDS extends ReportingDS implements ISchemaSetDS
Xml datasource implementation.
Since:
9.0
Author:
Jon van Leuven
  • Constructor Details

  • Method Details

    • getName

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

      public void iterateSchemas(ISchemaVisitor visitor)
      Description copied from interface: ISchemaSetDS
      This method iterates about the schemas of the schema set.
      Specified by:
      iterateSchemas in interface ISchemaSetDS
      Parameters:
      visitor - The visitor accepting the schemas.