Class Folder

  • All Implemented Interfaces:
    java.io.Serializable

    public class Folder
    extends Item
    implements java.io.Serializable
    Flower component standing for a folder <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;extension base="{http://flower.com/docs/domain/component}Item"&gt; &lt;sequence&gt; &lt;element name="children"&gt; &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; &lt;/element&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Detail

    • Constructor Detail

      • Folder

        public Folder()
        Default no-arg constructor abc
    • Method Detail

      • getChildren

        public Folder.Children getChildren()
        Gets the value of the children property. <p> Objected attached to folder
        Returns:
        possible object is Folder.Children
      • toString

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

        public int hashCode()
        Overrides:
        hashCode in class Item
      • equals

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