Package dev.metaschema.oscal.lib.model
Class ImportAp
java.lang.Object
dev.metaschema.oscal.lib.model.ImportAp
- All Implemented Interfaces:
dev.metaschema.core.model.IBoundObject
@MetaschemaAssembly(formalName="Import Assessment Plan",
description="Used by assessment-results to import information about the original plan for assessing the system.",
name="import-ap",
moduleClass=OscalArModule.class)
public class ImportAp
extends Object
implements dev.metaschema.core.model.IBoundObject
Used by assessment-results to import information about the original plan for assessing the system.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHref()Get the "Assessment Plan Reference".dev.metaschema.core.model.IMetaschemaDatadev.metaschema.core.datatype.markup.MarkupMultilineGet the "Remarks".voidSet the "Assessment Plan Reference".voidsetRemarks(dev.metaschema.core.datatype.markup.MarkupMultiline value) Set the "Remarks".toString()
-
Constructor Details
-
ImportAp
public ImportAp()Constructs a newdev.metaschema.oscal.lib.model.ImportApinstance with no metadata. -
ImportAp
Constructs a newdev.metaschema.oscal.lib.model.ImportApinstance 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 "Assessment Plan Reference".A resolvable URL reference to the assessment plan governing the assessment activities.
- Returns:
- the href value
-
setHref
Set the "Assessment Plan Reference".A resolvable URL reference to the assessment plan governing the assessment activities.
- 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
-