Class UserGroupSoapRow


  • public class UserGroupSoapRow
    extends Object
    A list of User Groups, with group identifier.
    Change History
    Release: 6.1
    • Renamed from GroupSoapList.
    Since:
    6.1
    • Constructor Detail

      • UserGroupSoapRow

        public UserGroupSoapRow()
    • Method Detail

      • getFullName

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

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

        public String getDescription()
        Returns 'description'. Group's description.
        Returns:
        Value of 'description'.
      • setDescription

        public void setDescription​(String description)
        Sets 'description'. Group's description.
        Parameters:
        description - Value of 'description'.
      • getId

        public String getId()
        Returns 'id'. Group's identifier.
        Returns:
        Value of 'id'.
      • setId

        public void setId​(String id)
        Sets 'id'. Group's identifier.
        Parameters:
        id - Value of 'id'.
      • registerTypeMappings

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