class: SearchRetrieveRequestType

public class: SearchRetrieveRequestType
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: {9A17E4ED-B07C-4c01-8E89-8C1774412F10}
 

Goto: Custom Properties, Fields, Methods

Extends: RequestType

See also: ExtraRequestData, RequestType

Appears in: srw

Connections
 
Custom Properties
 
SearchRetrieveRequestType Attributes
Attribute Details
private java.lang.Object
  __equalsCalc
Initial: null
private boolean
  __hashCodeCalc
Initial: false
package org.apache.axis.description.ElementDesc
  elemField
Initial: new org.apache.axis.description.ElementDesc()
private gov.loc.www.zing.srw.ExtraRequestData
  extraRequestData
private org.apache.axis.types.NonNegativeInteger
  maximumRecords
private java.lang.String
  query
private java.lang.String
  recordPacking
private java.lang.String
  recordSchema
private java.lang.String
  recordXPath
private org.apache.axis.types.NonNegativeInteger
  resultSetTTL
private java.lang.String
  sortKeys
private org.apache.axis.types.PositiveInteger
  startRecord
private org.apache.axis.types.URI
  stylesheet
private static org.apache.axis.description.TypeDesc
  typeDesc
Initial: new org.apache.axis.description.TypeDesc(SearchRetrieveRequestType.class, true)
Notes: Type metadata
 
SearchRetrieveRequestType 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
getExtraRequestData():gov.loc.www.zing.srw.ExtraRequestData
Sequential
Notes: Gets the extraRequestData value for this SearchRetrieveRequestType.
@return extraRequestData
public
getMaximumRecords():org.apache.axis.types.NonNegativeInteger
Sequential
Notes: Gets the maximumRecords value for this SearchRetrieveRequestType.
@return maximumRecords
public
getQuery():java.lang.String
Sequential
Notes: Gets the query value for this SearchRetrieveRequestType.
@return query
public
getRecordPacking():java.lang.String
Sequential
Notes: Gets the recordPacking value for this SearchRetrieveRequestType.
@return recordPacking
public
getRecordSchema():java.lang.String
Sequential
Notes: Gets the recordSchema value for this SearchRetrieveRequestType.
@return recordSchema
public
getRecordXPath():java.lang.String
Sequential
Notes: Gets the recordXPath value for this SearchRetrieveRequestType.
@return recordXPath
public
getResultSetTTL():org.apache.axis.types.NonNegativeInteger
Sequential
Notes: Gets the resultSetTTL value for this SearchRetrieveRequestType.
@return resultSetTTL
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
getSortKeys():java.lang.String
Sequential
Notes: Gets the sortKeys value for this SearchRetrieveRequestType.
@return sortKeys
public
getStartRecord():org.apache.axis.types.PositiveInteger
Sequential
Notes: Gets the startRecord value for this SearchRetrieveRequestType.
@return startRecord
public
getStylesheet():org.apache.axis.types.URI
Sequential
Notes: Gets the stylesheet value for this SearchRetrieveRequestType.
@return stylesheet
public static
getTypeDesc():org.apache.axis.description.TypeDesc
Sequential
Notes: Return type metadata object
public
hashCode():int
Sequential
public
SearchRetrieveRequestType():
Sequential
public
SearchRetrieveRequestType(
   java.lang.String version,
   java.lang.String query,
   org.apache.axis.types.PositiveInteger startRecord,
   org.apache.axis.types.NonNegativeInteger maximumRecords,
   java.lang.String recordPacking,
   java.lang.String recordSchema,
   java.lang.String recordXPath,
   org.apache.axis.types.NonNegativeInteger resultSetTTL,
   java.lang.String sortKeys,
   org.apache.axis.types.URI stylesheet,
   gov.loc.www.zing.srw.ExtraRequestData extraRequestData):
Sequential
public
setExtraRequestData(
   gov.loc.www.zing.srw.ExtraRequestData extraRequestData):void
Sequential
Notes: Sets the extraRequestData value for this SearchRetrieveRequestType.
public
setMaximumRecords(
   org.apache.axis.types.NonNegativeInteger maximumRecords):void
Sequential
Notes: Sets the maximumRecords value for this SearchRetrieveRequestType.
public
setQuery(
   java.lang.String query):void
Sequential
Notes: Sets the query value for this SearchRetrieveRequestType.
public
setRecordPacking(
   java.lang.String recordPacking):void
Sequential
Notes: Sets the recordPacking value for this SearchRetrieveRequestType.
public
setRecordSchema(
   java.lang.String recordSchema):void
Sequential
Notes: Sets the recordSchema value for this SearchRetrieveRequestType.
public
setRecordXPath(
   java.lang.String recordXPath):void
Sequential
Notes: Sets the recordXPath value for this SearchRetrieveRequestType.
public
setResultSetTTL(
   org.apache.axis.types.NonNegativeInteger resultSetTTL):void
Sequential
Notes: Sets the resultSetTTL value for this SearchRetrieveRequestType.
public
setSortKeys(
   java.lang.String sortKeys):void
Sequential
Notes: Sets the sortKeys value for this SearchRetrieveRequestType.
public
setStartRecord(
   org.apache.axis.types.PositiveInteger startRecord):void
Sequential
Notes: Sets the startRecord value for this SearchRetrieveRequestType.
public
setStylesheet(
   org.apache.axis.types.URI stylesheet):void
Sequential
Notes: Sets the stylesheet value for this SearchRetrieveRequestType.