|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.insurability.core.v2.SelfRefType
be.fgov.ehealth.insurability.core.v2.AbstractIdType
be.fgov.ehealth.insurability.core.v2.IdType
@Generated(value="com.sun.tools.xjc.Driver", date="2017-06-27T08:10:59+02:00", comments="JAXB RI v2.2.11") public class IdType
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 xsd-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:insurability:core:v2}AbstractIdType"> <sequence> <element name="Nihii" type="{urn:be:fgov:ehealth:insurability:core:v2}NihiiType" minOccurs="0"/> <element name="Ssin" type="{urn:be:fgov:ehealth:insurability:core:v2}ValueRefString" minOccurs="0"/> <element name="Cbe" type="{urn:be:fgov:ehealth:insurability:core:v2}ValueRefString" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
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.insurability.core.v2.AbstractIdType |
---|
getName, setName |
Methods inherited from class be.fgov.ehealth.insurability.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 |
---|
public IdType()
Method Detail |
---|
public NihiiType getNihii()
NihiiType
public void setNihii(NihiiType value)
value
- allowed object is
NihiiType
public ValueRefString getSsin()
ValueRefString
public void setSsin(ValueRefString value)
value
- allowed object is
ValueRefString
public ValueRefString getCbe()
ValueRefString
public void setCbe(ValueRefString value)
value
- allowed object is
ValueRefString
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |