Class PhysicalLocation

java.lang.Object
org.schemastore.json.sarif.x210.PhysicalLocation
All Implemented Interfaces:
gov.nist.secauto.metaschema.core.model.IBoundObject

@MetaschemaAssembly(formalName="Physical Location", description="A physical location relevant to a result. Specifies a reference to a programming artifact together with a range of bytes or characters within that artifact.", name="physicalLocation", moduleClass=SarifModule.class, valueConstraints=@ValueConstraints(expect=@Expect(level=ERROR,test="exists(address|artifactLocation)",message="At least one address or artifactLocation must be provided."))) public class PhysicalLocation extends Object implements gov.nist.secauto.metaschema.core.model.IBoundObject
A physical location relevant to a result. Specifies a reference to a programming artifact together with a range of bytes or characters within that artifact.