Class Task.Dependency

java.lang.Object
dev.metaschema.oscal.lib.model.Task.Dependency
All Implemented Interfaces:
dev.metaschema.core.model.IBoundObject
Enclosing class:
Task

@MetaschemaAssembly(formalName="Task Dependency", description="Used to indicate that a task is dependent on another task.", name="dependency", moduleClass=OscalAssessmentCommonModule.class) public static class Task.Dependency extends Object implements dev.metaschema.core.model.IBoundObject
Used to indicate that a task is dependent on another task.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructs a new dev.metaschema.oscal.lib.model.Task.Dependency instance with no metadata.
    Dependency(dev.metaschema.core.model.IMetaschemaData data)
    Constructs a new dev.metaschema.oscal.lib.model.Task.Dependency instance with the specified metadata.
  • Method Summary

    Modifier and Type
    Method
    Description
    dev.metaschema.core.model.IMetaschemaData
     
    dev.metaschema.core.datatype.markup.MarkupMultiline
    Get the "Remarks".
    Get the "Task Universally Unique Identifier Reference".
    void
    setRemarks(dev.metaschema.core.datatype.markup.MarkupMultiline value)
    Set the "Remarks".
    void
    Set the "Task Universally Unique Identifier Reference".
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Dependency

      public Dependency()
      Constructs a new dev.metaschema.oscal.lib.model.Task.Dependency instance with no metadata.
    • Dependency

      public Dependency(dev.metaschema.core.model.IMetaschemaData data)
      Constructs a new dev.metaschema.oscal.lib.model.Task.Dependency instance with the specified metadata.
      Parameters:
      data - the metaschema data, or null if none
  • Method Details

    • getMetaschemaData

      public dev.metaschema.core.model.IMetaschemaData getMetaschemaData()
      Specified by:
      getMetaschemaData in interface dev.metaschema.core.model.IBoundObject
    • getTaskUuid

      @NonNull public UUID getTaskUuid()
      Get the "Task Universally Unique Identifier Reference".

      A machine-oriented identifier reference to a unique task.

      Returns:
      the task-uuid value
    • setTaskUuid

      public void setTaskUuid(@NonNull UUID value)
      Set the "Task Universally Unique Identifier Reference".

      A machine-oriented identifier reference to a unique task.

      Parameters:
      value - the task-uuid value to set
    • getRemarks

      @Nullable public dev.metaschema.core.datatype.markup.MarkupMultiline getRemarks()
      Get the "Remarks".

      Additional commentary about the containing object.

      Returns:
      the remarks value, or null if not set
    • setRemarks

      public void setRemarks(@Nullable dev.metaschema.core.datatype.markup.MarkupMultiline value)
      Set the "Remarks".

      Additional commentary about the containing object.

      Parameters:
      value - the remarks value to set, or null to clear
    • toString

      public String toString()
      Overrides:
      toString in class Object