public class ListSetsType extends Object implements XMLWritable
| Modifier and Type | Field and Description |
|---|---|
protected ResumptionTokenType |
resumptionToken |
protected List<SetType> |
set |
| Constructor and Description |
|---|
ListSetsType() |
| Modifier and Type | Method and Description |
|---|---|
ResumptionTokenType |
getResumptionToken()
Gets the value of the resumptionToken property.
|
List<SetType> |
getSet()
Gets the value of the set property.
|
void |
setResumptionToken(ResumptionTokenType value)
Sets the value of the resumptionToken property.
|
void |
write(XmlOutputContext context) |
protected ResumptionTokenType resumptionToken
public List<SetType> getSet()
public ResumptionTokenType getResumptionToken()
public void setResumptionToken(ResumptionTokenType value)
value - allowed object is ;public void write(XmlOutputContext context) throws WritingXmlException
write in interface XMLWritableWritingXmlExceptionCopyright © 2020. All rights reserved.