|
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.CDROperationResult
com.highdeal.bart.hci.ModifyCDRResult
public class ModifyCDRResult
This class conveys the result of ModifyCDROp operation.
This result is the cdr model which has been modified.
Please, use getCDR() for getting result.
| XML Schema Fragment |
<xs:element name="modifyCDRResult">
<xs:complexType>
<xs:sequence>
<xs:element ref="cdr" minOccurs="1" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
</xs:element> |
| Constructor Summary | |
|---|---|
ModifyCDRResult()
Builds an empty ModifyCDRResult. |
|
| Method Summary |
|---|
| Methods inherited from class com.highdeal.bart.hci.CDROperationResult |
|---|
addCharacterData, addChild, getCDR, getCDRs, getOperandReference, marshal, setAttributes, setCDR, setCDRs |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModifyCDRResult()
|
SAP CC 3.0 BART API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||