|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.cin.io.sealed.medicaladvisoragreement.ask.v1.Request
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-04-09T03:53:37+02:00",
comments="JAXB RI v2.2.11")
public class Request
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 Summary | |
|---|---|
Request()
|
|
| 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 class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Request()
| Method Detail |
|---|
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[]
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||