SAP CC 3.0 BART API

com.highdeal.bart.hci
Class ModifySchedulableJobOp

java.lang.Object
  extended by com.highdeal.bart.hci.ModifySchedulableJobOp

public class ModifySchedulableJobOp
extends java.lang.Object

This operation allows to modify a SchedulableJob.

Operation Failure Exception :
SchedulingException

XML Schema Fragment
<xs:element name="modifySchedulableJob">
   <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
ModifySchedulableJobOp()
          creates a job in database
 
Method Summary
 void addCharacterData(java.lang.String cData)
           
 void addChild(java.lang.String tagName, XMLMarshallable child)
           
 SchedulableJobModel getJob()
          Gets the job.
 java.lang.String getName()
          Gets the name.
 void marshal(XMLOutputter output)
           
 void setAttributes(XMLAttributes atts)
           
 void setJob(SchedulableJobModel job)
          Sets the job.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModifySchedulableJobOp

public ModifySchedulableJobOp()
creates a job in database

Method Detail

getName

public java.lang.String getName()
Gets the name.

Returns:
the name.

getJob

public SchedulableJobModel getJob()
Gets the job.

Returns:
the job.

setJob

public void setJob(SchedulableJobModel job)
Sets the job.

Parameters:
job - the SchedulableJobModel.

setAttributes

public void setAttributes(XMLAttributes atts)

addCharacterData

public void addCharacterData(java.lang.String cData)

addChild

public void addChild(java.lang.String tagName,
                     XMLMarshallable child)

marshal

public void marshal(XMLOutputter output)

SAP CC 3.0 BART API

(c) Copyright 2011 SAP AG. All rights reserved. SAP Convergent Charging 3.0