|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
List getMissingClass()
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
boolean isSetMissingClass()
void unsetMissingClass()
long getErrors()
void setErrors(long value)
boolean isSetErrors()
void unsetErrors()
List getAnalysisError()
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
boolean isSetAnalysisError()
void unsetAnalysisError()
List getError()
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
boolean isSetError()
void unsetError()
long getMissingClasses()
void setMissingClasses(long value)
boolean isSetMissingClasses()
void unsetMissingClasses()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||