|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.consultrn.commons.core.v3.InscriptionType
@Generated(value="com.sun.tools.xjc.Driver",
date="2019-04-01T01:46:11+02:00",
comments="JAXB RI v2.2.11")
public class InscriptionTypeall information about a link person-organisation
Java class for InscriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InscriptionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SSIN" type="{urn:be:fgov:ehealth:consultrn:commons:core:v3}EncodedSSINType"/>
<element name="Name" type="{urn:be:fgov:ehealth:consultrn:commons:core:v3}NameType" minOccurs="0"/>
<element name="QualityCode" type="{urn:be:fgov:ehealth:consultrn:commons:core:v3}QualityCodeType" minOccurs="0"/>
<element name="Period" type="{urn:be:fgov:ehealth:consultrn:commons:core:v3}PeriodType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
InscriptionType()
|
|
| Method Summary | |
|---|---|
NameType |
getName()
Gets the value of the name property. |
PeriodType |
getPeriod()
Gets the value of the period property. |
String |
getQualityCode()
Gets the value of the qualityCode property. |
EncodedSSINType |
getSSIN()
Gets the value of the ssin property. |
void |
setName(NameType value)
Sets the value of the name property. |
void |
setPeriod(PeriodType value)
Sets the value of the period property. |
void |
setQualityCode(String value)
Sets the value of the qualityCode property. |
void |
setSSIN(EncodedSSINType value)
Sets the value of the ssin property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InscriptionType()
| Method Detail |
|---|
public EncodedSSINType getSSIN()
EncodedSSINTypepublic void setSSIN(EncodedSSINType value)
value - allowed object is
EncodedSSINTypepublic NameType getName()
NameTypepublic void setName(NameType value)
value - allowed object is
NameTypepublic String getQualityCode()
Stringpublic void setQualityCode(String value)
value - allowed object is
Stringpublic PeriodType getPeriod()
PeriodTypepublic void setPeriod(PeriodType value)
value - allowed object is
PeriodType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||