Package com.tivoli.am.fim.saml.protocol
Interface Saml20IDPEntry
-
public interface Saml20IDPEntryA representation of the model object 'IDP Entry'.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSaml20IDPEntry_java_copyrightstatic java.lang.StringSaml20IDPEntry_java_sourceCodeID
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLoc()Returns the value of the 'Loc' reference.java.lang.StringgetProviderID()Returns the value of the 'Provider ID' containment reference.java.lang.StringgetProviderName()Returns the value of the 'Name' attribute.voidsetLoc(java.lang.String value)Sets the value of the '{Loc}' reference.voidsetProviderID(java.lang.String value)Sets the value of the 'Provider ID' containment reference.voidsetProviderName(java.lang.String value)Sets the value of the '{ Name}' attribute.
-
-
-
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()
-
-