Class People

  • All Implemented Interfaces:
    java.io.Serializable

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

      Fields 
      Modifier and Type Field Description
      protected java.util.List<Profile> profiles  
    • Constructor Summary

      Constructors 
      Constructor Description
      People()
      Default no-arg constructor abc
      People​(java.util.List<Profile> profiles)
      Fully-initialising value constructor
    • Field Detail

      • profiles

        protected java.util.List<Profile> profiles
    • Constructor Detail

      • People

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

        public People​(java.util.List<Profile> profiles)
        Fully-initialising value constructor
    • Method Detail

      • getProfiles

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

        public void setProfiles​(java.util.List<Profile> value)