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

public class Party extends Object
Parties can perform multiple roles in a trade lifecycle. For example, the principal parties obligated to make payments from time to time during the term of the trade, but may include other parties involved in, or incidental to, the trade, such as parties acting in the role of novation transferor/transferee, broker, calculation agent, etc. In FpML roles are defined in multiple places within a document.

Java class for Party complex type.

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

 <complexType name="Party">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Party.model"/>
         <sequence>
           <element name="groupType" type="{http://www.fpml.org/FpML-5/confirmation}PartyGroupType"/>
           <element name="partyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" maxOccurs="unbounded" minOccurs="2"/>
         </sequence>
       </choice>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Party

      public Party()
  • Method Details

    • getPartyId

      public List<PartyId> getPartyId()
      Gets the value of the partyId property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the partyId property.

      For example, to add a new item, do as follows:

          getPartyId().add(newItem);
       

      Objects of the following type(s) are allowed in the list PartyId

    • getPartyName

      public PartyName getPartyName()
      Gets the value of the partyName property.
      Returns:
      possible object is PartyName
    • setPartyName

      public void setPartyName(PartyName value)
      Sets the value of the partyName property.
      Parameters:
      value - allowed object is PartyName
    • getClassification

      public List<IndustryClassification> getClassification()
      Gets the value of the classification property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the classification property.

      For example, to add a new item, do as follows:

          getClassification().add(newItem);
       

      Objects of the following type(s) are allowed in the list IndustryClassification

    • getCreditRating

      public List<CreditRating> getCreditRating()
      Gets the value of the creditRating property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the creditRating property.

      For example, to add a new item, do as follows:

          getCreditRating().add(newItem);
       

      Objects of the following type(s) are allowed in the list CreditRating

    • getCountry

      public CountryCode getCountry()
      Gets the value of the country property.
      Returns:
      possible object is CountryCode
    • setCountry

      public void setCountry(CountryCode value)
      Sets the value of the country property.
      Parameters:
      value - allowed object is CountryCode
    • getRegion

      public List<Region> getRegion()
      Gets the value of the region property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the region property.

      For example, to add a new item, do as follows:

          getRegion().add(newItem);
       

      Objects of the following type(s) are allowed in the list Region

    • getJurisdiction

      public List<GoverningLaw> getJurisdiction()
      Gets the value of the jurisdiction property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the jurisdiction property.

      For example, to add a new item, do as follows:

          getJurisdiction().add(newItem);
       

      Objects of the following type(s) are allowed in the list GoverningLaw

    • getOrganizationType

      public OrganizationType getOrganizationType()
      Gets the value of the organizationType property.
      Returns:
      possible object is OrganizationType
    • setOrganizationType

      public void setOrganizationType(OrganizationType value)
      Sets the value of the organizationType property.
      Parameters:
      value - allowed object is OrganizationType
    • getContactInfo

      public ContactInformation getContactInfo()
      Gets the value of the contactInfo property.
      Returns:
      possible object is ContactInformation
    • setContactInfo

      public void setContactInfo(ContactInformation value)
      Sets the value of the contactInfo property.
      Parameters:
      value - allowed object is ContactInformation
    • getBusinessUnit

      public List<BusinessUnit> getBusinessUnit()
      Gets the value of the businessUnit property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the businessUnit property.

      For example, to add a new item, do as follows:

          getBusinessUnit().add(newItem);
       

      Objects of the following type(s) are allowed in the list BusinessUnit

    • getPerson

      public List<Person> getPerson()
      Gets the value of the person property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the person property.

      For example, to add a new item, do as follows:

          getPerson().add(newItem);
       

      Objects of the following type(s) are allowed in the list Person

    • getGroupType

      public PartyGroupType getGroupType()
      Gets the value of the groupType property.
      Returns:
      possible object is PartyGroupType
    • setGroupType

      public void setGroupType(PartyGroupType value)
      Sets the value of the groupType property.
      Parameters:
      value - allowed object is PartyGroupType
    • getPartyReference

      public List<PartyReference> getPartyReference()
      Gets the value of the partyReference property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the partyReference property.

      For example, to add a new item, do as follows:

          getPartyReference().add(newItem);
       

      Objects of the following type(s) are allowed in the list PartyReference

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String