org.jcoderz.phoenix.findbugs.jaxb
Interface BugInstanceType

All Known Subinterfaces:
BugInstance
All Known Implementing Classes:
BugInstanceImpl, BugInstanceTypeImpl

public interface BugInstanceType

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}ShortMessage" minOccurs="0"/>
         <element ref="{}LongMessage" minOccurs="0"/>
         <choice maxOccurs="unbounded">
           <element ref="{}Class"/>
           <element ref="{}Field"/>
           <element ref="{}Method"/>
           <element ref="{}Property"/>
           <element ref="{}Type"/>
           <element ref="{}LocalVariable"/>
           <element ref="{}SourceLine"/>
           <element ref="{}Int"/>
           <element ref="{}String"/>
         </choice>
       </sequence>
       <attribute name="abbrev" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="active" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="category" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="first" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="instanceHash" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="instanceOccurrenceMax" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="instanceOccurrenceNum" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="introducedByChange" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="last" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="priority" use="required" type="{}Priority" />
       <attribute name="removedByChange" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="uid" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getAbbrev()
          Gets the value of the abbrev property.
 String getActive()
          Gets the value of the active property.
 String getCategory()
          Gets the value of the category property.
 List getClassOrFieldOrMethod()
          Gets the value of the ClassOrFieldOrMethod property.
 long getFirst()
          Gets the value of the first property.
 String getInstanceHash()
          Gets the value of the instanceHash property.
 int getInstanceOccurrenceMax()
          Gets the value of the instanceOccurrenceMax property.
 int getInstanceOccurrenceNum()
          Gets the value of the instanceOccurrenceNum property.
 long getLast()
          Gets the value of the last property.
 String getLongMessage()
          Gets the value of the longMessage property.
 Severity getPriority()
          Gets the value of the priority property.
 String getShortMessage()
          Gets the value of the shortMessage property.
 String getType()
          Gets the value of the type property.
 int getUid()
          Gets the value of the uid property.
 boolean isIntroducedByChange()
          Gets the value of the introducedByChange property.
 boolean isRemovedByChange()
          Gets the value of the removedByChange property.
 boolean isSetAbbrev()
           
 boolean isSetActive()
           
 boolean isSetCategory()
           
 boolean isSetClassOrFieldOrMethod()
           
 boolean isSetFirst()
           
 boolean isSetInstanceHash()
           
 boolean isSetInstanceOccurrenceMax()
           
 boolean isSetInstanceOccurrenceNum()
           
 boolean isSetIntroducedByChange()
           
 boolean isSetLast()
           
 boolean isSetLongMessage()
           
 boolean isSetPriority()
           
 boolean isSetRemovedByChange()
           
 boolean isSetShortMessage()
           
 boolean isSetType()
           
 boolean isSetUid()
           
 void setAbbrev(String value)
          Sets the value of the abbrev property.
 void setActive(String value)
          Sets the value of the active property.
 void setCategory(String value)
          Sets the value of the category property.
 void setFirst(long value)
          Sets the value of the first property.
 void setInstanceHash(String value)
          Sets the value of the instanceHash property.
 void setInstanceOccurrenceMax(int value)
          Sets the value of the instanceOccurrenceMax property.
 void setInstanceOccurrenceNum(int value)
          Sets the value of the instanceOccurrenceNum property.
 void setIntroducedByChange(boolean value)
          Sets the value of the introducedByChange property.
 void setLast(long value)
          Sets the value of the last property.
 void setLongMessage(String value)
          Sets the value of the longMessage property.
 void setPriority(Severity value)
          Sets the value of the priority property.
 void setRemovedByChange(boolean value)
          Sets the value of the removedByChange property.
 void setShortMessage(String value)
          Sets the value of the shortMessage property.
 void setType(String value)
          Sets the value of the type property.
 void setUid(int value)
          Sets the value of the uid property.
 void unsetAbbrev()
           
 void unsetActive()
           
 void unsetCategory()
           
 void unsetClassOrFieldOrMethod()
           
 void unsetFirst()
           
 void unsetInstanceHash()
           
 void unsetInstanceOccurrenceMax()
           
 void unsetInstanceOccurrenceNum()
           
 void unsetIntroducedByChange()
           
 void unsetLast()
           
 void unsetLongMessage()
           
 void unsetPriority()
           
 void unsetRemovedByChange()
           
 void unsetShortMessage()
           
 void unsetType()
           
 void unsetUid()
           
 

Method Detail

getClassOrFieldOrMethod

List getClassOrFieldOrMethod()
Gets the value of the ClassOrFieldOrMethod property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the ClassOrFieldOrMethod property.

For example, to add a new item, do as follows:

    getClassOrFieldOrMethod().add(newItem);
 

