org.jcoderz.phoenix.findbugs.jaxb
Interface StringType

All Known Subinterfaces:
String
All Known Implementing Classes:
StringImpl, StringTypeImpl

public interface StringType

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 409)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Message" type="{http://www.w3.org/2001/XMLSchema}string" 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}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getMessage()
          Gets the value of the message property.
 String getRole()
          Gets the value of the role property.
 String 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(String value)
          Sets the value of the value property.
 void unsetMessage()
           
 void unsetRole()
           
 void unsetValue()
           
 

Method Detail

getValue

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

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

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.