Uses of Class
no.difi.sdp.client2.domain.sbd.ContactInformation
-
Packages that use ContactInformation Package Description no.difi.sdp.client2.domain.sbd -
-
Uses of ContactInformation in no.difi.sdp.client2.domain.sbd
Fields in no.difi.sdp.client2.domain.sbd with type parameters of type ContactInformation Modifier and Type Field Description protected List<ContactInformation>Partner. contactInformationMethods in no.difi.sdp.client2.domain.sbd that return types with arguments of type ContactInformation Modifier and Type Method Description List<ContactInformation>Partner. getContactInformation()Methods in no.difi.sdp.client2.domain.sbd with parameters of type ContactInformation Modifier and Type Method Description PartnerPartner. addContactInformation(ContactInformation contactInformation)Method parameters in no.difi.sdp.client2.domain.sbd with type arguments of type ContactInformation Modifier and Type Method Description voidPartner. setContactInformation(List<ContactInformation> contactInformation)voidReceiver. setContactInformation(List<ContactInformation> contactInformation)voidSender. setContactInformation(List<ContactInformation> contactInformation)Constructor parameters in no.difi.sdp.client2.domain.sbd with type arguments of type ContactInformation Constructor Description Partner(PartnerIdentification identifier, List<ContactInformation> contactInformation)Receiver(PartnerIdentification identifier, List<ContactInformation> contactInformation)Sender(PartnerIdentification identifier, List<ContactInformation> contactInformation)
-