public class RESTAbstractList<ELEM extends NameLinkElem> extends Object implements Iterable<ELEM>
This is the XML REST representation:
<ELEMENTs>
<ELEMENT>
<name>elem1</name>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="alternate" href="url1" type="application/xml"/>
</ELEMENT>
<ELEMENT>
<name>elem2</name>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="alternate" href="url2" type="application/xml"/>
</ELEMENT>
</ELEMENTs>
| Modifier and Type | Field and Description |
|---|---|
protected List<org.jdom.Element> |
elementList |
| Modifier | Constructor and Description |
|---|---|
protected |
RESTAbstractList(org.jdom.Element list) |
protected final List<org.jdom.Element> elementList
Copyright © 2007–2016 PDOK. All rights reserved.