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 getExtraRequestData():gov.loc.www.zing.srw.ExtraRequestData |
Sequential Notes: | Gets the extraRequestData value for this SearchRetrieveRequestType. @return extraRequestData | |
public getMaximumRecords():org.apache.axis.types.NonNegativeInteger |
Sequential Notes: | Gets the maximumRecords value for this SearchRetrieveRequestType. @return maximumRecords | |
public getQuery():java.lang.String |
Sequential Notes: | Gets the query value for this SearchRetrieveRequestType. @return query | |
public getRecordPacking():java.lang.String |
Sequential Notes: | Gets the recordPacking value for this SearchRetrieveRequestType. @return recordPacking | |
public getRecordSchema():java.lang.String |
Sequential Notes: | Gets the recordSchema value for this SearchRetrieveRequestType. @return recordSchema | |
public getRecordXPath():java.lang.String |
Sequential Notes: | Gets the recordXPath value for this SearchRetrieveRequestType. @return recordXPath | |
public getResultSetTTL():org.apache.axis.types.NonNegativeInteger |
Sequential Notes: | Gets the resultSetTTL value for this SearchRetrieveRequestType. @return resultSetTTL | |
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 getSortKeys():java.lang.String |
Sequential Notes: | Gets the sortKeys value for this SearchRetrieveRequestType. @return sortKeys | |
public getStartRecord():org.apache.axis.types.PositiveInteger |
Sequential Notes: | Gets the startRecord value for this SearchRetrieveRequestType. @return startRecord | |
public getStylesheet():org.apache.axis.types.URI |
Sequential Notes: | Gets the stylesheet value for this SearchRetrieveRequestType. @return stylesheet | |
public static getTypeDesc():org.apache.axis.description.TypeDesc |
Sequential Notes: | Return type metadata object | |
public hashCode():int |
Sequential |
public SearchRetrieveRequestType(): |
Sequential |
public SearchRetrieveRequestType( java.lang.String version, java.lang.String query, org.apache.axis.types.PositiveInteger startRecord, org.apache.axis.types.NonNegativeInteger maximumRecords, java.lang.String recordPacking, java.lang.String recordSchema, java.lang.String recordXPath, org.apache.axis.types.NonNegativeInteger resultSetTTL, java.lang.String sortKeys, org.apache.axis.types.URI stylesheet, gov.loc.www.zing.srw.ExtraRequestData extraRequestData): |
Sequential |
public setExtraRequestData( gov.loc.www.zing.srw.ExtraRequestData extraRequestData):void |
Sequential Notes: | Sets the extraRequestData value for this SearchRetrieveRequestType. | |
public setMaximumRecords( org.apache.axis.types.NonNegativeInteger maximumRecords):void |
Sequential Notes: | Sets the maximumRecords value for this SearchRetrieveRequestType. | |
public setQuery( java.lang.String query):void |
Sequential Notes: | Sets the query value for this SearchRetrieveRequestType. | |
public setRecordPacking( java.lang.String recordPacking):void |
Sequential Notes: | Sets the recordPacking value for this SearchRetrieveRequestType. | |
public setRecordSchema( java.lang.String recordSchema):void |
Sequential Notes: | Sets the recordSchema value for this SearchRetrieveRequestType. | |
public setRecordXPath( java.lang.String recordXPath):void |
Sequential Notes: | Sets the recordXPath value for this SearchRetrieveRequestType. | |
public setResultSetTTL( org.apache.axis.types.NonNegativeInteger resultSetTTL):void |
Sequential Notes: | Sets the resultSetTTL value for this SearchRetrieveRequestType. | |
public setSortKeys( java.lang.String sortKeys):void |
Sequential Notes: | Sets the sortKeys value for this SearchRetrieveRequestType. | |
public setStartRecord( org.apache.axis.types.PositiveInteger startRecord):void |
Sequential Notes: | Sets the startRecord value for this SearchRetrieveRequestType. | |
public setStylesheet( org.apache.axis.types.URI stylesheet):void |
Sequential Notes: | Sets the stylesheet value for this SearchRetrieveRequestType. | |