class: SearchRetrieveResponseType

public class: SearchRetrieveResponseType
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:19:35; Modified: 16.07.2009 15:19:35;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {D1F941D4-D542-4d97-87B2-3D3CA3AE6B58}
 

Goto: Custom Properties, Fields, Methods

Extends: ResponseType

See also: DiagnosticsType, EchoedSearchRetrieveRequestType, ExtraDataType, RecordsType, ResponseType

Appears in: srw

Connections
 
Custom Properties
 
SearchRetrieveResponseType Attributes
Attribute Details
private java.lang.Object
  __equalsCalc
Initial: null
private boolean
  __hashCodeCalc
Initial: false
private gov.loc.www.zing.srw.DiagnosticsType
  diagnostics
private gov.loc.www.zing.srw.EchoedSearchRetrieveRequestType
  echoedSearchRetrieveRequest
package org.apache.axis.description.ElementDesc
  elemField
Initial: new org.apache.axis.description.ElementDesc()
private gov.loc.www.zing.srw.ExtraDataType
  extraResponseData
private org.apache.axis.types.PositiveInteger
  nextRecordPosition
private org.apache.axis.types.NonNegativeInteger
  numberOfRecords
private gov.loc.www.zing.srw.RecordsType
  records
private java.lang.String
  resultSetId
private org.apache.axis.types.PositiveInteger
  resultSetIdleTime
private static org.apache.axis.description.TypeDesc
  typeDesc
Initial: new org.apache.axis.description.TypeDesc(SearchRetrieveResponseType.class, true)
Notes: Type metadata
 
SearchRetrieveResponseType Methods
Operation Details
public
equals(
   java.lang.Object obj):boolean
Sequential
public static
getDeserializer(
   java.lang.String mechType,
   java.lang.Class _javaType,
   javax.xml.namespace.QName _xmlType):org.apache.axis.encoding.Deserializer
Sequential
Notes: Get Custom Deserializer
public
getDiagnostics():gov.loc.www.zing.srw.DiagnosticsType
Sequential
Notes: Gets the diagnostics value for this SearchRetrieveResponseType.
@return diagnostics
public
getEchoedSearchRetrieveRequest():gov.loc.www.zing.srw.EchoedSearchRetrieveRequestType
Sequential
Notes: Gets the echoedSearchRetrieveRequest value for this SearchRetrieveResponseType.
@return echoedSearchRetrieveRequest
public
getExtraResponseData():gov.loc.www.zing.srw.ExtraDataType
Sequential
Notes: Gets the extraResponseData value for this SearchRetrieveResponseType.
@return extraResponseData
public
getNextRecordPosition():org.apache.axis.types.PositiveInteger
Sequential
Notes: Gets the nextRecordPosition value for this SearchRetrieveResponseType.
@return nextRecordPosition
public
getNumberOfRecords():org.apache.axis.types.NonNegativeInteger
Sequential
Notes: Gets the numberOfRecords value for this SearchRetrieveResponseType.
@return numberOfRecords
public
getRecords():gov.loc.www.zing.srw.RecordsType
Sequential
Notes: Gets the records value for this SearchRetrieveResponseType.
@return records
public
getResultSetId():java.lang.String
Sequential
Notes: Gets the resultSetId value for this SearchRetrieveResponseType.
@return resultSetId
public
getResultSetIdleTime():org.apache.axis.types.PositiveInteger
Sequential
Notes: Gets the resultSetIdleTime value for this SearchRetrieveResponseType.
@return resultSetIdleTime
public static
getSerializer(
   java.lang.String mechType,
   java.lang.Class _javaType,
   javax.xml.namespace.QName _xmlType):org.apache.axis.encoding.Serializer
Sequential
Notes: Get Custom Serializer
public static
getTypeDesc():org.apache.axis.description.TypeDesc
Sequential
Notes: Return type metadata object
public
hashCode():int
Sequential
public
SearchRetrieveResponseType():
Sequential
public
SearchRetrieveResponseType(
   java.lang.String version,
   org.apache.axis.types.NonNegativeInteger numberOfRecords,
   java.lang.String resultSetId,
   org.apache.axis.types.PositiveInteger resultSetIdleTime,
   gov.loc.www.zing.srw.RecordsType records,
   org.apache.axis.types.PositiveInteger nextRecordPosition,
   gov.loc.www.zing.srw.EchoedSearchRetrieveRequestType echoedSearchRetrieveRequest,
   gov.loc.www.zing.srw.DiagnosticsType diagnostics,
   gov.loc.www.zing.srw.ExtraDataType extraResponseData):
Sequential
public
setDiagnostics(
   gov.loc.www.zing.srw.DiagnosticsType diagnostics):void
Sequential
Notes: Sets the diagnostics value for this SearchRetrieveResponseType.
public
setEchoedSearchRetrieveRequest(
   gov.loc.www.zing.srw.EchoedSearchRetrieveRequestType echoedSearchRetrieveRequest):void
Sequential
Notes: Sets the echoedSearchRetrieveRequest value for this SearchRetrieveResponseType.
public
setExtraResponseData(
   gov.loc.www.zing.srw.ExtraDataType extraResponseData):void
Sequential
Notes: Sets the extraResponseData value for this SearchRetrieveResponseType.
public
setNextRecordPosition(
   org.apache.axis.types.PositiveInteger nextRecordPosition):void
Sequential
Notes: Sets the nextRecordPosition value for this SearchRetrieveResponseType.
public
setNumberOfRecords(
   org.apache.axis.types.NonNegativeInteger numberOfRecords):void
Sequential
Notes: Sets the numberOfRecords value for this SearchRetrieveResponseType.
public
setRecords(
   gov.loc.www.zing.srw.RecordsType records):void
Sequential
Notes: Sets the records value for this SearchRetrieveResponseType.
public
setResultSetId(
   java.lang.String resultSetId):void
Sequential
Notes: Sets the resultSetId value for this SearchRetrieveResponseType.
public
setResultSetIdleTime(
   org.apache.axis.types.PositiveInteger resultSetIdleTime):void
Sequential
Notes: Sets the resultSetIdleTime value for this SearchRetrieveResponseType.