|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.monitoring.core.v2.SubResultsType
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-12-12T05:01:49+01:00",
comments="JAXB RI v2.2.11")
public class SubResultsTypeContains subresults of monitoring on a service.
Java class for SubResultsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubResultsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SubDetails" type="{urn:be:fgov:ehealth:monitoring:core:v2}DetailsType"/>
<element name="SubErrorDetail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SubErrorStack" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
SubResultsType()
|
|
| Method Summary | |
|---|---|
DetailsType |
getSubDetails()
Gets the value of the subDetails property. |
String |
getSubErrorDetail()
Gets the value of the subErrorDetail property. |
String |
getSubErrorStack()
Gets the value of the subErrorStack property. |
void |
setSubDetails(DetailsType value)
Sets the value of the subDetails property. |
void |
setSubErrorDetail(String value)
Sets the value of the subErrorDetail property. |
void |
setSubErrorStack(String value)
Sets the value of the subErrorStack property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubResultsType()
| Method Detail |
|---|
public DetailsType getSubDetails()
DetailsTypepublic void setSubDetails(DetailsType value)
value - allowed object is
DetailsTypepublic String getSubErrorDetail()
Stringpublic void setSubErrorDetail(String value)
value - allowed object is
Stringpublic String getSubErrorStack()
Stringpublic void setSubErrorStack(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||