Uses of Class
dev.metaschema.oscal.lib.model.ResponsibleParty
Packages that use ResponsibleParty
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 ResponsibleParty in dev.metaschema.oscal.lib.model
Methods in dev.metaschema.oscal.lib.model that return types with arguments of type ResponsiblePartyModifier and TypeMethodDescriptionAction.getResponsibleParties()Get the "Responsible Party".AssessmentAssets.AssessmentPlatform.UsesComponent.getResponsibleParties()Get the "Responsible Party".InventoryItem.getResponsibleParties()Get the "Responsible Party".InventoryItem.ImplementedComponent.getResponsibleParties()Get the "Responsible Party".MappingProvenance.getResponsibleParties()Get the "Responsible Party".Metadata.getResponsibleParties()Get the "Responsible Party".RelatedTask.getResponsibleParties()Get the "Responsible Party".Result.Attestation.getResponsibleParties()Get the "Responsible Party".SystemCharacteristics.getResponsibleParties()Get the "Responsible Party".Methods in dev.metaschema.oscal.lib.model with parameters of type ResponsiblePartyModifier and TypeMethodDescriptionbooleanAction.addResponsibleParty(ResponsibleParty item) Add a newResponsiblePartyitem to the underlying collection.booleanAssessmentAssets.AssessmentPlatform.UsesComponent.addResponsibleParty(ResponsibleParty item) Add a newResponsiblePartyitem to the underlying collection.booleanInventoryItem.addResponsibleParty(ResponsibleParty item) Add a newResponsiblePartyitem to the underlying collection.booleanInventoryItem.ImplementedComponent.addResponsibleParty(ResponsibleParty item) Add a newResponsiblePartyitem to the underlying collection.booleanMappingProvenance.addResponsibleParty(ResponsibleParty item) Add a newResponsiblePartyitem to the underlying collection.booleanMetadata.addResponsibleParty(ResponsibleParty item) Add a newResponsiblePartyitem to the underlying collection.booleanRelatedTask.addResponsibleParty(ResponsibleParty item) Add a newResponsiblePartyitem to the underlying collection.booleanResult.Attestation.addResponsibleParty(ResponsibleParty item) Add a newResponsiblePartyitem to the underlying collection.booleanSystemCharacteristics.addResponsibleParty(ResponsibleParty item) Add a newResponsiblePartyitem to the underlying collection.booleanAction.removeResponsibleParty(ResponsibleParty item) Remove the first matchingResponsiblePartyitem from the underlying collection.booleanAssessmentAssets.AssessmentPlatform.UsesComponent.removeResponsibleParty(ResponsibleParty item) Remove the first matchingResponsiblePartyitem from the underlying collection.booleanInventoryItem.ImplementedComponent.removeResponsibleParty(ResponsibleParty item) Remove the first matchingResponsiblePartyitem from the underlying collection.booleanInventoryItem.removeResponsibleParty(ResponsibleParty item) Remove the first matchingResponsiblePartyitem from the underlying collection.booleanMappingProvenance.removeResponsibleParty(ResponsibleParty item) Remove the first matchingResponsiblePartyitem from the underlying collection.booleanMetadata.removeResponsibleParty(ResponsibleParty item) Remove the first matchingResponsiblePartyitem from the underlying collection.booleanRelatedTask.removeResponsibleParty(ResponsibleParty item) Remove the first matchingResponsiblePartyitem from the underlying collection.booleanResult.Attestation.removeResponsibleParty(ResponsibleParty item) Remove the first matchingResponsiblePartyitem from the underlying collection.booleanSystemCharacteristics.removeResponsibleParty(ResponsibleParty item) Remove the first matchingResponsiblePartyitem from the underlying collection.Method parameters in dev.metaschema.oscal.lib.model with type arguments of type ResponsiblePartyModifier and TypeMethodDescriptionvoidAction.setResponsibleParties(List<ResponsibleParty> value) Set the "Responsible Party".voidAssessmentAssets.AssessmentPlatform.UsesComponent.setResponsibleParties(List<ResponsibleParty> value) Set the "Responsible Party".voidInventoryItem.ImplementedComponent.setResponsibleParties(List<ResponsibleParty> value) Set the "Responsible Party".voidInventoryItem.setResponsibleParties(List<ResponsibleParty> value) Set the "Responsible Party".voidMappingProvenance.setResponsibleParties(List<ResponsibleParty> value) Set the "Responsible Party".voidMetadata.setResponsibleParties(List<ResponsibleParty> value) Set the "Responsible Party".voidRelatedTask.setResponsibleParties(List<ResponsibleParty> value) Set the "Responsible Party".voidResult.Attestation.setResponsibleParties(List<ResponsibleParty> value) Set the "Responsible Party".voidSystemCharacteristics.setResponsibleParties(List<ResponsibleParty> value) Set the "Responsible Party".