java.lang.Object
edu.internet2.middleware.grouper.ws.soap_v2_5.WsGroup

public class WsGroup extends Object
Result of one group being retrieved since a user is a member of it. The number of groups will equal the number of groups the user is a member of (provided the filter matches)
  • Constructor Details

    • WsGroup

      public WsGroup()
      no arg constructor
  • Method Details

    • getIdIndex

      public String getIdIndex()
      integer ID for object
      Returns:
      the id
    • setIdIndex

      public void setIdIndex(String idIndex1)
      integer ID for object
      Parameters:
      idIndex1 -
    • getTypeOfGroup

      public String getTypeOfGroup()
      type of group can be an enum of TypeOfGroup, e.g. group, role, entity
      Returns:
      type of group
    • setTypeOfGroup

      public void setTypeOfGroup(String typeOfGroup1)
      type of group can be an enum of TypeOfGroup, e.g. group, role, entity
      Parameters:
      typeOfGroup1 -
    • getDescription

      public String getDescription()
      friendly description of this group
      Returns:
      the description
    • getDisplayName

      public String getDisplayName()
      friendly extensions of group and parent stems
      Returns:
      the displayName
    • getName

      public String getName()
      Full name of the group (all extensions of parent stems, separated by colons, and the extention of this group
      Returns:
      the name
    • getUuid

      public String getUuid()
      universally unique identifier of this group
      Returns:
      the uuid
    • setDescription

      public void setDescription(String description1)
      friendly description of this group
      Parameters:
      description1 - the description to set
    • setDisplayName

      public void setDisplayName(String displayName1)
      friendly extensions of group and parent stems
      Parameters:
      displayName1 - the displayName to set
    • setName

      public void setName(String name1)
      Full name of the group (all extensions of parent stems, separated by colons, and the extention of this group
      Parameters:
      name1 - the name to set
    • setUuid

      public void setUuid(String uuid1)
      universally unique identifier of this group
      Parameters:
      uuid1 - the uuid to set
    • getDetail

      public WsGroupDetail getDetail()
      if requested, these are the detail results of the group
      Returns:
      the detail
    • setDetail

      public void setDetail(WsGroupDetail detail1)
      if requested, these are the detail results of the group
      Parameters:
      detail1 - the detail to set
    • getExtension

      public String getExtension()
      extension of group, the part to the right of last colon in name
      Returns:
      the extension
    • setExtension

      public void setExtension(String extension1)
      extension of group, the part to the right of last colon in name
      Parameters:
      extension1 - the extension to set
    • getDisplayExtension

      public String getDisplayExtension()
      display extension, the part to the right of the last colon in display name
      Returns:
      the displayExtension
    • setDisplayExtension

      public void setDisplayExtension(String displayExtension1)
      display extension, the part to the right of the last colon in display name
      Parameters:
      displayExtension1 - the displayExtension to set
    • getAlternateName

      public String getAlternateName()
      Returns:
      the alternateName
    • setAlternateName

      public void setAlternateName(String alternateName1)
      Parameters:
      alternateName1 - the alternateName to set
    • getEnabled

      public String getEnabled()
      Returns:
      the enabled
    • setEnabled

      public void setEnabled(String enabled1)
      Parameters:
      enabled1 - the enabled to set
    • getEnabledTime

      public String getEnabledTime()
      Returns:
      the enabledTime
    • setEnabledTime

      public void setEnabledTime(String enabledTime1)
      Parameters:
      enabledTime1 - the enabledTime to set
    • getDisabledTime

      public String getDisabledTime()
      Returns:
      the disabledTime
    • setDisabledTime

      public void setDisabledTime(String disabledTime1)
      Parameters:
      disabledTime1 - the disabledTime to set