|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.etaxonomy.cdm.remote.dto.oaipmh.ListSets
public class ListSets
Java class for ListSetsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ListSetsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="set" type="{http://www.openarchives.org/OAI/2.0/}setType" maxOccurs="unbounded"/>
<element name="resumptionToken" type="{http://www.openarchives.org/OAI/2.0/}resumptionTokenType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ResumptionToken |
resumptionToken
|
protected List<Set> |
set
|
| Constructor Summary | |
|---|---|
ListSets()
|
|
| Method Summary | |
|---|---|
ResumptionToken |
getResumptionToken()
Gets the value of the resumptionToken property. |
List<Set> |
getSet()
Gets the value of the set property. |
void |
setResumptionToken(ResumptionToken value)
Sets the value of the resumptionToken property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Set> set
protected ResumptionToken resumptionToken
| Constructor Detail |
|---|
public ListSets()
| Method Detail |
|---|
public List<Set> getSet()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the set property.
For example, to add a new item, do as follows:
getSet().add(newItem);
Objects of the following type(s) are allowed in the list
Set
public ResumptionToken getResumptionToken()
ResumptionTokenpublic void setResumptionToken(ResumptionToken value)
value - allowed object is
ResumptionToken
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||