@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:39:54+02:00", comments="JAXB RI v2.2.11") public class RefundPodmiSppisType extends Object implements Serializable
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:v1}NameType" maxOccurs="unbounded" minOccurs="2"/>
<element name="PodmiSppisPart" type="{urn:be:fgov:ehealth:mediprima:core:v1}PodmiSppisPartType"/>
<element name="MedicalUrgencyInd" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RefundPodmiSppisType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public BigInteger getRefundCode()
BigIntegerpublic void setRefundCode(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isAffiliedMutualityInd()
public void setAffiliedMutualityInd(boolean value)
public String getBeneficiaryStatus()
Stringpublic void setBeneficiaryStatus(String value)
value - allowed object is
Stringpublic 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()
PodmiSppisPartTypepublic void setPodmiSppisPart(PodmiSppisPartType value)
value - allowed object is
PodmiSppisPartTypepublic boolean isMedicalUrgencyInd()
public void setMedicalUrgencyInd(boolean value)
Connector Packaging generic 4.2.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.