|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.mediprima.core.v2.RefundPodmiSppisType
@Generated(value="com.sun.tools.xjc.Driver", date="2024-09-05T10:51:19+02:00", comments="JAXB RI v2.3.6") public class RefundPodmiSppisType
Refund Code defined by the POD MI / SPP IS
Java class for RefundPodmiSppisType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RefundPodmiSppisType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RefundCode" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="AffiliedMutualityInd" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="BeneficiaryStatus" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Justification" type="{urn:be:fgov:ehealth:mediprima:core:v2}NameType" maxOccurs="unbounded" minOccurs="2"/> <element name="PodmiSppisPart" type="{urn:be:fgov:ehealth:mediprima:core:v2}PodmiSppisPartType"/> <element name="MedicalUrgencyInd" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
RefundPodmiSppisType()
|
Method Summary | |
---|---|
String |
getBeneficiaryStatus()
Gets the value of the beneficiaryStatus property. |
List<NameType> |
getJustifications()
Gets the value of the justifications property. |
PodmiSppisPartType |
getPodmiSppisPart()
Gets the value of the podmiSppisPart property. |
BigInteger |
getRefundCode()
Gets the value of the refundCode property. |
boolean |
isAffiliedMutualityInd()
Gets the value of the affiliedMutualityInd property. |
boolean |
isMedicalUrgencyInd()
Gets the value of the medicalUrgencyInd property. |
void |
setAffiliedMutualityInd(boolean value)
Sets the value of the affiliedMutualityInd property. |
void |
setBeneficiaryStatus(String value)
Sets the value of the beneficiaryStatus property. |
void |
setMedicalUrgencyInd(boolean value)
Sets the value of the medicalUrgencyInd property. |
void |
setPodmiSppisPart(PodmiSppisPartType value)
Sets the value of the podmiSppisPart property. |
void |
setRefundCode(BigInteger value)
Sets the value of the refundCode property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RefundPodmiSppisType()
Method Detail |
---|
public BigInteger getRefundCode()
BigInteger
public void setRefundCode(BigInteger value)
value
- allowed object is
BigInteger
public boolean isAffiliedMutualityInd()
public void setAffiliedMutualityInd(boolean value)
public String getBeneficiaryStatus()
String
public void setBeneficiaryStatus(String value)
value
- allowed object is
String
public List<NameType> getJustifications()
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 justifications property.
For example, to add a new item, do as follows:
getJustifications().add(newItem);
Objects of the following type(s) are allowed in the list
NameType
public PodmiSppisPartType getPodmiSppisPart()
PodmiSppisPartType
public void setPodmiSppisPart(PodmiSppisPartType value)
value
- allowed object is
PodmiSppisPartType
public boolean isMedicalUrgencyInd()
public void setMedicalUrgencyInd(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |