|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.mediprima.core.v1.RefundPodmiSppisType
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-02-02T03:49:48+01:00",
comments="JAXB RI v2.2.11")
public class RefundPodmiSppisTypeRefund 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: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 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()
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||