Package org.dlese.dpc.standards.asn
Class AsnDocStatement
java.lang.Object
org.dlese.dpc.standards.asn.AsnStatement
org.dlese.dpc.standards.asn.AsnDocStatement
Extends AsnStatement to capture document-level information from the
"asn:StandardDocument" statement of a ASN resolver response or a ASN
standards document file.
- Author:
- Jonathan Ostwald
-
Field Summary
Fields inherited from class org.dlese.dpc.standards.asn.AsnStatement
element -
Constructor Summary
ConstructorsConstructorDescriptionAsnDocStatement(org.dom4j.Element e) Constructor for the AsnDocStatement object -
Method Summary
Modifier and TypeMethodDescriptionGets the created attribute of the AsnDocStatement objectGets the exportVersion attribute of the AsnDocStatement objectGets the fileCreated attribute of the AsnDocStatement objectgetTitle()Gets the title attribute of the AsnDocStatement objecttoString()NOT YET DOCUMENTEDMethods inherited from class org.dlese.dpc.standards.asn.AsnStatement
getChildrenIDs, getDescription, getElement, getEndGradeLevel, getGradeRange, getId, getParentId, getStartGradeLevel, getSubElementResource, getSubElementResource, getSubElementText, getSubElementText, getSubject, setDescription, setGradeLevels
-
Constructor Details
-
AsnDocStatement
public AsnDocStatement(org.dom4j.Element e) Constructor for the AsnDocStatement object- Parameters:
e- NOT YET DOCUMENTED
-
-
Method Details
-
getTitle
Gets the title attribute of the AsnDocStatement object- Returns:
- The title value
-
getFileCreated
Gets the fileCreated attribute of the AsnDocStatement object- Returns:
- The fileCreated value
-
getCreated
Gets the created attribute of the AsnDocStatement object- Returns:
- The created value
-
getExportVersion
Gets the exportVersion attribute of the AsnDocStatement object- Returns:
- The exportVersion value
-
getJurisdiction
-
toString
NOT YET DOCUMENTED- Overrides:
toStringin classAsnStatement- Returns:
- NOT YET DOCUMENTED
-