@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:32:38+02:00", comments="JAXB RI v2.2.11") public class SubResultsType extends Object implements Serializable
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 and Description |
|---|
SubResultsType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()
String
Connector Packaging generic 4.2.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.