Class RelatedBusinessUnit
java.lang.Object
net.finmath.smartcontract.product.xml.RelatedBusinessUnit
Java class for RelatedBusinessUnit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelatedBusinessUnit"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="businessUnitReference" type="{http://www.fpml.org/FpML-5/confirmation}BusinessUnitReference"/> <element name="role" type="{http://www.fpml.org/FpML-5/confirmation}BusinessUnitRole"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the businessUnitReference property.getRole()
Gets the value of the role property.void
Sets the value of the businessUnitReference property.void
setRole
(BusinessUnitRole value) Sets the value of the role property.
-
Field Details
-
businessUnitReference
-
role
-
-
Constructor Details
-
RelatedBusinessUnit
public RelatedBusinessUnit()
-
-
Method Details
-
getBusinessUnitReference
Gets the value of the businessUnitReference property.- Returns:
- possible object is
BusinessUnitReference
-
setBusinessUnitReference
Sets the value of the businessUnitReference property.- Parameters:
value
- allowed object isBusinessUnitReference
-
getRole
Gets the value of the role property.- Returns:
- possible object is
BusinessUnitRole
-
setRole
Sets the value of the role property.- Parameters:
value
- allowed object isBusinessUnitRole
-