Package org.schemastore.json.sarif.x210
Class ReportingDescriptorReference
java.lang.Object
org.schemastore.json.sarif.x210.ReportingDescriptorReference
- All Implemented Interfaces:
gov.nist.secauto.metaschema.core.model.IBoundObject
@MetaschemaAssembly(formalName="Reporting Descriptor Reference",
description="Information about how to locate a relevant reporting descriptor.",
name="reportingDescriptorReference",
moduleClass=SarifModule.class,
valueConstraints=@ValueConstraints(expect=@Expect(level=ERROR,test="@id|@guid|index",message="At least one id, guid, or index must be provided.")))
public class ReportingDescriptorReference
extends Object
implements gov.nist.secauto.metaschema.core.model.IBoundObject
Information about how to locate a relevant reporting descriptor.
-
Constructor Summary
ConstructorDescriptionReportingDescriptorReference
(gov.nist.secauto.metaschema.core.model.IMetaschemaData data) -
Method Summary
-
Constructor Details
-
ReportingDescriptorReference
public ReportingDescriptorReference() -
ReportingDescriptorReference
-
-
Method Details