com.ibm.commerce.foundation.common.datatypes

Interface AttachmentReferenceType

    • Method Detail

      • getAttachmentReferenceIdentifier

        com.ibm.commerce.foundation.common.datatypes.AttachmentReferenceIdentifierType getAttachmentReferenceIdentifier()
        Returns the value of the 'Attachment Reference Identifier' containment reference. Identifier for the Attachment Reference.
        Returns:
        the value of the 'Attachment Reference Identifier' containment reference.
        See Also:
        setAttachmentReferenceIdentifier(AttachmentReferenceIdentifierType), CommerceFoundationPackage.getAttachmentReferenceType_AttachmentReferenceIdentifier()
      • setAttachmentReferenceIdentifier

        void setAttachmentReferenceIdentifier(com.ibm.commerce.foundation.common.datatypes.AttachmentReferenceIdentifierType value)
        Sets the value of the 'Attachment Reference Identifier' containment reference.
        Parameters:
        value - the new value of the 'Attachment Reference Identifier' containment reference.
        See Also:
        getAttachmentReferenceIdentifier()
      • getAttachmentIdentifier

        AttachmentIdentifierType getAttachmentIdentifier()
        Returns the value of the 'Attachment Identifier' containment reference. Identifier for the Attachment.
        Returns:
        the value of the 'Attachment Identifier' containment reference.
        See Also:
        setAttachmentIdentifier(AttachmentIdentifierType), CommerceFoundationPackage.getAttachmentReferenceType_AttachmentIdentifier()
      • getAttachmentAsset

        java.util.List getAttachmentAsset()
        Returns the value of the 'Attachment Asset' containment reference list. The list contents are of type AttachmentAssetType. The Attachment Assets that belongs to that Attachment which is associated to the business object in this relation.
        Returns:
        the value of the 'Attachment Asset' containment reference list.
        See Also:
        CommerceFoundationPackage.getAttachmentReferenceType_AttachmentAsset()
      • getAttachmentUsage

        AttachmentUsageType getAttachmentUsage()
        Returns the value of the 'Attachment Usage' containment reference. The usage of the attachment that is associated with the business object.
        Returns:
        the value of the 'Attachment Usage' containment reference.
        See Also:
        setAttachmentUsage(AttachmentUsageType), CommerceFoundationPackage.getAttachmentReferenceType_AttachmentUsage()
      • getDisplaySequence

        java.lang.String getDisplaySequence()
        Returns the value of the 'Display Sequence' attribute. Sequence of the attachment relation.
        Returns:
        the value of the 'Display Sequence' attribute.
        See Also:
        setDisplaySequence(String), CommerceFoundationPackage.getAttachmentReferenceType_DisplaySequence()
      • setDisplaySequence

        void setDisplaySequence(java.lang.String value)
        Sets the value of the 'Display Sequence' attribute.
        Parameters:
        value - the new value of the 'Display Sequence' attribute.
        See Also:
        getDisplaySequence()
      • getAttachmentDescription

        java.util.List getAttachmentDescription()
        Returns the value of the 'Attachment Description' containment reference list. The list contents are of type AttachmentDescriptionType. The description of the attachment.
        Returns:
        the value of the 'Attachment Description' containment reference list.
        See Also:
        CommerceFoundationPackage.getAttachmentReferenceType_AttachmentDescription()
      • getAttachmentReferenceDescription

        java.util.List getAttachmentReferenceDescription()
        Returns the value of the 'Attachment Reference Description' containment reference list. The list contents are of type AttachmentDescriptionType. The description of the relation between the business object and the attachment.
        Returns:
        the value of the 'Attachment Reference Description' containment reference list.
        See Also:
        CommerceFoundationPackage.getAttachmentReferenceType_AttachmentReferenceDescription()
      • getUserData

        UserDataType getUserData()
        Returns the value of the 'User Data' containment reference. The user data area.
        Returns:
        the value of the 'User Data' containment reference.
        See Also:
        setUserData(UserDataType), CommerceFoundationPackage.getAttachmentReferenceType_UserData()
      • setUserData

        void setUserData(UserDataType value)
        Sets the value of the 'User Data' containment reference.
        Parameters:
        value - the new value of the 'User Data' containment reference.
        See Also:
        getUserData()