public class KeyDescriptionType extends Object implements Serializable
| Constructor and Description |
|---|
KeyDescriptionType() |
KeyDescriptionType(String indexTypeID,
String keyName) |
| 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 |
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.
|
public String getIndexTypeID()
public void setIndexTypeID(String indexTypeID)
indexTypeID - public String getKeyName()
public void setKeyName(String keyName)
keyName - 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.