|
||||||||||
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="2017-06-27T08:11:51+02:00", comments="JAXB RI v2.2.11") public class ServiceErrorType
Common 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()
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
public 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 |