@Generated(value="com.sun.tools.xjc.Driver", date="2023-04-04T03:05:54+02:00", comments="JAXB RI v2.3.7") public class EhboxIdentifierType extends IdentifierType implements Serializable
Java class for EhboxIdentifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EhboxIdentifierType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:core:v1}IdentifierType">
<sequence>
<element name="Quality" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="User" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<urn:be:fgov:ehealth:ehbox:core:v3>INSSType">
<attribute name="FirstName" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="100"/>
</restriction>
</simpleType>
</attribute>
<attribute name="LastName" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="100"/>
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
EhboxIdentifierType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getQuality()
Gets the value of the quality property.
|
User |
getUser()
Gets the value of the user property.
|
void |
setQuality(String value)
Sets the value of the quality property.
|
void |
setUser(User value)
Sets the value of the user property.
|
getId, getSubType, getType, setId, setSubType, setType
Connector Packaging generic 4.3.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.