DLESE Tools
v1.6.0

org.dlese.dpc.standards.asn
Class AsnDocStatement

java.lang.Object
  extended by org.dlese.dpc.standards.asn.AsnStatement
      extended by org.dlese.dpc.standards.asn.AsnDocStatement

public class AsnDocStatement
extends AsnStatement

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
AsnDocStatement(Element e)
          Constructor for the AsnDocStatement object
 
Method Summary
 String getCreated()
          Gets the created attribute of the AsnDocStatement object
 String getExportVersion()
          Gets the exportVersion attribute of the AsnDocStatement object
 String getFileCreated()
          Gets the fileCreated attribute of the AsnDocStatement object
 String getJurisdiction()
           
 String getTitle()
          Gets the title attribute of the AsnDocStatement object
 String toString()
          NOT YET DOCUMENTED
 
Methods inherited from class org.dlese.dpc.standards.asn.AsnStatement
getChildrenIDs, getDescription, getElement, getEndGradeLevel, getGradeRange, getId, getParentId, getStartGradeLevel, getSubElementResource, getSubElementResource, getSubElementText, getSubElementText, getSubject, setDescription, setGradeLevels
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AsnDocStatement

public AsnDocStatement(Element e)
Constructor for the AsnDocStatement object

Parameters:
e - NOT YET DOCUMENTED
Method Detail

getTitle

public String getTitle()
Gets the title attribute of the AsnDocStatement object

Returns:
The title value

getFileCreated

public String getFileCreated()
Gets the fileCreated attribute of the AsnDocStatement object

Returns:
The fileCreated value

getCreated

public String getCreated()
Gets the created attribute of the AsnDocStatement object

Returns:
The created value

getExportVersion

public String getExportVersion()
Gets the exportVersion attribute of the AsnDocStatement object

Returns:
The exportVersion value

getJurisdiction

public String getJurisdiction()

toString

public String toString()
NOT YET DOCUMENTED

Overrides:
toString in class AsnStatement
Returns:
NOT YET DOCUMENTED

DLESE Tools
v1.6.0