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 TypeClassDescriptionclassCustom 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 ofAgentTypeModelMethods 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 TypeMethodDescriptionvoidDescriptiveMetadataModel.setAddressee(List<AgentTypeModel> addressee) voidDescriptiveMetadataModel.setAgent(List<AgentTypeModel> agent) voidDescriptiveMetadataModel.setAuthorizedAgent(List<AgentTypeModel> authorizedAgent) voidDescriptiveMetadataModel.setRecipient(List<AgentTypeModel> recipient) voidDescriptiveMetadataModel.setSender(List<AgentTypeModel> sender) voidDescriptiveMetadataModel.setTransmitter(List<AgentTypeModel> transmitter) voidDescriptiveMetadataModel.setWriter(List<AgentTypeModel> writer)