|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.standards.kmehr.schema.v1.InsuranceType
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-04-04T03:45:10+02:00",
comments="JAXB RI v2.3.6")
public class InsuranceType
Java class for insuranceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="insuranceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.ehealth.fgov.be/standards/kmehr/id/v1}ID-INSURANCE"/>
<element name="membership" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="siscard" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="begindate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="enddate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="cg1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="cg2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="socialfranchiseperiod1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="socialfranchiseperiod2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="personalpart" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.ehealth.fgov.be/standards/kmehr/id/v1}ID-KMEHR"/>
<element name="cd" type="{http://www.ehealth.fgov.be/standards/kmehr/cd/v1}CD-CARENET-PERSONAL-PART"/>
<element name="date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="time" type="{http://www.w3.org/2001/XMLSchema}time" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="thirdpayercontract" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cd" type="{http://www.ehealth.fgov.be/standards/kmehr/cd/v1}CD-CARENET-THIRDPAYER-CONTRACT"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="begindatepayment" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="approvalnumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
InsuranceType()
|
|
| Method Summary | |
|---|---|
String |
getApprovalnumber()
Gets the value of the approvalnumber property. |
org.joda.time.DateTime |
getBegindate()
Gets the value of the begindate property. |
org.joda.time.DateTime |
getBegindatepayment()
Gets the value of the begindatepayment property. |
String |
getCg1()
Gets the value of the cg1 property. |
String |
getCg2()
Gets the value of the cg2 property. |
org.joda.time.DateTime |
getEnddate()
Gets the value of the enddate property. |
IDINSURANCE |
getId()
Gets the value of the id property. |
String |
getMembership()
Gets the value of the membership property. |
List<Personalpart> |
getPersonalparts()
Gets the value of the personalparts property. |
String |
getSiscard()
Gets the value of the siscard property. |
String |
getSocialfranchiseperiod1()
Gets the value of the socialfranchiseperiod1 property. |
String |
getSocialfranchiseperiod2()
Gets the value of the socialfranchiseperiod2 property. |
Thirdpayercontract |
getThirdpayercontract()
Gets the value of the thirdpayercontract property. |
void |
setApprovalnumber(String value)
Sets the value of the approvalnumber property. |
void |
setBegindate(org.joda.time.DateTime value)
Sets the value of the begindate property. |
void |
setBegindatepayment(org.joda.time.DateTime value)
Sets the value of the begindatepayment property. |
void |
setCg1(String value)
Sets the value of the cg1 property. |
void |
setCg2(String value)
Sets the value of the cg2 property. |
void |
setEnddate(org.joda.time.DateTime value)
Sets the value of the enddate property. |
void |
setId(IDINSURANCE value)
Sets the value of the id property. |
void |
setMembership(String value)
Sets the value of the membership property. |
void |
setSiscard(String value)
Sets the value of the siscard property. |
void |
setSocialfranchiseperiod1(String value)
Sets the value of the socialfranchiseperiod1 property. |
void |
setSocialfranchiseperiod2(String value)
Sets the value of the socialfranchiseperiod2 property. |
void |
setThirdpayercontract(Thirdpayercontract value)
Sets the value of the thirdpayercontract property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InsuranceType()
| Method Detail |
|---|
public IDINSURANCE getId()
IDINSURANCEpublic void setId(IDINSURANCE value)
value - allowed object is
IDINSURANCEpublic String getMembership()
Stringpublic void setMembership(String value)
value - allowed object is
Stringpublic String getSiscard()
Stringpublic void setSiscard(String value)
value - allowed object is
Stringpublic org.joda.time.DateTime getBegindate()
Stringpublic void setBegindate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getEnddate()
Stringpublic void setEnddate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic String getCg1()
Stringpublic void setCg1(String value)
value - allowed object is
Stringpublic String getCg2()
Stringpublic void setCg2(String value)
value - allowed object is
Stringpublic String getSocialfranchiseperiod1()
Stringpublic void setSocialfranchiseperiod1(String value)
value - allowed object is
Stringpublic String getSocialfranchiseperiod2()
Stringpublic void setSocialfranchiseperiod2(String value)
value - allowed object is
Stringpublic List<Personalpart> getPersonalparts()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the personalparts property.
For example, to add a new item, do as follows:
getPersonalparts().add(newItem);
Objects of the following type(s) are allowed in the list
Personalpart
public Thirdpayercontract getThirdpayercontract()
Thirdpayercontractpublic void setThirdpayercontract(Thirdpayercontract value)
value - allowed object is
Thirdpayercontractpublic org.joda.time.DateTime getBegindatepayment()
Stringpublic void setBegindatepayment(org.joda.time.DateTime value)
value - allowed object is
Stringpublic String getApprovalnumber()
Stringpublic void setApprovalnumber(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||