|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LogRecordType
Java content class for LogRecordType complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/fawkez/dev/src/xml/schema/log-message.xsd line 7)
<complexType name="LogRecordType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="NodeId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="InstanceId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="SymbolId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Symbol" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Level" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Thread" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="ThreadName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="TrackingNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="BusinessImpact" type="{http://www.jcoderz.org/commons/logging}BusinessImpactEnumType"/>
<element name="Category" type="{http://www.jcoderz.org/commons/logging}CategoryEnumType"/>
<element name="Source" type="{http://www.jcoderz.org/commons/logging}FrameType"/>
<element name="Message" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Solution" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Procedure" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Verification" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Parameter" type="{http://www.jcoderz.org/commons/logging}ParameterType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Stacktrace" type="{http://www.jcoderz.org/commons/logging}StacktraceType" minOccurs="0"/>
<element name="Cause" type="{http://www.jcoderz.org/commons/logging}CauseType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
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. |
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 |
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. |
| Method Detail |
|---|
StacktraceType getStacktrace()
StacktraceTypevoid setStacktrace(StacktraceType value)
value - allowed object is
StacktraceTypeString getDescription()
Stringvoid setDescription(String value)
value - allowed object is
StringString getMessage()
Stringvoid setMessage(String value)
value - allowed object is
StringString getInstanceId()
Stringvoid setInstanceId(String value)
value - allowed object is
StringString getProcedure()
Stringvoid setProcedure(String value)
value - allowed object is
StringString getSymbolId()
Stringvoid setSymbolId(String value)
value - allowed object is
StringCalendar getTimestamp()
Calendarvoid setTimestamp(Calendar value)
value - allowed object is
CalendarString getThreadName()
Stringvoid setThreadName(String value)
value - allowed object is
StringString getBusinessImpact()
Stringvoid setBusinessImpact(String value)
value - allowed object is
StringFrameType getSource()
FrameTypevoid setSource(FrameType value)
value - allowed object is
FrameTypeString getNodeId()
Stringvoid setNodeId(String value)
value - allowed object is
StringString getCategory()
Stringvoid setCategory(String value)
value - allowed object is
StringString getSymbol()
Stringvoid setSymbol(String value)
value - allowed object is
StringString getVerification()
Stringvoid setVerification(String value)
value - allowed object is
StringString getTrackingNumber()
Stringvoid setTrackingNumber(String value)
value - allowed object is
StringString getLevel()
Stringvoid setLevel(String value)
value - allowed object is
StringList getParameter()
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
String getSolution()
Stringvoid setSolution(String value)
value - allowed object is
Stringlong getThread()
void setThread(long value)
CauseType getCause()
CauseTypevoid setCause(CauseType value)
value - allowed object is
CauseType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||