UserGroup Data Type

UserGroup

Namespace
http://www.visionproject.se/service/VisionProjectService-v2/type
Schema
type.xsd
Version
$Revision$ $Date$
Properties
name data type type namespace min/max occurs constraints description
VPRoleId int element 1/1 required Get vPRoleId
cannotSetUserGroups string element 0/1   Get cannotSetUserGroups
companyId int element 1/1 required Get companyId
isAdministrator boolean element 1/1 required Get isAdministrator
isAdministratorHasBeenSet boolean element 1/1 required Get isAdministratorHasBeenSet
isDefault boolean element 1/1 required Get isDefault
isDefaultHasBeenSet boolean element 1/1 required Get isDefaultHasBeenSet
isProjectAdministrator boolean element 1/1 required Get isProjectAdministrator
isProjectAdministratorHasBeenSet boolean element 1/1 required Get isProjectAdministratorHasBeenSet
isSupportUser boolean element 1/1 required Get isSupportUser
isSupportUserHasBeenSet boolean element 1/1 required Get isSupportUserHasBeenSet
originalCheckSum string element 0/1   Method getOriginalCheckSum
primaryKey int element 1/1 required Get primaryKey
userGroupDisplayValue string element 0/1   Get userGroupDisplayValue
userGroupName string element 0/1   Get userGroupName

Example

<u----- xmlns="http://www.visionproject.se/service/VisionProjectService-v2/type">
  <cannotSetUserGroups>...</cannotSetUserGroups>
  <companyId>...</companyId>
  <isAdministrator>...</isAdministrator>
  <isAdministratorHasBeenSet>...</isAdministratorHasBeenSet>
  <isDefault>...</isDefault>
  <isDefaultHasBeenSet>...</isDefaultHasBeenSet>
  <isProjectAdministrator>...</isProjectAdministrator>
  <isProjectAdministratorHasBeenSet>...</isProjectAdministratorHasBeenSet>
  <isSupportUser>...</isSupportUser>
  <isSupportUserHasBeenSet>...</isSupportUserHasBeenSet>
  <originalCheckSum>...</originalCheckSum>
  <primaryKey>...</primaryKey>
  <userGroupDisplayValue>...</userGroupDisplayValue>
  <userGroupName>...</userGroupName>
  <VPRoleId>...</VPRoleId>
</u----->