SAP CC 3.0 BART API

com.highdeal.bart.hci
Class SearchSchedulableJobOp

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

public class SearchSchedulableJobOp
extends java.lang.Object

This operation allows to search schedulable jobs. If a jobID is provided, It will search for this specific job. If no jobID is provided, it will search for all existing jobs.


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

Constructor Summary
SearchSchedulableJobOp()
          Builds an empty operation.
 
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

SearchSchedulableJobOp

public SearchSchedulableJobOp()
Builds an empty operation.

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. If set to null, all jobs will be searched.

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