com.ibm.wbi.bcm.sm
Class BCMExceptionContent

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

public class BCMExceptionContent
extends java.lang.Object

BCMExceptionContent constructor 


Field Summary
static boolean debug
           
 
Constructor Summary
BCMExceptionContent ()
          BCMExeptionContent constructor comment.
 
Method Summary
 java.lang.String generateString ()
          When all XML elements and attributes are set this method will generate the XML. 
 org.apache.xerces.dom.DocumentImpl generateXML ()
          When all XML elements and attributes are set this method will generate the XML. 
 java.lang.String getExceptionDescription ()
          Returns the Exception Log XML element description.
 java.lang.String getExceptionType ()
          Returns the Exception Log XML element Exception type.
static void main (java.lang.String[] Args)
           
 void setExceptionDescription (java.lang.String newExceptionDescription)
          Inserts the Exception Log XML element description.
 void setExceptionState (java.lang.String stateID, java.lang.String stateValue)
          Inserts/Appends Business Log XML Name/Value attributes.
 void setExceptionType (java.lang.String newExceptionType)
          Inserts the Exception Log XML element exception type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

public static boolean debug
Constructor Detail

BCMExceptionContent

public BCMExceptionContent()
BCMExeptionContent constructor comment.
Method Detail

main

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

getExceptionDescription

public java.lang.String getExceptionDescription()
Returns the Exception Log XML element description. 
Returns:
java.lang.String

getExceptionType

public java.lang.String getExceptionType()
Returns the Exception Log XML element Exception type.
Returns:
java.lang.String

setExceptionDescription

public void setExceptionDescription(java.lang.String newExceptionDescription)
Inserts the Exception Log XML element description. 
Parameters:
ExceptionDescription - java.lang.String

setExceptionState

public void setExceptionState(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

setExceptionType

public void setExceptionType(java.lang.String newExceptionType)
Inserts the Exception Log XML element exception type. 
Parameters:
ExceptionType - java.lang.String

generateString

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

generateXML

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