|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.mediprima.core.v2.PswcSupportType
@Generated(value="com.sun.tools.xjc.Driver", date="2024-09-05T10:51:19+02:00", comments="JAXB RI v2.3.6") public class PswcSupportType
Support of a CPAS / OCMW
Java class for PswcSupportType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PswcSupportType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ZivAmiPart" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="PatientPart" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Supplement" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Convention" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Prescription" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
PswcSupportType()
|
Method Summary | |
---|---|
String |
getPatientPart()
Gets the value of the patientPart property. |
String |
getSupplement()
Gets the value of the supplement property. |
String |
getZivAmiPart()
Gets the value of the zivAmiPart property. |
Boolean |
isConvention()
Gets the value of the convention property. |
Boolean |
isPrescription()
Gets the value of the prescription property. |
void |
setConvention(Boolean value)
Sets the value of the convention property. |
void |
setPatientPart(String value)
Sets the value of the patientPart property. |
void |
setPrescription(Boolean value)
Sets the value of the prescription property. |
void |
setSupplement(String value)
Sets the value of the supplement property. |
void |
setZivAmiPart(String value)
Sets the value of the zivAmiPart property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PswcSupportType()
Method Detail |
---|
public String getZivAmiPart()
String
public void setZivAmiPart(String value)
value
- allowed object is
String
public String getPatientPart()
String
public void setPatientPart(String value)
value
- allowed object is
String
public String getSupplement()
String
public void setSupplement(String value)
value
- allowed object is
String
public Boolean isConvention()
Boolean
public void setConvention(Boolean value)
value
- allowed object is
Boolean
public Boolean isPrescription()
Boolean
public void setPrescription(Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |