Class Beneficiary
java.lang.Object
net.finmath.smartcontract.product.xml.Beneficiary
A type defining the beneficiary of the funds.
Java class for Beneficiary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Beneficiary"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.fpml.org/FpML-5/confirmation}RoutingIdentification.model"/> <element name="beneficiaryPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected PartyReference
protected RoutingExplicitDetails
protected RoutingIds
protected RoutingIdsAndExplicitDetails
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the beneficiaryPartyReference property.Gets the value of the routingExplicitDetails property.Gets the value of the routingIds property.Gets the value of the routingIdsAndExplicitDetails property.void
Sets the value of the beneficiaryPartyReference property.void
Sets the value of the routingExplicitDetails property.void
setRoutingIds
(RoutingIds value) Sets the value of the routingIds property.void
Sets the value of the routingIdsAndExplicitDetails property.
-
Field Details
-
routingIds
-
routingExplicitDetails
-
routingIdsAndExplicitDetails
-
beneficiaryPartyReference
-
-
Constructor Details
-
Beneficiary
public Beneficiary()
-
-
Method Details
-
getRoutingIds
Gets the value of the routingIds property.- Returns:
- possible object is
RoutingIds
-
setRoutingIds
Sets the value of the routingIds property.- Parameters:
value
- allowed object isRoutingIds
-
getRoutingExplicitDetails
Gets the value of the routingExplicitDetails property.- Returns:
- possible object is
RoutingExplicitDetails
-
setRoutingExplicitDetails
Sets the value of the routingExplicitDetails property.- Parameters:
value
- allowed object isRoutingExplicitDetails
-
getRoutingIdsAndExplicitDetails
Gets the value of the routingIdsAndExplicitDetails property.- Returns:
- possible object is
RoutingIdsAndExplicitDetails
-
setRoutingIdsAndExplicitDetails
Sets the value of the routingIdsAndExplicitDetails property.- Parameters:
value
- allowed object isRoutingIdsAndExplicitDetails
-
getBeneficiaryPartyReference
Gets the value of the beneficiaryPartyReference property.- Returns:
- possible object is
PartyReference
-
setBeneficiaryPartyReference
Sets the value of the beneficiaryPartyReference property.- Parameters:
value
- allowed object isPartyReference
-