Package org.schemastore.json.sarif.x210
Class LogicalLocation
java.lang.Object
org.schemastore.json.sarif.x210.LogicalLocation
- All Implemented Interfaces:
gov.nist.secauto.metaschema.core.model.IBoundObject
@MetaschemaAssembly(formalName="Logical Location",
description="A logical location of a construct that produced a result.",
name="logicalLocation",
moduleClass=SarifModule.class)
public class LogicalLocation
extends Object
implements gov.nist.secauto.metaschema.core.model.IBoundObject
A logical location of a construct that produced a result.
-
Constructor Summary
ConstructorDescriptionLogicalLocation
(gov.nist.secauto.metaschema.core.model.IMetaschemaData data) -
Method Summary
Modifier and TypeMethodDescriptiongetIndex()
getKind()
gov.nist.secauto.metaschema.core.model.IMetaschemaData
getName()
void
setDecoratedName
(String value) void
setFullyQualifiedName
(String value) void
setIndex
(BigInteger value) void
void
void
setParentIndex
(BigInteger value) toString()
-
Constructor Details
-
LogicalLocation
public LogicalLocation() -
LogicalLocation
-
-
Method Details
-
getMetaschemaData
- Specified by:
getMetaschemaData
in interfacegov.nist.secauto.metaschema.core.model.IBoundObject
-
getName
-
setName
-
getIndex
-
setIndex
-
getFullyQualifiedName
-
setFullyQualifiedName
-
getDecoratedName
-
setDecoratedName
-
getParentIndex
-
setParentIndex
-
getKind
-
setKind
-
toString
-