public class Concept extends Object implements Serializable
| Constructor and Description |
|---|
Concept() |
Concept(String conceptId,
Gloss[] glosses,
String partOfSpeech,
String[] relations,
Lemma[] synset) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getConceptId()
Gets the conceptId value for this Concept.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Gloss[] |
getGlosses()
Gets the glosses value for this Concept.
|
String |
getPartOfSpeech()
Gets the partOfSpeech value for this Concept.
|
String[] |
getRelations()
Gets the relations value for this Concept.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Lemma[] |
getSynset()
Gets the synset value for this Concept.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
|
int |
hashCode() |
void |
setConceptId(String conceptId)
Sets the conceptId value for this Concept.
|
void |
setGlosses(Gloss[] glosses)
Sets the glosses value for this Concept.
|
void |
setPartOfSpeech(String partOfSpeech)
Sets the partOfSpeech value for this Concept.
|
void |
setRelations(String[] relations)
Sets the relations value for this Concept.
|
void |
setSynset(Lemma[] synset)
Sets the synset value for this Concept.
|
public String getConceptId()
public void setConceptId(String conceptId)
conceptId - public Gloss[] getGlosses()
public void setGlosses(Gloss[] glosses)
glosses - public String getPartOfSpeech()
public void setPartOfSpeech(String partOfSpeech)
partOfSpeech - public String[] getRelations()
public void setRelations(String[] relations)
relations - public Lemma[] getSynset()
public void setSynset(Lemma[] synset)
synset - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)