SAP CC 3.0 BART API

com.highdeal.bart.hci
Class DeleteSchedulableJobResult

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

public class DeleteSchedulableJobResult
extends java.lang.Object

This class conveys the result of DeleteSchedulableJobOp operation.
This result is the reference of the job which has been deleted.


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

Constructor Summary
DeleteSchedulableJobResult()
          Builds an empty DeleteSchedulableJobResult.
 
Method Summary
 void addCharacterData(java.lang.String cData)
           
 void addChild(java.lang.String tagName, XMLMarshallable child)
           
 java.lang.String getOperandReference()
          Returns the identifier of the deleted job.
 java.lang.String getReference()
          Returns the identifier of the deleted job.
 void marshal(XMLOutputter output)
           
 void setAttributes(XMLAttributes atts)
           
 void setReference(java.lang.String reference)
          Sets the identifier of the deleted job.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteSchedulableJobResult

public DeleteSchedulableJobResult()
Builds an empty DeleteSchedulableJobResult.

Method Detail

getOperandReference

public java.lang.String getOperandReference()
Returns the identifier of the deleted job.

Returns:
the identifier of the deleted job.

getReference

public java.lang.String getReference()
Returns the identifier of the deleted job.

Returns:
the identifier of the deleted job.

setReference

public void setReference(java.lang.String reference)
Sets the identifier of the deleted job.

Parameters:
reference - the identifier of the deleted job.

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