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