@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:26:20+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, setName
getId, getRef, setId, setRef
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
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.