Interface IDPEntryType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getProviderID

        String getProviderID()
        Gets the "ProviderID" attribute
      • xgetProviderID

        XmlAnyURI xgetProviderID()
        Gets (as xml) the "ProviderID" attribute
      • setProviderID

        void setProviderID​(String providerID)
        Sets the "ProviderID" attribute
      • xsetProviderID

        void xsetProviderID​(XmlAnyURI providerID)
        Sets (as xml) the "ProviderID" attribute
      • getName

        String getName()
        Gets the "Name" attribute
      • xgetName

        XmlString xgetName()
        Gets (as xml) the "Name" attribute
      • isSetName

        boolean isSetName()
        True if has "Name" attribute
      • setName

        void setName​(String name)
        Sets the "Name" attribute
      • xsetName

        void xsetName​(XmlString name)
        Sets (as xml) the "Name" attribute
      • unsetName

        void unsetName()
        Unsets the "Name" attribute
      • getLoc

        String getLoc()
        Gets the "Loc" attribute
      • xgetLoc

        XmlAnyURI xgetLoc()
        Gets (as xml) the "Loc" attribute
      • isSetLoc

        boolean isSetLoc()
        True if has "Loc" attribute
      • setLoc

        void setLoc​(String loc)
        Sets the "Loc" attribute
      • xsetLoc

        void xsetLoc​(XmlAnyURI loc)
        Sets (as xml) the "Loc" attribute
      • unsetLoc

        void unsetLoc()
        Unsets the "Loc" attribute