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 TypeMethodDescriptionbooleanBackMatter.Resource.addDocumentId(DocumentId item) Add a newDocumentIditem to the underlying collection.booleanMetadata.addDocumentId(DocumentId item) Add a newDocumentIditem to the underlying collection.booleanBackMatter.Resource.removeDocumentId(DocumentId item) Remove the first matchingDocumentIditem from the underlying collection.booleanMetadata.removeDocumentId(DocumentId item) Remove the first matchingDocumentIditem from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type DocumentIdModifier and TypeMethodDescriptionvoidBackMatter.Resource.setDocumentIds(List<DocumentId> value) voidMetadata.setDocumentIds(List<DocumentId> value)