org.jcoderz.phoenix.findbugs.jaxb
Interface IntType

All Known Subinterfaces:
Int
All Known Implementing Classes:
IntImpl, IntTypeImpl

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

getValue

int getValue()
Gets the value of the value property.


setValue

void setValue(int value)
Sets the value of the value property.


isSetValue

boolean isSetValue()

unsetValue

void unsetValue()

getMessage

String getMessage()
Gets the value of the message property.

Returns:
possible object is String

setMessage

void setMessage(String value)
Sets the value of the message property.

Parameters:
value - allowed object is String

isSetMessage

boolean isSetMessage()

unsetMessage

void unsetMessage()

getRole

String getRole()
Gets the value of the role property.

Returns:
possible object is String

setRole

void setRole(String value)
Sets the value of the role property.

Parameters:
value - allowed object is String

isSetRole

boolean isSetRole()

unsetRole

void unsetRole()


Copyright 2007 The jCoderZ Project.