public interface ActivityIdentifierType
The following features are supported:
CommerceFoundationPackage.getActivityIdentifierType()
Modifier and Type | Method and Description |
---|---|
ActivityExternalIdentifierType |
getExternalIdentifier()
Returns the value of the 'External Identifier' containment reference.
|
java.lang.String |
getUniqueID()
Returns the value of the 'Unique ID' attribute.
|
void |
setExternalIdentifier(ActivityExternalIdentifierType 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()
setUniqueID(String)
,
CommerceFoundationPackage.getActivityIdentifierType_UniqueID()
void setUniqueID(java.lang.String value)
Unique ID
' attribute.
value
- the new value of the 'Unique ID' attribute.getUniqueID()
ActivityExternalIdentifierType getExternalIdentifier()
setExternalIdentifier(ActivityExternalIdentifierType)
,
CommerceFoundationPackage.getActivityIdentifierType_ExternalIdentifier()
void setExternalIdentifier(ActivityExternalIdentifierType value)
External Identifier
' containment reference.
value
- the new value of the 'External Identifier' containment reference.getExternalIdentifier()