public class GetIndexInformationResponse extends Object implements Serializable
| Constructor and Description |
|---|
GetIndexInformationResponse() |
GetIndexInformationResponse(StringArray collectionID,
StringArray fields,
String indexID) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
StringArray |
getCollectionID()
Gets the collectionID value for this GetIndexInformationResponse.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
StringArray |
getFields()
Gets the fields value for this GetIndexInformationResponse.
|
String |
getIndexID()
Gets the indexID value for this GetIndexInformationResponse.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCollectionID(StringArray collectionID)
Sets the collectionID value for this GetIndexInformationResponse.
|
void |
setFields(StringArray fields)
Sets the fields value for this GetIndexInformationResponse.
|
void |
setIndexID(String indexID)
Sets the indexID value for this GetIndexInformationResponse.
|
public GetIndexInformationResponse()
public GetIndexInformationResponse(StringArray collectionID, StringArray fields, String indexID)
public String getIndexID()
public void setIndexID(String indexID)
indexID - public StringArray getCollectionID()
public void setCollectionID(StringArray collectionID)
collectionID - public StringArray getFields()
public void setFields(StringArray fields)
fields - 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.