public class Gloss extends Object implements Serializable
Constructor and Description |
---|
Gloss() |
Gloss(String glossText,
String language) |
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 |
getGlossText()
Gets the glossText value for this Gloss.
|
String |
getLanguage()
Gets the language value for this Gloss.
|
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 |
setGlossText(String glossText)
Sets the glossText value for this Gloss.
|
void |
setLanguage(String language)
Sets the language value for this Gloss.
|
public String getGlossText()
public void setGlossText(String glossText)
glossText
- public String getLanguage()
public void setLanguage(String language)
language
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)