|
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.DeleteRatingSessionResult
public class DeleteRatingSessionResult
This class conveys the result of
DeleteRatingSessionOp operation.
This result is the reference of the rating session which has been deleted.
| XML Schema Fragment |
<xs:element name="deleteRatingSessionResult">
<xs:complexType>
<xs:attribute name="reference" type="xs:string"/>
</xs:complexType>
</xs:element> |
| Constructor Summary | |
|---|---|
DeleteRatingSessionResult()
Builds an empty DeleteRatingSessionResult. |
|
| Method Summary | |
|---|---|
void |
addCharacterData(java.lang.String cData)
|
void |
addChild(java.lang.String tagName,
XMLMarshallable child)
|
java.lang.String |
getOperandReference()
Returns the identifier of the deleted rating session. |
java.lang.String |
getReference()
Returns the identifier of the deleted rating session. |
void |
marshal(XMLOutputter output)
|
void |
setAttributes(XMLAttributes atts)
|
void |
setReference(java.lang.String reference)
Sets the identifier of the deleted rating session. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteRatingSessionResult()
| Method Detail |
|---|
public java.lang.String getOperandReference()
public java.lang.String getReference()
public void setReference(java.lang.String reference)
reference - the identifier of the deleted rating sessionpublic void setAttributes(XMLAttributes atts)
public void addCharacterData(java.lang.String cData)
public void addChild(java.lang.String tagName,
XMLMarshallable child)
public void marshal(XMLOutputter output)
|
SAP CC 3.0 BART API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||