|
IBM BPM API for Web Service Clients v8.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lombardisoftware.webapi.ChartData
public class ChartData
ChartData contains the image data that is referenced in the scoreboard content.
Constructor Summary | |
---|---|
ChartData()
|
|
ChartData(long chartId,
java.lang.String url,
byte[] image,
java.lang.String imageType)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
long |
getChartId()
Gets the chartId value for this ChartData. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
byte[] |
getImage()
Gets the image value for this ChartData. |
java.lang.String |
getImageType()
Gets the imageType value for this ChartData. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
java.lang.String |
getUrl()
Gets the url value for this ChartData. |
int |
hashCode()
|
void |
setChartId(long chartId)
Sets the chartId value for this ChartData. |
void |
setImage(byte[] image)
Sets the image value for this ChartData. |
void |
setImageType(java.lang.String imageType)
Sets the imageType value for this ChartData. |
void |
setUrl(java.lang.String url)
Sets the url value for this ChartData. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChartData()
public ChartData(long chartId, java.lang.String url, byte[] image, java.lang.String imageType)
Method Detail |
---|
public long getChartId()
public void setChartId(long chartId)
chartId
- * The chart identifierpublic java.lang.String getUrl()
public void setUrl(java.lang.String url)
url
- * The chart url
Can be missing or nil if the ChartData is only partially
loaded or has no
content.public byte[] getImage()
public void setImage(byte[] image)
image
- * The binary data for the image in base-64 encoding.
Can be missing or nil if the ChartData is only partially
loaded or has no
content.public java.lang.String getImageType()
public void setImageType(java.lang.String imageType)
imageType
- * The MIME content type of the image data.
Can be missing or nil if the ChartData is only partially
loaded or has no
content.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
IBM BPM API for Web Service Clients v8.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |