Interface Job

All Known Implementing Classes:
LocalJob

public interface Job
This is an interface for osp data transfers via XML.
Version:
1.0
Author:
Douglas Brown
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the xml string.
    void
    Sets the xml string.
  • Method Details

    • getXML

      String getXML()
      Gets the xml string.
      Returns:
      the xml string
    • setXML

      void setXML(String xml)
      Sets the xml string.
      Parameters:
      xml - the xml string