Interface Saml20IDPEntry


  • public interface Saml20IDPEntry
    A representation of the model object 'IDP Entry'.
    • Field Detail

      • Saml20IDPEntry_java_sourceCodeID

        static final java.lang.String Saml20IDPEntry_java_sourceCodeID
        See Also:
        Constant Field Values
      • Saml20IDPEntry_java_copyright

        static final java.lang.String Saml20IDPEntry_java_copyright
    • Method Detail

      • getProviderName

        java.lang.String getProviderName()
        Returns the value of the 'Name' attribute.
        Returns:
        the value of the 'Name' attribute.
        See Also:
        setProviderName(String)
      • setProviderName

        void setProviderName​(java.lang.String value)
        Sets the value of the '{ Name}' attribute.
        Parameters:
        value - the new value of the 'Provider Name' attribute.
        See Also:
        getProviderName()
      • getProviderID

        java.lang.String getProviderID()
        Returns the value of the 'Provider ID' containment reference.
        Returns:
        the value of the 'Provider ID' containment reference.
        See Also:
        #setProviderID(EObject)
      • setProviderID

        void setProviderID​(java.lang.String value)
        Sets the value of the 'Provider ID' containment reference.
        Parameters:
        value - the new value of the 'Provider ID' containment reference.
        See Also:
        getProviderID()
      • getLoc

        java.lang.String getLoc()
        Returns the value of the 'Loc' reference.
        Returns:
        the value of the 'Loc' reference.
      • setLoc

        void setLoc​(java.lang.String value)
        Sets the value of the '{Loc}' reference.
        Parameters:
        value - the new value of the 'Loc' reference.
        See Also:
        getLoc()