Package dev.metaschema.oscal.lib.model
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 -
Method Summary
Modifier and TypeMethodDescriptiongetHref()Get the "System Security Plan Reference".dev.metaschema.core.model.IMetaschemaDatadev.metaschema.core.datatype.markup.MarkupMultilineGet the "Remarks".voidSet the "System Security Plan Reference".voidsetRemarks(dev.metaschema.core.datatype.markup.MarkupMultiline value) Set the "Remarks".toString()
-
Constructor Details
-
ImportSsp
public ImportSsp()Constructs a newdev.metaschema.oscal.lib.model.ImportSspinstance with no metadata. -
ImportSsp
Constructs a newdev.metaschema.oscal.lib.model.ImportSspinstance with the specified metadata.- Parameters:
data- the metaschema data, ornullif none
-
-
Method Details
-
getMetaschemaData
- Specified by:
getMetaschemaDatain interfacedev.metaschema.core.model.IBoundObject
-
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
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
Get the "Remarks".Additional commentary about the containing object.
- Returns:
- the remarks value, or
nullif not set
-
setRemarks
Set the "Remarks".Additional commentary about the containing object.
- Parameters:
value- the remarks value to set, ornullto clear
-
toString
-