Class ProjectMemberSoapRow

java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ProjectMemberSoapRow

public class ProjectMemberSoapRow extends Object
ProjectMemberList is used to get a list of project members.
Since:
4.1
  • Constructor Details

    • ProjectMemberSoapRow

      public ProjectMemberSoapRow()
  • Method Details

    • getUserName

      public String getUserName()
      Returns 'userName'. The username of the user
      Returns:
      Value of 'userName'.
    • setUserName

      public void setUserName(String userName)
      Sets 'userName'. The username of the user
      Parameters:
      userName - Value of 'userName'.
    • getFullName

      public String getFullName()
      Returns 'fullName'. The full name of the user
      Returns:
      Value of 'fullName'.
    • setFullName

      public void setFullName(String fullName)
      Sets 'fullName'. The full name of the user
      Parameters:
      fullName - Value of 'fullName'.
    • getEmail

      public String getEmail()
      Returns 'email'. The email address of the user
      Returns:
      Value of 'email'.
    • setEmail

      public void setEmail(String email)
      Sets 'email'. The email address of the user
      Parameters:
      email - Value of 'email'.
    • registerTypeMappings

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