public interface AttachmentReferenceType
The following features are supported:
CommerceFoundationPackage.getAttachmentReferenceType()| 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.
|
java.util.List |
getAttachmentReferenceDescription()
Returns the value of the 'Attachment Reference Description' containment reference list.
|
com.ibm.commerce.foundation.common.datatypes.AttachmentReferenceIdentifierType |
getAttachmentReferenceIdentifier()
Returns the value of the 'Attachment Reference Identifier' containment reference.
|
AttachmentUsageType |
getAttachmentUsage()
Returns the value of the 'Attachment Usage' containment reference.
|
java.lang.String |
getDisplaySequence()
Returns the value of the 'Display Sequence' attribute.
|
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 |
setAttachmentReferenceIdentifier(com.ibm.commerce.foundation.common.datatypes.AttachmentReferenceIdentifierType value)
Sets the value of the '
Attachment Reference Identifier' containment reference. |
void |
setAttachmentUsage(AttachmentUsageType value)
Sets the value of the '
Attachment Usage' containment reference. |
void |
setDisplaySequence(java.lang.String value)
Sets the value of the '
Display Sequence' attribute. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data' containment reference. |
com.ibm.commerce.foundation.common.datatypes.AttachmentReferenceIdentifierType getAttachmentReferenceIdentifier()
setAttachmentReferenceIdentifier(AttachmentReferenceIdentifierType),
CommerceFoundationPackage.getAttachmentReferenceType_AttachmentReferenceIdentifier()void setAttachmentReferenceIdentifier(com.ibm.commerce.foundation.common.datatypes.AttachmentReferenceIdentifierType value)
Attachment Reference Identifier' containment reference.
value - the new value of the 'Attachment Reference Identifier' containment reference.getAttachmentReferenceIdentifier()AttachmentIdentifierType getAttachmentIdentifier()
setAttachmentIdentifier(AttachmentIdentifierType),
CommerceFoundationPackage.getAttachmentReferenceType_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 Assets that belongs to that Attachment which is associated to the business object in this relation.
CommerceFoundationPackage.getAttachmentReferenceType_AttachmentAsset()AttachmentUsageType getAttachmentUsage()
setAttachmentUsage(AttachmentUsageType),
CommerceFoundationPackage.getAttachmentReferenceType_AttachmentUsage()void setAttachmentUsage(AttachmentUsageType value)
Attachment Usage' containment reference.
value - the new value of the 'Attachment Usage' containment reference.getAttachmentUsage()java.lang.String getDisplaySequence()
setDisplaySequence(String),
CommerceFoundationPackage.getAttachmentReferenceType_DisplaySequence()void setDisplaySequence(java.lang.String value)
Display Sequence' attribute.
value - the new value of the 'Display Sequence' attribute.getDisplaySequence()java.util.List getAttachmentDescription()
AttachmentDescriptionType.
The description of the attachment.
CommerceFoundationPackage.getAttachmentReferenceType_AttachmentDescription()java.util.List getAttachmentReferenceDescription()
AttachmentDescriptionType.
The description of the relation between the business object and the attachment.
CommerceFoundationPackage.getAttachmentReferenceType_AttachmentReferenceDescription()UserDataType getUserData()
setUserData(UserDataType),
CommerceFoundationPackage.getAttachmentReferenceType_UserData()void setUserData(UserDataType value)
User Data' containment reference.
value - the new value of the 'User Data' containment reference.getUserData()