public class CATStandardDocument
extends java.lang.Object
GetAllStandardsDocuments
Constructor and Description |
---|
CATStandardDocument(org.dom4j.Element e)
Constructor for the CATStandardDocument object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthor()
Gets the author attribute of the CATStandardDocument object
|
java.lang.String |
getCreated()
Gets the created attribute of the CATStandardDocument object
|
java.lang.String |
getDescription()
Gets the description attribute of the CATStandardDocument object
|
org.dom4j.Element |
getElement()
Gets the element attribute of the CATStandardDocument object
|
java.lang.String |
getId()
Gets the identifier attribute of the CATStandardDocument object
|
java.lang.String |
getTitle()
Gets the title attribute of the CATStandardDocument object
|
java.lang.String |
getTopic()
Gets the topic attribute of the CATStandardDocument object
|
java.lang.String |
getVersion()
Gets the version attribute of the CATStandardDocument object
|
java.lang.String |
toString() |
public CATStandardDocument(org.dom4j.Element e)
e
- NOT YET DOCUMENTEDpublic org.dom4j.Element getElement()
public java.lang.String getId()
public java.lang.String getAuthor()
public java.lang.String getTopic()
public java.lang.String getCreated()
public java.lang.String getTitle()
public java.lang.String getDescription()
public java.lang.String getVersion()
public java.lang.String toString()
toString
in class java.lang.Object