Class ImportProfile

java.lang.Object
gov.nist.secauto.oscal.lib.model.ImportProfile
All Implemented Interfaces:
gov.nist.secauto.metaschema.core.model.IBoundObject

@MetaschemaAssembly(formalName="Import Profile", description="Used to import the OSCAL profile representing the system\'s control baseline.", name="import-profile", moduleClass=OscalSspModule.class) public class ImportProfile extends Object implements gov.nist.secauto.metaschema.core.model.IBoundObject
Used to import the OSCAL profile representing the system's control baseline.
  • Constructor Details

    • ImportProfile

      public ImportProfile()
    • ImportProfile

      public ImportProfile(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