org.jcoderz.phoenix.findbugs.jaxb
Interface Property

All Superinterfaces:
Element, PropertyType
All Known Implementing Classes:
PropertyImpl

public interface Property
extends Element, PropertyType

Java content class for Property 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 168)

 <element name="Property">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <attribute name="name" use="required" 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.PropertyType
getName, getValue, isSetName, isSetValue, setName, setValue, unsetName, unsetValue
 



Copyright 2007 The jCoderZ Project.