Package dev.metaschema.oscal.lib.model
Class PoamItem.RelatedObservation
java.lang.Object
dev.metaschema.oscal.lib.model.PoamItem.RelatedObservation
- All Implemented Interfaces:
dev.metaschema.core.model.IBoundObject
- Enclosing class:
- PoamItem
@MetaschemaAssembly(formalName="Related Observation",
description="Relates the poam-item to a set of referenced observations that were used to determine the finding.",
name="related-observation",
moduleClass=OscalPoamModule.class)
public static class PoamItem.RelatedObservation
extends Object
implements dev.metaschema.core.model.IBoundObject
Relates the poam-item to a set of referenced observations that were used to determine the finding.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newdev.metaschema.oscal.lib.model.PoamItem.RelatedObservationinstance with no metadata.RelatedObservation(dev.metaschema.core.model.IMetaschemaData data) Constructs a newdev.metaschema.oscal.lib.model.PoamItem.RelatedObservationinstance with the specified metadata. -
Method Summary
Modifier and TypeMethodDescriptiondev.metaschema.core.model.IMetaschemaDataGet the "Observation Universally Unique Identifier Reference".voidsetObservationUuid(UUID value) Set the "Observation Universally Unique Identifier Reference".toString()
-
Constructor Details
-
RelatedObservation
public RelatedObservation()Constructs a newdev.metaschema.oscal.lib.model.PoamItem.RelatedObservationinstance with no metadata. -
RelatedObservation
Constructs a newdev.metaschema.oscal.lib.model.PoamItem.RelatedObservationinstance with the specified metadata.- Parameters:
data- the metaschema data, ornullif none
-
-
Method Details
-
getMetaschemaData
- Specified by:
getMetaschemaDatain interfacedev.metaschema.core.model.IBoundObject
-
getObservationUuid
Get the "Observation Universally Unique Identifier Reference".A machine-oriented identifier reference to an observation defined in the list of observations.
- Returns:
- the observation-uuid value
-
setObservationUuid
Set the "Observation Universally Unique Identifier Reference".A machine-oriented identifier reference to an observation defined in the list of observations.
- Parameters:
value- the observation-uuid value to set
-
toString
-