Package gov.nist.secauto.oscal.lib.model
Class PlanOfActionAndMilestones
java.lang.Object
gov.nist.secauto.oscal.lib.model.AbstractOscalInstance
gov.nist.secauto.oscal.lib.model.PlanOfActionAndMilestones
- All Implemented Interfaces:
gov.nist.secauto.metaschema.core.model.IBoundObject
,IOscalInstance
@MetaschemaAssembly(formalName="Plan of Action and Milestones (POA&M)",
description="A plan of action and milestones which identifies initial and residual risks, deviations, and disposition, such as those required by FedRAMP.",
name="plan-of-action-and-milestones",
moduleClass=OscalPoamModule.class,
rootName="plan-of-action-and-milestones",
remarks="Either an OSCAL-based SSP must be imported, or a unique system-id must be specified. Both may be present.")
public class PlanOfActionAndMilestones
extends AbstractOscalInstance
implements gov.nist.secauto.metaschema.core.model.IBoundObject
A plan of action and milestones which identifies initial and residual risks, deviations, and disposition, such as those required by FedRAMP.
-
Constructor Summary
ConstructorDescriptionPlanOfActionAndMilestones
(gov.nist.secauto.metaschema.core.model.IMetaschemaData data) -
Method Summary
Modifier and TypeMethodDescriptionboolean
addFinding
(Finding item) Add a newFinding
item to the underlying collection.boolean
addObservation
(Observation item) Add a newObservation
item to the underlying collection.boolean
addPoamItem
(PoamItem item) Add a newPoamItem
item to the underlying collection.boolean
Add a newRisk
item to the underlying collection.gov.nist.secauto.metaschema.core.model.IMetaschemaData
getRisks()
getUuid()
boolean
removeFinding
(Finding item) Remove the first matchingFinding
item from the underlying collection.boolean
removeObservation
(Observation item) Remove the first matchingObservation
item from the underlying collection.boolean
removePoamItem
(PoamItem item) Remove the first matchingPoamItem
item from the underlying collection.boolean
removeRisk
(Risk item) Remove the first matchingRisk
item from the underlying collection.void
setBackMatter
(BackMatter value) void
setFindings
(List<Finding> value) void
setImportSsp
(ImportSsp value) void
void
setMetadata
(Metadata value) void
setObservations
(List<Observation> value) void
setPoamItems
(List<PoamItem> value) void
void
setSystemId
(SystemId value) void
toString()
Methods inherited from class gov.nist.secauto.oscal.lib.model.AbstractOscalInstance
getResourceByUuid
-
Constructor Details
-
PlanOfActionAndMilestones
public PlanOfActionAndMilestones() -
PlanOfActionAndMilestones
-
-
Method Details
-
getMetaschemaData
- Specified by:
getMetaschemaData
in interfacegov.nist.secauto.metaschema.core.model.IBoundObject
-
getUuid
- Specified by:
getUuid
in interfaceIOscalInstance
-
setUuid
-
getMetadata
- Specified by:
getMetadata
in interfaceIOscalInstance
-
setMetadata
-
getImportSsp
-
setImportSsp
-
getSystemId
-
setSystemId
-
getLocalDefinitions
-
setLocalDefinitions
-
getObservations
-
setObservations
-
addObservation
Add a newObservation
item to the underlying collection.- Parameters:
item
- the item to add- Returns:
true
-
removeObservation
Remove the first matchingObservation
item from the underlying collection.- Parameters:
item
- the item to remove- Returns:
true
if the item was removed orfalse
otherwise
-
getRisks
-
setRisks
-
addRisk
Add a newRisk
item to the underlying collection.- Parameters:
item
- the item to add- Returns:
true
-
removeRisk
Remove the first matchingRisk
item from the underlying collection.- Parameters:
item
- the item to remove- Returns:
true
if the item was removed orfalse
otherwise
-
getFindings
-
setFindings
-
addFinding
Add a newFinding
item to the underlying collection.- Parameters:
item
- the item to add- Returns:
true
-
removeFinding
Remove the first matchingFinding
item from the underlying collection.- Parameters:
item
- the item to remove- Returns:
true
if the item was removed orfalse
otherwise
-
getPoamItems
-
setPoamItems
-
addPoamItem
Add a newPoamItem
item to the underlying collection.- Parameters:
item
- the item to add- Returns:
true
-
removePoamItem
Remove the first matchingPoamItem
item from the underlying collection.- Parameters:
item
- the item to remove- Returns:
true
if the item was removed orfalse
otherwise
-
getBackMatter
- Specified by:
getBackMatter
in interfaceIOscalInstance
-
setBackMatter
-
toString
-