Package org.schemastore.json.sarif.x210
Class ArtifactLocation
java.lang.Object
org.schemastore.json.sarif.x210.ArtifactLocation
- All Implemented Interfaces:
gov.nist.secauto.metaschema.core.model.IBoundObject
@MetaschemaAssembly(formalName="Artifact Location",
description="Specifies the location of an artifact.",
name="artifactLocation",
moduleClass=SarifModule.class)
public class ArtifactLocation
extends Object
implements gov.nist.secauto.metaschema.core.model.IBoundObject
Specifies the location of an artifact.
-
Constructor Summary
ConstructorDescriptionArtifactLocation
(gov.nist.secauto.metaschema.core.model.IMetaschemaData data) -
Method Summary
Modifier and TypeMethodDescriptiongetIndex()
gov.nist.secauto.metaschema.core.model.IMetaschemaData
getUri()
void
setDescription
(Message value) void
setIndex
(BigInteger value) void
toString()
-
Constructor Details
-
ArtifactLocation
public ArtifactLocation() -
ArtifactLocation
-
-
Method Details