org.jcoderz.phoenix.findbugs.jaxb
Interface MethodType

All Known Subinterfaces:
Method
All Known Implementing Classes:
MethodImpl, MethodTypeImpl

public interface MethodType

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}SourceLine" minOccurs="0"/>
         <element ref="{}Message" minOccurs="0"/>
       </sequence>
       <attribute name="classname" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="isStatic" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="name" 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" />
       <attribute name="signature" use="required" 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 getName()
          Gets the value of the name property.
 String getRole()
          Gets the value of the role property.
 String getSignature()
          Gets the value of the signature property.
 SourceLineType getSourceLine()
          Gets the value of the sourceLine property.
 boolean isIsStatic()
          Gets the value of the isStatic property.
 boolean isPrimary()
          Gets the value of the primary property.
 boolean isSetClassname()
           
 boolean isSetIsStatic()
           
 boolean isSetMessage()
           
 boolean isSetName()
           
 boolean isSetPrimary()
           
 boolean isSetRole()
           
 boolean isSetSignature()
           
 boolean isSetSourceLine()
           
 void setClassname(String value)
          Sets the value of the classname property.
 void setIsStatic(boolean value)
          Sets the value of the isStatic property.
 void setMessage(String value)
          Sets the value of the message property.
 void setName(String value)
          Sets the value of the name property.
 void setPrimary(boolean value)
          Sets the value of the primary property.
 void setRole(String value)
          Sets the value of the role property.
 void setSignature(String value)
          Sets the value of the signature property.
 void setSourceLine(SourceLineType value)
          Sets the value of the sourceLine property.
 void unsetClassname()
           
 void unsetIsStatic()
           
 void unsetMessage()
           
 void unsetName()
           
 void unsetPrimary()
           
 void unsetRole()
           
 void unsetSignature()
           
 void unsetSourceLine()
           
 

Method Detail

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

boolean isSetName()

unsetName

void unsetName()

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

isIsStatic

boolean isIsStatic()
Gets the value of the isStatic property.


setIsStatic

void setIsStatic(boolean value)
Sets the value of the isStatic property.


isSetIsStatic

boolean isSetIsStatic()

unsetIsStatic

void unsetIsStatic()

getSignature

String getSignature()
Gets the value of the signature property.

Returns:
possible object is String

setSignature

void setSignature(String value)
Sets the value of the signature property.

Parameters:
value - allowed object is String

isSetSignature

boolean isSetSignature()

unsetSignature

void unsetSignature()


Copyright 2007 The jCoderZ Project.