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
    Constructor
    Description
    Constructs a new dev.metaschema.oscal.lib.model.FindingTarget.Status instance with no metadata.
    Status(dev.metaschema.core.model.IMetaschemaData data)
    Constructs a new dev.metaschema.oscal.lib.model.FindingTarget.Status instance with the specified metadata.
  • Method Summary

    Modifier and Type
    Method
    Description
    dev.metaschema.core.model.IMetaschemaData
     
    Get the "Objective Status Reason".
    dev.metaschema.core.datatype.markup.MarkupMultiline
    Get the "Remarks".
    Get the "Objective Status State".
    void
    Set the "Objective Status Reason".
    void
    setRemarks(dev.metaschema.core.datatype.markup.MarkupMultiline value)
    Set the "Remarks".
    void
    Set the "Objective Status State".
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Status

      public Status()
      Constructs a new dev.metaschema.oscal.lib.model.FindingTarget.Status instance with no metadata.
    • Status

      public Status(dev.metaschema.core.model.IMetaschemaData data)
      Constructs a new dev.metaschema.oscal.lib.model.FindingTarget.Status instance with the specified metadata.
      Parameters:
      data - the metaschema data, or null if none
  • Method Details

    • getMetaschemaData

      public dev.metaschema.core.model.IMetaschemaData getMetaschemaData()
      Specified by:
      getMetaschemaData in interface dev.metaschema.core.model.IBoundObject
    • getState

      @NonNull public String getState()
      Get the "Objective Status State".

      An indication as to whether the objective is satisfied or not.

      Returns:
      the state value
    • setState

      public void setState(@NonNull String value)
      Set the "Objective Status State".

      An indication as to whether the objective is satisfied or not.

      Parameters:
      value - the state value to set
    • getReason

      @Nullable public String getReason()
      Get the "Objective Status Reason".

      The reason the objective was given it's status.

      Returns:
      the reason value, or null if not set
    • setReason

      public void setReason(@Nullable String value)
      Set the "Objective Status Reason".

      The reason the objective was given it's status.

      Parameters:
      value - the reason value to set, or null to clear
    • getRemarks

      @Nullable public dev.metaschema.core.datatype.markup.MarkupMultiline getRemarks()
      Get the "Remarks".

      Additional commentary about the containing object.

      Returns:
      the remarks value, or null if not set
    • setRemarks

      public void setRemarks(@Nullable dev.metaschema.core.datatype.markup.MarkupMultiline value)
      Set the "Remarks".

      Additional commentary about the containing object.

      Parameters:
      value - the remarks value to set, or null to clear
    • toString

      public String toString()
      Overrides:
      toString in class Object