Package dev.metaschema.oscal.lib.model
Class PoamItem.RelatedFinding
java.lang.Object
dev.metaschema.oscal.lib.model.PoamItem.RelatedFinding
- All Implemented Interfaces:
dev.metaschema.core.model.IBoundObject
- Enclosing class:
- PoamItem
@MetaschemaAssembly(formalName="Related Finding",
description="Relates the poam-item to referenced finding(s).",
name="related-finding",
moduleClass=OscalPoamModule.class)
public static class PoamItem.RelatedFinding
extends Object
implements dev.metaschema.core.model.IBoundObject
Relates the poam-item to referenced finding(s).
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newdev.metaschema.oscal.lib.model.PoamItem.RelatedFindinginstance with no metadata.RelatedFinding(dev.metaschema.core.model.IMetaschemaData data) Constructs a newdev.metaschema.oscal.lib.model.PoamItem.RelatedFindinginstance with the specified metadata. -
Method Summary
Modifier and TypeMethodDescriptionGet the "Finding Universally Unique Identifier Reference".dev.metaschema.core.model.IMetaschemaDatavoidsetFindingUuid(UUID value) Set the "Finding Universally Unique Identifier Reference".toString()
-
Constructor Details
-
RelatedFinding
public RelatedFinding()Constructs a newdev.metaschema.oscal.lib.model.PoamItem.RelatedFindinginstance with no metadata. -
RelatedFinding
Constructs a newdev.metaschema.oscal.lib.model.PoamItem.RelatedFindinginstance with the specified metadata.- Parameters:
data- the metaschema data, ornullif none
-
-
Method Details
-
getMetaschemaData
- Specified by:
getMetaschemaDatain interfacedev.metaschema.core.model.IBoundObject
-
getFindingUuid
Get the "Finding Universally Unique Identifier Reference".A machine-oriented identifier reference to a finding defined in the list of findings.
- Returns:
- the finding-uuid value
-
setFindingUuid
Set the "Finding Universally Unique Identifier Reference".A machine-oriented identifier reference to a finding defined in the list of findings.
- Parameters:
value- the finding-uuid value to set
-
toString
-