|
||||||||||
| 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.ValidateProductIdResponse
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-09-28T09:51:51+02:00",
comments="JAXB RI v2.2.11")
public class ValidateProductIdResponse
Java class for ValidateProductIdResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValidateProductIdResponseType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v2}ResponseType">
<sequence>
<element name="Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Code" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ValidateProductIdResponse()
|
|
| Method Summary | |
|---|---|
String |
getCode()
Gets the value of the code property. |
org.joda.time.DateTime |
getDate()
Gets the value of the date property. |
void |
setCode(String value)
Sets the value of the code property. |
void |
setDate(org.joda.time.DateTime value)
Sets the value of the date 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 ValidateProductIdResponse()
| Method Detail |
|---|
public org.joda.time.DateTime getDate()
Stringpublic void setDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic String getCode()
Stringpublic void setCode(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||