org.jcoderz.phoenix.pmd.ruleset.jaxb
Interface RuleType.Priority

All Superinterfaces:
Element
All Known Implementing Classes:
RuleTypeImpl.PriorityImpl
Enclosing interface:
RuleType

public static interface RuleType.Priority
extends Element

Java content class for priority 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 85)

 <element name="priority" type="{http://www.w3.org/2001/XMLSchema}int"/>
 


Method Summary
 int getValue()
          Gets the value of the value property.
 boolean isSetValue()
           
 void setValue(int value)
          Sets the value of the value property.
 void unsetValue()
           
 

Method Detail

getValue

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


setValue

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


isSetValue

boolean isSetValue()

unsetValue

void unsetValue()


Copyright 2007 The jCoderZ Project.