org.jcoderz.phoenix.pmd.jaxb
Interface ErrorType

All Known Subinterfaces:
Error
All Known Implementing Classes:
ErrorImpl, ErrorTypeImpl

public interface ErrorType

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

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="filename" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="msg" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Method Summary
 String getFilename()
          Gets the value of the filename property.
 String getMsg()
          Gets the value of the msg property.
 String getValue()
          Gets the value of the value property.
 boolean isSetFilename()
           
 boolean isSetMsg()
           
 boolean isSetValue()
           
 void setFilename(String value)
          Sets the value of the filename property.
 void setMsg(String value)
          Sets the value of the msg property.
 void setValue(String value)
          Sets the value of the value property.
 void unsetFilename()
           
 void unsetMsg()
           
 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()

getMsg

String getMsg()
Gets the value of the msg property.

Returns:
possible object is String

setMsg

void setMsg(String value)
Sets the value of the msg property.

Parameters:
value - allowed object is String

isSetMsg

boolean isSetMsg()

unsetMsg

void unsetMsg()

getFilename

String getFilename()
Gets the value of the filename property.

Returns:
possible object is String

setFilename

void setFilename(String value)
Sets the value of the filename property.

Parameters:
value - allowed object is String

isSetFilename

boolean isSetFilename()

unsetFilename

void unsetFilename()


Copyright 2007 The jCoderZ Project.