|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
String getSourceClass()
Stringvoid setSourceClass(String value)
value - allowed object is
StringBigInteger getSourceLine()
BigIntegervoid setSourceLine(BigInteger value)
value - allowed object is
BigIntegerString getSourceMethod()
Stringvoid setSourceMethod(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||