class: RecordType

public class: RecordType
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: {40B2949F-F3C9-49b8-84E5-A320047E0853}
 

Goto: Custom Properties, Fields, Methods

See also: ExplainResponseType, RecordsType, ExtraDataType, StringOrXmlFragment

Appears in: srw

Connections
 
Custom Properties
 
RecordType 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
  extraRecordData
private gov.loc.www.zing.srw.StringOrXmlFragment
  recordData
private java.lang.String
  recordPacking
private org.apache.axis.types.PositiveInteger
  recordPosition
private java.lang.String
  recordSchema
private static org.apache.axis.description.TypeDesc
  typeDesc
Initial: new org.apache.axis.description.TypeDesc(RecordType.class, true)
Notes: Type metadata
 
RecordType 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
getExtraRecordData():gov.loc.www.zing.srw.ExtraDataType
Sequential
Notes: Gets the extraRecordData value for this RecordType.
@return extraRecordData
public
getRecordData():gov.loc.www.zing.srw.StringOrXmlFragment
Sequential
Notes: Gets the recordData value for this RecordType.
@return recordData
public
getRecordPacking():java.lang.String
Sequential
Notes: Gets the recordPacking value for this RecordType.
@return recordPacking
public
getRecordPosition():org.apache.axis.types.PositiveInteger
Sequential
Notes: Gets the recordPosition value for this RecordType.
@return recordPosition
public
getRecordSchema():java.lang.String
Sequential
Notes: Gets the recordSchema value for this RecordType.
@return recordSchema
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
RecordType():
Sequential
public
RecordType(
   java.lang.String recordSchema,
   java.lang.String recordPacking,
   gov.loc.www.zing.srw.StringOrXmlFragment recordData,
   org.apache.axis.types.PositiveInteger recordPosition,
   gov.loc.www.zing.srw.ExtraDataType extraRecordData):
Sequential
public
setExtraRecordData(
   gov.loc.www.zing.srw.ExtraDataType extraRecordData):void
Sequential
Notes: Sets the extraRecordData value for this RecordType.
public
setRecordData(
   gov.loc.www.zing.srw.StringOrXmlFragment recordData):void
Sequential
Notes: Sets the recordData value for this RecordType.
public
setRecordPacking(
   java.lang.String recordPacking):void
Sequential
Notes: Sets the recordPacking value for this RecordType.
public
setRecordPosition(
   org.apache.axis.types.PositiveInteger recordPosition):void
Sequential
Notes: Sets the recordPosition value for this RecordType.
public
setRecordSchema(
   java.lang.String recordSchema):void
Sequential
Notes: Sets the recordSchema value for this RecordType.