Uses of Class
fr.gouv.vitam.common.model.unit.AgentTypeModel
Packages that use AgentTypeModel
-
Uses of AgentTypeModel in fr.gouv.vitam.common.model.unit
Subclasses of AgentTypeModel in fr.gouv.vitam.common.model.unitModifier and TypeClassDescriptionclass
Custom Class for DescriptiveMetadataContentType.Writer (Seda 2.1) Problem (with merge of two choice elements) : getting JAXB "catch-all" property (one content property generated of type List of JAXBElement) because of the following reason : The field name "Identifier" is used by two different parts of a schema in choice element.Methods in fr.gouv.vitam.common.model.unit that return AgentTypeModelModifier and TypeMethodDescriptionObjectFactory.createAgentTypeModel()
Create an instance ofAgentTypeModel
Methods in fr.gouv.vitam.common.model.unit that return types with arguments of type AgentTypeModelModifier and TypeMethodDescriptionDescriptiveMetadataModel.getAddressee()
DescriptiveMetadataModel.getAgent()
DescriptiveMetadataModel.getAuthorizedAgent()
DescriptiveMetadataModel.getRecipient()
DescriptiveMetadataModel.getSender()
DescriptiveMetadataModel.getTransmitter()
DescriptiveMetadataModel.getWriter()
Method parameters in fr.gouv.vitam.common.model.unit with type arguments of type AgentTypeModelModifier and TypeMethodDescriptionvoid
DescriptiveMetadataModel.setAddressee
(List<AgentTypeModel> addressee) void
DescriptiveMetadataModel.setAgent
(List<AgentTypeModel> agent) void
DescriptiveMetadataModel.setAuthorizedAgent
(List<AgentTypeModel> authorizedAgent) void
DescriptiveMetadataModel.setRecipient
(List<AgentTypeModel> recipient) void
DescriptiveMetadataModel.setSender
(List<AgentTypeModel> sender) void
DescriptiveMetadataModel.setTransmitter
(List<AgentTypeModel> transmitter) void
DescriptiveMetadataModel.setWriter
(List<AgentTypeModel> writer)