Property | Type | Description | |
---|---|---|---|
$UserListType | string | ||
$accessReason | tnsAccessReason | ||
$accountUserListStatus | tnsAccountUserListStatus | ||
$description | string | ||
$id | integer | ||
$integrationCode | string | ||
$isEligibleForDisplay | boolean | ||
$isEligibleForSearch | boolean | ||
$isReadOnly | boolean | ||
$listType | tnsUserListType | ||
$membershipLifeSpan | integer | ||
$name | string | ||
$size | integer | ||
$sizeForSearch | integer | ||
$sizeRange | tnsSizeRange | ||
$sizeRangeForSearch | tnsSizeRange | ||
$status | tnsUserListMembershipStatus |
Method | Description | |
---|---|---|
__construct ( $id = null, $isReadOnly = null, $name = null, $description = null, $status = null, $integrationCode = null, $accessReason = null, $accountUserListStatus = null, $membershipLifeSpan = null, $size = null, $sizeRange = null, $sizeForSearch = null, $sizeRangeForSearch = null, $listType = null, $isEligibleForSearch = null, $isEligibleForDisplay = null, $UserListType = null ) | ||
__get ( $var ) : mixed | Provided for getting non-php-standard named variables | |
__set ( $var, $value ) | Provided for setting non-php-standard named variables | |
getNamespace ( ) : string | Gets the namesapce of this class | |
getXsiTypeName ( ) : string | Gets the xsi:type name of this class |
Method | Description | |
---|---|---|
getParameterMap ( ) : array | Provided for getting non-php-standard named variables |
public __construct ( $id = null, $isReadOnly = null, $name = null, $description = null, $status = null, $integrationCode = null, $accessReason = null, $accountUserListStatus = null, $membershipLifeSpan = null, $size = null, $sizeRange = null, $sizeForSearch = null, $sizeRangeForSearch = null, $listType = null, $isEligibleForSearch = null, $isEligibleForDisplay = null, $UserListType = null ) |
public __set ( $var, $value ) | ||
$var | Variable name to set | |
$value | Value to set |
public getNamespace ( ) : string | ||
return | string | the namespace of this class |
protected getParameterMap ( ) : array | ||
return | array | parameter map |
public getXsiTypeName ( ) : string | ||
return | string | the xsi:type name of this class |
public tnsAccountUserListStatus $accountUserListStatus | ||
return | tnsAccountUserListStatus |