|
SAP Convergent Charging
Java and XML APIs (BART) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.highdeal.bart.hci.SchedulableJobOperationResult
com.highdeal.bart.hci.CreateSchedulableJobResult
public class CreateSchedulableJobResult
This class represents the result of the CreateSchedulableJobOp operation.
This result is the SchedulableJobModel which has been created.
Please, use getJob() for getting result.
The XML APIs specify the following XSD fragment:
XSD Fragment
<xs:element name="createSchedulableJobResult">
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:element ref="cleanDatabaseJob" minOccurs="1" maxOccurs="1"/>
<xs:element ref="runRatingSessionJob" minOccurs="1" maxOccurs="1"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
CreateSchedulableJobResult()
Builds an empty CreateSchedulableJobResult. |
|
| Method Summary |
|---|
| Methods inherited from class com.highdeal.bart.hci.SchedulableJobOperationResult |
|---|
addCharacterData, addChild, getJob, getJobs, getOperandReference, marshal, setAttributes, setJob, setJobs |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreateSchedulableJobResult()
|
Document Published: October 2015 (SAP CC 4.0 SP10 and Later) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||