|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.insurability.core.v1.InsurabilityForPharmacistRequestType
@Generated(value="com.sun.tools.xjc.Driver", date="2017-06-27T08:10:50+02:00", comments="JAXB RI v2.2.11") public class InsurabilityForPharmacistRequestType
The "root"-type of the commonoutput element.
Java class for InsurabilityForPharmacistRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InsurabilityForPharmacistRequestType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Date" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="RequestType" type="{urn:be:fgov:ehealth:insurability:core:v1}RequestTypeType"/> <element name="CareReceiver" type="{urn:be:fgov:ehealth:insurability:core:v1}CareReceiverIdType"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
InsurabilityForPharmacistRequestType()
|
Method Summary | |
---|---|
CareReceiverIdType |
getCareReceiver()
Gets the value of the careReceiver property. |
org.joda.time.DateTime |
getDate()
Gets the value of the date property. |
String |
getRequestType()
Gets the value of the requestType property. |
void |
setCareReceiver(CareReceiverIdType value)
Sets the value of the careReceiver property. |
void |
setDate(org.joda.time.DateTime value)
Sets the value of the date property. |
void |
setRequestType(String value)
Sets the value of the requestType property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InsurabilityForPharmacistRequestType()
Method Detail |
---|
public org.joda.time.DateTime getDate()
String
public void setDate(org.joda.time.DateTime value)
value
- allowed object is
String
public String getRequestType()
String
public void setRequestType(String value)
value
- allowed object is
String
public CareReceiverIdType getCareReceiver()
CareReceiverIdType
public void setCareReceiver(CareReceiverIdType value)
value
- allowed object is
CareReceiverIdType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |