Uses of Class
net.finmath.smartcontract.product.xml.PartyMessageInformation
Packages that use PartyMessageInformation
-
Uses of PartyMessageInformation in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml with type parameters of type PartyMessageInformationModifier and TypeFieldDescriptionprotected List<PartyMessageInformation>
ExceptionMessageHeader.partyMessageInformation
protected List<PartyMessageInformation>
NotificationMessageHeader.partyMessageInformation
protected List<PartyMessageInformation>
RequestMessageHeader.partyMessageInformation
protected List<PartyMessageInformation>
ResponseMessageHeader.partyMessageInformation
Methods in net.finmath.smartcontract.product.xml that return PartyMessageInformationModifier and TypeMethodDescriptionObjectFactory.createPartyMessageInformation()
Create an instance ofPartyMessageInformation
Methods in net.finmath.smartcontract.product.xml that return types with arguments of type PartyMessageInformationModifier and TypeMethodDescriptionExceptionMessageHeader.getPartyMessageInformation()
Gets the value of the partyMessageInformation property.NotificationMessageHeader.getPartyMessageInformation()
Gets the value of the partyMessageInformation property.RequestMessageHeader.getPartyMessageInformation()
Gets the value of the partyMessageInformation property.ResponseMessageHeader.getPartyMessageInformation()
Gets the value of the partyMessageInformation property.