Package gov.nist.secauto.oscal.lib.model
Class Task.Timing
java.lang.Object
gov.nist.secauto.oscal.lib.model.Task.Timing
- All Implemented Interfaces:
gov.nist.secauto.metaschema.core.model.IBoundObject
- Enclosing class:
- Task
@MetaschemaAssembly(formalName="Event Timing",
description="The timing under which the task is intended to occur.",
name="timing",
moduleClass=OscalAssessmentCommonModule.class)
public static class Task.Timing
extends Object
implements gov.nist.secauto.metaschema.core.model.IBoundObject
The timing under which the task is intended to occur.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe task is intended to occur at the specified frequency.static classThe task is intended to occur on the specified date.static classThe task is intended to occur within the specified date range. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongov.nist.secauto.metaschema.core.model.IMetaschemaDatavoidvoidsetOnDate(Task.Timing.OnDate value) voidtoString()
-
Constructor Details
-
Timing
public Timing() -
Timing
-
-
Method Details