com.ibm.wbi.bcm.sm
Class BCMBusinessLogContent

java.lang.Object
|
+--com.ibm.wbi.bcm.sm.BCMBusinessLogContent

public class BCMBusinessLogContent
extends java.lang.Object

Class to create a Business Log XML body.


Constructor Summary
BCMBusinessLogContent ()
          BCMBusinessLogContent constructor.
 
Method Summary
 java.lang.String generateString ()
          When all XML elements and attributes are set this method will generate the XML. 
 org.w3c.dom.Document generateXML ()
          When all XML elements and attributes are set this method will generate the XML. 
 java.lang.String getBusinessLogDescription ()
          Returns the Business Log XML element description.
static void main (java.lang.String[] Args)
           
 void setBusinessLogDescription (java.lang.String newBusinessLogDescription)
          Inserts the Business Log XML element description.
 void setBusinessLogState (java.lang.String stateID, java.lang.String stateValue)
          Inserts/Appends Business Log XML Name/Value attributes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BCMBusinessLogContent

public BCMBusinessLogContent()
BCMBusinessLogContent constructor.
Method Detail

main

public static void main(java.lang.String[] Args)

generateString

public java.lang.String generateString()
When all XML elements and attributes are set this method will generate the XML. 
Returns:
java.lang.String

generateXML

public org.w3c.dom.Document generateXML()
When all XML elements and attributes are set this method will generate the XML. 
Returns:
org.w3c.dom.Document

getBusinessLogDescription

public java.lang.String getBusinessLogDescription()
Returns the Business Log XML element description. 
Returns:
java.lang.String

setBusinessLogDescription

public void setBusinessLogDescription(java.lang.String newBusinessLogDescription)
Inserts the Business Log XML element description. 
Parameters:
BusinessLogDescription - java.lang.String

setBusinessLogState

public void setBusinessLogState(java.lang.String stateID,
java.lang.String stateValue)
Inserts/Appends Business Log XML Name/Value attributes. 
Parameters:
StateID - java.lang.String, stateValue java.lang.String