public class ResumptionTokenType extends Object implements XMLWritable
| Modifier and Type | Field and Description |
|---|---|
protected Long |
completeListSize |
protected Long |
cursor |
protected Date |
expirationDate |
protected String |
value |
| Constructor and Description |
|---|
ResumptionTokenType() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCompleteListSize()
Gets the value of the completeListSize property.
|
Long |
getCursor()
Gets the value of the cursor property.
|
Date |
getExpirationDate()
Gets the value of the expirationDate property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setCompleteListSize(Number value)
Sets the value of the completeListSize property.
|
void |
setCursor(Number value)
Sets the value of the cursor property.
|
void |
setExpirationDate(Date value)
Sets the value of the expirationDate property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
write(XmlOutputContext context) |
protected String value
protected Date expirationDate
protected Long completeListSize
protected Long cursor
public String getValue()
public void setValue(String value)
value - allowed object is ;public Date getExpirationDate()
public void setExpirationDate(Date value)
value - allowed object ispublic Long getCompleteListSize()
public void setCompleteListSize(Number value)
value - allowed object is ;public Long getCursor()
public void setCursor(Number value)
value - allowed object is ;public void write(XmlOutputContext context) throws WritingXmlException
write in interface XMLWritableWritingXmlExceptionCopyright © 2020. All rights reserved.