public interface PersonIdentifierType
The following features are supported:
Modifier and Type | Method and Description |
---|---|
java.lang.String | getDistinguishedName()
Returns the value of the 'Distinguished Name' attribute.
|
com.ibm.commerce.foundation.common.datatypes.PersonExternalIdentifierType | getExternalIdentifier()
Returns the value of the 'External Identifier' containment reference.
|
java.lang.String | getUniqueID()
Returns the value of the 'Unique ID' attribute.
|
void | setDistinguishedName(java.lang.String value)
Sets the value of the 'Distinguished Name' attribute.
|
void | setExternalIdentifier(com.ibm.commerce.foundation.common.datatypes.PersonExternalIdentifierType value)
Sets the value of the 'External Identifier' containment reference.
|
void | setUniqueID(java.lang.String value)
Sets the value of the 'Unique ID' attribute.
|
java.lang.String getUniqueID()
void setUniqueID(java.lang.String value)
java.lang.String getDistinguishedName()
void setDistinguishedName(java.lang.String value)
com.ibm.commerce.foundation.common.datatypes.PersonExternalIdentifierType getExternalIdentifier()
void setExternalIdentifier(com.ibm.commerce.foundation.common.datatypes.PersonExternalIdentifierType value)