Uses of Class
dev.metaschema.oscal.lib.model.Impact
Packages that use Impact
Package
Description
Provides generated Metaschema binding classes for module(s): OSCAL Mapping Model -- Common Models, OSCAL Implementation Common Information, OSCAL Assessment Results Model, OSCAL Assessment Plan Model, OSCAL Assessment Layer Format -- Common Modules, OSCAL Plan of Action and Milestones (POA&M) Model, OSCAL Profile Model, OSCAL Control Catalog Format -- Common Models, OSCAL Component Definition Model, OSCAL System Security Plan (SSP) Model, OSCAL Document Metadata Description, OSCAL Unified Model of Models, OSCAL Control Catalog Model, OSCAL Control Mapping Model.
-
Uses of Impact in dev.metaschema.oscal.lib.model
Methods in dev.metaschema.oscal.lib.model that return ImpactModifier and TypeMethodDescriptionSystemInformation.InformationType.getAvailabilityImpact()Get the "Availability Impact Level".SystemInformation.InformationType.getConfidentialityImpact()Get the "Confidentiality Impact Level".SystemInformation.InformationType.getIntegrityImpact()Get the "Integrity Impact Level".Methods in dev.metaschema.oscal.lib.model with parameters of type ImpactModifier and TypeMethodDescriptionvoidSystemInformation.InformationType.setAvailabilityImpact(Impact value) Set the "Availability Impact Level".voidSystemInformation.InformationType.setConfidentialityImpact(Impact value) Set the "Confidentiality Impact Level".voidSystemInformation.InformationType.setIntegrityImpact(Impact value) Set the "Integrity Impact Level".