org.jcoderz.phoenix.findbugs.jaxb
Interface SourceLineType

All Known Subinterfaces:
SourceLine
All Known Implementing Classes:
SourceLineImpl, SourceLineTypeImpl

public interface SourceLineType

Java content class for anonymous complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/fawkez/dev/src/xml/findbugs/findbugs.xsd line 288)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}Message" minOccurs="0"/>
       </sequence>
       <attribute name="classname" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="end" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="endBytecode" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="opcodes" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="primary" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="relSourcepath" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="sourcefile" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="sourcepath" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="start" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="startBytecode" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="synthetic" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getClassname()
          Gets the value of the classname property.
 int getEnd()
          Gets the value of the end property.
 int getEndBytecode()
          Gets the value of the endBytecode property.
 String getMessage()
          Gets the value of the message property.
 String getOpcodes()
          Gets the value of the opcodes property.
 String getRelSourcepath()
          Gets the value of the relSourcepath property.
 String getRole()
          Gets the value of the role property.
 String getSourcefile()
          Gets the value of the sourcefile property.
 String getSourcepath()
          Gets the value of the sourcepath property.
 int getStart()
          Gets the value of the start property.
 int getStartBytecode()
          Gets the value of the startBytecode property.
 boolean isPrimary()
          Gets the value of the primary property.
 boolean isSetClassname()
           
 boolean isSetEnd()
           
 boolean isSetEndBytecode()
           
 boolean isSetMessage()
           
 boolean isSetOpcodes()
           
 boolean isSetPrimary()
           
 boolean isSetRelSourcepath()
           
 boolean isSetRole()
           
 boolean isSetSourcefile()
           
 boolean isSetSourcepath()
           
 boolean isSetStart()
           
 boolean isSetStartBytecode()
           
 boolean isSetSynthetic()
           
 boolean isSynthetic()
          Gets the value of the synthetic property.
 void setClassname(String value)
          Sets the value of the classname property.
 void setEnd(int value)
          Sets the value of the end property.
 void setEndBytecode(int value)
          Sets the value of the endBytecode property.
 void setMessage(String value)
          Sets the value of the message property.
 void setOpcodes(String value)
          Sets the value of the opcodes property.
 void setPrimary(boolean value)
          Sets the value of the primary property.
 void setRelSourcepath(String value)
          Sets the value of the relSourcepath property.
 void setRole(String value)
          Sets the value of the role property.
 void setSourcefile(String value)
          Sets the value of the sourcefile property.
 void setSourcepath(String value)
          Sets the value of the sourcepath property.
 void setStart(int value)
          Sets the value of the start property.
 void setStartBytecode(int value)
          Sets the value of the startBytecode property.
 void setSynthetic(boolean value)
          Sets the value of the synthetic property.
 void unsetClassname()
           
 void unsetEnd()
           
 void unsetEndBytecode()
           
 void unsetMessage()
           
 void unsetOpcodes()
           
 void unsetPrimary()
           
 void unsetRelSourcepath()
           
 void unsetRole()
           
 void unsetSourcefile()
           
 void unsetSourcepath()
           
 void unsetStart()
           
 void unsetStartBytecode()
           
 void unsetSynthetic()
           
 

Method Detail

isSynthetic

boolean isSynthetic()
Gets the value of the synthetic property.


setSynthetic

void setSynthetic(boolean value)
Sets the value of the synthetic property.


isSetSynthetic

boolean isSetSynthetic()

unsetSynthetic

void unsetSynthetic()

getEnd

int getEnd()
Gets the value of the end property.


setEnd

void setEnd(int value)
Sets the value of the end property.


isSetEnd

boolean isSetEnd()

unsetEnd

void unsetEnd()

getRelSourcepath

String getRelSourcepath()
Gets the value of the relSourcepath property.

Returns:
possible object is String

setRelSourcepath

void setRelSourcepath(String value)
Sets the value of the relSourcepath property.

Parameters:
value - allowed object is String

isSetRelSourcepath

boolean isSetRelSourcepath()

unsetRelSourcepath

void unsetRelSourcepath()

getStart

int getStart()
Gets the value of the start property.


setStart

void setStart(int value)
Sets the value of the start property.


isSetStart

boolean isSetStart()

unsetStart

void unsetStart()

getSourcefile

String getSourcefile()
Gets the value of the sourcefile property.

Returns:
possible object is String

setSourcefile

void setSourcefile(String value)
Sets the value of the sourcefile property.

Parameters:
value - allowed object is String

isSetSourcefile

boolean isSetSourcefile()

unsetSourcefile

void unsetSourcefile()

getMessage

String getMessage()
Gets the value of the message property.

Returns:
possible object is String

setMessage

void setMessage(String value)
Sets the value of the message property.

Parameters:
value - allowed object is String

isSetMessage

boolean isSetMessage()

unsetMessage

void unsetMessage()

isPrimary

boolean isPrimary()
Gets the value of the primary property.


setPrimary

void setPrimary(boolean value)
Sets the value of the primary property.


isSetPrimary

boolean isSetPrimary()

unsetPrimary

void unsetPrimary()

getClassname

String getClassname()
Gets the value of the classname property.

Returns:
possible object is String

setClassname

void setClassname(String value)
Sets the value of the classname property.

Parameters:
value - allowed object is String

isSetClassname

boolean isSetClassname()

unsetClassname

void unsetClassname()

getSourcepath

String getSourcepath()
Gets the value of the sourcepath property.

Returns:
possible object is String

setSourcepath

void setSourcepath(String value)
Sets the value of the sourcepath property.

Parameters:
value - allowed object is String

isSetSourcepath

boolean isSetSourcepath()

unsetSourcepath

void unsetSourcepath()

getOpcodes

String getOpcodes()
Gets the value of the opcodes property.

Returns:
possible object is String

setOpcodes

void setOpcodes(String value)
Sets the value of the opcodes property.

Parameters:
value - allowed object is String

isSetOpcodes

boolean isSetOpcodes()

unsetOpcodes

void unsetOpcodes()

getStartBytecode

int getStartBytecode()
Gets the value of the startBytecode property.


setStartBytecode

void setStartBytecode(int value)
Sets the value of the startBytecode property.


isSetStartBytecode

boolean isSetStartBytecode()

unsetStartBytecode

void unsetStartBytecode()

getEndBytecode

int getEndBytecode()
Gets the value of the endBytecode property.


setEndBytecode

void setEndBytecode(int value)
Sets the value of the endBytecode property.


isSetEndBytecode

boolean isSetEndBytecode()

unsetEndBytecode

void unsetEndBytecode()

getRole

String getRole()
Gets the value of the role property.

Returns:
possible object is String

setRole

void setRole(String value)
Sets the value of the role property.

Parameters:
value - allowed object is String

isSetRole

boolean isSetRole()

unsetRole

void unsetRole()


Copyright 2007 The jCoderZ Project.