Objects of the following type(s) are allowed in the list Type LocalVariable String SourceLine Property Class Int Method Field


isSetClassOrFieldOrMethod

boolean isSetClassOrFieldOrMethod()

unsetClassOrFieldOrMethod

void unsetClassOrFieldOrMethod()

getLongMessage

String getLongMessage()
Gets the value of the longMessage property.

Returns:
possible object is String

setLongMessage

void setLongMessage(String value)
Sets the value of the longMessage property.

Parameters:
value - allowed object is String

isSetLongMessage

boolean isSetLongMessage()

unsetLongMessage

void unsetLongMessage()

getInstanceOccurrenceMax

int getInstanceOccurrenceMax()
Gets the value of the instanceOccurrenceMax property.


setInstanceOccurrenceMax

void setInstanceOccurrenceMax(int value)
Sets the value of the instanceOccurrenceMax property.


isSetInstanceOccurrenceMax

boolean isSetInstanceOccurrenceMax()

unsetInstanceOccurrenceMax

void unsetInstanceOccurrenceMax()

isIntroducedByChange

boolean isIntroducedByChange()
Gets the value of the introducedByChange property.


setIntroducedByChange

void setIntroducedByChange(boolean value)
Sets the value of the introducedByChange property.


isSetIntroducedByChange

boolean isSetIntroducedByChange()

unsetIntroducedByChange

void unsetIntroducedByChange()

getType

String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

isSetType

boolean isSetType()

unsetType

void unsetType()

getFirst

long getFirst()
Gets the value of the first property.


setFirst

void setFirst(long value)
Sets the value of the first property.


isSetFirst

boolean isSetFirst()

unsetFirst

void unsetFirst()

getInstanceOccurrenceNum

int getInstanceOccurrenceNum()
Gets the value of the instanceOccurrenceNum property.


setInstanceOccurrenceNum

void setInstanceOccurrenceNum(int value)
Sets the value of the instanceOccurrenceNum property.


isSetInstanceOccurrenceNum

boolean isSetInstanceOccurrenceNum()

unsetInstanceOccurrenceNum

void unsetInstanceOccurrenceNum()

getAbbrev

String getAbbrev()
Gets the value of the abbrev property.

Returns:
possible object is String

setAbbrev

void setAbbrev(String value)
Sets the value of the abbrev property.

Parameters:
value - allowed object is String

isSetAbbrev

boolean isSetAbbrev()

unsetAbbrev

void unsetAbbrev()

getPriority

Severity getPriority()
Gets the value of the priority property.

Returns:
possible object is Severity

setPriority

void setPriority(Severity value)
Sets the value of the priority property.

Parameters:
value - allowed object is Severity

isSetPriority

boolean isSetPriority()

unsetPriority

void unsetPriority()

getActive

String getActive()
Gets the value of the active property.

Returns:
possible object is String

setActive

void setActive(String value)
Sets the value of the active property.

Parameters:
value - allowed object is String

isSetActive

boolean isSetActive()

unsetActive

void unsetActive()

getInstanceHash

String getInstanceHash()
Gets the value of the instanceHash property.

Returns:
possible object is String

setInstanceHash

void setInstanceHash(String value)
Sets the value of the instanceHash property.

Parameters:
value - allowed object is String

isSetInstanceHash

boolean isSetInstanceHash()

unsetInstanceHash

void unsetInstanceHash()

getCategory

String getCategory()
Gets the value of the category property.

Returns:
possible object is String

setCategory

void setCategory(String value)
Sets the value of the category property.

Parameters:
value - allowed object is String

isSetCategory

boolean isSetCategory()

unsetCategory

void unsetCategory()

getLast

long getLast()
Gets the value of the last property.


setLast

void setLast(long value)
Sets the value of the last property.


isSetLast

boolean isSetLast()

unsetLast

void unsetLast()

isRemovedByChange

boolean isRemovedByChange()
Gets the value of the removedByChange property.


setRemovedByChange

void setRemovedByChange(boolean value)
Sets the value of the removedByChange property.


isSetRemovedByChange

boolean isSetRemovedByChange()

unsetRemovedByChange

void unsetRemovedByChange()

getUid

int getUid()
Gets the value of the uid property.


setUid

void setUid(int value)
Sets the value of the uid property.


isSetUid

boolean isSetUid()

unsetUid

void unsetUid()

getShortMessage

String getShortMessage()
Gets the value of the shortMessage property.

Returns:
possible object is String

setShortMessage

void setShortMessage(String value)
Sets the value of the shortMessage property.

Parameters:
value - allowed object is String

isSetShortMessage

boolean isSetShortMessage()

unsetShortMessage

void unsetShortMessage()


Copyright 2007 The jCoderZ Project.