|
||||||||||
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="2017-06-27T08:12:06+02:00", comments="JAXB RI v2.2.11") public class SubResultsType
Contains 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()
DetailsType
public void setSubDetails(DetailsType value)
value
- allowed object is
DetailsType
public String getSubErrorDetail()
String
public void setSubErrorDetail(String value)
value
- allowed object is
String
public String getSubErrorStack()
String
public 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 |