DLESE Tools
v1.6.0

org.dlese.dpc.serviceclients.cat
Class CATStandardDocument

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

public class CATStandardDocument
extends Object

Wraps "StandardDocument" elements returned by getAllStandardDocuments call.

Author:
Jonathan Ostwald
See Also:
GetAllStandardsDocuments

Constructor Summary
CATStandardDocument(Element e)
          Constructor for the CATStandardDocument object
 
Method Summary
 String getAuthor()
          Gets the author attribute of the CATStandardDocument object
 String getCreated()
          Gets the created attribute of the CATStandardDocument object
 String getDescription()
          Gets the description attribute of the CATStandardDocument object
 Element getElement()
          Gets the element attribute of the CATStandardDocument object
 String getId()
          Gets the identifier attribute of the CATStandardDocument object
 String getTitle()
          Gets the title attribute of the CATStandardDocument object
 String getTopic()
          Gets the topic attribute of the CATStandardDocument object
 String getVersion()
          Gets the version attribute of the CATStandardDocument object
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CATStandardDocument

public CATStandardDocument(Element e)
Constructor for the CATStandardDocument object

Parameters:
e - NOT YET DOCUMENTED
Method Detail

getElement

public 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

DLESE Tools
v1.6.0