Package dev.metaschema.oscal.lib.model
Class ImportProfile
java.lang.Object
dev.metaschema.oscal.lib.model.ImportProfile
- All Implemented Interfaces:
dev.metaschema.core.model.IBoundObject
@MetaschemaAssembly(formalName="Import Profile",
description="Used to import the OSCAL profile representing the system\'s control baseline.",
name="import-profile",
moduleClass=OscalSspModule.class)
public class ImportProfile
extends Object
implements dev.metaschema.core.model.IBoundObject
Used to import the OSCAL profile representing the system's control baseline.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newdev.metaschema.oscal.lib.model.ImportProfileinstance with no metadata.ImportProfile(dev.metaschema.core.model.IMetaschemaData data) Constructs a newdev.metaschema.oscal.lib.model.ImportProfileinstance with the specified metadata. -
Method Summary
Modifier and TypeMethodDescriptiongetHref()Get the "Profile Reference".dev.metaschema.core.model.IMetaschemaDatadev.metaschema.core.datatype.markup.MarkupMultilineGet the "Remarks".voidSet the "Profile Reference".voidsetRemarks(dev.metaschema.core.datatype.markup.MarkupMultiline value) Set the "Remarks".toString()
-
Constructor Details
-
ImportProfile
public ImportProfile()Constructs a newdev.metaschema.oscal.lib.model.ImportProfileinstance with no metadata. -
ImportProfile
Constructs a newdev.metaschema.oscal.lib.model.ImportProfileinstance with the specified metadata.- Parameters:
data- the metaschema data, ornullif none
-
-
Method Details
-
getMetaschemaData
- Specified by:
getMetaschemaDatain interfacedev.metaschema.core.model.IBoundObject
-
getHref
Get the "Profile Reference".A resolvable URL reference to the profile or catalog to use as the system's control baseline.
- Returns:
- the href value
-
setHref
Set the "Profile Reference".A resolvable URL reference to the profile or catalog to use as the system's control baseline.
- Parameters:
value- the href 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
-