|
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.ScoreboardData
public class ScoreboardData
ScoreboardData contains the actual data for a scoreboard as of the point in time when it was requested.
Constructor Summary | |
---|---|
ScoreboardData()
|
|
ScoreboardData(java.lang.String scoreboardReference,
java.lang.String scoreboardSnapshotId,
java.lang.String content,
java.lang.String contentType,
ChartData[] charts)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
ChartData[] |
getCharts()
Gets the charts value for this ScoreboardData. |
java.lang.String |
getContent()
Gets the content value for this ScoreboardData. |
java.lang.String |
getContentType()
Gets the contentType value for this ScoreboardData. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getScoreboardReference()
Gets the scoreboardReference value for this ScoreboardData. |
java.lang.String |
getScoreboardSnapshotId()
Gets the scoreboardSnapshotId value for this ScoreboardData. |
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 |
int |
hashCode()
|
void |
setCharts(ChartData[] charts)
Sets the charts value for this ScoreboardData. |
void |
setContent(java.lang.String content)
Sets the content value for this ScoreboardData. |
void |
setContentType(java.lang.String contentType)
Sets the contentType value for this ScoreboardData. |
void |
setScoreboardReference(java.lang.String scoreboardReference)
Sets the scoreboardReference value for this ScoreboardData. |
void |
setScoreboardSnapshotId(java.lang.String scoreboardSnapshotId)
Sets the scoreboardSnapshotId value for this ScoreboardData. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScoreboardData()
public ScoreboardData(java.lang.String scoreboardReference, java.lang.String scoreboardSnapshotId, java.lang.String content, java.lang.String contentType, ChartData[] charts)
Method Detail |
---|
public java.lang.String getScoreboardReference()
public void setScoreboardReference(java.lang.String scoreboardReference)
scoreboardReference
- * Externalized Reference to the scoreboardpublic java.lang.String getScoreboardSnapshotId()
public void setScoreboardSnapshotId(java.lang.String scoreboardSnapshotId)
scoreboardSnapshotId
- * Externalized snapshotId that the scoreboard exists inpublic java.lang.String getContent()
public void setContent(java.lang.String content)
content
- * The content describes the formatting of the scoreboard and
its type is defined by
ContentType. Typically this is HTML.
Can be missing or nil if the ScoreboardData is only
partially loaded or has no
content.public java.lang.String getContentType()
public void setContentType(java.lang.String contentType)
contentType
- * The content type of the content
Can be missing or nil if the ScoreboardData is only
partially loaded or has no
content.public ChartData[] getCharts()
public void setCharts(ChartData[] charts)
charts
- * An array of ChartData objects that contain the chart images
used in this scoreboard
Can be missing or nil if the ScoreboardData 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 |