org.jcoderz.phoenix.pmd.ruleset.jaxb
Interface PropertyType

All Known Subinterfaces:
Property
All Known Implementing Classes:
PropertyImpl, PropertyTypeImpl

public interface PropertyType

Java content class for anonymous complex type.

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 56)

 <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>
 


Method Summary
 String getDescription()
          Gets the value of the description property.
 String getDescriptionElement()
          Gets the value of the descriptionElement property.
 String getName()
          Gets the value of the name property.
 String getPluginname()
          Gets the value of the pluginname property.
 String getValue()
          Gets the value of the value property.
 String getValueElement()
          Gets the value of the valueElement property.
 boolean isSetDescription()
           
 boolean isSetDescriptionElement()
           
 boolean isSetName()
           
 boolean isSetPluginname()
           
 boolean isSetValue()
           
 boolean isSetValueElement()
           
 void setDescription(String value)
          Sets the value of the description property.
 void setDescriptionElement(String value)
          Sets the value of the descriptionElement property.
 void setName(String value)
          Sets the value of the name property.
 void setPluginname(String value)
          Sets the value of the pluginname property.
 void setValue(String value)
          Sets the value of the value property.
 void setValueElement(String value)
          Sets the value of the valueElement property.
 void unsetDescription()
           
 void unsetDescriptionElement()
           
 void unsetName()
           
 void unsetPluginname()
           
 void unsetValue()
           
 void unsetValueElement()
           
 

Method Detail

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

boolean isSetName()

unsetName

void unsetName()

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()

getDescription

String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

isSetDescription

boolean isSetDescription()

unsetDescription

void unsetDescription()

getDescriptionElement

String getDescriptionElement()
Gets the value of the descriptionElement property.

Returns:
possible object is String

setDescriptionElement

void setDescriptionElement(String value)
Sets the value of the descriptionElement property.

Parameters:
value - allowed object is String

isSetDescriptionElement

boolean isSetDescriptionElement()

unsetDescriptionElement

void unsetDescriptionElement()

getPluginname

String getPluginname()
Gets the value of the pluginname property.

Returns:
possible object is String

setPluginname

void setPluginname(String value)
Sets the value of the pluginname property.

Parameters:
value - allowed object is String

isSetPluginname

boolean isSetPluginname()

unsetPluginname

void unsetPluginname()

getValueElement

String getValueElement()
Gets the value of the valueElement property.

Returns:
possible object is String

setValueElement

void setValueElement(String value)
Sets the value of the valueElement property.

Parameters:
value - allowed object is String

isSetValueElement

boolean isSetValueElement()

unsetValueElement

void unsetValueElement()


Copyright 2007 The jCoderZ Project.