public class Pictogram extends Object implements Serializable
| Constructor and Description | 
|---|
Pictogram()  | 
Pictogram(byte[] image,
         String imageType,
         String word)  | 
| 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 
 | 
byte[] | 
getImage()
Gets the image value for this Pictogram. 
 | 
String | 
getImageType()
Gets the imageType value for this Pictogram. 
 | 
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) 
 | 
String | 
getWord()
Gets the word value for this Pictogram. 
 | 
int | 
hashCode()  | 
void | 
setImage(byte[] image)
Sets the image value for this Pictogram. 
 | 
void | 
setImageType(String imageType)
Sets the imageType value for this Pictogram. 
 | 
void | 
setWord(String word)
Sets the word value for this Pictogram. 
 | 
public byte[] getImage()
public void setImage(byte[] image)
image - public String getImageType()
public void setImageType(String imageType)
imageType - public String getWord()
public void setWord(String word)
word - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)