class: ScanResponseType

public class: ScanResponseType
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: {DF71C567-6E50-47dc-A8DB-1082DB2F1925}
 

Goto: Custom Properties, Fields, Methods

Extends: ResponseType

See also: DiagnosticsType, EchoedScanRequestType, ExtraDataType, TermsType, ResponseType

Appears in: srw

Connections
 
Custom Properties
 
ScanResponseType 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.EchoedScanRequestType
  echoedScanRequest
package org.apache.axis.description.ElementDesc
  elemField
Initial: new org.apache.axis.description.ElementDesc()
private gov.loc.www.zing.srw.ExtraDataType
  extraResponseData
private gov.loc.www.zing.srw.TermsType
  terms
private static org.apache.axis.description.TypeDesc
  typeDesc
Initial: new org.apache.axis.description.TypeDesc(ScanResponseType.class, true)
Notes: Type metadata
 
ScanResponseType 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 ScanResponseType.
@return diagnostics
public
getEchoedScanRequest():gov.loc.www.zing.srw.EchoedScanRequestType
Sequential
Notes: Gets the echoedScanRequest value for this ScanResponseType.
@return echoedScanRequest
public
getExtraResponseData():gov.loc.www.zing.srw.ExtraDataType
Sequential
Notes: Gets the extraResponseData value for this ScanResponseType.
@return extraResponseData
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
getTerms():gov.loc.www.zing.srw.TermsType
Sequential
Notes: Gets the terms value for this ScanResponseType.
@return terms
public static
getTypeDesc():org.apache.axis.description.TypeDesc
Sequential
Notes: Return type metadata object
public
hashCode():int
Sequential
public
ScanResponseType():
Sequential
public
ScanResponseType(
   java.lang.String version,
   gov.loc.www.zing.srw.TermsType terms,
   gov.loc.www.zing.srw.EchoedScanRequestType echoedScanRequest,
   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 ScanResponseType.
public
setEchoedScanRequest(
   gov.loc.www.zing.srw.EchoedScanRequestType echoedScanRequest):void
Sequential
Notes: Sets the echoedScanRequest value for this ScanResponseType.
public
setExtraResponseData(
   gov.loc.www.zing.srw.ExtraDataType extraResponseData):void
Sequential
Notes: Sets the extraResponseData value for this ScanResponseType.
public
setTerms(
   gov.loc.www.zing.srw.TermsType terms):void
Sequential
Notes: Sets the terms value for this ScanResponseType.