Uses of Class
net.finmath.smartcontract.product.xml.ContactInformation
Packages that use ContactInformation
-
Uses of ContactInformation in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as ContactInformationModifier and TypeFieldDescriptionprotected ContactInformation
BusinessUnit.contactInfo
protected ContactInformation
Party.contactInfo
protected ContactInformation
Person.contactInfo
Methods in net.finmath.smartcontract.product.xml that return ContactInformationModifier and TypeMethodDescriptionObjectFactory.createContactInformation()
Create an instance ofContactInformation
BusinessUnit.getContactInfo()
Gets the value of the contactInfo property.Party.getContactInfo()
Gets the value of the contactInfo property.Person.getContactInfo()
Gets the value of the contactInfo property.Methods in net.finmath.smartcontract.product.xml with parameters of type ContactInformationModifier and TypeMethodDescriptionvoid
BusinessUnit.setContactInfo
(ContactInformation value) Sets the value of the contactInfo property.void
Party.setContactInfo
(ContactInformation value) Sets the value of the contactInfo property.void
Person.setContactInfo
(ContactInformation value) Sets the value of the contactInfo property.