Class User2SoapDO


  • public class User2SoapDO
    extends com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
    Represents a user within TeamForge.
    Since:
    7.0
    • Constructor Detail

      • User2SoapDO

        public User2SoapDO()
    • Method Detail

      • getUsername

        public String getUsername()
        Returns 'username'. User name (used for login authentication).
        Returns:
        Value of 'username'.
      • setUsername

        public void setUsername​(String username)
        Sets 'username'. User name (used for login authentication).
        Parameters:
        username - Value of 'username'.
      • getEmail

        public String getEmail()
        Returns 'email'. User's email address.
        Returns:
        Value of 'email'.
      • setEmail

        public void setEmail​(String email)
        Sets 'email'. User's email address.
        Parameters:
        email - Value of 'email'.
      • getAlternateEmail1

        public String getAlternateEmail1()
        Returns 'alternateEmail1'. Alternate Email Address 1
        Returns:
        Value of 'alternateEmail1'.
      • setAlternateEmail1

        public void setAlternateEmail1​(String alternateEmail1)
        Sets 'alternateEmail1'. Alternate Email Address 1
        Parameters:
        alternateEmail1 - Value of 'alternateEmail1'.
      • getAlternateEmail2

        public String getAlternateEmail2()
        Returns 'alternateEmail2'. Alternate Email Address 2
        Returns:
        Value of 'alternateEmail2'.
      • setAlternateEmail2

        public void setAlternateEmail2​(String alternateEmail2)
        Sets 'alternateEmail2'. Alternate Email Address 2
        Parameters:
        alternateEmail2 - Value of 'alternateEmail2'.
      • getAlternateEmail3

        public String getAlternateEmail3()
        Returns 'alternateEmail3'. Alternate Email Address 3
        Returns:
        Value of 'alternateEmail3'.
      • setAlternateEmail3

        public void setAlternateEmail3​(String alternateEmail3)
        Sets 'alternateEmail3'. Alternate Email Address 3
        Parameters:
        alternateEmail3 - Value of 'alternateEmail3'.
      • getFullName

        public String getFullName()
        Returns 'fullName'. User's full name.
        Returns:
        Value of 'fullName'.
      • setFullName

        public void setFullName​(String fullName)
        Sets 'fullName'. User's full name.
        Parameters:
        fullName - Value of 'fullName'.
      • getOrganization

        public String getOrganization()
        Returns 'organization'. User's company name.
        Returns:
        Value of 'organization'.
      • setOrganization

        public void setOrganization​(String organization)
        Sets 'organization'. User's company name.
        Parameters:
        organization - Value of 'organization'.
      • getLocale

        public String getLocale()
        Returns 'locale'. User's language.
        Returns:
        Value of 'locale'.
      • setLocale

        public void setLocale​(String locale)
        Sets 'locale'. User's language.
        Parameters:
        locale - Value of 'locale'.
      • getTimeZone

        public String getTimeZone()
        Returns 'timeZone'. User's time-zone.
        Returns:
        Value of 'timeZone'.
      • setTimeZone

        public void setTimeZone​(String timeZone)
        Sets 'timeZone'. User's time-zone.
        Parameters:
        timeZone - Value of 'timeZone'.
      • getSuperUser

        public boolean getSuperUser()
        Returns 'superUser'. Is user a super-user?
        Returns:
        Value of 'superUser'.
      • setSuperUser

        public void setSuperUser​(boolean superUser)
        Sets 'superUser'. Is user a super-user?
        Parameters:
        superUser - Value of 'superUser'.
      • getRestrictedUser

        public boolean getRestrictedUser()
        Returns 'restrictedUser'. Is user a restricted user?
        Returns:
        Value of 'restrictedUser'.
      • setRestrictedUser

        public void setRestrictedUser​(boolean restrictedUser)
        Sets 'restrictedUser'. Is user a restricted user?
        Parameters:
        restrictedUser - Value of 'restrictedUser'.
      • getStatus

        public String getStatus()
        Returns 'status'. User account status: STATUS_ACTIVE, STATUS_PENDING, STATUS_DISABLED, or STATUS_REMOVED.
        Returns:
        Value of 'status'.
      • setStatus

        public void setStatus​(String status)
        Sets 'status'. User account status: STATUS_ACTIVE, STATUS_PENDING, STATUS_DISABLED, or STATUS_REMOVED.
        Parameters:
        status - Value of 'status'.
      • getLicenseType

        public String getLicenseType()
        Returns 'licenseType'. User license type: LICENSE_TYPE_ALM or LICENSE_TYPE_SCM.
        Returns:
        Value of 'licenseType'.
      • setLicenseType

        public void setLicenseType​(String licenseType)
        Sets 'licenseType'. User license type: LICENSE_TYPE_ALM or LICENSE_TYPE_SCM.
        Parameters:
        licenseType - Value of 'licenseType'.
      • getLastLogin

        public Date getLastLogin()
        Returns 'lastLogin'. User last login timestamp.
        Returns:
        Value of 'lastLogin'.
      • setLastLogin

        public void setLastLogin​(Date lastLogin)
        Sets 'lastLogin'. User last login timestamp.
        Parameters:
        lastLogin - Value of 'lastLogin'.
      • getProfilePictureLink

        public String getProfilePictureLink()
        Returns 'profilePictureLink'. User's profile picture link.
        Returns:
        Value of 'profilePictureLink'.
      • setProfilePictureLink

        public void setProfilePictureLink​(String profilePictureLink)
        Sets 'profilePictureLink'. User's profile picture link.
        Parameters:
        profilePictureLink - Value of 'profilePictureLink'.
      • registerTypeMappings

        public static void registerTypeMappings​(org.apache.axis.client.Call call)