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 ContactInformationBusinessUnit.contactInfoprotected ContactInformationParty.contactInfoprotected ContactInformationPerson.contactInfoMethods in net.finmath.smartcontract.product.xml that return ContactInformationModifier and TypeMethodDescriptionObjectFactory.createContactInformation()Create an instance ofContactInformationBusinessUnit.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 TypeMethodDescriptionvoidBusinessUnit.setContactInfo(ContactInformation value) Sets the value of the contactInfo property.voidParty.setContactInfo(ContactInformation value) Sets the value of the contactInfo property.voidPerson.setContactInfo(ContactInformation value) Sets the value of the contactInfo property.