SAP CC 3.0 BART API

com.highdeal.bart.hci
Class DeleteSchedulableJobOp

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

public class DeleteSchedulableJobOp
extends java.lang.Object

This operation allows to delete a SchedulableJob.


XML Schema Fragment
<xs:element name="deleteSchedulableJob">
   <xs:complexType>
     <xs:attribute name="jobID" type="xs:string"/>
   </xs:complexType>
 </xs:element>

Constructor Summary
DeleteSchedulableJobOp()
          Creates a job in database
 
Method Summary
 void addCharacterData(java.lang.String cData)
           
 void addChild(java.lang.String tagName, XMLMarshallable marsh)
           
 java.lang.Long getJobID()
          Gets the job unique ID.
 java.lang.String getName()
          Gets the name.
 void marshal(XMLOutputter output)
           
 void setAttributes(XMLAttributes atts)
           
 void setJobID(java.lang.Long jobID)
          Sets the job unique ID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteSchedulableJobOp

public DeleteSchedulableJobOp()
Creates a job in database

Method Detail

getName

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

Returns:
the name.

getJobID

public java.lang.Long getJobID()
Gets the job unique ID.

Returns:
the job unique ID.

setJobID

public void setJobID(java.lang.Long jobID)
Sets the job unique ID.

Parameters:
jobID - the job unique ID.

setAttributes

public void setAttributes(XMLAttributes atts)

addCharacterData

public void addCharacterData(java.lang.String cData)

addChild

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

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