Class IncludeAll

java.lang.Object
dev.metaschema.oscal.lib.model.IncludeAll
All Implemented Interfaces:
dev.metaschema.core.model.IBoundObject

@MetaschemaAssembly(formalName="Include All", description="Include all controls from the imported catalog or profile resources.", name="include-all", moduleClass=OscalControlCommonModule.class, remarks="This element provides an alternative to calling controls individually from a catalog.") public class IncludeAll extends Object implements dev.metaschema.core.model.IBoundObject
Include all controls from the imported catalog or profile resources.
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    dev.metaschema.core.model.IMetaschemaData
     
     

    Methods inherited from class java.lang.Object

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

    • IncludeAll

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

      public IncludeAll(dev.metaschema.core.model.IMetaschemaData data)
      Constructs a new dev.metaschema.oscal.lib.model.IncludeAll 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
    • toString

      public String toString()
      Overrides:
      toString in class Object