|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.insurability.core.v1.CoverageType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-10-28T03:12:27+02:00", comments="JAXB RI v2.2.6") public class CoverageType
The "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:v1}PeriodType"/> <element name="Entitlement" type="{urn:be:fgov:ehealth:insurability:core:v1}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()
String
public void setCommunicated(org.joda.time.DateTime value)
value
- allowed object is
String
public PeriodType getPeriod()
PeriodType
public void setPeriod(PeriodType value)
value
- allowed object is
PeriodType
public EntitlementType getEntitlement()
EntitlementType
public 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 |