|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.standards.kmehr.mycarenet.schema.v1.InsuranceType
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:41:26+02:00", comments="JAXB RI v2.2.11") 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()
IDINSURANCE
public void setId(IDINSURANCE value)
value
- allowed object is
IDINSURANCE
public String getMembership()
String
public void setMembership(String value)
value
- allowed object is
String
public String getSiscard()
String
public void setSiscard(String value)
value
- allowed object is
String
public org.joda.time.DateTime getBegindate()
String
public void setBegindate(org.joda.time.DateTime value)
value
- allowed object is
String
public org.joda.time.DateTime getEnddate()
String
public void setEnddate(org.joda.time.DateTime value)
value
- allowed object is
String
public String getCg1()
String
public void setCg1(String value)
value
- allowed object is
String
public String getCg2()
String
public void setCg2(String value)
value
- allowed object is
String
public String getSocialfranchiseperiod1()
String
public void setSocialfranchiseperiod1(String value)
value
- allowed object is
String
public String getSocialfranchiseperiod2()
String
public void setSocialfranchiseperiod2(String value)
value
- allowed object is
String
public 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()
Thirdpayercontract
public void setThirdpayercontract(Thirdpayercontract value)
value
- allowed object is
Thirdpayercontract
public org.joda.time.DateTime getBegindatepayment()
String
public void setBegindatepayment(org.joda.time.DateTime value)
value
- allowed object is
String
public String getApprovalnumber()
String
public 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 |