be.fgov.ehealth.consultrn._1_0.core
Class InscriptionType

java.lang.Object
  extended by be.fgov.ehealth.consultrn._1_0.core.InscriptionType
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2019-04-01T01:46:11+02:00",
           comments="JAXB RI v2.2.11")
public class InscriptionType
extends Object
implements Serializable

all 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: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>
 

See Also:
Serialized Form

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

InscriptionType

public InscriptionType()
Method Detail

getSSIN

public EncodedSSINType getSSIN()
Gets the value of the ssin property.

Returns:
possible object is EncodedSSINType

setSSIN

public void setSSIN(EncodedSSINType value)
Sets the value of the ssin property.

Parameters:
value - allowed object is EncodedSSINType

getName

public NameType getName()
Gets the value of the name property.

Returns:
possible object is NameType

setName

public void setName(NameType value)
Sets the value of the name property.

Parameters:
value - allowed object is NameType

getQualityCode

public String getQualityCode()
Gets the value of the qualityCode property.

Returns:
possible object is String

setQualityCode

public void setQualityCode(String value)
Sets the value of the qualityCode property.

Parameters:
value - allowed object is String

getPeriod

public PeriodType getPeriod()
Gets the value of the period property.

Returns:
possible object is PeriodType

setPeriod

public void setPeriod(PeriodType value)
Sets the value of the period property.

Parameters:
value - allowed object is PeriodType



Connector Packaging generic 3.17.1 API
Copyright © {inceptionYear}-2019 eHealth. All Rights Reserved.