Package org.dlese.dpc.serviceclients.cat
Class CATStandardDocument
java.lang.Object
org.dlese.dpc.serviceclients.cat.CATStandardDocument
Wraps "StandardDocument" elements returned by getAllStandardDocuments call.
- Author:
- Jonathan Ostwald
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCATStandardDocument(org.dom4j.Element e) Constructor for the CATStandardDocument object -
Method Summary
Modifier and TypeMethodDescriptionGets the author attribute of the CATStandardDocument objectGets the created attribute of the CATStandardDocument objectGets the description attribute of the CATStandardDocument objectorg.dom4j.ElementGets the element attribute of the CATStandardDocument objectgetId()Gets the identifier attribute of the CATStandardDocument objectgetTitle()Gets the title attribute of the CATStandardDocument objectgetTopic()Gets the topic attribute of the CATStandardDocument objectGets the version attribute of the CATStandardDocument objecttoString()
-
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
Gets the identifier attribute of the CATStandardDocument object- Returns:
- The identifier value
-
getAuthor
Gets the author attribute of the CATStandardDocument object- Returns:
- The author value
-
getTopic
Gets the topic attribute of the CATStandardDocument object- Returns:
- The topic value
-
getCreated
Gets the created attribute of the CATStandardDocument object- Returns:
- The created value
-
getTitle
Gets the title attribute of the CATStandardDocument object- Returns:
- The benchmark value
-
getDescription
Gets the description attribute of the CATStandardDocument object- Returns:
- The text value
-
getVersion
Gets the version attribute of the CATStandardDocument object- Returns:
- The version value
-
toString
-