Package dev.metaschema.oscal.lib.model
Class ImplementationStatus
java.lang.Object
dev.metaschema.oscal.lib.model.ImplementationStatus
- All Implemented Interfaces:
dev.metaschema.core.model.IBoundObject
@MetaschemaAssembly(formalName="Implementation Status",
description="Indicates the degree to which the a given control is implemented.",
name="implementation-status",
moduleClass=OscalImplementationCommonModule.class)
public class ImplementationStatus
extends Object
implements dev.metaschema.core.model.IBoundObject
Indicates the degree to which the a given control is implemented.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newdev.metaschema.oscal.lib.model.ImplementationStatusinstance with no metadata.ImplementationStatus(dev.metaschema.core.model.IMetaschemaData data) Constructs a newdev.metaschema.oscal.lib.model.ImplementationStatusinstance with the specified metadata. -
Method Summary
Modifier and TypeMethodDescriptiondev.metaschema.core.model.IMetaschemaDatadev.metaschema.core.datatype.markup.MarkupMultilineGet the "Remarks".getState()Get the "Implementation State".voidsetRemarks(dev.metaschema.core.datatype.markup.MarkupMultiline value) Set the "Remarks".voidSet the "Implementation State".toString()
-
Constructor Details
-
ImplementationStatus
public ImplementationStatus()Constructs a newdev.metaschema.oscal.lib.model.ImplementationStatusinstance with no metadata. -
ImplementationStatus
Constructs a newdev.metaschema.oscal.lib.model.ImplementationStatusinstance with the specified metadata.- Parameters:
data- the metaschema data, ornullif none
-
-
Method Details
-
getMetaschemaData
- Specified by:
getMetaschemaDatain interfacedev.metaschema.core.model.IBoundObject
-
getState
Get the "Implementation State".Identifies the implementation status of the control or control objective.
- Returns:
- the state value
-
setState
Set the "Implementation State".Identifies the implementation status of the control or control objective.
- Parameters:
value- the state 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
-