Package org.schemastore.json.sarif.x210
Class PropertyBag
java.lang.Object
org.schemastore.json.sarif.x210.PropertyBag
- All Implemented Interfaces:
gov.nist.secauto.metaschema.core.model.IBoundObject
@MetaschemaAssembly(formalName="Property Bag",
description="Key/value pairs that provide additional information about the object.",
name="propertyBag",
moduleClass=SarifModule.class)
public class PropertyBag
extends Object
implements gov.nist.secauto.metaschema.core.model.IBoundObject
Key/value pairs that provide additional information about the object.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PropertyBag
public PropertyBag() -
PropertyBag
-
-
Method Details
-
getMetaschemaData
- Specified by:
getMetaschemaData
in interfacegov.nist.secauto.metaschema.core.model.IBoundObject
-
getTags
-
setTags
-
addTag
Add a newString
item to the underlying collection.- Parameters:
item
- the item to add- Returns:
true
-
removeTag
Remove the first matchingString
item from the underlying collection.- Parameters:
item
- the item to remove- Returns:
true
if the item was removed orfalse
otherwise
-
toString
-