class: ExplainResponseType

public class: ExplainResponseType
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:19:30; Modified: 16.07.2009 15:19:30;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {E0A2E2DB-F246-49a8-9EF9-C88E48DE4C62}
 

Goto: Custom Properties, Fields, Methods

Extends: ResponseType

See also: DiagnosticsType, ExplainRequestType, ExtraDataType, RecordType, ResponseType

Appears in: srw

Connections
 
Custom Properties
 
ExplainResponseType 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.ExplainRequestType
  echoedExplainRequest
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.RecordType
  record
private static org.apache.axis.description.TypeDesc
  typeDesc
Initial: new org.apache.axis.description.TypeDesc(ExplainResponseType.class, true)
Notes: Type metadata
 
ExplainResponseType Methods
Operation Details
public
equals(
   java.lang.Object obj):boolean
Sequential
public
ExplainResponseType():
Sequential
public
ExplainResponseType(
   java.lang.String version,
   gov.loc.www.zing.srw.RecordType record,
   gov.loc.www.zing.srw.ExplainRequestType echoedExplainRequest,
   gov.loc.www.zing.srw.DiagnosticsType diagnostics,
   gov.loc.www.zing.srw.ExtraDataType extraResponseData):
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 ExplainResponseType.
@return diagnostics
public
getEchoedExplainRequest():gov.loc.www.zing.srw.ExplainRequestType
Sequential
Notes: Gets the echoedExplainRequest value for this ExplainResponseType.
@return echoedExplainRequest
public
getExtraResponseData():gov.loc.www.zing.srw.ExtraDataType
Sequential
Notes: Gets the extraResponseData value for this ExplainResponseType.
@return extraResponseData
public
getRecord():gov.loc.www.zing.srw.RecordType
Sequential
Notes: Gets the record value for this ExplainResponseType.
@return record
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
setDiagnostics(
   gov.loc.www.zing.srw.DiagnosticsType diagnostics):void
Sequential
Notes: Sets the diagnostics value for this ExplainResponseType.
public
setEchoedExplainRequest(
   gov.loc.www.zing.srw.ExplainRequestType echoedExplainRequest):void
Sequential
Notes: Sets the echoedExplainRequest value for this ExplainResponseType.
public
setExtraResponseData(
   gov.loc.www.zing.srw.ExtraDataType extraResponseData):void
Sequential
Notes: Sets the extraResponseData value for this ExplainResponseType.
public
setRecord(
   gov.loc.www.zing.srw.RecordType record):void
Sequential
Notes: Sets the record value for this ExplainResponseType.