|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FieldType
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 222)
<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="isStatic" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="false"/>
<enumeration value="true"/>
</restriction>
</simpleType>
</attribute>
<attribute name="name" 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" />
<attribute name="signature" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
String |
getClassname()
Gets the value of the classname property. |
String |
getIsStatic()
Gets the value of the isStatic property. |
String |
getMessage()
Gets the value of the message property. |
String |
getName()
Gets the value of the name property. |
String |
getRole()
Gets the value of the role property. |
String |
getSignature()
Gets the value of the signature property. |
SourceLineType |
getSourceLine()
Gets the value of the sourceLine property. |
boolean |
isPrimary()
Gets the value of the primary property. |
boolean |
isSetClassname()
|
boolean |
isSetIsStatic()
|
boolean |
isSetMessage()
|
boolean |
isSetName()
|
boolean |
isSetPrimary()
|
boolean |
isSetRole()
|
boolean |
isSetSignature()
|
boolean |
isSetSourceLine()
|
void |
setClassname(String value)
Sets the value of the classname property. |
void |
setIsStatic(String value)
Sets the value of the isStatic property. |
void |
setMessage(String value)
Sets the value of the message property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setPrimary(boolean value)
Sets the value of the primary property. |
void |
setRole(String value)
Sets the value of the role property. |
void |
setSignature(String value)
Sets the value of the signature property. |
void |
setSourceLine(SourceLineType value)
Sets the value of the sourceLine property. |
void |
unsetClassname()
|
void |
unsetIsStatic()
|
void |
unsetMessage()
|
void |
unsetName()
|
void |
unsetPrimary()
|
void |
unsetRole()
|
void |
unsetSignature()
|
void |
unsetSourceLine()
|
| Method Detail |
|---|
String getName()
Stringvoid setName(String value)
value - allowed object is
Stringboolean isSetName()
void unsetName()
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()
String getIsStatic()
Stringvoid setIsStatic(String value)
value - allowed object is
Stringboolean isSetIsStatic()
void unsetIsStatic()
String getSignature()
Stringvoid setSignature(String value)
value - allowed object is
Stringboolean isSetSignature()
void unsetSignature()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||