public class FeedLocator extends Object implements Serializable
| Constructor and Description |
|---|
FeedLocator() |
FeedLocator(boolean activate,
String indexName,
String resultSetLocation,
StringArray sids) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getIndexName()
Gets the indexName value for this FeedLocator.
|
String |
getResultSetLocation()
Gets the resultSetLocation value for this FeedLocator.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
StringArray |
getSids()
Gets the sids value for this FeedLocator.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isActivate()
Gets the activate value for this FeedLocator.
|
void |
setActivate(boolean activate)
Sets the activate value for this FeedLocator.
|
void |
setIndexName(String indexName)
Sets the indexName value for this FeedLocator.
|
void |
setResultSetLocation(String resultSetLocation)
Sets the resultSetLocation value for this FeedLocator.
|
void |
setSids(StringArray sids)
Sets the sids value for this FeedLocator.
|
public FeedLocator()
public FeedLocator(boolean activate,
String indexName,
String resultSetLocation,
StringArray sids)
public String getResultSetLocation()
public void setResultSetLocation(String resultSetLocation)
resultSetLocation - public String getIndexName()
public void setIndexName(String indexName)
indexName - public boolean isActivate()
public void setActivate(boolean activate)
activate - public StringArray getSids()
public void setSids(StringArray sids)
sids - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.