Package nl.b3p.csw.jaxb.csw
Class RequestStatusType
- java.lang.Object
-
- nl.b3p.csw.jaxb.csw.RequestStatusType
-
public class RequestStatusType extends Object
This element provides information about the status of the search request. status - status of the search timestamp - the date and time when the result set was modified (ISO 8601 format: YYYY-MM-DDThh:mm:ss[+|-]hh:mm).Java class for RequestStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestStatusType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendartimestamp
-
Constructor Summary
Constructors Constructor Description RequestStatusType()Default no-arg constructorRequestStatusType(XMLGregorianCalendar timestamp)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendargetTimestamp()Gets the value of the timestamp property.voidsetTimestamp(XMLGregorianCalendar value)Sets the value of the timestamp property.
-
-
-
Field Detail
-
timestamp
protected XMLGregorianCalendar timestamp
-
-
Constructor Detail
-
RequestStatusType
public RequestStatusType()
Default no-arg constructor
-
RequestStatusType
public RequestStatusType(XMLGregorianCalendar timestamp)
Fully-initialising value constructor
-
-
Method Detail
-
getTimestamp
public XMLGregorianCalendar getTimestamp()
Gets the value of the timestamp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimestamp
public void setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-