|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.insurability.core.v2.CoverageType
@Generated(value="com.sun.tools.xjc.Driver",
date="2019-09-25T04:44:34+02:00",
comments="JAXB RI v2.2.11")
public class CoverageTypeThe "root"-type of the CoverageType element.
Java class for CoverageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CoverageType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Communicated" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Period" type="{urn:be:fgov:ehealth:insurability:core:v2}PeriodType"/>
<element name="Entitlement" type="{urn:be:fgov:ehealth:insurability:core:v2}EntitlementType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
CoverageType()
|
|
| Method Summary | |
|---|---|
org.joda.time.DateTime |
getCommunicated()
Gets the value of the communicated property. |
EntitlementType |
getEntitlement()
Gets the value of the entitlement property. |
PeriodType |
getPeriod()
Gets the value of the period property. |
void |
setCommunicated(org.joda.time.DateTime value)
Sets the value of the communicated property. |
void |
setEntitlement(EntitlementType value)
Sets the value of the entitlement property. |
void |
setPeriod(PeriodType value)
Sets the value of the period property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CoverageType()
| Method Detail |
|---|
public org.joda.time.DateTime getCommunicated()
Stringpublic void setCommunicated(org.joda.time.DateTime value)
value - allowed object is
Stringpublic PeriodType getPeriod()
PeriodTypepublic void setPeriod(PeriodType value)
value - allowed object is
PeriodTypepublic EntitlementType getEntitlement()
EntitlementTypepublic void setEntitlement(EntitlementType value)
value - allowed object is
EntitlementType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||