Uses of Class
gov.nist.secauto.oscal.lib.model.OriginActor
-
Uses of OriginActor in gov.nist.secauto.oscal.lib.model
Modifier and TypeMethodDescriptionboolean
Origin.addActor
(OriginActor item) Add a newOriginActor
item to the underlying collection.boolean
PoamItem.Origin.addActor
(OriginActor item) Add a newOriginActor
item to the underlying collection.boolean
Origin.removeActor
(OriginActor item) Remove the first matchingOriginActor
item from the underlying collection.boolean
PoamItem.Origin.removeActor
(OriginActor item) Remove the first matchingOriginActor
item from the underlying collection.Modifier and TypeMethodDescriptionvoid
Origin.setActors
(List<OriginActor> value) void
PoamItem.Origin.setActors
(List<OriginActor> value)