org.jcoderz.commons.logging
Interface FrameType

All Known Implementing Classes:
FrameTypeImpl

public interface FrameType

Java content class for FrameType 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 58)

 <complexType name="FrameType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SourceClass" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="SourceMethod" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="SourceLine" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getSourceClass()
          Gets the value of the sourceClass property.
 BigInteger getSourceLine()
          Gets the value of the sourceLine property.
 String getSourceMethod()
          Gets the value of the sourceMethod property.
 void setSourceClass(String value)
          Sets the value of the sourceClass property.
 void setSourceLine(BigInteger value)
          Sets the value of the sourceLine property.
 void setSourceMethod(String value)
          Sets the value of the sourceMethod property.
 

Method Detail

getSourceClass

String getSourceClass()
Gets the value of the sourceClass property.

Returns:
possible object is String

setSourceClass

void setSourceClass(String value)
Sets the value of the sourceClass property.

Parameters:
value - allowed object is String

getSourceLine

BigInteger getSourceLine()
Gets the value of the sourceLine property.

Returns:
possible object is BigInteger

setSourceLine

void setSourceLine(BigInteger value)
Sets the value of the sourceLine property.

Parameters:
value - allowed object is BigInteger

getSourceMethod

String getSourceMethod()
Gets the value of the sourceMethod property.

Returns:
possible object is String

setSourceMethod

void setSourceMethod(String value)
Sets the value of the sourceMethod property.

Parameters:
value - allowed object is String


Copyright 2007 The jCoderZ Project.