|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.mediprima.uma.core.v1.AttestationType
@Generated(value="com.sun.tools.xjc.Driver",
date="2025-03-20T10:25:17+01:00",
comments="JAXB RI v2.3.6")
public class AttestationTypeAttestation information
Java class for AttestationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttestationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Author" type="{urn:be:fgov:ehealth:commons:core:v2}AuthorType"/>
<element name="BeneficiarySsin" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ValidityPeriod" type="{urn:be:fgov:ehealth:mediprima:uma:core:v1}PeriodType"/>
<element name="MedicalCover" type="{urn:be:fgov:ehealth:mediprima:uma:core:v1}MedicalCoverType"/>
<element name="AttestationNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
AttestationType()
|
|
| Method Summary | |
|---|---|
String |
getAttestationNumber()
Gets the value of the attestationNumber property. |
Author |
getAuthor()
Gets the value of the author property. |
String |
getBeneficiarySsin()
Gets the value of the beneficiarySsin property. |
String |
getMedicalCover()
Gets the value of the medicalCover property. |
PeriodType |
getValidityPeriod()
Gets the value of the validityPeriod property. |
void |
setAttestationNumber(String value)
Sets the value of the attestationNumber property. |
void |
setAuthor(Author value)
Sets the value of the author property. |
void |
setBeneficiarySsin(String value)
Sets the value of the beneficiarySsin property. |
void |
setMedicalCover(String value)
Sets the value of the medicalCover property. |
void |
setValidityPeriod(PeriodType value)
Sets the value of the validityPeriod property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttestationType()
| Method Detail |
|---|
public Author getAuthor()
Authorpublic void setAuthor(Author value)
value - allowed object is
Authorpublic String getBeneficiarySsin()
Stringpublic void setBeneficiarySsin(String value)
value - allowed object is
Stringpublic PeriodType getValidityPeriod()
PeriodTypepublic void setValidityPeriod(PeriodType value)
value - allowed object is
PeriodTypepublic String getMedicalCover()
Stringpublic void setMedicalCover(String value)
value - allowed object is
Stringpublic String getAttestationNumber()
Stringpublic void setAttestationNumber(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||