public class Participant
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Participant.ParticipantType
enum to represent the various types of valid participants.
|
| Constructor and Description |
|---|
Participant(Participant.ParticipantType type,
boolean escalation)
Construct a Participant.
|
Participant(Participant.ParticipantType type,
DistinguishedName name,
boolean escalation)
Construct a Participant.
|
| Modifier and Type | Method and Description |
|---|---|
DistinguishedName |
getName()
Access method for the name property.
|
Participant.ParticipantType |
getType()
Access method for the type property.
|
void |
setName(DistinguishedName name)
Sets the value of the name property.
|
void |
setType(Participant.ParticipantType type)
Sets the value of the type property.
|
public Participant(Participant.ParticipantType type, boolean escalation)
type - ParticipantTypeescalation - flag indicating that participant is an escalation
participant.public Participant(Participant.ParticipantType type, DistinguishedName name, boolean escalation)
type - ParticipantTypename - a common name for the participant.escalation - flag indicating that participant is an escalation
participant.public DistinguishedName getName()
public void setName(DistinguishedName name)
name - the new value of the name propertypublic Participant.ParticipantType getType()
public void setType(Participant.ParticipantType type)
aType - the new value of the type property