|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_1.TestResultType
public class TestResultType
!!! DEPRECATED !!! Result of a internal midPoint test.
Java class for TestResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TestResultType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="success" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="error" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}DiagnosticsMessageType"/>
<element name="warning" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}DiagnosticsMessageType"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<javax.xml.bind.JAXBElement<DiagnosticsMessageType>> |
errorOrWarning
|
protected boolean |
success
|
| Constructor Summary | |
|---|---|
TestResultType()
|
|
| Method Summary | |
|---|---|
java.util.List<javax.xml.bind.JAXBElement<DiagnosticsMessageType>> |
getErrorOrWarning()
Gets the value of the errorOrWarning property. |
boolean |
isSuccess()
Gets the value of the success property. |
void |
setSuccess(boolean value)
Sets the value of the success property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean success
protected java.util.List<javax.xml.bind.JAXBElement<DiagnosticsMessageType>> errorOrWarning
| Constructor Detail |
|---|
public TestResultType()
| Method Detail |
|---|
public boolean isSuccess()
public void setSuccess(boolean value)
public java.util.List<javax.xml.bind.JAXBElement<DiagnosticsMessageType>> getErrorOrWarning()
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 errorOrWarning property.
For example, to add a new item, do as follows:
getErrorOrWarning().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<DiagnosticsMessageType>
JAXBElement<DiagnosticsMessageType>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||