org.jcoderz.phoenix.findbugs.jaxb
Interface Type

All Superinterfaces:
Element, TypeType
All Known Implementing Classes:
TypeImpl

public interface Type
extends Element, TypeType

Java content class for Type 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 263)

 <element name="Type">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}SourceLine" minOccurs="0"/>
           <element ref="{}Message" minOccurs="0"/>
         </sequence>
         <attribute name="descriptor" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="typeParameters" type="{http://www.w3.org/2001/XMLSchema}string" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.findbugs.jaxb.TypeType
getDescriptor, getMessage, getRole, getSourceLine, getTypeParameters, isSetDescriptor, isSetMessage, isSetRole, isSetSourceLine, isSetTypeParameters, setDescriptor, setMessage, setRole, setSourceLine, setTypeParameters, unsetDescriptor, unsetMessage, unsetRole, unsetSourceLine, unsetTypeParameters
 



Copyright 2007 The jCoderZ Project.