Lists and Sets

Some data transfer object (DTO) attributes are lists. Some input values allow a set of values. Sets are similar to lists, but are unordered.

Attributes that are lists are documented as "list of <something>" where <something> is a primitive type or DTO type. For example, if the WSDL is translated into Java, these attributes become java List objects. Other languages will result in a similar, but language specific, translation.