Uses of Class
gov.nist.secauto.oscal.lib.model.DocumentId
-
Uses of DocumentId in gov.nist.secauto.oscal.lib.model
Modifier 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.Modifier and TypeMethodDescriptionvoid
BackMatter.Resource.setDocumentIds
(List<DocumentId> value) void
Metadata.setDocumentIds
(List<DocumentId> value)