@Generated(value="com.sun.tools.xjc.Driver", date="2025-03-20T11:23:25+01: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()
CareReceiverIdTypepublic void setCareReceiver(CareReceiverIdType value)
value - allowed object is
CareReceiverIdTypepublic org.joda.time.DateTime getAgreementStartDate()
Stringpublic void setAgreementStartDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic String getUnsealKeyId()
Stringpublic void setUnsealKeyId(String value)
value - allowed object is
Stringpublic byte[] getSealedContent()
public void setSealedContent(byte[] value)
value - allowed object is
byte[]
Connector Packaging generic 4.7.3 API
Copyright © {inceptionYear}-2025 eHealth. All Rights Reserved.