org.gcube.index.fulltextindexnode.stubs
Class GetIndexInformationResponse

java.lang.Object
  extended by org.gcube.index.fulltextindexnode.stubs.GetIndexInformationResponse
All Implemented Interfaces:
Serializable

public class GetIndexInformationResponse
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GetIndexInformationResponse()
           
GetIndexInformationResponse(StringArray collectionID, StringArray fields, String indexID)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetIndexInformationResponse

public GetIndexInformationResponse()

GetIndexInformationResponse

public GetIndexInformationResponse(StringArray collectionID,
                                   StringArray fields,
                                   String indexID)
Method Detail

getIndexID

public String getIndexID()
Gets the indexID value for this GetIndexInformationResponse.

Returns:
indexID

setIndexID

public void setIndexID(String indexID)
Sets the indexID value for this GetIndexInformationResponse.

Parameters:
indexID -

getCollectionID

public StringArray getCollectionID()
Gets the collectionID value for this GetIndexInformationResponse.

Returns:
collectionID

setCollectionID

public void setCollectionID(StringArray collectionID)
Sets the collectionID value for this GetIndexInformationResponse.

Parameters:
collectionID -

getFields

public StringArray getFields()
Gets the fields value for this GetIndexInformationResponse.

Returns:
fields

setFields

public void setFields(StringArray fields)
Sets the fields value for this GetIndexInformationResponse.

Parameters:
fields -

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



Copyright © 2013. All Rights Reserved.