|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.microsoft.search.SourceRequest
public class SourceRequest
| 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 |
|---|
public SourceRequest()
public SourceRequest(SourceType source,
int offset,
int count,
String[] resultFields)
| Method Detail |
|---|
public SourceType getSource()
public void setSource(SourceType source)
source - public int getOffset()
public void setOffset(int offset)
offset - public int getCount()
public void setCount(int count)
count - public String[] getResultFields()
public void setResultFields(String[] resultFields)
resultFields - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||