class: RecordsType

public class: RecordsType
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:19:32; Modified: 16.07.2009 15:19:32;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {E504CF73-9775-4b79-B153-141E7FA8AD52}
 

Goto: Custom Properties, Fields, Methods

See also: RecordType, SearchRetrieveResponseType

Appears in: srw

Connections
 
Custom Properties
 
RecordsType 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.RecordType
  record
private static org.apache.axis.description.TypeDesc
  typeDesc
Initial: new org.apache.axis.description.TypeDesc(RecordsType.class, true)
Notes: Type metadata
 
RecordsType 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
getRecord():gov.loc.www.zing.srw.RecordType
Sequential
Notes: Gets the record value for this RecordsType.
@return record
public
getRecord(
   int i):gov.loc.www.zing.srw.RecordType
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
RecordsType():
Sequential
public
RecordsType(
   gov.loc.www.zing.srw.RecordType[] record):
Sequential
public
setRecord(
   gov.loc.www.zing.srw.RecordType[] record):void
Sequential
Notes: Sets the record value for this RecordsType.
public
setRecord(
   int i,
   gov.loc.www.zing.srw.RecordType _value):void
Sequential