Class RequestMessage
java.lang.Object
net.finmath.smartcontract.product.xml.Document
net.finmath.smartcontract.product.xml.Message
net.finmath.smartcontract.product.xml.RequestMessage
- Direct Known Subclasses:
CorrectableRequestMessage
,NonCorrectableRequestMessage
A type defining the basic content of a message that requests the receiver
to perform some business operation determined by the message type and its content.
Java class for RequestMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestMessage"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}Message"> <sequence> <element name="header" type="{http://www.fpml.org/FpML-5/confirmation}RequestMessageHeader"/> <group ref="{http://www.fpml.org/FpML-5/confirmation}Validation.model"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.Document
actualBuild, expectedBuild, fpmlVersion
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the header property.Gets the value of the validation property.void
setHeader
(RequestMessageHeader value) Sets the value of the header property.Methods inherited from class net.finmath.smartcontract.product.xml.Document
getActualBuild, getExpectedBuild, getFpmlVersion, setActualBuild, setExpectedBuild, setFpmlVersion
-
Field Details
-
header
-
validation
-
-
Constructor Details
-
RequestMessage
public RequestMessage()
-
-
Method Details
-
getHeader
Gets the value of the header property.- Returns:
- possible object is
RequestMessageHeader
-
setHeader
Sets the value of the header property.- Parameters:
value
- allowed object isRequestMessageHeader
-
getValidation
Gets the value of the validation property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the validation property.For example, to add a new item, do as follows:
getValidation().add(newItem);
Objects of the following type(s) are allowed in the list
Validation
-