|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectthucydides.plugins.jira.soap.RemoteAvatar
public class RemoteAvatar
| Constructor Summary | |
|---|---|
RemoteAvatar()
|
|
RemoteAvatar(String base64Data,
String contentType,
long id,
String owner,
boolean system,
String type)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getBase64Data()
Gets the base64Data value for this RemoteAvatar. |
String |
getContentType()
Gets the contentType value for this RemoteAvatar. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
long |
getId()
Gets the id value for this RemoteAvatar. |
String |
getOwner()
Gets the owner value for this RemoteAvatar. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
String |
getType()
Gets the type value for this RemoteAvatar. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
boolean |
isSystem()
Gets the system value for this RemoteAvatar. |
void |
setBase64Data(String base64Data)
Sets the base64Data value for this RemoteAvatar. |
void |
setContentType(String contentType)
Sets the contentType value for this RemoteAvatar. |
void |
setId(long id)
Sets the id value for this RemoteAvatar. |
void |
setOwner(String owner)
Sets the owner value for this RemoteAvatar. |
void |
setSystem(boolean system)
Sets the system value for this RemoteAvatar. |
void |
setType(String type)
Sets the type value for this RemoteAvatar. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteAvatar()
public RemoteAvatar(String base64Data,
String contentType,
long id,
String owner,
boolean system,
String type)
| Method Detail |
|---|
public String getBase64Data()
public void setBase64Data(String base64Data)
base64Data - public String getContentType()
public void setContentType(String contentType)
contentType - public long getId()
public void setId(long id)
id - public String getOwner()
public void setOwner(String owner)
owner - public boolean isSystem()
public void setSystem(boolean system)
system - public String getType()
public void setType(String type)
type - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||