Package gov.nist.secauto.oscal.lib.model
Class AssessmentAssets.AssessmentPlatform
java.lang.Object
gov.nist.secauto.oscal.lib.model.AssessmentAssets.AssessmentPlatform
- All Implemented Interfaces:
gov.nist.secauto.metaschema.core.model.IBoundObject
- Enclosing class:
- AssessmentAssets
@MetaschemaAssembly(formalName="Assessment Platform",
description="Used to represent the toolset used to perform aspects of the assessment.",
name="assessment-platform",
moduleClass=OscalAssessmentCommonModule.class)
public static class AssessmentAssets.AssessmentPlatform
extends Object
implements gov.nist.secauto.metaschema.core.model.IBoundObject
Used to represent the toolset used to perform aspects of the assessment.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe set of components that are used by the assessment platform. -
Constructor Summary
ConstructorsConstructorDescriptionAssessmentPlatform(gov.nist.secauto.metaschema.core.model.IMetaschemaData data) -
Method Summary
Modifier and TypeMethodDescriptionbooleanAdd a newLinkitem to the underlying collection.booleanAdd a newPropertyitem to the underlying collection.booleanAdd a newAssessmentAssets.AssessmentPlatform.UsesComponentitem to the underlying collection.getLinks()gov.nist.secauto.metaschema.core.model.IMetaschemaDatagetProps()gov.nist.secauto.metaschema.core.datatype.markup.MarkupMultilinegov.nist.secauto.metaschema.core.datatype.markup.MarkupLinegetTitle()getUuid()booleanremoveLink(Link item) Remove the first matchingLinkitem from the underlying collection.booleanremoveProp(Property item) Remove the first matchingPropertyitem from the underlying collection.booleanRemove the first matchingAssessmentAssets.AssessmentPlatform.UsesComponentitem from the underlying collection.voidvoidvoidsetRemarks(gov.nist.secauto.metaschema.core.datatype.markup.MarkupMultiline value) voidsetTitle(gov.nist.secauto.metaschema.core.datatype.markup.MarkupLine value) voidvoidtoString()
-
Constructor Details
-
AssessmentPlatform
public AssessmentPlatform() -
AssessmentPlatform
-
-
Method Details
-
getMetaschemaData
- Specified by:
getMetaschemaDatain interfacegov.nist.secauto.metaschema.core.model.IBoundObject
-
getUuid
-
setUuid
-
getTitle
-
setTitle
-
getProps
-
setProps
-
addProp
Add a newPropertyitem to the underlying collection.- Parameters:
item- the item to add- Returns:
true
-
removeProp
Remove the first matchingPropertyitem from the underlying collection.- Parameters:
item- the item to remove- Returns:
trueif the item was removed orfalseotherwise
-
getLinks
-
setLinks
-
addLink
Add a newLinkitem to the underlying collection.- Parameters:
item- the item to add- Returns:
true
-
removeLink
Remove the first matchingLinkitem from the underlying collection.- Parameters:
item- the item to remove- Returns:
trueif the item was removed orfalseotherwise
-
getUsesComponents
-
setUsesComponents
-
addUsesComponent
Add a newAssessmentAssets.AssessmentPlatform.UsesComponentitem to the underlying collection.- Parameters:
item- the item to add- Returns:
true
-
removeUsesComponent
Remove the first matchingAssessmentAssets.AssessmentPlatform.UsesComponentitem from the underlying collection.- Parameters:
item- the item to remove- Returns:
trueif the item was removed orfalseotherwise
-
getRemarks
-
setRemarks
-
toString
-