Uses of Class
network.oxalis.vefa.peppol.common.model.ParticipantIdentifier
-
Packages that use ParticipantIdentifier Package Description network.oxalis.vefa.peppol.common.model Data model for this project. -
-
Uses of ParticipantIdentifier in network.oxalis.vefa.peppol.common.model
Methods in network.oxalis.vefa.peppol.common.model that return ParticipantIdentifier Modifier and Type Method Description ParticipantIdentifierServiceInformation. getParticipantIdentifier()static ParticipantIdentifierParticipantIdentifier. of(String value)static ParticipantIdentifierParticipantIdentifier. of(String value, Scheme scheme)static ParticipantIdentifierParticipantIdentifier. parse(String str)Method parameters in network.oxalis.vefa.peppol.common.model with type arguments of type ParticipantIdentifier Modifier and Type Method Description static HeaderHeader. of(ParticipantIdentifier sender, ParticipantIdentifier receiver, List<ParticipantIdentifier> cc, ProcessIdentifier process, DocumentTypeIdentifier documentType, C1CountryIdentifier c1CountryIdentifier, InstanceIdentifier identifier, InstanceType instanceType, Date creationTimestamp)
-