com.ibm.commerce.content.facade.datatypes

Interface GetAttachmentDataAreaType



  • public interface GetAttachmentDataAreaType
    A representation of the model object 'Get Attachment Data Area Type'. Type definition of the GetAttachment BOD's data area.

    The following features are supported:

    See Also:
    ContentPackage.getGetAttachmentDataAreaType()
    • Method Detail

      • getGet

        GetType getGet()
        Returns the value of the 'Get' containment reference. The Get verb.
        Returns:
        the value of the 'Get' containment reference.
        See Also:
        setGet(GetType), ContentPackage.getGetAttachmentDataAreaType_Get()
      • setGet

        void setGet(GetType value)
        Sets the value of the 'Get' containment reference.
        Parameters:
        value - the new value of the 'Get' containment reference.
        See Also:
        getGet()
      • getAttachment

        java.util.List getAttachment()
        Returns the value of the 'Attachment' containment reference list. The list contents are of type AttachmentType. The Attachment noun.
        Returns:
        the value of the 'Attachment' containment reference list.
        See Also:
        ContentPackage.getGetAttachmentDataAreaType_Attachment()