@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:29:19+02:00", comments="JAXB RI v2.3.7") 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, setRetry
public String getActor()
String
public void setActor(String value)
value
- allowed object is
String
public org.joda.time.DateTime getDateTime()
String
public void setDateTime(org.joda.time.DateTime value)
value
- allowed object is
String
public TraceType getTrace()
TraceType
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.