Package gov.nist.secauto.oscal.lib.model
Class AssessmentResults.LocalDefinitions
java.lang.Object
gov.nist.secauto.oscal.lib.model.AssessmentResults.LocalDefinitions
- All Implemented Interfaces:
gov.nist.secauto.metaschema.core.model.IBoundObject
- Enclosing class:
- AssessmentResults
@MetaschemaAssembly(formalName="Local Definitions",
description="Used to define data objects that are used in the assessment plan, that do not appear in the referenced SSP.",
name="local-definitions",
moduleClass=OscalArModule.class)
public static class AssessmentResults.LocalDefinitions
extends Object
implements gov.nist.secauto.metaschema.core.model.IBoundObject
Used to define data objects that are used in the assessment plan, that do not appear in the referenced SSP.
-
Constructor Summary
ConstructorDescriptionLocalDefinitions
(gov.nist.secauto.metaschema.core.model.IMetaschemaData data) -
Method Summary
Modifier and TypeMethodDescriptionboolean
addActivity
(Activity item) Add a newActivity
item to the underlying collection.boolean
Add a newLocalObjective
item to the underlying collection.gov.nist.secauto.metaschema.core.model.IMetaschemaData
gov.nist.secauto.metaschema.core.datatype.markup.MarkupMultiline
boolean
removeActivity
(Activity item) Remove the first matchingActivity
item from the underlying collection.boolean
Remove the first matchingLocalObjective
item from the underlying collection.void
setActivities
(List<Activity> value) void
void
setRemarks
(gov.nist.secauto.metaschema.core.datatype.markup.MarkupMultiline value) toString()
-
Constructor Details
-
LocalDefinitions
public LocalDefinitions() -
LocalDefinitions
-
-
Method Details
-
getMetaschemaData
- Specified by:
getMetaschemaData
in interfacegov.nist.secauto.metaschema.core.model.IBoundObject
-
getObjectivesAndMethods
-
setObjectivesAndMethods
-
addObjectivesAndMethods
Add a newLocalObjective
item to the underlying collection.- Parameters:
item
- the item to add- Returns:
true
-
removeObjectivesAndMethods
Remove the first matchingLocalObjective
item from the underlying collection.- Parameters:
item
- the item to remove- Returns:
true
if the item was removed orfalse
otherwise
-
getActivities
-
setActivities
-
addActivity
Add a newActivity
item to the underlying collection.- Parameters:
item
- the item to add- Returns:
true
-
removeActivity
Remove the first matchingActivity
item from the underlying collection.- Parameters:
item
- the item to remove- Returns:
true
if the item was removed orfalse
otherwise
-
getRemarks
-
setRemarks
-
toString
-