searchResultsDTO

Namespace: (default namespace)
XML Schema: ns0.xsd

A wrapper for a wrapping a various lists of BaseDTO subclasses so that they can be marshalled and unmarshalled via JAXB.

This class can be used to wrap any combination of BaseDTO subclasses. If any BaseDTO subclasses defined in this class are not required, do not set them, and they will be returned to the client as null.

XML

Elements

name (type) min/max
occurs
description
userDTOs (userDTO) 0/unbounded
teamDTOs (teamDTO) 0/unbounded
ruleDTOs (ruleDTO) 0/unbounded
resourcePermissionDTOs (resourcePermissionDTO) 0/unbounded

JSON

property type description
userDTOs array of userDTOs (userDTO)
teamDTOs array of teamDTOs (teamDTO)
ruleDTOs array of ruleDTOs (ruleDTO)
resourcePermissionDTOs array of resourcePermissionDTOs (resourcePermissionDTO)