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

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

public static interface RuleType.Example
extends Element

Java content class for example 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 84)

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


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

Method Detail

getValue

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

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

isSetValue

boolean isSetValue()

unsetValue

void unsetValue()


Copyright 2007 The jCoderZ Project.