Package org.dlese.dpc.serviceclients.cat
Class CATStandard
java.lang.Object
org.dlese.dpc.serviceclients.cat.CATStandard
Wraps standard element returned by SuggestCATStandards call.
- Author:
- Jonathan Ostwald
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAsnId()Gets the asnId attribute of the CATStandard objectGets the author attribute of the CATStandard objectGets the benchmark attribute of the CATStandard objectorg.dom4j.ElementGets the gradeLevels attribute of the CATStandard objectGets the identifier attribute of the CATStandard objectgetText()Gets the text attribute of the CATStandard objectgetTopic()Gets the topic attribute of the CATStandard object
-
Constructor Details
-
CATStandard
public CATStandard(org.dom4j.Element e) Constructor for the CATStandard object- Parameters:
e- NOT YET DOCUMENTED
-
-
Method Details
-
getElement
public org.dom4j.Element getElement() -
getAsnId
Gets the asnId attribute of the CATStandard object- Returns:
- The asnId value
-
getIdentifier
Gets the identifier attribute of the CATStandard object- Returns:
- The identifier value
-
getAuthor
Gets the author attribute of the CATStandard object- Returns:
- The author value
-
getTopic
Gets the topic attribute of the CATStandard object- Returns:
- The topic value
-
getGradeLevels
Gets the gradeLevels attribute of the CATStandard object- Returns:
- The gradeLevels value
-
getText
Gets the text attribute of the CATStandard object- Returns:
- The text value
-
getBenchmark
Gets the benchmark attribute of the CATStandard object- Returns:
- The benchmark value
-