com.microsoft.search
Class SourceRequest

java.lang.Object
  extended by com.microsoft.search.SourceRequest
All Implemented Interfaces:
Serializable

public class SourceRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SourceRequest()
           
SourceRequest(SourceType source, int offset, int count, String[] resultFields)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getCount()
          Gets the count value for this SourceRequest.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 int getOffset()
          Gets the offset value for this SourceRequest.
 String[] getResultFields()
          Gets the resultFields value for this SourceRequest.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 SourceType getSource()
          Gets the source value for this SourceRequest.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCount(int count)
          Sets the count value for this SourceRequest.
 void setOffset(int offset)
          Sets the offset value for this SourceRequest.
 void setResultFields(String[] resultFields)
          Sets the resultFields value for this SourceRequest.
 void setSource(SourceType source)
          Sets the source value for this SourceRequest.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceRequest

public SourceRequest()

SourceRequest

public SourceRequest(SourceType source,
                     int offset,
                     int count,
                     String[] resultFields)
Method Detail

getSource

public SourceType getSource()
Gets the source value for this SourceRequest.

Returns:
source

setSource

public void setSource(SourceType source)
Sets the source value for this SourceRequest.

Parameters:
source -

getOffset

public int getOffset()
Gets the offset value for this SourceRequest.

Returns:
offset

setOffset

public void setOffset(int offset)
Sets the offset value for this SourceRequest.

Parameters:
offset -

getCount

public int getCount()
Gets the count value for this SourceRequest.

Returns:
count

setCount

public void setCount(int count)
Sets the count value for this SourceRequest.

Parameters:
count -

getResultFields

public String[] getResultFields()
Gets the resultFields value for this SourceRequest.

Returns:
resultFields

setResultFields

public void setResultFields(String[] resultFields)
Sets the resultFields value for this SourceRequest.

Parameters:
resultFields -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer