be.ehealth.businessconnector.chapterIV.wrapper
Interface SealedRequestWrapper<T>

All Superinterfaces:
Serializable, WrappedXmlObject<T>
All Known Implementing Classes:
AskSealedRequestWrapperImpl, ConsultSealedRequestWrapperImpl

public interface SealedRequestWrapper<T>
extends WrappedXmlObject<T>

Wrapper interface for sealed response object. generated code which doesn't has common superclass and doesn't implement an interface.


Method Summary
 org.joda.time.DateTime getAgreementStartDate()
          Gets the value of the agreementStartDate property.
 CareReceiverIdType getCareReceiver()
          Gets the value of the careReceiver property.
 byte[] getSealedContent()
          Gets the value of the sealedContent property.
 String getUnsealKeyId()
          Gets the value of the unsealKeyId property.
 void setAgreementStartDate(org.joda.time.DateTime value)
          Sets the value of the agreementStartDate property.
 void setCareReceiver(CareReceiverIdType value)
          Sets the value of the careReceiver property.
 void setSealedContent(byte[] value)
          Sets the value of the sealedContent property.
 void setUnsealKeyId(String value)
          Sets the value of the unsealKeyId property.
 
Methods inherited from interface be.ehealth.businessconnector.chapterIV.wrapper.WrappedXmlObject
getXmlObject
 

Method Detail

getCareReceiver

CareReceiverIdType getCareReceiver()
Gets the value of the careReceiver property.

Returns:
possible object is CareReceiverIdType

setCareReceiver

void setCareReceiver(CareReceiverIdType value)
Sets the value of the careReceiver property.

Parameters:
value - allowed object is CareReceiverIdType

getAgreementStartDate

org.joda.time.DateTime getAgreementStartDate()
Gets the value of the agreementStartDate property.

Returns:
possible object is String

setAgreementStartDate

void setAgreementStartDate(org.joda.time.DateTime value)
Sets the value of the agreementStartDate property.

Parameters:
value - allowed object is String

getUnsealKeyId

String getUnsealKeyId()
Gets the value of the unsealKeyId property.

Returns:
possible object is String

setUnsealKeyId

void setUnsealKeyId(String value)
Sets the value of the unsealKeyId property.

Parameters:
value - allowed object is String

getSealedContent

byte[] getSealedContent()
Gets the value of the sealedContent property.

Returns:
possible object is byte[]

setSealedContent

void setSealedContent(byte[] value)
Sets the value of the sealedContent property.

Parameters:
value - allowed object is byte[]



Connector Packaging PERSPHYSICIAN 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.