|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.errors.core.v1.ErrorType
be.fgov.ehealth.errors.service.v1.ServiceErrorType
@Generated(value="com.sun.tools.xjc.Driver",
date="2024-09-05T10:50:28+02:00",
comments="JAXB RI v2.3.6")
public class ServiceErrorTypeCommon Type for ServiceErrors.
Java class for ServiceErrorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceErrorType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:errors:core:v1}ErrorType">
<sequence>
<element name="Actor" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="Trace" type="{urn:be:fgov:ehealth:errors:service:v1}TraceType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ServiceErrorType()
|
|
| Method Summary | |
|---|---|
String |
getActor()
Gets the value of the actor property. |
org.joda.time.DateTime |
getDateTime()
Gets the value of the dateTime property. |
TraceType |
getTrace()
Gets the value of the trace property. |
void |
setActor(String value)
Sets the value of the actor property. |
void |
setDateTime(org.joda.time.DateTime value)
Sets the value of the dateTime property. |
void |
setTrace(TraceType value)
Sets the value of the trace property. |
| Methods inherited from class be.fgov.ehealth.errors.core.v1.ErrorType |
|---|
getCode, getContact, getId, getMessages, getOrigin, isRetry, setCode, setContact, setId, setOrigin, setRetry |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceErrorType()
| Method Detail |
|---|
public String getActor()
Stringpublic void setActor(String value)
value - allowed object is
Stringpublic org.joda.time.DateTime getDateTime()
Stringpublic void setDateTime(org.joda.time.DateTime value)
value - allowed object is
Stringpublic TraceType getTrace()
TraceTypepublic void setTrace(TraceType value)
value - allowed object is
TraceType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||