org.jcoderz.commons.logging.impl
Class LogRecordTypeImpl

java.lang.Object
  extended by org.jcoderz.commons.logging.impl.LogRecordTypeImpl
All Implemented Interfaces:
com.sun.xml.bind.JAXBObject, LogRecordType, UnmarshallableObject, ValidatableObject, XMLSerializable
Direct Known Subclasses:
LogRecordImpl

public class LogRecordTypeImpl
extends Object
implements LogRecordType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
 class LogRecordTypeImpl.Unmarshaller
           
 
Field Summary
protected  String _BusinessImpact
           
protected  String _Category
           
protected  CauseType _Cause
           
protected  String _Description
           
protected  String _InstanceId
           
protected  String _Level
           
protected  String _Message
           
protected  String _NodeId
           
protected  com.sun.xml.bind.util.ListImpl _Parameter
           
protected  String _Procedure
           
protected  String _Solution
           
protected  FrameType _Source
           
protected  StacktraceType _Stacktrace
           
protected  String _Symbol
           
protected  String _SymbolId
           
protected  long _Thread
           
protected  String _ThreadName
           
protected  Calendar _Timestamp
           
protected  String _TrackingNumber
           
protected  String _Verification
           
protected  boolean has_Thread
           
static Class version
           
 
Constructor Summary
LogRecordTypeImpl()
           
 
Method Summary
protected  com.sun.xml.bind.util.ListImpl _getParameter()
           
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
          Gets the schema fragment associated with this class.
 UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
          Creates an unmarshaller that will unmarshall this object.
 String getBusinessImpact()
          Gets the value of the businessImpact property.
 String getCategory()
          Gets the value of the category property.
 CauseType getCause()
          Gets the value of the cause property.
 String getDescription()
          Gets the value of the description property.
 String getInstanceId()
          Gets the value of the instanceId property.
 String getLevel()
          Gets the value of the level property.
 String getMessage()
          Gets the value of the message property.
 String getNodeId()
          Gets the value of the nodeId property.
 List getParameter()
          Gets the value of the Parameter property.
 Class getPrimaryInterface()
          Gets the main interface that this object implements.
 String getProcedure()
          Gets the value of the procedure property.
 String getSolution()
          Gets the value of the solution property.
 FrameType getSource()
          Gets the value of the source property.
 StacktraceType getStacktrace()
          Gets the value of the stacktrace property.
 String getSymbol()
          Gets the value of the symbol property.
 String getSymbolId()
          Gets the value of the symbolId property.
 long getThread()
          Gets the value of the thread property.
 String getThreadName()
          Gets the value of the threadName property.
 Calendar getTimestamp()
          Gets the value of the timestamp property.
 String getTrackingNumber()
          Gets the value of the trackingNumber property.
 String getVerification()
          Gets the value of the verification property.
 void serializeAttributes(XMLSerializer context)
          Serializes attributes into the specified target.
 void serializeBody(XMLSerializer context)
          Serializes child elements and texts into the specified target.
 void serializeURIs(XMLSerializer context)
          Declares all the namespace URIs this object is using at its top-level scope into the specified target.
 void setBusinessImpact(String value)
          Sets the value of the businessImpact property.
 void setCategory(String value)
          Sets the value of the category property.
 void setCause(CauseType value)
          Sets the value of the cause property.
 void setDescription(String value)
          Sets the value of the description property.
 void setInstanceId(String value)
          Sets the value of the instanceId property.
 void setLevel(String value)
          Sets the value of the level property.
 void setMessage(String value)
          Sets the value of the message property.
 void setNodeId(String value)
          Sets the value of the nodeId property.
 void setProcedure(String value)
          Sets the value of the procedure property.
 void setSolution(String value)
          Sets the value of the solution property.
 void setSource(FrameType value)
          Sets the value of the source property.
 void setStacktrace(StacktraceType value)
          Sets the value of the stacktrace property.
 void setSymbol(String value)
          Sets the value of the symbol property.
 void setSymbolId(String value)
          Sets the value of the symbolId property.
 void setThread(long value)
          Sets the value of the thread property.
 void setThreadName(String value)
          Sets the value of the threadName property.
 void setTimestamp(Calendar value)
          Sets the value of the timestamp property.
 void setTrackingNumber(String value)
          Sets the value of the trackingNumber property.
 void setVerification(String value)
          Sets the value of the verification property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Stacktrace

protected StacktraceType _Stacktrace

_Description

protected String _Description

_Message

protected String _Message

_InstanceId

protected String _InstanceId

_Procedure

protected String _Procedure

_SymbolId

protected String _SymbolId

_Timestamp

protected Calendar _Timestamp

_ThreadName

protected String _ThreadName

_BusinessImpact

protected String _BusinessImpact

_Source

protected FrameType _Source

_NodeId

protected String _NodeId

_Category

protected String _Category

_Symbol

protected String _Symbol

_Verification

