Class ImportSsp

java.lang.Object
dev.metaschema.oscal.lib.model.ImportSsp
All Implemented Interfaces:
dev.metaschema.core.model.IBoundObject

@MetaschemaAssembly(formalName="Import System Security Plan", description="Used by the assessment plan and POA\\&M to import information about the system.", name="import-ssp", moduleClass=OscalAssessmentCommonModule.class) public class ImportSsp extends Object implements dev.metaschema.core.model.IBoundObject
Used by the assessment plan and POA&M to import information about the system.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructs a new dev.metaschema.oscal.lib.model.ImportSsp instance with no metadata.
    ImportSsp(dev.metaschema.core.model.IMetaschemaData data)
    Constructs a new dev.metaschema.oscal.lib.model.ImportSsp instance with the specified metadata.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the "System Security Plan Reference".
    dev.metaschema.core.model.IMetaschemaData
     
    dev.metaschema.core.datatype.markup.MarkupMultiline
    Get the "Remarks".
    void
    setHref(URI value)
    Set the "System Security Plan Reference".
    void
    setRemarks(dev.metaschema.core.datatype.markup.MarkupMultiline value)
    Set the "Remarks".
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ImportSsp

      public ImportSsp()
      Constructs a new dev.metaschema.oscal.lib.model.ImportSsp instance with no metadata.
    • ImportSsp

      public ImportSsp(dev.metaschema.core.model.IMetaschemaData data)
      Constructs a new dev.metaschema.oscal.lib.model.ImportSsp instance with the specified metadata.
      Parameters:
      data - the metaschema data, or null if none
  • Method Details

    • getMetaschemaData

      public dev.metaschema.core.model.IMetaschemaData getMetaschemaData()
      Specified by:
      getMetaschemaData in interface dev.metaschema.core.model.IBoundObject
    • getHref

      @NonNull public URI getHref()
      Get the "System Security Plan Reference".

      A resolvable URL reference to the system security plan for the system being assessed.

      Returns:
      the href value
    • setHref

      public void setHref(@NonNull URI value)
      Set the "System Security Plan Reference".

      A resolvable URL reference to the system security plan for the system being assessed.

      Parameters:
      value - the href value to set
    • getRemarks

      @Nullable public dev.metaschema.core.datatype.markup.MarkupMultiline getRemarks()
      Get the "Remarks".

      Additional commentary about the containing object.

      Returns:
      the remarks value, or null if not set
    • setRemarks

      public void setRemarks(@Nullable dev.metaschema.core.datatype.markup.MarkupMultiline value)
      Set the "Remarks".

      Additional commentary about the containing object.

      Parameters:
      value - the remarks value to set, or null to clear
    • toString

      public String toString()
      Overrides:
      toString in class Object