Interface ParticipantsType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface ParticipantsType
    extends XmlObject
    An XML ParticipantsType(@http://schemas.xmlsoap.org/ws/2005/02/trust). This is a complex type.
    • Method Detail

      • isSetPrimary

        boolean isSetPrimary()
        True if has "Primary" element
      • setPrimary

        void setPrimary​(ParticipantType primary)
        Sets the "Primary" element
      • addNewPrimary

        ParticipantType addNewPrimary()
        Appends and returns a new empty "Primary" element
      • unsetPrimary

        void unsetPrimary()
        Unsets the "Primary" element
      • getParticipantArray

        ParticipantType[] getParticipantArray()
        Gets array of all "Participant" elements
      • getParticipantArray

        ParticipantType getParticipantArray​(int i)
        Gets ith "Participant" element
      • sizeOfParticipantArray

        int sizeOfParticipantArray()
        Returns number of "Participant" element
      • setParticipantArray

        void setParticipantArray​(ParticipantType[] participantArray)
        Sets array of all "Participant" element
      • setParticipantArray

        void setParticipantArray​(int i,
                                 ParticipantType participant)
        Sets ith "Participant" element
      • insertNewParticipant

        ParticipantType insertNewParticipant​(int i)
        Inserts and returns a new empty value (as xml) as the ith "Participant" element
      • addNewParticipant

        ParticipantType addNewParticipant()
        Appends and returns a new empty value (as xml) as the last "Participant" element
      • removeParticipant

        void removeParticipant​(int i)
        Removes the ith "Participant" element