@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T11:08:44+01: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:v1}PeriodType"/>
<element name="Entitlement" type="{urn:be:fgov:ehealth:insurability:core:v1}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.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.