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.ExtraDataType |
Sequential Notes: | Gets the extraRequestData value for this ScanRequestType. @return extraRequestData | |
public getMaximumTerms():org.apache.axis.types.PositiveInteger |
Sequential Notes: | Gets the maximumTerms value for this ScanRequestType. @return maximumTerms | |
public getResponsePosition():org.apache.axis.types.NonNegativeInteger |
Sequential Notes: | Gets the responsePosition value for this ScanRequestType. @return responsePosition | |
public getScanClause():java.lang.String |
Sequential Notes: | Gets the scanClause value for this ScanRequestType. @return scanClause | |
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 getStylesheet():org.apache.axis.types.URI |
Sequential Notes: | Gets the stylesheet value for this ScanRequestType. @return stylesheet | |
public static getTypeDesc():org.apache.axis.description.TypeDesc |
Sequential Notes: | Return type metadata object | |
public hashCode():int |
Sequential |
public ScanRequestType(): |
Sequential |
public ScanRequestType( java.lang.String version, java.lang.String scanClause, org.apache.axis.types.NonNegativeInteger responsePosition, org.apache.axis.types.PositiveInteger maximumTerms, org.apache.axis.types.URI stylesheet, gov.loc.www.zing.srw.ExtraDataType extraRequestData): |
Sequential |
public setExtraRequestData( gov.loc.www.zing.srw.ExtraDataType extraRequestData):void |
Sequential Notes: | Sets the extraRequestData value for this ScanRequestType. | |
public setMaximumTerms( org.apache.axis.types.PositiveInteger maximumTerms):void |
Sequential Notes: | Sets the maximumTerms value for this ScanRequestType. | |
public setResponsePosition( org.apache.axis.types.NonNegativeInteger responsePosition):void |
Sequential Notes: | Sets the responsePosition value for this ScanRequestType. | |
public setScanClause( java.lang.String scanClause):void |
Sequential Notes: | Sets the scanClause value for this ScanRequestType. | |
public setStylesheet( org.apache.axis.types.URI stylesheet):void |
Sequential Notes: | Sets the stylesheet value for this ScanRequestType. | |