org.jcoderz.phoenix.checkstyle.jaxb
Interface FileType

All Known Subinterfaces:
File
All Known Implementing Classes:
FileImpl, FileTypeImpl

public interface FileType

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

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


Method Summary
 List getErrorOrException()
          Gets the value of the ErrorOrException property.
 String getName()
          Gets the value of the name property.
 boolean isSetErrorOrException()
           
 boolean isSetName()
           
 void setName(String value)
          Sets the value of the name property.
 void unsetErrorOrException()
           
 void unsetName()
           
 

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

getErrorOrException

List getErrorOrException()
Gets the value of the ErrorOrException 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 ErrorOrException property.

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

    getErrorOrException().add(newItem);
 

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


isSetErrorOrException

boolean isSetErrorOrException()

unsetErrorOrException

void unsetErrorOrException()


Copyright 2007 The jCoderZ Project.