Class Attachment

  • All Implemented Interfaces:
    java.io.Serializable

    public class Attachment
    extends AttachmentDefinition
    implements java.io.Serializable
    The reference to a task attachment <p>Java class for Attachment complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="Attachment"&gt; &lt;complexContent&gt; &lt;extension base="{http://flower.com/docs/domain/taskclass}AttachmentDefinition"&gt; &lt;sequence&gt; &lt;element name="componentIds" type="{http://flower.com/docs/domain/common}Id" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Detail

      • componentIds

        protected java.util.List<Id> componentIds
        Identifiers of component attachments
    • Constructor Detail

      • Attachment

        public Attachment()
        Default no-arg constructor abc
      • Attachment

        public Attachment​(Id id,
                          Category category,
                          Id classId,
                          java.util.List<I18NLabel> displayNames,
                          Tags tags,
                          java.lang.String description,
                          java.util.List<I18NLabel> synopsis,
                          java.lang.Boolean multivalued,
                          java.lang.Boolean readonly,
                          Required required,
                          java.lang.Boolean technical,
                          int order,
                          java.util.List<Id> componentIds)
        Fully-initialising value constructor
    • Method Detail

      • getComponentIds

        public java.util.List<Id> getComponentIds()
        Gets the value of the componentIds property. <p> This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a <CODE>set</CODE> method for the componentIds property. <p> For example, to add a new item, do as follows: <pre> getComponentIds().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list Id <p> Identifiers of component attachments
      • setComponentIds

        public void setComponentIds​(java.util.List<Id> value)
        See Also:
        getComponentIds()