protected String _Verification

_TrackingNumber

protected String _TrackingNumber

_Level

protected String _Level

_Parameter

protected com.sun.xml.bind.util.ListImpl _Parameter

_Solution

protected String _Solution

has_Thread

protected boolean has_Thread

_Thread

protected long _Thread

_Cause

protected CauseType _Cause

version

public static final Class version
Constructor Detail

LogRecordTypeImpl

public LogRecordTypeImpl()
Method Detail

getStacktrace

public StacktraceType getStacktrace()
Description copied from interface: LogRecordType
Gets the value of the stacktrace property.

Specified by:
getStacktrace in interface LogRecordType
Returns:
possible object is StacktraceType

setStacktrace

public void setStacktrace(StacktraceType value)
Description copied from interface: LogRecordType
Sets the value of the stacktrace property.

Specified by:
setStacktrace in interface LogRecordType
Parameters:
value - allowed object is StacktraceType

getDescription

public String getDescription()
Description copied from interface: LogRecordType
Gets the value of the description property.

Specified by:
getDescription in interface LogRecordType
Returns:
possible object is String

setDescription

public void setDescription(String value)
Description copied from interface: LogRecordType
Sets the value of the description property.

Specified by:
setDescription in interface LogRecordType
Parameters:
value - allowed object is String

getMessage

public String getMessage()
Description copied from interface: LogRecordType
Gets the value of the message property.

Specified by:
getMessage in interface LogRecordType
Returns:
possible object is String

setMessage

public void setMessage(String value)
Description copied from interface: LogRecordType
Sets the value of the message property.

Specified by:
setMessage in interface LogRecordType
Parameters:
value - allowed object is String

getInstanceId

public String getInstanceId()
Description copied from interface: LogRecordType
Gets the value of the instanceId property.

Specified by:
getInstanceId in interface LogRecordType
Returns:
possible object is String

setInstanceId

public void setInstanceId(String value)
Description copied from interface: LogRecordType
Sets the value of the instanceId property.

Specified by:
setInstanceId in interface LogRecordType
Parameters:
value - allowed object is String

getProcedure

public String getProcedure()
Description copied from interface: LogRecordType
Gets the value of the procedure property.

Specified by:
getProcedure in interface LogRecordType
Returns:
possible object is String

setProcedure

public void setProcedure(String value)
Description copied from interface: LogRecordType
Sets the value of the procedure property.

Specified by:
setProcedure in interface LogRecordType
Parameters:
value - allowed object is String

getSymbolId

public String getSymbolId()
Description copied from interface: LogRecordType
Gets the value of the symbolId property.

Specified by:
getSymbolId in interface LogRecordType
Returns:
possible object is String

setSymbolId

public void setSymbolId(String value)
Description copied from interface: LogRecordType
Sets the value of the symbolId property.

Specified by:
setSymbolId in interface LogRecordType
Parameters:
value - allowed object is String

getTimestamp

public Calendar getTimestamp()
Description copied from interface: LogRecordType
Gets the value of the timestamp property.

Specified by:
getTimestamp in interface LogRecordType
Returns:
possible object is Calendar

setTimestamp

public void setTimestamp(Calendar value)
Description copied from interface: LogRecordType
Sets the value of the timestamp property.

Specified by:
setTimestamp in interface LogRecordType
Parameters:
value - allowed object is Calendar

getThreadName

public String getThreadName()
Description copied from interface: LogRecordType
Gets the value of the threadName property.

Specified by:
getThreadName in interface LogRecordType
Returns:
possible object is String

setThreadName

public void setThreadName(String value)
Description copied from interface: LogRecordType
Sets the value of the threadName property.

Specified by:
setThreadName in interface LogRecordType
Parameters:
value - allowed object is String

getBusinessImpact

public String getBusinessImpact()
Description copied from interface: LogRecordType
Gets the value of the businessImpact property.

Specified by:
getBusinessImpact in interface LogRecordType
Returns:
possible object is String

setBusinessImpact

public void setBusinessImpact(String value)
Description copied from interface: LogRecordType
Sets the value of the businessImpact property.

Specified by:
setBusinessImpact in interface LogRecordType
Parameters:
value - allowed object is String

getSource

public FrameType getSource()
Description copied from interface: LogRecordType
Gets the value of the source property.

Specified by:
getSource in interface LogRecordType
Returns:
possible object is FrameType

setSource

public void setSource(FrameType value)
Description copied from interface: LogRecordType
Sets the value of the source property.

Specified by:
setSource in interface LogRecordType
Parameters:
value - allowed object is FrameType

getNodeId

public String getNodeId()
Description copied from interface: LogRecordType
Gets the value of the nodeId property.

Specified by:
getNodeId in interface LogRecordType
Returns:
possible object is String

setNodeId

public void setNodeId(String value)
Description copied from interface: LogRecordType
Sets the value of the nodeId property.

