eu.etaxonomy.cdm.remote.dto.oaipmh
Class ListSets

java.lang.Object
  extended by eu.etaxonomy.cdm.remote.dto.oaipmh.ListSets

public class ListSets
extends Object

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

set

protected List<Set> set

resumptionToken

protected ResumptionToken resumptionToken
Constructor Detail

ListSets

public ListSets()
Method Detail

getSet

public List<Set> getSet()
Gets the value of the set property.

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


getResumptionToken

public ResumptionToken getResumptionToken()
Gets the value of the resumptionToken property.

Returns:
possible object is ResumptionToken

setResumptionToken

public void setResumptionToken(ResumptionToken value)
Sets the value of the resumptionToken property.

Parameters:
value - allowed object is ResumptionToken


Copyright © 2007-2013 EDIT. All Rights Reserved.