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 |