Package dev.metaschema.oscal.lib.model
Class FindingTarget.Status
java.lang.Object
dev.metaschema.oscal.lib.model.FindingTarget.Status
- All Implemented Interfaces:
dev.metaschema.core.model.IBoundObject
- Enclosing class:
- FindingTarget
@MetaschemaAssembly(formalName="Objective Status",
description="A determination of if the objective is satisfied or not within a given system.",
name="status",
moduleClass=OscalAssessmentCommonModule.class)
public static class FindingTarget.Status
extends Object
implements dev.metaschema.core.model.IBoundObject
A determination of if the objective is satisfied or not within a given system.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondev.metaschema.core.model.IMetaschemaDataGet the "Objective Status Reason".dev.metaschema.core.datatype.markup.MarkupMultilineGet the "Remarks".getState()Get the "Objective Status State".voidSet the "Objective Status Reason".voidsetRemarks(dev.metaschema.core.datatype.markup.MarkupMultiline value) Set the "Remarks".voidSet the "Objective Status State".toString()
-
Constructor Details
-
Status
public Status()Constructs a newdev.metaschema.oscal.lib.model.FindingTarget.Statusinstance with no metadata. -
Status
Constructs a newdev.metaschema.oscal.lib.model.FindingTarget.Statusinstance 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 "Objective Status State".An indication as to whether the objective is satisfied or not.
- Returns:
- the state value
-
setState
Set the "Objective Status State".An indication as to whether the objective is satisfied or not.
- Parameters:
value- the state value to set
-
getReason
Get the "Objective Status Reason".The reason the objective was given it's status.
- Returns:
- the reason value, or
nullif not set
-
setReason
Set the "Objective Status Reason".The reason the objective was given it's status.
- Parameters:
value- the reason value to set, ornullto clear
-
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
-