public class LemmaNode extends Object implements Serializable
Constructor and Description |
---|
LemmaNode() |
LemmaNode(String[] conceptNodes,
String domain,
String headWord,
String language,
String nodeId,
String partOfSpeech,
String pronounciation,
String[] relations) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String[] |
getConceptNodes()
Gets the conceptNodes value for this LemmaNode.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getDomain()
Gets the domain value for this LemmaNode.
|
String |
getHeadWord()
Gets the headWord value for this LemmaNode.
|
String |
getLanguage()
Gets the language value for this LemmaNode.
|
String |
getNodeId()
Gets the nodeId value for this LemmaNode.
|
String |
getPartOfSpeech()
Gets the partOfSpeech value for this LemmaNode.
|
String |
getPronounciation()
Gets the pronounciation value for this LemmaNode.
|
String[] |
getRelations()
Gets the relations value for this LemmaNode.
|
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 |
setConceptNodes(String[] conceptNodes)
Sets the conceptNodes value for this LemmaNode.
|
void |
setDomain(String domain)
Sets the domain value for this LemmaNode.
|
void |
setHeadWord(String headWord)
Sets the headWord value for this LemmaNode.
|
void |
setLanguage(String language)
Sets the language value for this LemmaNode.
|
void |
setNodeId(String nodeId)
Sets the nodeId value for this LemmaNode.
|
void |
setPartOfSpeech(String partOfSpeech)
Sets the partOfSpeech value for this LemmaNode.
|
void |
setPronounciation(String pronounciation)
Sets the pronounciation value for this LemmaNode.
|
void |
setRelations(String[] relations)
Sets the relations value for this LemmaNode.
|
public String[] getConceptNodes()
public void setConceptNodes(String[] conceptNodes)
conceptNodes
- public String getDomain()
public void setDomain(String domain)
domain
- public String getHeadWord()
public void setHeadWord(String headWord)
headWord
- public String getLanguage()
public void setLanguage(String language)
language
- public String getNodeId()
public void setNodeId(String nodeId)
nodeId
- public String getPartOfSpeech()
public void setPartOfSpeech(String partOfSpeech)
partOfSpeech
- public String getPronounciation()
public void setPronounciation(String pronounciation)
pronounciation
- public String[] getRelations()
public void setRelations(String[] relations)
relations
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)