be.fgov.ehealth.mycarenet.commons.core.v2
Class IdType

java.lang.Object
  extended by be.fgov.ehealth.mycarenet.commons.core.v2.SelfRefType
      extended by be.fgov.ehealth.mycarenet.commons.core.v2.AbstractIdType
          extended by be.fgov.ehealth.mycarenet.commons.core.v2.IdType
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2020-09-28T09:45:17+02:00",
           comments="JAXB RI v2.2.11")
public class IdType
extends AbstractIdType
implements Serializable

Enities that have a unique identification have this type. This identification is always issued by an authority. Only one of the child elements is required, the others are prohibited. In other words, this is actualy a xs:-choise, but this does not always translate so well in code. Therefore we decided to make it an sequence with all optional elements.

Java class for IdType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="IdType">
   <complexContent>
     <extension base="{urn:be:fgov:ehealth:mycarenet:commons:core:v2}AbstractIdType">
       <sequence>
         <element name="Nihii" type="{urn:be:fgov:ehealth:mycarenet:commons:core:v2}NihiiType" minOccurs="0"/>
         <element name="Ssin" type="{urn:be:fgov:ehealth:mycarenet:commons:core:v2}ValueRefString" minOccurs="0"/>
         <element name="Cbe" type="{urn:be:fgov:ehealth:mycarenet:commons:core:v2}ValueRefString" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
IdType()
           
 
Method Summary
 ValueRefString getCbe()
          Gets the value of the cbe property.
 NihiiType getNihii()
          Gets the value of the nihii property.
 ValueRefString getSsin()
          Gets the value of the ssin property.
 void setCbe(ValueRefString value)
          Sets the value of the cbe property.
 void setNihii(NihiiType value)
          Sets the value of the nihii property.
 void setSsin(ValueRefString value)
          Sets the value of the ssin property.
 
Methods inherited from class be.fgov.ehealth.mycarenet.commons.core.v2.AbstractIdType
getName, setName
 
Methods inherited from class be.fgov.ehealth.mycarenet.commons.core.v2.SelfRefType
getId, getRef, setId, setRef
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdType

public IdType()
Method Detail

getNihii

public NihiiType getNihii()
Gets the value of the nihii property.

Returns:
possible object is NihiiType

setNihii

public void setNihii(NihiiType value)
Sets the value of the nihii property.

Parameters:
value - allowed object is NihiiType

getSsin

public ValueRefString getSsin()
Gets the value of the ssin property.

Returns:
possible object is ValueRefString

setSsin

public void setSsin(ValueRefString value)
Sets the value of the ssin property.

Parameters:
value - allowed object is ValueRefString

getCbe

public ValueRefString getCbe()
Gets the value of the cbe property.

Returns:
possible object is ValueRefString

setCbe

public void setCbe(ValueRefString value)
Sets the value of the cbe property.

Parameters:
value - allowed object is ValueRefString



Connector Packaging TRUSSMAKER 3.20.2 API
Copyright © {inceptionYear}-2020 eHealth. All Rights Reserved.