Class Folder.Children

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Folder

    public static class Folder.Children
    extends java.lang.Object
    implements java.io.Serializable
    <p>Java class for anonymous complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="components" type="{http://flower.com/docs/domain/component}Component" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="references" type="{http://flower.com/docs/domain/component}ComponentReference" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Detail

      • components

        protected java.util.List<Component> components
        To manage relationships between: component and folder
      • references

        protected java.util.List<ComponentReference> references
        References of child components
    • Constructor Detail

      • Children

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

        public Children​(java.util.List<Component> components,
                        java.util.List<ComponentReference> references)
        Fully-initialising value constructor
    • Method Detail

      • getComponents

        public java.util.List<Component> getComponents()
        Gets the value of the components 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 components property. <p> For example, to add a new item, do as follows: <pre> getComponents().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list Component <p> To manage relationships between: component and folder
      • getReferences

        public java.util.List<ComponentReference> getReferences()
        Gets the value of the references 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 references property. <p> For example, to add a new item, do as follows: <pre> getReferences().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list ComponentReference <p> References of child components
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object