|
SAP CC 3.0 BART API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.highdeal.bart.hci.RatingSessionOperationResult
com.highdeal.bart.hci.RunRatingSessionResult
public class RunRatingSessionResult
This class conveys the result of
RunRatingSessionOp operation.
This result is the rating session model which has been launched.
Please, use getRatingSessions() for getting result.
| XML Schema Fragment |
<xs:element name="runRatingSessionResult">
<xs:complexType>
<xs:sequence>
<xs:element ref="rating" minOccurs="1" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
</xs:element> |
| Constructor Summary | |
|---|---|
RunRatingSessionResult()
Builds an empty RunRatingSessionResult. |
|
| Method Summary |
|---|
| Methods inherited from class com.highdeal.bart.hci.RatingSessionOperationResult |
|---|
addCharacterData, addChild, getOperandReference, getRatingSession, getRatingSessions, marshal, setAttributes, setRatingSession, setRatingSessions |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RunRatingSessionResult()
|
SAP CC 3.0 BART API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||