|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.businessconnector.chapterIV.wrapper.impl.AbstractWrapper<Response>
be.ehealth.businessconnector.chapterIV.wrapper.impl.ConsultUnsealedResponseWrapperImpl
public class ConsultUnsealedResponseWrapperImpl
wraps generated xml class in wrapper that implements an interface. workaround for the fact that the generated code have actually
implement common interface, but share no hieararchy or java interface. changing the xsd is not an option at the moment. Implements :
AbstractWrapper
Constructor Summary | |
---|---|
ConsultUnsealedResponseWrapperImpl(Response response)
|
Method Summary | |
---|---|
byte[] |
getKmehrResponseBytes()
Gets the value of the kmehrResponse property. |
byte[] |
getTimestampReplyBytes()
Gets the value of the timestampReply property. |
void |
setKmehrResponseBytes(byte[] value)
Sets the value of the kmehrResponse property. |
void |
setTimestampReplyBytes(byte[] value)
Sets the value of the timestampReply property. |
Methods inherited from class be.ehealth.businessconnector.chapterIV.wrapper.impl.AbstractWrapper |
---|
getXmlObject |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface be.ehealth.businessconnector.chapterIV.wrapper.WrappedXmlObject |
---|
getXmlObject |
Constructor Detail |
---|
public ConsultUnsealedResponseWrapperImpl(Response response)
response
- Method Detail |
---|
public byte[] getTimestampReplyBytes()
UnsealedResponseWrapper
getTimestampReplyBytes
in interface UnsealedResponseWrapper<Response>
Response.getTimestampReply()
public void setTimestampReplyBytes(byte[] value)
UnsealedResponseWrapper
setTimestampReplyBytes
in interface UnsealedResponseWrapper<Response>
value
- Response.setTimestampReply(byte[])
public byte[] getKmehrResponseBytes()
UnsealedResponseWrapper
getKmehrResponseBytes
in interface UnsealedResponseWrapper<Response>
Response.getKmehrResponse()
public void setKmehrResponseBytes(byte[] value)
UnsealedResponseWrapper
setKmehrResponseBytes
in interface UnsealedResponseWrapper<Response>
value
- Response.setKmehrResponse(byte[])
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |