class: DiagnosticsType

public class: DiagnosticsType
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:19:28; Modified: 16.07.2009 15:19:28;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {6F47AC86-8B0B-4fe9-A2C7-1A80ADC52E7E}
 

Goto: Custom Properties, Fields, Methods

See also: DiagnosticType, ExplainResponseType, ScanResponseType, SearchRetrieveResponseType

Appears in: srw

Connections
 
Custom Properties
 
DiagnosticsType Attributes
Attribute Details
private java.lang.Object
  __equalsCalc
Initial: null
private boolean
  __hashCodeCalc
Initial: false
private gov.loc.www.zing.srw.diagnostic.DiagnosticType
  diagnostic
package org.apache.axis.description.ElementDesc
  elemField
Initial: new org.apache.axis.description.ElementDesc()
private static org.apache.axis.description.TypeDesc
  typeDesc
Initial: new org.apache.axis.description.TypeDesc(DiagnosticsType.class, true)
Notes: Type metadata
 
DiagnosticsType Methods
Operation Details
public
DiagnosticsType():
Sequential
public
DiagnosticsType(
   gov.loc.www.zing.srw.diagnostic.DiagnosticType[] diagnostic):
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
getDiagnostic():gov.loc.www.zing.srw.diagnostic.DiagnosticType
Sequential
Notes: Gets the diagnostic value for this DiagnosticsType.
@return diagnostic
public
getDiagnostic(
   int i):gov.loc.www.zing.srw.diagnostic.DiagnosticType
Sequential
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
setDiagnostic(
   gov.loc.www.zing.srw.diagnostic.DiagnosticType[] diagnostic):void
Sequential
Notes: Sets the diagnostic value for this DiagnosticsType.
public
setDiagnostic(
   int i,
   gov.loc.www.zing.srw.diagnostic.DiagnosticType _value):void
Sequential