|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IntType
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 188)
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}Message" minOccurs="0"/>
</sequence>
<attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
String |
getMessage()
Gets the value of the message property. |
String |
getRole()
Gets the value of the role property. |
int |
getValue()
Gets the value of the value property. |
boolean |
isSetMessage()
|
boolean |
isSetRole()
|
boolean |
isSetValue()
|
void |
setMessage(String value)
Sets the value of the message property. |
void |
setRole(String value)
Sets the value of the role property. |
void |
setValue(int value)
Sets the value of the value property. |
void |
unsetMessage()
|
void |
unsetRole()
|
void |
unsetValue()
|
| Method Detail |
|---|
int getValue()
void setValue(int value)
boolean isSetValue()
void unsetValue()
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||