|
SAP CC 3.0 BART API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.highdeal.bart.hci.DeleteSchedulableJobOp
public class DeleteSchedulableJobOp
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 |
|---|
public DeleteSchedulableJobOp()
| Method Detail |
|---|
public java.lang.String getName()
public java.lang.Long getJobID()
public void setJobID(java.lang.Long jobID)
jobID - the job unique ID.public void setAttributes(XMLAttributes atts)
public void addCharacterData(java.lang.String cData)
public void addChild(java.lang.String tagName,
XMLMarshallable marsh)
public void marshal(XMLOutputter output)
|
SAP CC 3.0 BART API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||