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 Details

    • LogicalLocation

      public LogicalLocation()
    • LogicalLocation

      public LogicalLocation(gov.nist.secauto.metaschema.core.model.IMetaschemaData data)
  • Method Details

    • getMetaschemaData

      public gov.nist.secauto.metaschema.core.model.IMetaschemaData getMetaschemaData()
      Specified by:
      getMetaschemaData in interface gov.nist.secauto.metaschema.core.model.IBoundObject
    • getName

      public String getName()
    • setName

      public void setName(String value)
    • getIndex

      public BigInteger getIndex()
    • setIndex

      public void setIndex(BigInteger value)
    • getFullyQualifiedName

      public String getFullyQualifiedName()
    • setFullyQualifiedName

      public void setFullyQualifiedName(String value)
    • getDecoratedName

      public String getDecoratedName()
    • setDecoratedName

      public void setDecoratedName(String value)
    • getParentIndex

      public BigInteger getParentIndex()
    • setParentIndex

      public void setParentIndex(BigInteger value)
    • getKind

      public String getKind()
    • setKind

      public void setKind(String value)
    • toString

      public String toString()
      Overrides:
      toString in class Object