|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.monitoring.core.v2.ResultsType
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-20T05:38:24+02:00",
comments="JAXB RI v2.2.11")
public class ResultsTypeContains results of monitoring on a service.
Java class for ResultsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResultsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Details" type="{urn:be:fgov:ehealth:monitoring:core:v2}DetailsType"/>
<element name="ErrorDetail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ErrorStack" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SubResults" type="{urn:be:fgov:ehealth:monitoring:core:v2}SubResultsType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Extension" type="{urn:be:fgov:ehealth:monitoring:core:v2}ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ResultsType()
|
|
| Method Summary | |
|---|---|
DetailsType |
getDetails()
Gets the value of the details property. |
String |
getErrorDetail()
Gets the value of the errorDetail property. |
String |
getErrorStack()
Gets the value of the errorStack property. |
ExtensionType |
getExtension()
Gets the value of the extension property. |
List<SubResultsType> |
getSubResults()
Gets the value of the subResults property. |
void |
setDetails(DetailsType value)
Sets the value of the details property. |
void |
setErrorDetail(String value)
Sets the value of the errorDetail property. |
void |
setErrorStack(String value)
Sets the value of the errorStack property. |
void |
setExtension(ExtensionType value)
Sets the value of the extension property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResultsType()
| Method Detail |
|---|
public DetailsType getDetails()
DetailsTypepublic void setDetails(DetailsType value)
value - allowed object is
DetailsTypepublic String getErrorDetail()
Stringpublic void setErrorDetail(String value)
value - allowed object is
Stringpublic String getErrorStack()
Stringpublic void setErrorStack(String value)
value - allowed object is
Stringpublic List<SubResultsType> getSubResults()
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 subResults property.
For example, to add a new item, do as follows:
getSubResults().add(newItem);
Objects of the following type(s) are allowed in the list
SubResultsType
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||