Class User


  • public class User
    extends EntityBaseBean

    Java class for user complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="user">
       <complexContent>
         <extension base="{http://icatproject.org}entityBaseBean">
           <sequence>
             <element name="affiliation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="dataPublicationUsers" type="{http://icatproject.org}dataPublicationUser" maxOccurs="unbounded" minOccurs="0"/>
             <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="familyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="fullName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="givenName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="instrumentScientists" type="{http://icatproject.org}instrumentScientist" maxOccurs="unbounded" minOccurs="0"/>
             <element name="investigationUsers" type="{http://icatproject.org}investigationUser" maxOccurs="unbounded" minOccurs="0"/>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="orcidId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="studies" type="{http://icatproject.org}study" maxOccurs="unbounded" minOccurs="0"/>
             <element name="userGroups" type="{http://icatproject.org}userGroup" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • User

        public User()
    • Method Detail

      • getAffiliation

        public String getAffiliation()
        Gets the value of the affiliation property.
        Returns:
        possible object is String
      • setAffiliation

        public void setAffiliation​(String value)
        Sets the value of the affiliation property.
        Parameters:
        value - allowed object is String
      • getDataPublicationUsers

        public List<DataPublicationUser> getDataPublicationUsers()
        Gets the value of the dataPublicationUsers property.

        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 Jakarta XML Binding object. This is why there is not a set method for the dataPublicationUsers property.

        For example, to add a new item, do as follows:

            getDataPublicationUsers().add(newItem);
         

        Objects of the following type(s) are allowed in the list DataPublicationUser

      • getEmail

        public String getEmail()
        Gets the value of the email property.
        Returns:
        possible object is String
      • setEmail

        public void setEmail​(String value)
        Sets the value of the email property.
        Parameters:
        value - allowed object is String
      • getFamilyName

        public String getFamilyName()
        Gets the value of the familyName property.
        Returns:
        possible object is String
      • setFamilyName

        public void setFamilyName​(String value)
        Sets the value of the familyName property.
        Parameters:
        value - allowed object is String
      • getFullName

        public String getFullName()
        Gets the value of the fullName property.
        Returns:
        possible object is String
      • setFullName

        public void setFullName​(String value)
        Sets the value of the fullName property.
        Parameters:
        value - allowed object is String
      • getGivenName

        public String getGivenName()
        Gets the value of the givenName property.
        Returns:
        possible object is String
      • setGivenName

        public void setGivenName​(String value)
        Sets the value of the givenName property.
        Parameters:
        value - allowed object is String
      • getInstrumentScientists

        public List<InstrumentScientist> getInstrumentScientists()
        Gets the value of the instrumentScientists property.

        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 Jakarta XML Binding object. This is why there is not a set method for the instrumentScientists property.

        For example, to add a new item, do as follows:

            getInstrumentScientists().add(newItem);
         

        Objects of the following type(s) are allowed in the list InstrumentScientist

      • getInvestigationUsers

        public List<InvestigationUser> getInvestigationUsers()
        Gets the value of the investigationUsers property.

        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 Jakarta XML Binding object. This is why there is not a set method for the investigationUsers property.

        For example, to add a new item, do as follows:

            getInvestigationUsers().add(newItem);
         

        Objects of the following type(s) are allowed in the list InvestigationUser

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getOrcidId

        public String getOrcidId()
        Gets the value of the orcidId property.
        Returns:
        possible object is String
      • setOrcidId

        public void setOrcidId​(String value)
        Sets the value of the orcidId property.
        Parameters:
        value - allowed object is String
      • getStudies

        public List<Study> getStudies()
        Gets the value of the studies property.

        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 Jakarta XML Binding object. This is why there is not a set method for the studies property.

        For example, to add a new item, do as follows:

            getStudies().add(newItem);
         

        Objects of the following type(s) are allowed in the list Study

      • getUserGroups

        public List<UserGroup> getUserGroups()
        Gets the value of the userGroups property.

        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 Jakarta XML Binding object. This is why there is not a set method for the userGroups property.

        For example, to add a new item, do as follows:

            getUserGroups().add(newItem);
         

        Objects of the following type(s) are allowed in the list UserGroup