Class RunRatingSessionResult

java.lang.Object
com.highdeal.bart.hci.RatingSessionOperationResult
com.highdeal.bart.hci.RunRatingSessionResult
All Implemented Interfaces:
com.highdeal.hci.OperationResult, XMLMarshallable

public class RunRatingSessionResult extends RatingSessionOperationResult
This class represents the result of the RunRatingSessionOp operation.
This result is the rating session model which has been launched.
Please, use getRatingSessions() for getting result.

XML API for HCI

The XML APIs specify the following XSD fragment:

XSD Fragment

<xs:element name="runRatingSessionResult"> 
   <xs:complexType>
     <xs:sequence> 
       <xs:element ref="rating" minOccurs="1" maxOccurs="1"/> 
     </xs:sequence>
   </xs:complexType> 
 </xs:element>

  • Constructor Details

    • RunRatingSessionResult

      public RunRatingSessionResult()
      Builds an empty RunRatingSessionResult.