Class Scope

  • All Implemented Interfaces:
    java.io.Serializable

    public class Scope
    extends IdentifiableElement
    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;extension base="{http://flower.com/docs/domain/common}IdentifiableElement"&gt; &lt;sequence&gt; &lt;element name="organisationalUnit" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="displayNames" type="{http://flower.com/docs/domain/i18n}I18NLabel" maxOccurs="unbounded"/&gt; &lt;element name="languages" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/&gt; &lt;element name="data" type="{http://flower.com/docs/domain/common}Data"/&gt; &lt;element name="people" type="{http://flower.com/docs/domain/scope}People"/&gt; &lt;element name="file" type="{http://flower.com/docs/domain/common}Id"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Detail

      • organisationalUnit

        protected java.lang.String organisationalUnit
      • description

        protected java.lang.String description
      • displayNames

        protected java.util.List<I18NLabel> displayNames
      • languages

        protected java.util.List<java.lang.String> languages
      • data

        protected Data data
      • people

        protected People people
      • file

        protected Id file
    • Constructor Detail

      • Scope

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

        public Scope​(Id id,
                     java.lang.String organisationalUnit,
                     java.lang.String description,
                     java.util.List<I18NLabel> displayNames,
                     java.util.List<java.lang.String> languages,
                     Data data,
                     People people,
                     Id file)
        Fully-initialising value constructor
    • Method Detail

      • getOrganisationalUnit

        public java.lang.String getOrganisationalUnit()
        Gets the value of the organisationalUnit property.
        Returns:
        possible object is String
      • setOrganisationalUnit

        public void setOrganisationalUnit​(java.lang.String value)
        Sets the value of the organisationalUnit property.
        Parameters:
        value - allowed object is String
      • getDescription

        public java.lang.String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(java.lang.String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getDisplayNames

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

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

        public Data getData()
        Gets the value of the data property.
        Returns:
        possible object is Data
      • setData

        public void setData​(Data value)
        Sets the value of the data property.
        Parameters:
        value - allowed object is Data
      • getPeople

        public People getPeople()
        Gets the value of the people property.
        Returns:
        possible object is People
      • setPeople

        public void setPeople​(People value)
        Sets the value of the people property.
        Parameters:
        value - allowed object is People
      • getFile

        public Id getFile()
        Gets the value of the file property.
        Returns:
        possible object is Id
      • setFile

        public void setFile​(Id value)
        Sets the value of the file property.
        Parameters:
        value - allowed object is Id
      • 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
      • setDisplayNames

        public void setDisplayNames​(java.util.List<I18NLabel> value)
      • setLanguages

        public void setLanguages​(java.util.List<java.lang.String> value)