Class ImportSsp

java.lang.Object
gov.nist.secauto.oscal.lib.model.ImportSsp
All Implemented Interfaces:
gov.nist.secauto.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 gov.nist.secauto.metaschema.core.model.IBoundObject
Used by the assessment plan and POA&M to import information about the system.
  • Constructor Details

    • ImportSsp

      public ImportSsp()
    • ImportSsp

      public ImportSsp(gov.nist.secauto.metaschema.core.model.IMetaschemaData data)
  • Method Details

    • getMetaschemaData

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

      public URI getHref()
    • setHref

      public void setHref(URI value)
    • getRemarks

      public gov.nist.secauto.metaschema.core.datatype.markup.MarkupMultiline getRemarks()
    • setRemarks

      public void setRemarks(gov.nist.secauto.metaschema.core.datatype.markup.MarkupMultiline value)
    • toString

      public String toString()
      Overrides:
      toString in class Object