Class ClearingInstructions
java.lang.Object
net.finmath.smartcontract.product.xml.ClearingInstructions
Java class for ClearingInstructions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClearingInstructions"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="requestedClearingAction" type="{http://www.fpml.org/FpML-5/confirmation}RequestedClearingAction" minOccurs="0"/> <element name="requestedClearingOrganizationPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the requestedClearingAction property.Gets the value of the requestedClearingOrganizationPartyReference property.void
Sets the value of the requestedClearingAction property.void
Sets the value of the requestedClearingOrganizationPartyReference property.
-
Field Details
-
requestedClearingAction
-
requestedClearingOrganizationPartyReference
-
-
Constructor Details
-
ClearingInstructions
public ClearingInstructions()
-
-
Method Details
-
getRequestedClearingAction
Gets the value of the requestedClearingAction property.- Returns:
- possible object is
RequestedClearingAction
-
setRequestedClearingAction
Sets the value of the requestedClearingAction property.- Parameters:
value
- allowed object isRequestedClearingAction
-
getRequestedClearingOrganizationPartyReference
Gets the value of the requestedClearingOrganizationPartyReference property.- Returns:
- possible object is
PartyReference
-
setRequestedClearingOrganizationPartyReference
Sets the value of the requestedClearingOrganizationPartyReference property.- Parameters:
value
- allowed object isPartyReference
-