Package gov.nist.secauto.oscal.lib.model
Class SecurityImpactLevel
java.lang.Object
gov.nist.secauto.oscal.lib.model.SecurityImpactLevel
- All Implemented Interfaces:
gov.nist.secauto.metaschema.core.model.IBoundObject
@MetaschemaAssembly(formalName="Security Impact Level",
description="The overall level of expected impact resulting from unauthorized disclosure, modification, or loss of access to information.",
name="security-impact-level",
moduleClass=OscalSspModule.class)
public class SecurityImpactLevel
extends Object
implements gov.nist.secauto.metaschema.core.model.IBoundObject
The overall level of expected impact resulting from unauthorized disclosure, modification, or loss of access to information.
-
Constructor Summary
ConstructorDescriptionSecurityImpactLevel
(gov.nist.secauto.metaschema.core.model.IMetaschemaData data) -
Method Summary
Modifier and TypeMethodDescriptiongov.nist.secauto.metaschema.core.model.IMetaschemaData
void
void
void
toString()
-
Constructor Details
-
SecurityImpactLevel
public SecurityImpactLevel() -
SecurityImpactLevel
-
-
Method Details
-
getMetaschemaData
- Specified by:
getMetaschemaData
in interfacegov.nist.secauto.metaschema.core.model.IBoundObject
-
getSecurityObjectiveConfidentiality
-
setSecurityObjectiveConfidentiality
-
getSecurityObjectiveIntegrity
-
setSecurityObjectiveIntegrity
-
getSecurityObjectiveAvailability
-
setSecurityObjectiveAvailability
-
toString
-