ids element

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

A class which wraps a List of UUID objects so that the list can be marshaled/unmarshaled with a JAXB implementation (Jersey in our case).

Example XML

<?xml version="1.0" encoding="UTF-8"?> <ids> <ids>...</ids> <ids>...</ids> <!--...more "ids" elements...--> </ids>

Example JSON

{ "ids" : [ "...", ... ] }