Class RelatedParty
java.lang.Object
net.finmath.smartcontract.product.xml.RelatedParty
Java class for RelatedParty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelatedParty">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.fpml.org/FpML-5/confirmation}PartyAndAccountReferences.model"/>
<element name="role" type="{http://www.fpml.org/FpML-5/confirmation}PartyRole"/>
<element name="type" type="{http://www.fpml.org/FpML-5/confirmation}PartyRoleType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AccountReferenceprotected PartyReferenceprotected PartyRoleprotected PartyRoleType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accountReference property.Gets the value of the partyReference property.getRole()Gets the value of the role property.getType()Gets the value of the type property.voidSets the value of the accountReference property.voidsetPartyReference(PartyReference value) Sets the value of the partyReference property.voidSets the value of the role property.voidsetType(PartyRoleType value) Sets the value of the type property.
-
Field Details
-
partyReference
-
accountReference
-
role
-
type
-
-
Constructor Details
-
RelatedParty
public RelatedParty()
-
-
Method Details
-
getPartyReference
Gets the value of the partyReference property.- Returns:
- possible object is
PartyReference
-
setPartyReference
Sets the value of the partyReference property.- Parameters:
value- allowed object isPartyReference
-
getAccountReference
Gets the value of the accountReference property.- Returns:
- possible object is
AccountReference
-
setAccountReference
Sets the value of the accountReference property.- Parameters:
value- allowed object isAccountReference
-
getRole
-
setRole
-
getType
Gets the value of the type property.- Returns:
- possible object is
PartyRoleType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isPartyRoleType
-