Class ParticipantRole

java.lang.Object
org.projecthusky.common.model.ParticipantRole

public class ParticipantRole extends Object
The Class ParticipantRole. This element does not necessarily contain information about a person, but also about an organization.
  • Constructor Details

    • ParticipantRole

      public ParticipantRole()
      Instantiates a new participant role.
    • ParticipantRole

      public ParticipantRole(POCDMT000040ParticipantRole mdht)
      Instantiates a new participant role.
      Parameters:
      mdht - the mdht
  • Method Details

    • addAddress

      public void addAddress(Address address)
      Adds the address.
      Parameters:
      address - the address
    • addId

      public void addId(Identificator id)
      Adds the id.
      Parameters:
      id - the id
    • getAddresses

      public List<Address> getAddresses()
      Gets the addresses.
      Returns:
      the addresses
    • getClassCode

      public List<String> getClassCode()
      Gets the class code.
      Returns:
      the class code
    • setClassCode

      public void setClassCode(String classCode)
      Sets the class code.
      Parameters:
      classCode - the new class code
    • getIdList

      public List<Identificator> getIdList()
      Gets the id list.
      Returns:
      the id list
    • getMdht

      public POCDMT000040ParticipantRole getMdht()
      Gets the mdht.
      Returns:
      the mdht
    • getPlayingEntity

      public POCDMT000040PlayingEntity getPlayingEntity()
      Gets the playing entity.
      Returns:
      the playing entity
    • setPlayingEntity

      public void setPlayingEntity(PlayingEntity playingEntity)
      Sets the playing entity.
      Parameters:
      playingEntity - the new playing entity
    • getTelecoms

      public List<Telecom> getTelecoms()
      Gets the telecoms.
      Returns:
      Telecoms the telecoms
    • setTelecoms

      public void setTelecoms(List<Telecom> telecoms)
      Sets the telecoms.
      Parameters:
      telecoms - the new telecoms