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 TypeMethodDescriptionbooleanAdd a newOriginitem to the underlying collection.booleanAdd a newOriginitem to the underlying collection.booleanAdd a newOriginitem to the underlying collection.booleanAdd a newOriginitem to the underlying collection.booleanFinding.removeOrigin(Origin item) Remove the first matchingOriginitem from the underlying collection.booleanObservation.removeOrigin(Origin item) Remove the first matchingOriginitem from the underlying collection.booleanResponse.removeOrigin(Origin item) Remove the first matchingOriginitem from the underlying collection.booleanRisk.removeOrigin(Origin item) Remove the first matchingOriginitem from the underlying collection.voidMethod parameters in gov.nist.secauto.oscal.lib.model with type arguments of type OriginModifier and TypeMethodDescriptionvoidFinding.setOrigins(List<Origin> value) voidObservation.setOrigins(List<Origin> value) voidResponse.setOrigins(List<Origin> value) voidRisk.setOrigins(List<Origin> value)