|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
String getMessage()
Stringvoid setMessage(String value)
value - allowed object is
Stringboolean isSetMessage()
void unsetMessage()
String getRole()
Stringvoid setRole(String value)
value - allowed object is
Stringboolean isSetRole()
void unsetRole()
boolean isPrimary()
void setPrimary(boolean value)
boolean isSetPrimary()
void unsetPrimary()
String getClassname()
Stringvoid setClassname(String value)
value - allowed object is
Stringboolean isSetClassname()
void unsetClassname()
SourceLineType getSourceLine()
SourceLine
SourceLineTypevoid setSourceLine(SourceLineType value)
value - allowed object is
SourceLine
SourceLineTypeboolean isSetSourceLine()
void unsetSourceLine()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||