Class AsnDocStatement

java.lang.Object
org.dlese.dpc.standards.asn.AsnStatement
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
  • Constructor Details

    • AsnDocStatement

      public AsnDocStatement(org.dom4j.Element e)
      Constructor for the AsnDocStatement object
      Parameters:
      e - NOT YET DOCUMENTED
  • Method Details

    • 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