Class PartyEntityClassification

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

public class PartyEntityClassification extends Object
A type that specifies the classification of a party.

Java class for PartyEntityClassification complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PartyEntityClassification">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="partyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference"/>
         <element name="entityClassification" type="{http://www.fpml.org/FpML-5/confirmation}EntityClassification"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PartyEntityClassification

      public PartyEntityClassification()
  • 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
    • getEntityClassification

      public EntityClassification getEntityClassification()
      Gets the value of the entityClassification property.
      Returns:
      possible object is EntityClassification
    • setEntityClassification

      public void setEntityClassification(EntityClassification value)
      Sets the value of the entityClassification property.
      Parameters:
      value - allowed object is EntityClassification