Class 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>