class: ScanRequestType

public class: ScanRequestType
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:19:34; Modified: 16.07.2009 15:19:34;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {9D1E7FDD-22A4-4bf1-9EF9-0685896844A5}
 

Goto: Custom Properties, Fields, Methods

Extends: RequestType

See also: ExtraDataType, RequestType

Appears in: srw

Connections
 
Custom Properties
 
ScanRequestType 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.ExtraDataType
  extraRequestData
private org.apache.axis.types.PositiveInteger
  maximumTerms
private org.apache.axis.types.NonNegativeInteger
  responsePosition
private java.lang.String
  scanClause
private org.apache.axis.types.URI
  stylesheet
private static org.apache.axis.description.TypeDesc
  typeDesc
Initial: new org.apache.axis.description.TypeDesc(ScanRequestType.class, true)
Notes: Type metadata
 
ScanRequestType 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.ExtraDataType
Sequential
Notes: Gets the extraRequestData value for this ScanRequestType.
@return extraRequestData
public
getMaximumTerms():org.apache.axis.types.PositiveInteger
Sequential
Notes: Gets the maximumTerms value for this ScanRequestType.
@return maximumTerms
public
getResponsePosition():org.apache.axis.types.NonNegativeInteger
Sequential
Notes: Gets the responsePosition value for this ScanRequestType.
@return responsePosition
public
getScanClause():java.lang.String
Sequential
Notes: Gets the scanClause value for this ScanRequestType.
@return scanClause
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
getStylesheet():org.apache.axis.types.URI
Sequential
Notes: Gets the stylesheet value for this ScanRequestType.
@return stylesheet
public static
getTypeDesc():org.apache.axis.description.TypeDesc
Sequential
Notes: Return type metadata object
public
hashCode():int
Sequential
public
ScanRequestType():
Sequential
public
ScanRequestType(
   java.lang.String version,
   java.lang.String scanClause,
   org.apache.axis.types.NonNegativeInteger responsePosition,
   org.apache.axis.types.PositiveInteger maximumTerms,
   org.apache.axis.types.URI stylesheet,
   gov.loc.www.zing.srw.ExtraDataType extraRequestData):
Sequential
public
setExtraRequestData(
   gov.loc.www.zing.srw.ExtraDataType extraRequestData):void
Sequential
Notes: Sets the extraRequestData value for this ScanRequestType.
public
setMaximumTerms(
   org.apache.axis.types.PositiveInteger maximumTerms):void
Sequential
Notes: Sets the maximumTerms value for this ScanRequestType.
public
setResponsePosition(
   org.apache.axis.types.NonNegativeInteger responsePosition):void
Sequential
Notes: Sets the responsePosition value for this ScanRequestType.
public
setScanClause(
   java.lang.String scanClause):void
Sequential
Notes: Sets the scanClause value for this ScanRequestType.
public
setStylesheet(
   org.apache.axis.types.URI stylesheet):void
Sequential
Notes: Sets the stylesheet value for this ScanRequestType.