@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T08:07:12+02:00", comments="JAXB RI v2.2.11") public class InscriptionType extends Object implements Serializable
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:1_0:core}EncodedSSINType"/>
<element name="Name" type="{urn:be:fgov:ehealth:consultRN:1_0:core}NameType" minOccurs="0"/>
<element name="QualityCode" type="{urn:be:fgov:ehealth:consultRN:1_0:core}QualityCodeType" minOccurs="0"/>
<element name="Period" type="{urn:be:fgov:ehealth:commons:1_0:core}PeriodType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
InscriptionType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
Connector Packaging generic 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.