Package com.highdeal.bart.hci
Class ModifySchedulableJobResult
java.lang.Object
com.highdeal.bart.hci.SchedulableJobOperationResult
com.highdeal.bart.hci.ModifySchedulableJobResult
- All Implemented Interfaces:
com.highdeal.hci.OperationResult,XMLMarshallable
This class represents the result of the
Modify Schedulable Job operation;
It includes the SchedulableJobModel which has been created.
Implementation
Use getJob() for getting result.
XML API for HCI
The XML APIs specify the following XSD fragment:
XSD Fragment
<xs:element name="modifySchedulableJobResult">
<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
Constructors -
Method Summary
Methods inherited from class com.highdeal.bart.hci.SchedulableJobOperationResult
addCharacterData, addChild, getJob, getJobs, getOperandReference, marshal, setAttributes, setJob, setJobs
-
Constructor Details
-
ModifySchedulableJobResult
public ModifySchedulableJobResult()Builds an empty ModifySchedulableJobResult.
-