IBM BPM API for Web Service Clients v8.0.0

com.lombardisoftware.webapi
Class ScoreboardData

java.lang.Object
  extended by com.lombardisoftware.webapi.ScoreboardData
All Implemented Interfaces:
java.io.Serializable

public class ScoreboardData
extends java.lang.Object
implements java.io.Serializable

ScoreboardData contains the actual data for a scoreboard as of the point in time when it was requested.

See Also:
Serialized Form

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

ScoreboardData

public ScoreboardData()

ScoreboardData

public ScoreboardData(java.lang.String scoreboardReference,
                      java.lang.String scoreboardSnapshotId,
                      java.lang.String content,
                      java.lang.String contentType,
                      ChartData[] charts)
Method Detail

getScoreboardReference

public java.lang.String getScoreboardReference()
Gets the scoreboardReference value for this ScoreboardData.

Returns:
scoreboardReference * Externalized Reference to the scoreboard

setScoreboardReference

public void setScoreboardReference(java.lang.String scoreboardReference)
Sets the scoreboardReference value for this ScoreboardData.

Parameters:
scoreboardReference - * Externalized Reference to the scoreboard

getScoreboardSnapshotId

public java.lang.String getScoreboardSnapshotId()
Gets the scoreboardSnapshotId value for this ScoreboardData.

Returns:
scoreboardSnapshotId * Externalized snapshotId that the scoreboard exists in

setScoreboardSnapshotId

public void setScoreboardSnapshotId(java.lang.String scoreboardSnapshotId)
Sets the scoreboardSnapshotId value for this ScoreboardData.

Parameters:
scoreboardSnapshotId - * Externalized snapshotId that the scoreboard exists in

getContent

public java.lang.String getContent()
Gets the content value for this ScoreboardData.

Returns:
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.

setContent

public void setContent(java.lang.String content)
Sets the content value for this ScoreboardData.

Parameters:
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.

getContentType

public java.lang.String getContentType()
Gets the contentType value for this ScoreboardData.

Returns:
contentType * The content type of the content Can be missing or nil if the ScoreboardData is only partially loaded or has no content.

setContentType

public void setContentType(java.lang.String contentType)
Sets the contentType value for this ScoreboardData.

Parameters:
contentType - * The content type of the content Can be missing or nil if the ScoreboardData is only partially loaded or has no content.

getCharts

public ChartData[] getCharts()
Gets the charts value for this ScoreboardData.

Returns:
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.

setCharts

public void setCharts(ChartData[] charts)
Sets the charts value for this ScoreboardData.

Parameters:
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.

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer


IBM BPM API for Web Service Clients v8.0.0

(C) Copyright IBM Corporation 2011. All Rights Reserved.