public interface ManagedDirectoryType
The following features are supported:
ContentPackage.getManagedDirectoryType()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName()
Returns the value of the 'Display Name' attribute.
|
com.ibm.commerce.foundation.common.datatypes.ManagedDirectoryIdentifierType |
getManagedDirectoryIdentifier()
Returns the value of the 'Managed Directory Identifier' containment reference.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
void |
setDisplayName(java.lang.String value)
Sets the value of the '
Display Name ' attribute. |
void |
setManagedDirectoryIdentifier(com.ibm.commerce.foundation.common.datatypes.ManagedDirectoryIdentifierType value)
Sets the value of the '
Managed Directory Identifier ' containment reference. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data ' containment reference. |
com.ibm.commerce.foundation.common.datatypes.ManagedDirectoryIdentifierType getManagedDirectoryIdentifier()
setManagedDirectoryIdentifier(ManagedDirectoryIdentifierType)
,
ContentPackage.getManagedDirectoryType_ManagedDirectoryIdentifier()
void setManagedDirectoryIdentifier(com.ibm.commerce.foundation.common.datatypes.ManagedDirectoryIdentifierType value)
Managed Directory Identifier
' containment reference.
value
- the new value of the 'Managed Directory Identifier' containment reference.getManagedDirectoryIdentifier()
java.lang.String getDisplayName()
setDisplayName(String)
,
ContentPackage.getManagedDirectoryType_DisplayName()
void setDisplayName(java.lang.String value)
Display Name
' attribute.
value
- the new value of the 'Display Name' attribute.getDisplayName()
UserDataType getUserData()
setUserData(UserDataType)
,
ContentPackage.getManagedDirectoryType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()