Package gov.nist.secauto.oscal.lib.model
Class ByComponent.Export
java.lang.Object
gov.nist.secauto.oscal.lib.model.ByComponent.Export
- All Implemented Interfaces:
gov.nist.secauto.metaschema.core.model.IBoundObject
- Enclosing class:
- ByComponent
@MetaschemaAssembly(formalName="Export",
description="Identifies content intended for external consumption, such as with leveraged organizations.",
name="export",
moduleClass=OscalSspModule.class,
valueConstraints=@ValueConstraints(indexHasKey=@IndexHasKey(level=ERROR,target="responsibility",indexName="by-component-export-provided-uuid",keyFields=@KeyField(target="@provided-uuid"))),
modelConstraints=@AssemblyConstraints(cardinality=@HasCardinality(level=ERROR,target="provided|responsibility",minOccurs=1)))
public static class ByComponent.Export
extends Object
implements gov.nist.secauto.metaschema.core.model.IBoundObject
Identifies content intended for external consumption, such as with leveraged organizations.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDescribes a capability which may be inherited by a leveraging system.static classDescribes a control implementation responsibility imposed on a leveraging system. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAdd a newLinkitem to the underlying collection.booleanAdd a newPropertyitem to the underlying collection.booleanAdd a newByComponent.Export.Provideditem to the underlying collection.booleanAdd a newByComponent.Export.Responsibilityitem to the underlying collection.gov.nist.secauto.metaschema.core.datatype.markup.MarkupMultilinegetLinks()gov.nist.secauto.metaschema.core.model.IMetaschemaDatagetProps()gov.nist.secauto.metaschema.core.datatype.markup.MarkupMultilinebooleanremoveLink(Link item) Remove the first matchingLinkitem from the underlying collection.booleanremoveProp(Property item) Remove the first matchingPropertyitem from the underlying collection.booleanRemove the first matchingByComponent.Export.Provideditem from the underlying collection.booleanRemove the first matchingByComponent.Export.Responsibilityitem from the underlying collection.voidsetDescription(gov.nist.secauto.metaschema.core.datatype.markup.MarkupMultiline value) voidvoidvoidvoidsetRemarks(gov.nist.secauto.metaschema.core.datatype.markup.MarkupMultiline value) voidtoString()
-
Constructor Details
-
Export
public Export() -
Export
-
-
Method Details
-
getMetaschemaData
- Specified by:
getMetaschemaDatain interfacegov.nist.secauto.metaschema.core.model.IBoundObject
-
getDescription
-
setDescription
-
getProps
-
setProps
-
addProp
Add a newPropertyitem to the underlying collection.- Parameters:
item- the item to add- Returns:
true
-
removeProp
Remove the first matchingPropertyitem from the underlying collection.- Parameters:
item- the item to remove- Returns:
trueif the item was removed orfalseotherwise
-
getLinks
-
setLinks
-
addLink
Add a newLinkitem to the underlying collection.- Parameters:
item- the item to add- Returns:
true
-
removeLink
Remove the first matchingLinkitem from the underlying collection.- Parameters:
item- the item to remove- Returns:
trueif the item was removed orfalseotherwise
-
getProvided
-
setProvided
-
addProvided
Add a newByComponent.Export.Provideditem to the underlying collection.- Parameters:
item- the item to add- Returns:
true
-
removeProvided
Remove the first matchingByComponent.Export.Provideditem from the underlying collection.- Parameters:
item- the item to remove- Returns:
trueif the item was removed orfalseotherwise
-
getResponsibilities
-
setResponsibilities
-
addResponsibility
Add a newByComponent.Export.Responsibilityitem to the underlying collection.- Parameters:
item- the item to add- Returns:
true
-
removeResponsibility
Remove the first matchingByComponent.Export.Responsibilityitem from the underlying collection.- Parameters:
item- the item to remove- Returns:
trueif the item was removed orfalseotherwise
-
getRemarks
-
setRemarks
-
toString
-