Interface NaturalPerson

All Superinterfaces:
com.rosetta.model.lib.GlobalKey, com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
NaturalPerson.NaturalPersonBuilder
All Known Implementing Classes:
NaturalPerson.NaturalPersonBuilderImpl, NaturalPerson.NaturalPersonImpl

@RosettaDataType(value="NaturalPerson", builder=NaturalPersonBuilderImpl.class, version="5.30.0") @RuneDataType(value="NaturalPerson", model="cdm", builder=NaturalPersonBuilderImpl.class, version="5.30.0") public interface NaturalPerson extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.GlobalKey
A class to represent the attributes that are specific to a natural person.
Version:
5.30.0
  • Field Details

  • Method Details

    • getPersonId

      List<? extends FieldWithMetaPersonIdentifier> getPersonId()
      The identifier associated with a person, e.g. the internal identification code.
    • getHonorific

      String getHonorific()
      An honorific title, such as Mr., Ms., Dr. etc.
    • getFirstName

      String getFirstName()
      The natural person's first name. It is optional in FpML.
    • getMiddleName

      List<String> getMiddleName()
      The natural person's middle name(s). If a middle name is provided then an initial should be absent.
    • getInitial

      List<String> getInitial()
      The natural person's middle initial(s). If a middle initial is provided then a name should be absent.
    • getSurname

      String getSurname()
      The natural person's surname.
    • getSuffix

      String getSuffix()
      Name suffix, such as Jr., III, etc.
    • getDateOfBirth

      com.rosetta.model.lib.records.Date getDateOfBirth()
      The natural person's date of birth.
    • getContactInformation

      ContactInformation getContactInformation()
      The contact information for such person, when different from the contact information associated with the party.
    • getPersonRole

      List<? extends NaturalPersonRole> getPersonRole()
      The role of the person(s)
    • getMeta

      com.rosetta.model.metafields.MetaFields getMeta()
      Specified by:
      getMeta in interface com.rosetta.model.lib.GlobalKey
    • build

      NaturalPerson build()
      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends NaturalPerson> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends NaturalPerson> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject