Class ImplementationStatus

java.lang.Object
gov.nist.secauto.oscal.lib.model.ImplementationStatus
All Implemented Interfaces:
gov.nist.secauto.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 gov.nist.secauto.metaschema.core.model.IBoundObject
Indicates the degree to which the a given control is implemented.
  • Constructor Details

  • Method Details

    • getMetaschemaData

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

      public String getState()
    • setState

      public void setState(String value)
    • getRemarks

      public gov.nist.secauto.metaschema.core.datatype.markup.MarkupMultiline getRemarks()
    • setRemarks

      public void setRemarks(gov.nist.secauto.metaschema.core.datatype.markup.MarkupMultiline value)
    • toString

      public String toString()
      Overrides:
      toString in class Object