org.jcoderz.phoenix.findbugs.jaxb
Interface ErrorsType

All Known Subinterfaces:
Errors
All Known Implementing Classes:
ErrorsImpl, ErrorsTypeImpl

public interface ErrorsType

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/findbugs/findbugs.xsd line 198)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Error" type="{}ErrorType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="AnalysisError" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="MissingClass" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="errors" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="missingClasses" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 List getAnalysisError()
          Gets the value of the AnalysisError property.
 List getError()
          Gets the value of the Error property.
 long getErrors()
          Gets the value of the errors property.
 List getMissingClass()
          Gets the value of the MissingClass property.
 long getMissingClasses()
          Gets the value of the missingClasses property.
 boolean isSetAnalysisError()
           
 boolean isSetError()
           
 boolean isSetErrors()
           
 boolean isSetMissingClass()
           
 boolean isSetMissingClasses()
           
 void setErrors(long value)
          Sets the value of the errors property.
 void setMissingClasses(long value)
          Sets the value of the missingClasses property.
 void unsetAnalysisError()
           
 void unsetError()
           
 void unsetErrors()
           
 void unsetMissingClass()
           
 void unsetMissingClasses()
           
 

Method Detail

getMissingClass

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

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

    getMissingClass().add(newItem);
 

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


isSetMissingClass

boolean isSetMissingClass()

unsetMissingClass

void unsetMissingClass()

getErrors

long getErrors()
Gets the value of the errors property.


setErrors

void setErrors(long value)
Sets the value of the errors property.


isSetErrors

boolean isSetErrors()

unsetErrors

void unsetErrors()

getAnalysisError

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

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

    getAnalysisError().add(newItem);
 

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


isSetAnalysisError

boolean isSetAnalysisError()

unsetAnalysisError

void unsetAnalysisError()

getError

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

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

    getError().add(newItem);
 

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


isSetError

boolean isSetError()

unsetError

void unsetError()

getMissingClasses

long getMissingClasses()
Gets the value of the missingClasses property.


setMissingClasses

void setMissingClasses(long value)
Sets the value of the missingClasses property.


isSetMissingClasses

boolean isSetMissingClasses()

unsetMissingClasses

void unsetMissingClasses()


Copyright 2007 The jCoderZ Project.