request.categoryId(categoryIdParam);
}
if (maxRecordsParam > 0) {
request.maxRecords(maxRecordsParam);
}
Element tmp = request.xmlResult();
if (regions != null) {
@SuppressWarnings("unchecked")
java.util.List<Element> children = tmp.getChildren();
for (Element element : children) {
regions.addContent(element);