|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.cin.io.unsealed.medicaladvisoragreement.consult.v1.Response
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:31:04+02:00", comments="JAXB RI v2.2.6") public class Response
Java class for ResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TimestampReply" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="KmehrResponse" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
Response()
|
Method Summary | |
---|---|
byte[] |
getKmehrResponse()
Gets the value of the kmehrResponse property. |
byte[] |
getTimestampReply()
Gets the value of the timestampReply property. |
void |
setKmehrResponse(byte[] value)
Sets the value of the kmehrResponse property. |
void |
setTimestampReply(byte[] value)
Sets the value of the timestampReply property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Response()
Method Detail |
---|
public byte[] getTimestampReply()
public void setTimestampReply(byte[] value)
value
- allowed object is
byte[]public byte[] getKmehrResponse()
public void setKmehrResponse(byte[] value)
value
- allowed object is
byte[]
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |