Class ListSetsType
- java.lang.Object
-
- com.lyncode.xoai.dataprovider.xml.oaipmh.ListSetsType
-
- All Implemented Interfaces:
XMLWritable
public class ListSetsType extends Object implements XMLWritable
Java class for ListSetsType complex type. The following schema fragment specifies the expected content contained within this class.
-
-
Field Summary
Fields Modifier and Type Field Description protected ResumptionTokenTyperesumptionTokenprotected List<SetType>set
-
Constructor Summary
Constructors Constructor Description ListSetsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResumptionTokenTypegetResumptionToken()Gets the value of the resumptionToken property.List<SetType>getSet()Gets the value of the set property.voidsetResumptionToken(ResumptionTokenType value)Sets the value of the resumptionToken property.voidwrite(XmlOutputContext context)
-
-
-
Field Detail
-
resumptionToken
protected ResumptionTokenType resumptionToken
-
-
Method Detail
-
getSet
public List<SetType> 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 method for the set property. For example, to add a new item, do as follows: getSets().add(newItem); Objects of the following type(s) are allowed in the list ;
-
getResumptionToken
public ResumptionTokenType getResumptionToken()
Gets the value of the resumptionToken property.- Returns:
- possible object is ;
-
setResumptionToken
public void setResumptionToken(ResumptionTokenType value)
Sets the value of the resumptionToken property.- Parameters:
value- allowed object is ;
-
write
public void write(XmlOutputContext context) throws WritingXmlException
- Specified by:
writein interfaceXMLWritable- Throws:
WritingXmlException
-
-