org.gcube.index.forwardindexnode.stubs
Class KeyDescriptionType

java.lang.Object
  extended by org.gcube.index.forwardindexnode.stubs.KeyDescriptionType
All Implemented Interfaces:
Serializable

public class KeyDescriptionType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
KeyDescriptionType()
           
KeyDescriptionType(String indexTypeID, String keyName)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getIndexTypeID()
          Gets the indexTypeID value for this KeyDescriptionType.
 String getKeyName()
          Gets the keyName value for this KeyDescriptionType.
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 setIndexTypeID(String indexTypeID)
          Sets the indexTypeID value for this KeyDescriptionType.
 void setKeyName(String keyName)
          Sets the keyName value for this KeyDescriptionType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyDescriptionType

public KeyDescriptionType()

KeyDescriptionType

public KeyDescriptionType(String indexTypeID,
                          String keyName)
Method Detail

getIndexTypeID

public String getIndexTypeID()
Gets the indexTypeID value for this KeyDescriptionType.

Returns:
indexTypeID

setIndexTypeID

public void setIndexTypeID(String indexTypeID)
Sets the indexTypeID value for this KeyDescriptionType.

Parameters:
indexTypeID -

getKeyName

public String getKeyName()
Gets the keyName value for this KeyDescriptionType.

Returns:
keyName

setKeyName

public void setKeyName(String keyName)
Sets the keyName value for this KeyDescriptionType.

Parameters:
keyName -

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.