|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
String getTypeParameters()
Stringvoid setTypeParameters(String value)
value - allowed object is
Stringboolean isSetTypeParameters()
void unsetTypeParameters()
String getDescriptor()
Stringvoid setDescriptor(String value)
value - allowed object is
Stringboolean isSetDescriptor()
void unsetDescriptor()
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()
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 | |||||||||