org.jcoderz.phoenix.pmd.ruleset.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/schema/pmd-ruleset.xsd line 55)

 <element name="property">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         </sequence>
         <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
         <attribute name="pluginname" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
         <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.pmd.ruleset.jaxb.PropertyType
getDescription, getDescriptionElement, getName, getPluginname, getValue, getValueElement, isSetDescription, isSetDescriptionElement, isSetName, isSetPluginname, isSetValue, isSetValueElement, setDescription, setDescriptionElement, setName, setPluginname, setValue, setValueElement, unsetDescription, unsetDescriptionElement, unsetName, unsetPluginname, unsetValue, unsetValueElement
 



Copyright 2007 The jCoderZ Project.