Uses of Class
gov.nist.secauto.oscal.lib.model.Origin
Packages that use Origin
-
Uses of Origin in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return OriginMethods in gov.nist.secauto.oscal.lib.model that return types with arguments of type OriginModifier and TypeMethodDescriptionFinding.getOrigins()
Observation.getOrigins()
Response.getOrigins()
Risk.getOrigins()
Methods in gov.nist.secauto.oscal.lib.model with parameters of type OriginModifier 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
Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type OriginModifier 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)