|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.insurability.core.v2.InsurabilityForPharmacistResponseType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-10-28T03:12:37+02:00", comments="JAXB RI v2.2.6") public class InsurabilityForPharmacistResponseType
The "root"-type of the InsurabilityForPharmacistResponseType element.
Java class for InsurabilityForPharmacistResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InsurabilityForPharmacistResponseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Requested" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="CareReceiver" type="{urn:be:fgov:ehealth:insurability:core:v2}CareReceiverType"/> <element name="Coverage" type="{urn:be:fgov:ehealth:insurability:core:v2}CoverageType" minOccurs="0"/> <element name="Verification" type="{urn:be:fgov:ehealth:insurability:core:v2}VerificationType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
InsurabilityForPharmacistResponseType()
|
Method Summary | |
---|---|
CareReceiverType |
getCareReceiver()
Gets the value of the careReceiver property. |
CoverageType |
getCoverage()
Gets the value of the coverage property. |
org.joda.time.DateTime |
getRequested()
Gets the value of the requested property. |
VerificationType |
getVerification()
Gets the value of the verification property. |
void |
setCareReceiver(CareReceiverType value)
Sets the value of the careReceiver property. |
void |
setCoverage(CoverageType value)
Sets the value of the coverage property. |
void |
setRequested(org.joda.time.DateTime value)
Sets the value of the requested property. |
void |
setVerification(VerificationType value)
Sets the value of the verification property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InsurabilityForPharmacistResponseType()
Method Detail |
---|
public org.joda.time.DateTime getRequested()
String
public void setRequested(org.joda.time.DateTime value)
value
- allowed object is
String
public CareReceiverType getCareReceiver()
CareReceiverType
public void setCareReceiver(CareReceiverType value)
value
- allowed object is
CareReceiverType
public CoverageType getCoverage()
CoverageType
public void setCoverage(CoverageType value)
value
- allowed object is
CoverageType
public VerificationType getVerification()
VerificationType
public void setVerification(VerificationType value)
value
- allowed object is
VerificationType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |