|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.commons.core.v1.IdentifierType
be.fgov.ehealth.ehbox.core.v3.EhboxIdentifierType
@Generated(value="com.sun.tools.xjc.Driver",
date="2019-04-01T01:41:14+02:00",
comments="JAXB RI v2.2.11")
public class EhboxIdentifierTypeRecipient of a message
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 Summary | |
|---|---|
EhboxIdentifierType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class be.fgov.ehealth.commons.core.v1.IdentifierType |
|---|
getId, getSubType, getType, setId, setSubType, setType |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EhboxIdentifierType()
| Method Detail |
|---|
public String getQuality()
Stringpublic void setQuality(String value)
value - allowed object is
Stringpublic User getUser()
Userpublic void setUser(User value)
value - allowed object is
User
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||