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. | |