Uses of Class
gov.nist.secauto.oscal.lib.model.Origin
-
Uses of Origin in gov.nist.secauto.oscal.lib.model
Modifier and TypeMethodDescriptionFinding.getOrigins()
Observation.getOrigins()
Response.getOrigins()
Risk.getOrigins()
Modifier and TypeMethodDescriptionboolean
Add a newOrigin
item to the underlying collection.boolean
Add a newOrigin
item to the underlying collection.boolean
Add a newOrigin
item to the underlying collection.boolean
Add a newOrigin
item to the underlying collection.boolean
Finding.removeOrigin
(Origin item) Remove the first matchingOrigin
item from the underlying collection.boolean
Observation.removeOrigin
(Origin item) Remove the first matchingOrigin
item from the underlying collection.boolean
Response.removeOrigin
(Origin item) Remove the first matchingOrigin
item from the underlying collection.boolean
Risk.removeOrigin
(Origin item) Remove the first matchingOrigin
item from the underlying collection.void
Modifier and TypeMethodDescriptionvoid
Finding.setOrigins
(List<Origin> value) void
Observation.setOrigins
(List<Origin> value) void
Response.setOrigins
(List<Origin> value) void
Risk.setOrigins
(List<Origin> value)