org.jcoderz.phoenix.findbugs.jaxb
Interface TypeType

All Known Subinterfaces:
Type
All Known Implementing Classes:
TypeImpl, TypeTypeImpl

public interface TypeType

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

 <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="descriptor" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="typeParameters" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getDescriptor()
          Gets the value of the descriptor 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.
 String getTypeParameters()
          Gets the value of the typeParameters property.
 boolean isSetDescriptor()
           
 boolean isSetMessage()
           
 boolean isSetRole()
           
 boolean isSetSourceLine()
           
 boolean isSetTypeParameters()
           
 void setDescriptor(String value)
          Sets the value of the descriptor property.
 void setMessage(String value)
          Sets the value of the message property.
 void setRole(String value)
          Sets the value of the role property.
 void setSourceLine(SourceLineType value)
          Sets the value of the sourceLine property.
 void setTypeParameters(String value)
          Sets the value of the typeParameters property.
 void unsetDescriptor()
           
 void unsetMessage()
           
 void unsetRole()
           
 void unsetSourceLine()
           
 void unsetTypeParameters()
           
 

Method Detail

getTypeParameters

String getTypeParameters()
Gets the value of the typeParameters property.

Returns:
possible object is String

setTypeParameters

void setTypeParameters(String value)
Sets the value of the typeParameters property.

Parameters:
value - allowed object is String

isSetTypeParameters

boolean isSetTypeParameters()

unsetTypeParameters

void unsetTypeParameters()

getDescriptor

String getDescriptor()
Gets the value of the descriptor property.

Returns:
possible object is String

setDescriptor

void setDescriptor(String value)
Sets the value of the descriptor property.

Parameters:
value - allowed object is String

isSetDescriptor

boolean isSetDescriptor()

unsetDescriptor

void unsetDescriptor()

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

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.