Interface IDPListType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface IDPListType
    extends XmlObject
    An XML IDPListType(@urn:oasis:names:tc:SAML:2.0:protocol). This is a complex type.
    • Method Detail

      • getIDPEntryArray

        IDPEntryType[] getIDPEntryArray()
        Gets array of all "IDPEntry" elements
      • getIDPEntryArray

        IDPEntryType getIDPEntryArray​(int i)
        Gets ith "IDPEntry" element
      • sizeOfIDPEntryArray

        int sizeOfIDPEntryArray()
        Returns number of "IDPEntry" element
      • setIDPEntryArray

        void setIDPEntryArray​(IDPEntryType[] idpEntryArray)
        Sets array of all "IDPEntry" element
      • setIDPEntryArray

        void setIDPEntryArray​(int i,
                              IDPEntryType idpEntry)
        Sets ith "IDPEntry" element
      • insertNewIDPEntry

        IDPEntryType insertNewIDPEntry​(int i)
        Inserts and returns a new empty value (as xml) as the ith "IDPEntry" element
      • addNewIDPEntry

        IDPEntryType addNewIDPEntry()
        Appends and returns a new empty value (as xml) as the last "IDPEntry" element
      • removeIDPEntry

        void removeIDPEntry​(int i)
        Removes the ith "IDPEntry" element
      • getGetComplete

        String getGetComplete()
        Gets the "GetComplete" element
      • xgetGetComplete

        XmlAnyURI xgetGetComplete()
        Gets (as xml) the "GetComplete" element
      • isSetGetComplete

        boolean isSetGetComplete()
        True if has "GetComplete" element
      • setGetComplete

        void setGetComplete​(String getComplete)
        Sets the "GetComplete" element
      • xsetGetComplete

        void xsetGetComplete​(XmlAnyURI getComplete)
        Sets (as xml) the "GetComplete" element
      • unsetGetComplete

        void unsetGetComplete()
        Unsets the "GetComplete" element