|
||||||||||
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="2016-10-28T03:11:59+02:00", comments="JAXB RI v2.2.6") 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()
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[]
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |