@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:25:18+02:00", comments="JAXB RI v2.3.7") public class Request extends Object implements Serializable
Java class for RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CareReceiver" type="{urn:be:cin:types:v1}CareReceiverIdType"/> <element name="AgreementStartDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="UnsealKeyId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="SealedContent" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Request() |
Modifier and Type | Method and Description |
---|---|
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.
|
public CareReceiverIdType getCareReceiver()
CareReceiverIdType
public void setCareReceiver(CareReceiverIdType value)
value
- allowed object is
CareReceiverIdType
public org.joda.time.DateTime getAgreementStartDate()
String
public void setAgreementStartDate(org.joda.time.DateTime value)
value
- allowed object is
String
public String getUnsealKeyId()
String
public void setUnsealKeyId(String value)
value
- allowed object is
String
public byte[] getSealedContent()
public void setSealedContent(byte[] value)
value
- allowed object is
byte[]
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.