|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.insurability.core.v2.EntitlementType
@Generated(value="com.sun.tools.xjc.Driver", date="2017-06-27T08:10:59+02:00", comments="JAXB RI v2.2.11") public class EntitlementType
The "root"-type of the EntitlementType element.
Java class for EntitlementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EntitlementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Code1" type="{urn:be:fgov:ehealth:insurability:core:v2}EntitlementCodeType"/> <element name="Code2" type="{urn:be:fgov:ehealth:insurability:core:v2}EntitlementCodeType"/> <element name="ThirdPartyPayerRegime" type="{urn:be:fgov:ehealth:insurability:core:v2}ThirdParytPayerRegimeType"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
EntitlementType()
|
Method Summary | |
---|---|
String |
getCode1()
Gets the value of the code1 property. |
String |
getCode2()
Gets the value of the code2 property. |
ThirdParytPayerRegimeType |
getThirdPartyPayerRegime()
Gets the value of the thirdPartyPayerRegime property. |
void |
setCode1(String value)
Sets the value of the code1 property. |
void |
setCode2(String value)
Sets the value of the code2 property. |
void |
setThirdPartyPayerRegime(ThirdParytPayerRegimeType value)
Sets the value of the thirdPartyPayerRegime property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntitlementType()
Method Detail |
---|
public String getCode1()
String
public void setCode1(String value)
value
- allowed object is
String
public String getCode2()
String
public void setCode2(String value)
value
- allowed object is
String
public ThirdParytPayerRegimeType getThirdPartyPayerRegime()
ThirdParytPayerRegimeType
public void setThirdPartyPayerRegime(ThirdParytPayerRegimeType value)
value
- allowed object is
ThirdParytPayerRegimeType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |