Class ParticipantsImpl

  • All Implemented Interfaces:
    Participants

    public class ParticipantsImpl
    extends ParticipantsType
    implements Participants
    Contains information about which parties are authorized in the use of the token.
    Author:
    Manveen Kaur
    • Constructor Detail

    • Method Detail

      • getParticipants

        public List<Participant> getParticipants()
        Description copied from interface: Participants
        Gets the value of the participant 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 JAXB object. This is why there is not a set method for the participant property.

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

            getParticipant().add(newItem);
         

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

        Specified by:
        getParticipants in interface Participants