public class ParticipantsType extends SimpleAnyType
Java class for ParticipantsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParticipantsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Primary" type="{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}ParticipantType" minOccurs="0"/> <element name="Participant" type="{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}ParticipantType" maxOccurs="unbounded" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<ParticipantType> |
participant |
protected ParticipantType |
primary |
any
Constructor and Description |
---|
ParticipantsType() |
Modifier and Type | Method and Description |
---|---|
void |
add(ParticipantType p) |
List<ParticipantType> |
getParticipant()
Gets the value of the participant property.
|
ParticipantType |
getPrimary()
Gets the value of the primary property.
|
boolean |
remove(ParticipantType p) |
void |
setPrimary(ParticipantType value)
Sets the value of the primary property.
|
add, getAny, remove
protected ParticipantType primary
protected List<ParticipantType> participant
public ParticipantType getPrimary()
ParticipantType
public void setPrimary(ParticipantType value)
value
- allowed object is ParticipantType
public void add(ParticipantType p)
public boolean remove(ParticipantType p)
public List<ParticipantType> getParticipant()
Objects of the following type(s) are allowed in the list ParticipantType
Copyright © 2016 JBoss by Red Hat. All rights reserved.