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

public class Person extends Object
A type that represents information about a person connected with a trade or business process.

Java class for Person complex type.

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

 <complexType name="Person">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <sequence minOccurs="0">
           <element name="honorific" type="{http://www.fpml.org/FpML-5/confirmation}NormalizedString" minOccurs="0"/>
           <element name="firstName" type="{http://www.fpml.org/FpML-5/confirmation}NormalizedString"/>
           <choice minOccurs="0">
             <element name="middleName" type="{http://www.fpml.org/FpML-5/confirmation}NormalizedString" maxOccurs="unbounded"/>
             <element name="initial" type="{http://www.fpml.org/FpML-5/confirmation}Initial" maxOccurs="unbounded"/>
           </choice>
           <element name="surname" type="{http://www.fpml.org/FpML-5/confirmation}NormalizedString"/>
           <element name="suffix" type="{http://www.fpml.org/FpML-5/confirmation}NormalizedString" minOccurs="0"/>
         </sequence>
         <element name="personId" type="{http://www.fpml.org/FpML-5/confirmation}PersonId" maxOccurs="unbounded" minOccurs="0"/>
         <element name="businessUnitReference" type="{http://www.fpml.org/FpML-5/confirmation}BusinessUnitReference" minOccurs="0"/>
         <element name="contactInfo" type="{http://www.fpml.org/FpML-5/confirmation}ContactInformation" minOccurs="0"/>
         <element name="dateOfBirth" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="country" type="{http://www.fpml.org/FpML-5/confirmation}CountryCode" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Person

      public Person()
  • Method Details

    • getHonorific

      public String getHonorific()
      Gets the value of the honorific property.
      Returns:
      possible object is String
    • setHonorific

      public void setHonorific(String value)
      Sets the value of the honorific property.
      Parameters:
      value - allowed object is String
    • getFirstName

      public String getFirstName()
      Gets the value of the firstName property.
      Returns:
      possible object is String
    • setFirstName

      public void setFirstName(String value)
      Sets the value of the firstName property.
      Parameters:
      value - allowed object is String
    • getMiddleName

      public List<String> getMiddleName()
      Gets the value of the middleName 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 middleName property.

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

          getMiddleName().add(newItem);
       

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

    • getInitial

      public List<String> getInitial()
      Gets the value of the initial 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 initial property.

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

          getInitial().add(newItem);
       

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

    • getSurname

      public String getSurname()
      Gets the value of the surname property.
      Returns:
      possible object is String
    • setSurname

      public void setSurname(String value)
      Sets the value of the surname property.
      Parameters:
      value - allowed object is String
    • getSuffix

      public String getSuffix()
      Gets the value of the suffix property.
      Returns:
      possible object is String
    • setSuffix

      public void setSuffix(String value)
      Sets the value of the suffix property.
      Parameters:
      value - allowed object is String
    • getPersonId

      public List<PersonId> getPersonId()
      Gets the value of the personId 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 personId property.

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

          getPersonId().add(newItem);
       

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

    • getBusinessUnitReference

      public BusinessUnitReference getBusinessUnitReference()
      Gets the value of the businessUnitReference property.
      Returns:
      possible object is BusinessUnitReference
    • setBusinessUnitReference

      public void setBusinessUnitReference(BusinessUnitReference value)
      Sets the value of the businessUnitReference property.
      Parameters:
      value - allowed object is BusinessUnitReference
    • 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
    • getDateOfBirth

      public XMLGregorianCalendar getDateOfBirth()
      Gets the value of the dateOfBirth property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDateOfBirth

      public void setDateOfBirth(XMLGregorianCalendar value)
      Sets the value of the dateOfBirth property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • 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
    • 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