Specified by:
setNodeId in interface LogRecordType
Parameters:
value - allowed object is String

getCategory

public String getCategory()
Description copied from interface: LogRecordType
Gets the value of the category property.

Specified by:
getCategory in interface LogRecordType
Returns:
possible object is String

setCategory

public void setCategory(String value)
Description copied from interface: LogRecordType
Sets the value of the category property.

Specified by:
setCategory in interface LogRecordType
Parameters:
value - allowed object is String

getSymbol

public String getSymbol()
Description copied from interface: LogRecordType
Gets the value of the symbol property.

Specified by:
getSymbol in interface LogRecordType
Returns:
possible object is String

setSymbol

public void setSymbol(String value)
Description copied from interface: LogRecordType
Sets the value of the symbol property.

Specified by:
setSymbol in interface LogRecordType
Parameters:
value - allowed object is String

getVerification

public String getVerification()
Description copied from interface: LogRecordType
Gets the value of the verification property.

Specified by:
getVerification in interface LogRecordType
Returns:
possible object is String

setVerification

public void setVerification(String value)
Description copied from interface: LogRecordType
Sets the value of the verification property.

Specified by:
setVerification in interface LogRecordType
Parameters:
value - allowed object is String

getTrackingNumber

public String getTrackingNumber()
Description copied from interface: LogRecordType
Gets the value of the trackingNumber property.

Specified by:
getTrackingNumber in interface LogRecordType
Returns:
possible object is String

setTrackingNumber

public void setTrackingNumber(String value)
Description copied from interface: LogRecordType
Sets the value of the trackingNumber property.

Specified by:
setTrackingNumber in interface LogRecordType
Parameters:
value - allowed object is String

getLevel

public String getLevel()
Description copied from interface: LogRecordType
Gets the value of the level property.

Specified by:
getLevel in interface LogRecordType
Returns:
possible object is String

setLevel

public void setLevel(String value)
Description copied from interface: LogRecordType
Sets the value of the level property.

Specified by:
setLevel in interface LogRecordType
Parameters:
value - allowed object is String

_getParameter

protected com.sun.xml.bind.util.ListImpl _getParameter()

getParameter

public List getParameter()
Description copied from interface: LogRecordType
Gets the value of the Parameter property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the Parameter property.

For example, to add a new item, do as follows:

    getParameter().add(newItem);
 

Objects of the following type(s) are allowed in the list ParameterType

Specified by:
getParameter in interface LogRecordType

getSolution

public String getSolution()
Description copied from interface: LogRecordType
Gets the value of the solution property.

Specified by:
getSolution in interface LogRecordType
Returns:
possible object is String

setSolution

public void setSolution(String value)
Description copied from interface: LogRecordType
Sets the value of the solution property.

Specified by:
setSolution in interface LogRecordType
Parameters:
value - allowed object is String

getThread

public long getThread()
Description copied from interface: LogRecordType
Gets the value of the thread property.

Specified by:
getThread in interface LogRecordType

setThread

public void setThread(long value)
Description copied from interface: LogRecordType
Sets the value of the thread property.

Specified by:
setThread in interface LogRecordType

getCause

public CauseType getCause()
Description copied from interface: LogRecordType
Gets the value of the cause property.

Specified by:
getCause in interface LogRecordType
Returns:
possible object is CauseType

setCause

public void setCause(CauseType value)
Description copied from interface: LogRecordType
Sets the value of the cause property.

Specified by:
setCause in interface LogRecordType
Parameters:
value - allowed object is CauseType

createUnmarshaller

public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
Description copied from interface: UnmarshallableObject
Creates an unmarshaller that will unmarshall this object.

Specified by:
createUnmarshaller in interface UnmarshallableObject

serializeBody

public void serializeBody(XMLSerializer context)
                   throws SAXException
Description copied from interface: XMLSerializable
Serializes child elements and texts into the specified target.

Specified by:
serializeBody in interface XMLSerializable
Throws:
SAXException

serializeAttributes

public void serializeAttributes(XMLSerializer context)
                         throws SAXException
Description copied from interface: XMLSerializable
Serializes attributes into the specified target.

Specified by:
serializeAttributes in interface XMLSerializable
Throws:
SAXException

serializeURIs

public void serializeURIs(XMLSerializer context)
                   throws SAXException
Description copied from interface: XMLSerializable
Declares all the namespace URIs this object is using at its top-level scope into the specified target.

Specified by:
serializeURIs in interface XMLSerializable
Throws:
SAXException

getPrimaryInterface

public Class getPrimaryInterface()
Description copied from interface: ValidatableObject
Gets the main interface that this object implements. For example, FooImpl will return Foo from this method.

Specified by:
getPrimaryInterface in interface ValidatableObject

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
Description copied from interface: ValidatableObject
Gets the schema fragment associated with this class.

Specified by:
createRawValidator in interface ValidatableObject


Copyright 2007 The jCoderZ Project.