org.jcoderz.phoenix.findbugs.jaxb
Interface String

All Superinterfaces:
Element, StringType
All Known Implementing Classes:
StringImpl

public interface String
extends Element, StringType

Java content class for String element declaration.

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

 <element name="String">
   <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>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.findbugs.jaxb.StringType
getMessage, getRole, getValue, isSetMessage, isSetRole, isSetValue, setMessage, setRole, setValue, unsetMessage, unsetRole, unsetValue
 



Copyright 2007 The jCoderZ Project.