Class CATStandardDocument

java.lang.Object
org.dlese.dpc.serviceclients.cat.CATStandardDocument

public class CATStandardDocument extends Object
Wraps "StandardDocument" elements returned by getAllStandardDocuments call.
Author:
Jonathan Ostwald
See Also:
  • Constructor Details

    • CATStandardDocument

      public CATStandardDocument(org.dom4j.Element e)
      Constructor for the CATStandardDocument object
      Parameters:
      e - NOT YET DOCUMENTED
  • Method Details

    • getElement

      public org.dom4j.Element getElement()
      Gets the element attribute of the CATStandardDocument object
      Returns:
      The element value
    • getId

      public String getId()
      Gets the identifier attribute of the CATStandardDocument object
      Returns:
      The identifier value
    • getAuthor

      public String getAuthor()
      Gets the author attribute of the CATStandardDocument object
      Returns:
      The author value
    • getTopic

      public String getTopic()
      Gets the topic attribute of the CATStandardDocument object
      Returns:
      The topic value
    • getCreated

      public String getCreated()
      Gets the created attribute of the CATStandardDocument object
      Returns:
      The created value
    • getTitle

      public String getTitle()
      Gets the title attribute of the CATStandardDocument object
      Returns:
      The benchmark value
    • getDescription

      public String getDescription()
      Gets the description attribute of the CATStandardDocument object
      Returns:
      The text value
    • getVersion

      public String getVersion()
      Gets the version attribute of the CATStandardDocument object
      Returns:
      The version value
    • toString

      public String toString()
      Overrides:
      toString in class Object