|
||||||||||
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="2017-06-27T08:12:06+02:00", comments="JAXB RI v2.2.11") public class ResultsType
Contains 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()
DetailsType
public void setDetails(DetailsType value)
value
- allowed object is
DetailsType
public String getErrorDetail()
String
public void setErrorDetail(String value)
value
- allowed object is
String
public String getErrorStack()
String
public void setErrorStack(String value)
value
- allowed object is
String
public 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()
ExtensionType
public 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 |