@Generated(value="com.sun.tools.xjc.Driver", date="2025-03-20T11:23:25+01:00", comments="JAXB RI v2.3.7") public class Response extends Object implements Serializable
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 and Description |
|---|
Response() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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[]
Connector Packaging generic 4.7.3 API
Copyright © {inceptionYear}-2025 eHealth. All Rights Reserved.