|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CauseType
Java content class for CauseType 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 71)
<complexType name="CauseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="Exception" type="{http://www.jcoderz.org/commons/logging}ExceptionType"/>
<element name="NestedRecord" type="{http://www.jcoderz.org/commons/logging}LogRecordType"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
ExceptionType |
getException()
Gets the value of the exception property. |
LogRecordType |
getNestedRecord()
Gets the value of the nestedRecord property. |
void |
setException(ExceptionType value)
Sets the value of the exception property. |
void |
setNestedRecord(LogRecordType value)
Sets the value of the nestedRecord property. |
| Method Detail |
|---|
ExceptionType getException()
ExceptionTypevoid setException(ExceptionType value)
value - allowed object is
ExceptionTypeLogRecordType getNestedRecord()
LogRecordTypevoid setNestedRecord(LogRecordType value)
value - allowed object is
LogRecordType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||