org.jcoderz.phoenix.findbugs.jaxb
Interface ClassType

All Known Subinterfaces:
Class
All Known Implementing Classes:
ClassImpl, ClassTypeImpl

public interface ClassType

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 157)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}SourceLine"/>
         <element ref="{}Message" minOccurs="0"/>
       </sequence>
       <attribute name="classname" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="primary" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getClassname()
          Gets the value of the classname property.
 String getMessage()
          Gets the value of the message property.
 String getRole()
          Gets the value of the role property.
 SourceLineType getSourceLine()
          Gets the value of the sourceLine property.
 boolean isPrimary()
          Gets the value of the primary property.
 boolean isSetClassname()
           
 boolean isSetMessage()
           
 boolean isSetPrimary()
           
 boolean isSetRole()
           
 boolean isSetSourceLine()
           
 void setClassname(String value)
          Sets the value of the classname property.
 void setMessage(String value)
          Sets the value of the message property.
 void setPrimary(boolean value)
          Sets the value of the primary property.
 void setRole(String value)
          Sets the value of the role property.
 void setSourceLine(SourceLineType value)
          Sets the value of the sourceLine property.
 void unsetClassname()
           
 void unsetMessage()
           
 void unsetPrimary()
           
 void unsetRole()
           
 void unsetSourceLine()
           
 

Method Detail

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()

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()

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()

getSourceLine

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

Returns:
possible object is SourceLine SourceLineType

setSourceLine

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

Parameters:
value - allowed object is SourceLine SourceLineType

isSetSourceLine

boolean isSetSourceLine()

unsetSourceLine

void unsetSourceLine()


Copyright 2007 The jCoderZ Project.