public interface AttachmentType
The following features are supported:
ContentPackage.getAttachmentType()
Modifier and Type | Method and Description |
---|---|
java.util.List |
getAttachmentAsset()
Returns the value of the 'Attachment Asset' containment reference list.
|
java.util.List |
getAttachmentDescription()
Returns the value of the 'Attachment Description' containment reference list.
|
AttachmentIdentifierType |
getAttachmentIdentifier()
Returns the value of the 'Attachment Identifier' containment reference.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
void |
setAttachmentIdentifier(AttachmentIdentifierType value)
Sets the value of the '
Attachment Identifier ' containment reference. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data ' containment reference. |
AttachmentIdentifierType getAttachmentIdentifier()
setAttachmentIdentifier(AttachmentIdentifierType)
,
ContentPackage.getAttachmentType_AttachmentIdentifier()
void setAttachmentIdentifier(AttachmentIdentifierType value)
Attachment Identifier
' containment reference.
value
- the new value of the 'Attachment Identifier' containment reference.getAttachmentIdentifier()
java.util.List getAttachmentAsset()
AttachmentAssetType
.
The Attachment Asset that belongs to that Attachment.
ContentPackage.getAttachmentType_AttachmentAsset()
java.util.List getAttachmentDescription()
AttachmentDescriptionType
.
Description for the Attachment.
ContentPackage.getAttachmentType_AttachmentDescription()
UserDataType getUserData()
setUserData(UserDataType)
,
ContentPackage.getAttachmentType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()