@Generated(value="com.sun.tools.xjc.Driver", date="2025-03-20T11:28:10+01:00", comments="JAXB RI v2.3.7") public class CriteriaType extends Object implements Serializable
Java class for CriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BeneficiarySsin" type="{http://www.w3.org/2001/XMLSchema}string"/>
<choice>
<element name="AttestationNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
<sequence>
<element name="Period" type="{urn:be:fgov:ehealth:mediprima:uma:core:v1}PeriodType"/>
<element name="MedicalCover" type="{urn:be:fgov:ehealth:mediprima:uma:core:v1}MedicalCoverType" minOccurs="0"/>
</sequence>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CriteriaType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttestationNumber()
Gets the value of the attestationNumber property.
|
String |
getBeneficiarySsin()
Gets the value of the beneficiarySsin property.
|
String |
getMedicalCover()
Gets the value of the medicalCover property.
|
PeriodType |
getPeriod()
Gets the value of the period property.
|
void |
setAttestationNumber(String value)
Sets the value of the attestationNumber property.
|
void |
setBeneficiarySsin(String value)
Sets the value of the beneficiarySsin property.
|
void |
setMedicalCover(String value)
Sets the value of the medicalCover property.
|
void |
setPeriod(PeriodType value)
Sets the value of the period property.
|
public String getBeneficiarySsin()
Stringpublic void setBeneficiarySsin(String value)
value - allowed object is
Stringpublic PeriodType getPeriod()
PeriodTypepublic void setPeriod(PeriodType value)
value - allowed object is
PeriodTypepublic String getMedicalCover()
Stringpublic void setMedicalCover(String value)
value - allowed object is
Stringpublic String getAttestationNumber()
String
Connector Packaging generic 4.7.3 API
Copyright © {inceptionYear}-2025 eHealth. All Rights Reserved.