public class RequestType extends Object implements XMLWritable
| Modifier and Type | Field and Description |
|---|---|
protected Date |
from |
protected String |
identifier |
protected String |
metadataPrefix |
protected String |
resumptionToken |
protected String |
set |
protected Date |
until |
protected String |
value |
protected VerbType |
verb |
| Constructor and Description |
|---|
RequestType() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getFrom()
Gets the value of the from property.
|
String |
getIdentifier()
Gets the value of the identifier property.
|
String |
getMetadataPrefix()
Gets the value of the metadataPrefix property.
|
String |
getResumptionToken()
Gets the value of the resumptionToken property.
|
String |
getSet()
Gets the value of the set property.
|
Date |
getUntil()
Gets the value of the until property.
|
String |
getValue()
Gets the value of the value property.
|
VerbType |
getVerb()
Gets the value of the verb property.
|
void |
setFrom(Date value)
Sets the value of the from property.
|
void |
setIdentifier(String value)
Sets the value of the identifier property.
|
void |
setMetadataPrefix(String value)
Sets the value of the metadataPrefix property.
|
void |
setResumptionToken(String value)
Sets the value of the resumptionToken property.
|
void |
setSet(String value)
Sets the value of the set property.
|
void |
setUntil(Date value)
Sets the value of the until property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setVerb(VerbType value)
Sets the value of the verb property.
|
void |
write(XmlOutputContext context) |
protected String value
protected VerbType verb
protected String identifier
protected String metadataPrefix
protected Date from
protected Date until
protected String set
protected String resumptionToken
public String getValue()
public void setValue(String value)
value - allowed object is ;public VerbType getVerb()
public void setVerb(VerbType value)
value - allowed object is ;public String getIdentifier()
public void setIdentifier(String value)
value - allowed object is ;public String getMetadataPrefix()
public void setMetadataPrefix(String value)
value - allowed object is ;public Date getFrom()
public void setFrom(Date value)
value - allowed object is ;public Date getUntil()
public void setUntil(Date value)
value - allowed object is ;public String getSet()
public void setSet(String value)
value - allowed object is ;public String getResumptionToken()
public void setResumptionToken(String value)
value - allowed object is ;public void write(XmlOutputContext context) throws WritingXmlException
write in interface XMLWritableWritingXmlExceptionCopyright © 2020. All rights reserved.