Class ComponentContainerClass

  • All Implemented Interfaces:
    HasDescription, java.io.Serializable
    Direct Known Subclasses:
    FolderClass

    public abstract class ComponentContainerClass
    extends ComponentClass
    implements java.io.Serializable
    <p>Java class for ComponentContainerClass complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ComponentContainerClass"&gt; &lt;complexContent&gt; &lt;extension base="{http://flower.com/docs/domain/componentclass}ComponentClass"&gt; &lt;sequence&gt; &lt;element name="children" type="{http://flower.com/docs/domain/component}ComponentReference" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Detail

      • children

        protected java.util.List<ComponentReference> children
        Allowed component classes as children
    • Constructor Detail

      • ComponentContainerClass

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

        public ComponentContainerClass​(Id id,
                                       Data data,
                                       java.util.List<Id> tagCategories,
                                       java.util.List<TagReference> tagReferences,
                                       java.util.List<I18NLabel> displayNames,
                                       java.util.List<I18NLabel> descriptions,
                                       DurationType retentionDuration,
                                       Category category,
                                       boolean active,
                                       java.lang.Boolean technical,
                                       java.util.List<ComponentReference> children)
        Fully-initialising value constructor
    • Method Detail

      • getChildren

        public java.util.List<ComponentReference> getChildren()
        Gets the value of the children 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 children property. <p> For example, to add a new item, do as follows: <pre> getChildren().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list ComponentReference <p> Allowed component classes as children