|
||||||||||
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="2017-06-27T08:08:52+02:00", comments="JAXB RI v2.2.11") public class EhboxIdentifierType
Recipient 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()
String
public void setQuality(String value)
value
- allowed object is
String
public User getUser()
User
public 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 |