public interface OrganizationIdentifierType
The following features are supported:
CommerceFoundationPackage.getOrganizationIdentifierType()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDistinguishedName()
Returns the value of the 'Distinguished Name' attribute.
|
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 |
setUniqueID(java.lang.String value)
Sets the value of the '
Unique ID ' attribute. |
java.lang.String getUniqueID()
setUniqueID(String)
,
CommerceFoundationPackage.getOrganizationIdentifierType_UniqueID()
void setUniqueID(java.lang.String value)
Unique ID
' attribute.
value
- the new value of the 'Unique ID' attribute.getUniqueID()
java.lang.String getDistinguishedName()
setDistinguishedName(String)
,
CommerceFoundationPackage.getOrganizationIdentifierType_DistinguishedName()
void setDistinguishedName(java.lang.String value)
Distinguished Name
' attribute.
value
- the new value of the 'Distinguished Name' attribute.getDistinguishedName()