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