Uses of Class
gov.nist.secauto.oscal.lib.model.DocumentId
Packages that use DocumentId
-
Uses of DocumentId in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type DocumentIdMethods in gov.nist.secauto.oscal.lib.model with parameters of type DocumentIdModifier and TypeMethodDescriptionboolean
BackMatter.Resource.addDocumentId
(DocumentId item) Add a newDocumentId
item to the underlying collection.boolean
Metadata.addDocumentId
(DocumentId item) Add a newDocumentId
item to the underlying collection.boolean
BackMatter.Resource.removeDocumentId
(DocumentId item) Remove the first matchingDocumentId
item from the underlying collection.boolean
Metadata.removeDocumentId
(DocumentId item) Remove the first matchingDocumentId
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type DocumentIdModifier and TypeMethodDescriptionvoid
BackMatter.Resource.setDocumentIds
(List<DocumentId> value) void
Metadata.setDocumentIds
(List<DocumentId> value)