org.jcoderz.phoenix.pmd.jaxb
Interface ViolationType

All Known Subinterfaces:
Violation
All Known Implementing Classes:
ViolationImpl, ViolationTypeImpl

public interface ViolationType

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.xsd line 44)

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="begincolumn" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="beginline" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="endcolumn" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="endline" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="externalInfoUrl" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="method" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="package" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="priority" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="rule" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="ruleset" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="variable" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Method Summary
 int getBegincolumn()
          Gets the value of the begincolumn property.
 int getBeginline()
          Gets the value of the beginline property.
 String getClazz()
          Gets the value of the clazz property.
 int getEndcolumn()
          Gets the value of the endcolumn property.
 int getEndline()
          Gets the value of the endline property.
 String getExternalInfoUrl()
          Gets the value of the externalInfoUrl property.
 String getMethod()
          Gets the value of the method property.
 String getPackage()
          Gets the value of the package property.
 int getPriority()
          Gets the value of the priority property.
 String getRule()
          Gets the value of the rule property.
 String getRuleset()
          Gets the value of the ruleset property.
 String getValue()
          Gets the value of the value property.
 String getVariable()
          Gets the value of the variable property.
 boolean isSetBegincolumn()
           
 boolean isSetBeginline()
           
 boolean isSetClazz()
           
 boolean isSetEndcolumn()
           
 boolean isSetEndline()
           
 boolean isSetExternalInfoUrl()
           
 boolean isSetMethod()
           
 boolean isSetPackage()
           
 boolean isSetPriority()
           
 boolean isSetRule()
           
 boolean isSetRuleset()
           
 boolean isSetValue()
           
 boolean isSetVariable()
           
 void setBegincolumn(int value)
          Sets the value of the begincolumn property.
 void setBeginline(int value)
          Sets the value of the beginline property.
 void setClazz(String value)
          Sets the value of the clazz property.
 void setEndcolumn(int value)
          Sets the value of the endcolumn property.
 void setEndline(int value)
          Sets the value of the endline property.
 void setExternalInfoUrl(String value)
          Sets the value of the externalInfoUrl property.
 void setMethod(String value)
          Sets the value of the method property.
 void setPackage(String value)
          Sets the value of the package property.
 void setPriority(int value)
          Sets the value of the priority property.
 void setRule(String value)
          Sets the value of the rule property.
 void setRuleset(String value)
          Sets the value of the ruleset property.
 void setValue(String value)
          Sets the value of the value property.
 void setVariable(String value)
          Sets the value of the variable property.
 void unsetBegincolumn()
           
 void unsetBeginline()
           
 void unsetClazz()
           
 void unsetEndcolumn()
           
 void unsetEndline()
           
 void unsetExternalInfoUrl()
           
 void unsetMethod()
           
 void unsetPackage()
           
 void unsetPriority()
           
 void unsetRule()
           
 void unsetRuleset()
           
 void unsetValue()
           
 void unsetVariable()
           
 

Method Detail

getBegincolumn

int getBegincolumn()
Gets the value of the begincolumn property.


setBegincolumn

void setBegincolumn(int value)
Sets the value of the begincolumn property.


isSetBegincolumn

boolean isSetBegincolumn()

unsetBegincolumn

void unsetBegincolumn()

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

getVariable

String getVariable()
Gets the value of the variable property.

Returns:
possible object is String

setVariable

void setVariable(String value)
Sets the value of the variable property.

Parameters:
value - allowed object is String

isSetVariable

boolean isSetVariable()

unsetVariable

void unsetVariable()

getMethod

String getMethod()
Gets the value of the method property.

Returns:
possible object is String

setMethod

void setMethod(String value)
Sets the value of the method property.

Parameters:
value - allowed object is String

isSetMethod

boolean isSetMethod()

unsetMethod

void unsetMethod()

getClazz

String getClazz()
Gets the value of the clazz property.

Returns:
possible object is String

setClazz

void setClazz(String value)
Sets the value of the clazz property.

Parameters:
value - allowed object is String

isSetClazz

boolean isSetClazz()

unsetClazz

void unsetClazz()

getEndline

int getEndline()
Gets the value of the endline property.


setEndline

void setEndline(int value)
Sets the value of the endline property.


isSetEndline

boolean isSetEndline()

unsetEndline

void unsetEndline()

getRule

String getRule()
Gets the value of the rule property.

Returns:
possible object is String

setRule

void setRule(String value)
Sets the value of the rule property.

Parameters:
value - allowed object is String

isSetRule

boolean isSetRule()

unsetRule

void unsetRule()

getBeginline

int getBeginline()
Gets the value of the beginline property.


setBeginline

void setBeginline(int value)
Sets the value of the beginline property.


isSetBeginline

boolean isSetBeginline()

unsetBeginline

void unsetBeginline()

getExternalInfoUrl

String getExternalInfoUrl()
Gets the value of the externalInfoUrl property.

Returns:
possible object is String

setExternalInfoUrl

void setExternalInfoUrl(String value)
Sets the value of the externalInfoUrl property.

Parameters:
value - allowed object is String

isSetExternalInfoUrl

boolean isSetExternalInfoUrl()

unsetExternalInfoUrl

void unsetExternalInfoUrl()

getEndcolumn

int getEndcolumn()
Gets the value of the endcolumn property.


setEndcolumn

void setEndcolumn(int value)
Sets the value of the endcolumn property.


isSetEndcolumn

boolean isSetEndcolumn()

unsetEndcolumn

void unsetEndcolumn()

getPriority

int getPriority()
Gets the value of the priority property.


setPriority

void setPriority(int value)
Sets the value of the priority property.


isSetPriority

boolean isSetPriority()

unsetPriority

void unsetPriority()

getRuleset

String getRuleset()
Gets the value of the ruleset property.

Returns:
possible object is String

setRuleset

void setRuleset(String value)
Sets the value of the ruleset property.

Parameters:
value - allowed object is String

isSetRuleset

boolean isSetRuleset()

unsetRuleset

void unsetRuleset()

getPackage

String getPackage()
Gets the value of the package property.

Returns:
possible object is String

setPackage

void setPackage(String value)
Sets the value of the package property.

Parameters:
value - allowed object is String

isSetPackage

boolean isSetPackage()

unsetPackage

void unsetPackage()


Copyright 2007 The jCoderZ Project.