Interface ISchemaContractDS

All Known Implementing Classes:
ReportingSchemaContractDS, XmlSchemaContractDS, XmlSchemaContractDS

public interface ISchemaContractDS
Since:
9.0
Author:
Arjan Pragt
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the name of this contract.
    void
    This method iterates about the xsds of the contract.
  • Method Details

    • getName

      String getName()
      This method returns the name of this contract.
      Returns:
      The name of the contract, never null or empty.
    • iterateXsds

      void iterateXsds(IXsdVisitor visitor)
      This method iterates about the xsds of the contract.
      Parameters:
      visitor - the visitor accepting the resources, may not be null.