Package gov.nist.secauto.oscal.lib.model
Class Risk.RelatedObservation
java.lang.Object
gov.nist.secauto.oscal.lib.model.Risk.RelatedObservation
- All Implemented Interfaces:
gov.nist.secauto.metaschema.core.model.IBoundObject
- Enclosing class:
- Risk
@MetaschemaAssembly(formalName="Related Observation",
description="Relates the finding to a set of referenced observations that were used to determine the finding.",
name="related-observation",
moduleClass=OscalAssessmentCommonModule.class)
public static class Risk.RelatedObservation
extends Object
implements gov.nist.secauto.metaschema.core.model.IBoundObject
Relates the finding to a set of referenced observations that were used to determine the finding.
-
Constructor Summary
ConstructorDescriptionRelatedObservation
(gov.nist.secauto.metaschema.core.model.IMetaschemaData data) -
Method Summary
Modifier and TypeMethodDescriptiongov.nist.secauto.metaschema.core.model.IMetaschemaData
void
setObservationUuid
(UUID value) toString()
-
Constructor Details
-
RelatedObservation
public RelatedObservation() -
RelatedObservation
-
-
Method Details