|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.commons.protocol.v2.ResponseType
be.fgov.ehealth.dics.protocol.v5.DicsResponseType
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-03-19T04:19:37+01:00",
comments="JAXB RI v2.2.11")
public class DicsResponseTypeCommon type for all DICS responses. Adds a Search Date and SAM Id to the eHealth Commons Status Response Type
Java class for DicsResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DicsResponseType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v2}ResponseType">
<attribute name="SearchDate" type="{http://www.w3.org/2001/XMLSchema}date" />
<attribute name="SamId" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
DicsResponseType()
|
|
| Method Summary | |
|---|---|
String |
getSamId()
Gets the value of the samId property. |
org.joda.time.DateTime |
getSearchDate()
Gets the value of the searchDate property. |
void |
setSamId(String value)
Sets the value of the samId property. |
void |
setSearchDate(org.joda.time.DateTime value)
Sets the value of the searchDate property. |
| Methods inherited from class be.fgov.ehealth.commons.protocol.v2.ResponseType |
|---|
getId, getInResponseTo, getIssueInstant, setId, setInResponseTo, setIssueInstant |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DicsResponseType()
| Method Detail |
|---|
public org.joda.time.DateTime getSearchDate()
Stringpublic void setSearchDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic String getSamId()
Stringpublic void setSamId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||