Class RelatedParty

java.lang.Object
net.finmath.smartcontract.product.xml.RelatedParty

public class RelatedParty extends Object

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 Details

  • Constructor Details

    • RelatedParty

      public RelatedParty()
  • Method Details

    • getPartyReference

      public PartyReference getPartyReference()
      Gets the value of the partyReference property.
      Returns:
      possible object is PartyReference
    • setPartyReference

      public void setPartyReference(PartyReference value)
      Sets the value of the partyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getAccountReference

      public AccountReference getAccountReference()
      Gets the value of the accountReference property.
      Returns:
      possible object is AccountReference
    • setAccountReference

      public void setAccountReference(AccountReference value)
      Sets the value of the accountReference property.
      Parameters:
      value - allowed object is AccountReference
    • getRole

      public PartyRole getRole()
      Gets the value of the role property.
      Returns:
      possible object is PartyRole
    • setRole

      public void setRole(PartyRole value)
      Sets the value of the role property.
      Parameters:
      value - allowed object is PartyRole
    • getType

      public PartyRoleType getType()
      Gets the value of the type property.
      Returns:
      possible object is PartyRoleType
    • setType

      public void setType(PartyRoleType value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is PartyRoleType