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
ConstructorsConstructorDescriptionLocalDefinitions(gov.nist.secauto.metaschema.core.model.IMetaschemaData data)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleanaddActivity(Activity item) Add a newActivityitem to the underlying collection.booleanAdd a newLocalObjectiveitem to the underlying collection.gov.nist.secauto.metaschema.core.model.IMetaschemaDatagov.nist.secauto.metaschema.core.datatype.markup.MarkupMultilinebooleanremoveActivity(Activity item) Remove the first matchingActivityitem from the underlying collection.booleanRemove the first matchingLocalObjectiveitem from the underlying collection.voidsetActivities(List<Activity> value) voidvoidsetRemarks(gov.nist.secauto.metaschema.core.datatype.markup.MarkupMultiline value) toString() 
- 
Constructor Details
- 
LocalDefinitions
public LocalDefinitions() - 
LocalDefinitions
 
 - 
 - 
Method Details
- 
getMetaschemaData
- Specified by:
 getMetaschemaDatain interfacegov.nist.secauto.metaschema.core.model.IBoundObject
 - 
getObjectivesAndMethods
 - 
setObjectivesAndMethods
 - 
addObjectivesAndMethods
Add a newLocalObjectiveitem to the underlying collection.- Parameters:
 item- the item to add- Returns:
 true
 - 
removeObjectivesAndMethods
Remove the first matchingLocalObjectiveitem from the underlying collection.- Parameters:
 item- the item to remove- Returns:
 trueif the item was removed orfalseotherwise
 - 
getActivities
 - 
setActivities
 - 
addActivity
Add a newActivityitem to the underlying collection.- Parameters:
 item- the item to add- Returns:
 true
 - 
removeActivity
Remove the first matchingActivityitem from the underlying collection.- Parameters:
 item- the item to remove- Returns:
 trueif the item was removed orfalseotherwise
 - 
getRemarks
 - 
setRemarks
 - 
toString
 
 -