Uses of Class
org.xmlsoap.schemas.ws._2005._02.trust.ParticipantType

Packages that use ParticipantType
org.xmlsoap.schemas.ws._2005._02.trust   
 

Uses of ParticipantType in org.xmlsoap.schemas.ws._2005._02.trust
 

Methods in org.xmlsoap.schemas.ws._2005._02.trust that return ParticipantType
 ParticipantType[] ParticipantsType.getParticipant()
          Gets the participant value for this ParticipantsType.
 ParticipantType ParticipantsType.getParticipant(int i)
           
 ParticipantType ParticipantsType.getPrimary()
          Gets the primary value for this ParticipantsType.
 

Methods in org.xmlsoap.schemas.ws._2005._02.trust with parameters of type ParticipantType
 void ParticipantsType.setParticipant(int i, ParticipantType _value)
           
 void ParticipantsType.setParticipant(ParticipantType[] participant)
          Sets the participant value for this ParticipantsType.
 void ParticipantsType.setPrimary(ParticipantType primary)
          Sets the primary value for this ParticipantsType.
 

Constructors in org.xmlsoap.schemas.ws._2005._02.trust with parameters of type ParticipantType
ParticipantsType(ParticipantType primary, ParticipantType[] participant, org.apache.axis.message.MessageElement[] _any)
           
ParticipantsType(ParticipantType primary, ParticipantType[] participant, org.apache.axis.message.MessageElement[] _any)