@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:31:52+02:00", comments="JAXB RI v2.2.11") public class ServiceErrorType extends ErrorType implements Serializable
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 and Description |
|---|
ServiceErrorType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getCode, getContact, getId, getMessages, getOrigin, isRetry, setCode, setContact, setId, setOrigin, setRetrypublic 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()
TraceType
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.