public class RESTNamespaceList extends Object implements Iterable<RESTNamespaceList.RESTShortNamespace>
RESTNamespaceList.RESTShortNamespace.| Modifier and Type | Class and Description |
|---|---|
static class |
RESTNamespaceList.RESTShortNamespace
Namespace summary info.
|
| Modifier | Constructor and Description |
|---|---|
protected |
RESTNamespaceList(org.jdom.Element wslistroot) |
| Modifier and Type | Method and Description |
|---|---|
static RESTNamespaceList |
build(String response) |
RESTNamespaceList.RESTShortNamespace |
get(int index) |
boolean |
isEmpty() |
Iterator<RESTNamespaceList.RESTShortNamespace> |
iterator() |
int |
size() |
public static RESTNamespaceList build(String response)
public int size()
public boolean isEmpty()
public RESTNamespaceList.RESTShortNamespace get(int index)
public Iterator<RESTNamespaceList.RESTShortNamespace> iterator()
iterator in interface Iterable<RESTNamespaceList.RESTShortNamespace>Copyright © 2007–2016 PDOK. All rights reserved.