|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
List getClassOrFieldOrMethod()
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
boolean isSetClassOrFieldOrMethod()
void unsetClassOrFieldOrMethod()
String getLongMessage()
Stringvoid setLongMessage(String value)
value - allowed object is
Stringboolean isSetLongMessage()
void unsetLongMessage()
int getInstanceOccurrenceMax()
void setInstanceOccurrenceMax(int value)
boolean isSetInstanceOccurrenceMax()
void unsetInstanceOccurrenceMax()
boolean isIntroducedByChange()
void setIntroducedByChange(boolean value)
boolean isSetIntroducedByChange()
void unsetIntroducedByChange()
String getType()
Stringvoid setType(String value)
value - allowed object is
Stringboolean isSetType()
void unsetType()
long getFirst()
void setFirst(long value)
boolean isSetFirst()
void unsetFirst()
int getInstanceOccurrenceNum()
void setInstanceOccurrenceNum(int value)
boolean isSetInstanceOccurrenceNum()
void unsetInstanceOccurrenceNum()
String getAbbrev()
Stringvoid setAbbrev(String value)
value - allowed object is
Stringboolean isSetAbbrev()
void unsetAbbrev()
Severity getPriority()
Severityvoid setPriority(Severity value)
value - allowed object is
Severityboolean isSetPriority()
void unsetPriority()
String getActive()
Stringvoid setActive(String value)
value - allowed object is
Stringboolean isSetActive()
void unsetActive()
String getInstanceHash()
Stringvoid setInstanceHash(String value)
value - allowed object is
Stringboolean isSetInstanceHash()
void unsetInstanceHash()
String getCategory()
Stringvoid setCategory(String value)
value - allowed object is
Stringboolean isSetCategory()
void unsetCategory()
long getLast()
void setLast(long value)
boolean isSetLast()
void unsetLast()
boolean isRemovedByChange()
void setRemovedByChange(boolean value)
boolean isSetRemovedByChange()
void unsetRemovedByChange()
int getUid()
void setUid(int value)
boolean isSetUid()
void unsetUid()
String getShortMessage()
Stringvoid setShortMessage(String value)
value - allowed object is
Stringboolean isSetShortMessage()
void unsetShortMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||