class: EchoedScanRequestType

public class: EchoedScanRequestType
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:19:29; Modified: 16.07.2009 15:19:29;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {ED273413-9116-4c7b-8738-86A7975E269D}
 

Goto: Custom Properties, Fields, Methods

Extends: RequestType

See also: ExtraDataType, SearchClauseType, RequestType, ScanResponseType

Appears in: srw

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