Package dev.metaschema.oscal.lib.model
Class SystemComponent.Status
java.lang.Object
dev.metaschema.oscal.lib.model.SystemComponent.Status
- All Implemented Interfaces:
dev.metaschema.core.model.IBoundObject
- Enclosing class:
- SystemComponent
@MetaschemaAssembly(formalName="Status",
description="Describes the operational status of the system component.",
name="status",
moduleClass=OscalImplementationCommonModule.class)
public static class SystemComponent.Status
extends Object
implements dev.metaschema.core.model.IBoundObject
Describes the operational status of the system component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondev.metaschema.core.model.IMetaschemaDatadev.metaschema.core.datatype.markup.MarkupMultilineGet the "Remarks".getState()Get the "State".voidsetRemarks(dev.metaschema.core.datatype.markup.MarkupMultiline value) Set the "Remarks".voidSet the "State".toString()
-
Constructor Details
-
Status
public Status()Constructs a newdev.metaschema.oscal.lib.model.SystemComponent.Statusinstance with no metadata. -
Status
Constructs a newdev.metaschema.oscal.lib.model.SystemComponent.Statusinstance with the specified metadata.- Parameters:
data- the metaschema data, ornullif none
-
-
Method Details
-
getMetaschemaData
- Specified by:
getMetaschemaDatain interfacedev.metaschema.core.model.IBoundObject
-
getState
Get the "State".The operational status.
- Returns:
- the state value
-
setState
Set the "State".The operational status.
- Parameters:
value- the state value to set
-
getRemarks
Get the "Remarks".Additional commentary about the containing object.
- Returns:
- the remarks value, or
nullif not set
-
setRemarks
Set the "Remarks".Additional commentary about the containing object.
- Parameters:
value- the remarks value to set, ornullto clear
-
toString
-