@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T08:01:16+02:00", comments="JAXB RI v2.2.11") public class CoverageType extends Object implements Serializable
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 and Description |
|---|
CoverageType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
Connector Packaging generic 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.