public class LanguagePair extends Object implements Serializable
Constructor and Description |
---|
LanguagePair() |
LanguagePair(String first,
String second) |
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 |
getFirst()
Gets the first value for this LanguagePair.
|
String |
getSecond()
Gets the second value for this LanguagePair.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
|
int |
hashCode() |
void |
setFirst(String first)
Sets the first value for this LanguagePair.
|
void |
setSecond(String second)
Sets the second value for this LanguagePair.
|
public String getFirst()
public void setFirst(String first)
first
- public String getSecond()
public void setSecond(String second)
second
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)