org.jcoderz.commons.logging
Interface CauseType

All Known Implementing Classes:
CauseTypeImpl

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

getException

ExceptionType getException()
Gets the value of the exception property.

Returns:
possible object is ExceptionType

setException

void setException(ExceptionType value)
Sets the value of the exception property.

Parameters:
value - allowed object is ExceptionType

getNestedRecord

LogRecordType getNestedRecord()
Gets the value of the nestedRecord property.

Returns:
possible object is LogRecordType

setNestedRecord

void setNestedRecord(LogRecordType value)
Sets the value of the nestedRecord property.

Parameters:
value - allowed object is LogRecordType


Copyright 2007 The jCoderZ Project.