|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.commons.logging.impl.LogRecordTypeImpl
public class LogRecordTypeImpl
| 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 |
|---|
protected StacktraceType _Stacktrace
protected String _Description
protected String _Message
protected String _InstanceId
protected String _Procedure
protected String _SymbolId
protected Calendar _Timestamp
protected String _ThreadName
protected String _BusinessImpact
protected FrameType _Source
protected String _NodeId
protected String _Category
protected String _Symbol
protected String _Verification
protected String _TrackingNumber
protected String _Level
protected com.sun.xml.bind.util.ListImpl _Parameter
protected String _Solution
protected boolean has_Thread
protected long _Thread
protected CauseType _Cause
public static final Class version
| Constructor Detail |
|---|
public LogRecordTypeImpl()
| Method Detail |
|---|
public StacktraceType getStacktrace()
LogRecordType
getStacktrace in interface LogRecordTypeStacktraceTypepublic void setStacktrace(StacktraceType value)
LogRecordType
setStacktrace in interface LogRecordTypevalue - allowed object is
StacktraceTypepublic String getDescription()
LogRecordType
getDescription in interface LogRecordTypeStringpublic void setDescription(String value)
LogRecordType
setDescription in interface LogRecordTypevalue - allowed object is
Stringpublic String getMessage()
LogRecordType
getMessage in interface LogRecordTypeStringpublic void setMessage(String value)
LogRecordType
setMessage in interface LogRecordTypevalue - allowed object is
Stringpublic String getInstanceId()
LogRecordType
getInstanceId in interface LogRecordTypeStringpublic void setInstanceId(String value)
LogRecordType
setInstanceId in interface LogRecordTypevalue - allowed object is
Stringpublic String getProcedure()
LogRecordType
getProcedure in interface LogRecordTypeStringpublic void setProcedure(String value)
LogRecordType
setProcedure in interface LogRecordTypevalue - allowed object is
Stringpublic String getSymbolId()
LogRecordType
getSymbolId in interface LogRecordTypeStringpublic void setSymbolId(String value)
LogRecordType
setSymbolId in interface LogRecordTypevalue - allowed object is
Stringpublic Calendar getTimestamp()
LogRecordType
getTimestamp in interface LogRecordTypeCalendarpublic void setTimestamp(Calendar value)
LogRecordType
setTimestamp in interface LogRecordTypevalue - allowed object is
Calendarpublic String getThreadName()
LogRecordType
getThreadName in interface LogRecordTypeStringpublic void setThreadName(String value)
LogRecordType
setThreadName in interface LogRecordTypevalue - allowed object is
Stringpublic String getBusinessImpact()
LogRecordType
getBusinessImpact in interface LogRecordTypeStringpublic void setBusinessImpact(String value)
LogRecordType
setBusinessImpact in interface LogRecordTypevalue - allowed object is
Stringpublic FrameType getSource()
LogRecordType
getSource in interface LogRecordTypeFrameTypepublic void setSource(FrameType value)
LogRecordType
setSource in interface LogRecordTypevalue - allowed object is
FrameTypepublic String getNodeId()
LogRecordType
getNodeId in interface LogRecordTypeStringpublic void setNodeId(String value)
LogRecordType
setNodeId in interface LogRecordTypevalue - allowed object is
Stringpublic String getCategory()
LogRecordType
getCategory in interface LogRecordTypeStringpublic void setCategory(String value)
LogRecordType
setCategory in interface LogRecordTypevalue - allowed object is
Stringpublic String getSymbol()
LogRecordType
getSymbol in interface LogRecordTypeStringpublic void setSymbol(String value)
LogRecordType
setSymbol in interface LogRecordTypevalue - allowed object is
Stringpublic String getVerification()
LogRecordType
getVerification in interface LogRecordTypeStringpublic void setVerification(String value)
LogRecordType
setVerification in interface LogRecordTypevalue - allowed object is
Stringpublic String getTrackingNumber()
LogRecordType
getTrackingNumber in interface LogRecordTypeStringpublic void setTrackingNumber(String value)
LogRecordType
setTrackingNumber in interface LogRecordTypevalue - allowed object is
Stringpublic String getLevel()
LogRecordType
getLevel in interface LogRecordTypeStringpublic void setLevel(String value)
LogRecordType
setLevel in interface LogRecordTypevalue - allowed object is
Stringprotected com.sun.xml.bind.util.ListImpl _getParameter()
public List getParameter()
LogRecordType
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
getParameter in interface LogRecordTypepublic String getSolution()
LogRecordType
getSolution in interface LogRecordTypeStringpublic void setSolution(String value)
LogRecordType
setSolution in interface LogRecordTypevalue - allowed object is
Stringpublic long getThread()
LogRecordType
getThread in interface LogRecordTypepublic void setThread(long value)
LogRecordType
setThread in interface LogRecordTypepublic CauseType getCause()
LogRecordType
getCause in interface LogRecordTypeCauseTypepublic void setCause(CauseType value)
LogRecordType
setCause in interface LogRecordTypevalue - allowed object is
CauseTypepublic UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
UnmarshallableObject
createUnmarshaller in interface UnmarshallableObject
public void serializeBody(XMLSerializer context)
throws SAXException
XMLSerializable
serializeBody in interface XMLSerializableSAXException
public void serializeAttributes(XMLSerializer context)
throws SAXException
XMLSerializable
serializeAttributes in interface XMLSerializableSAXException
public void serializeURIs(XMLSerializer context)
throws SAXException
XMLSerializable
serializeURIs in interface XMLSerializableSAXExceptionpublic Class getPrimaryInterface()
ValidatableObjectFooImpl will return Foo
from this method.
getPrimaryInterface in interface ValidatableObjectpublic com.sun.msv.verifier.DocumentDeclaration createRawValidator()
ValidatableObject
createRawValidator in interface ValidatableObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||