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