org.jcoderz.phoenix.checkstyle.jaxb
Interface CheckstyleType

All Known Subinterfaces:
Checkstyle
All Known Implementing Classes:
CheckstyleImpl, CheckstyleTypeImpl

public interface CheckstyleType

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/checkstyle.xsd line 43)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded" minOccurs="0">
         <element ref="{}file"/>
         <element ref="{}error"/>
         <element ref="{}exception"/>
       </choice>
       <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 List getFileOrErrorOrException()
          Gets the value of the FileOrErrorOrException property.
 String getVersion()
          Gets the value of the version property.
 boolean isSetFileOrErrorOrException()
           
 boolean isSetVersion()
           
 void setVersion(String value)
          Sets the value of the version property.
 void unsetFileOrErrorOrException()
           
 void unsetVersion()
           
 

Method Detail

getFileOrErrorOrException

List getFileOrErrorOrException()
Gets the value of the FileOrErrorOrException property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the FileOrErrorOrException property.

For example, to add a new item, do as follows:

    getFileOrErrorOrException().add(newItem);
 

Objects of the following type(s) are allowed in the list Exception Error File


isSetFileOrErrorOrException

boolean isSetFileOrErrorOrException()

unsetFileOrErrorOrException

void unsetFileOrErrorOrException()

getVersion

String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

isSetVersion

boolean isSetVersion()

unsetVersion

void unsetVersion()


Copyright 2007 The jCoderZ Project.