@Generated(value="com.sun.tools.xjc.Driver", date="2023-04-04T03:08:40+02:00", comments="JAXB RI v2.3.7") public class FaultType extends Object implements Serializable
The fault always consists of main fault information and detailed information. It is used for both SOAP Faults and Java Exceptions.
Java class for FaultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FaultType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FaultCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="FaultSource" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Message" type="{urn:be:cin:types:v1}StringLangType"/>
<element name="Details" type="{urn:be:cin:types:v1}DetailsType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
FaultType() |
| Modifier and Type | Method and Description |
|---|---|
DetailsType |
getDetails()
Gets the value of the details property.
|
String |
getFaultCode()
Gets the value of the faultCode property.
|
String |
getFaultSource()
Gets the value of the faultSource property.
|
StringLangType |
getMessage()
Gets the value of the message property.
|
void |
setDetails(DetailsType value)
Sets the value of the details property.
|
void |
setFaultCode(String value)
Sets the value of the faultCode property.
|
void |
setFaultSource(String value)
Sets the value of the faultSource property.
|
void |
setMessage(StringLangType value)
Sets the value of the message property.
|
public String getFaultCode()
Stringpublic void setFaultCode(String value)
value - allowed object is
Stringpublic String getFaultSource()
Stringpublic void setFaultSource(String value)
value - allowed object is
Stringpublic StringLangType getMessage()
StringLangTypepublic void setMessage(StringLangType value)
value - allowed object is
StringLangTypepublic DetailsType getDetails()
DetailsTypepublic void setDetails(DetailsType value)
value - allowed object is
DetailsType
Connector Packaging generic 4.3.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.