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

public class XmlSchemaContractDS extends ReportingDS implements ISchemaContractDS
Xml datasource implementation.
Since:
9.0
Author:
Jon van Leuven
  • Constructor Details

  • Method Details

    • iterateXsds

      public void iterateXsds(IXsdVisitor visitor)
      Description copied from interface: ISchemaContractDS
      This method iterates about the xsds of the contract.
      Specified by:
      iterateXsds in interface ISchemaContractDS
      Parameters:
      visitor - the visitor accepting the resources, may not be null.
    • getName

      public String getName()
      Description copied from interface: ISchemaContractDS
      This method returns the name of this contract.
      Specified by:
      getName in interface ISchemaContractDS
      Returns:
      The name of the contract, never null or empty.