Package gov.nist.secauto.oscal.lib.model
Class SelectObjectiveById
java.lang.Object
gov.nist.secauto.oscal.lib.model.SelectObjectiveById
- All Implemented Interfaces:
gov.nist.secauto.metaschema.core.model.IBoundObject
@MetaschemaAssembly(formalName="Select Objective",
description="Used to select a control objective for inclusion/exclusion based on the control objective\'s identifier.",
name="select-objective-by-id",
moduleClass=OscalAssessmentCommonModule.class)
public class SelectObjectiveById
extends Object
implements gov.nist.secauto.metaschema.core.model.IBoundObject
Used to select a control objective for inclusion/exclusion based on the control objective's identifier.
-
Constructor Summary
ConstructorDescriptionSelectObjectiveById
(gov.nist.secauto.metaschema.core.model.IMetaschemaData data) -
Method Summary
Modifier and TypeMethodDescriptiongov.nist.secauto.metaschema.core.model.IMetaschemaData
void
setObjectiveId
(String value) toString()
-
Constructor Details
-
SelectObjectiveById
public SelectObjectiveById() -
SelectObjectiveById
-
-
Method Details