@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:32:06+02:00", comments="JAXB RI v2.2.11") public class IdType extends AbstractIdType implements Serializable
<?xml version="1.0" encoding="UTF-8"?><br xmlns="http://www.w3.org/1999/xhtml" xmlns:type="urn:be:cin:types:v1" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>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:cin:mycarenet:esb:common:v2}AbstractIdType">
<sequence>
<element name="Nihii" type="{urn:be:cin:mycarenet:esb:common:v2}NihiiType" minOccurs="0"/>
<element name="Ssin" type="{urn:be:cin:mycarenet:esb:common:v2}ValueRefString" minOccurs="0"/>
<element name="Cbe" type="{urn:be:cin:mycarenet:esb:common:v2}ValueRefString" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
IdType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getName, setNamegetId, getRef, setId, setRefpublic NihiiType getNihii()
NihiiTypepublic void setNihii(NihiiType value)
value - allowed object is
NihiiTypepublic ValueRefString getSsin()
ValueRefStringpublic void setSsin(ValueRefString value)
value - allowed object is
ValueRefStringpublic ValueRefString getCbe()
ValueRefStringpublic void setCbe(ValueRefString value)
value - allowed object is
ValueRefString
Connector Packaging generic 4.2.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.