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
ConstructorsConstructorDescriptionLogicalLocation(gov.nist.secauto.metaschema.core.model.IMetaschemaData data)  - 
Method Summary
Modifier and TypeMethodDescriptiongetIndex()getKind()gov.nist.secauto.metaschema.core.model.IMetaschemaDatagetName()voidsetDecoratedName(String value) voidsetFullyQualifiedName(String value) voidsetIndex(BigInteger value) voidvoidvoidsetParentIndex(BigInteger value) toString() 
- 
Constructor Details
- 
LogicalLocation
public LogicalLocation() - 
LogicalLocation
 
 - 
 - 
Method Details
- 
getMetaschemaData
- Specified by:
 getMetaschemaDatain interfacegov.nist.secauto.metaschema.core.model.IBoundObject
 - 
getName
 - 
setName
 - 
getIndex
 - 
setIndex
 - 
getFullyQualifiedName
 - 
setFullyQualifiedName
 - 
getDecoratedName
 - 
setDecoratedName
 - 
getParentIndex
 - 
setParentIndex
 - 
getKind
 - 
setKind
 - 
toString
 
 -