|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.genericinsurability.core.v1.SelfRefType
be.fgov.ehealth.genericinsurability.core.v1.NihiiType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-10-28T03:11:36+02:00", comments="JAXB RI v2.2.6") public class NihiiType
The NIHII number with its meta-data.
Java class for NihiiType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NihiiType"> <complexContent> <extension base="{urn:be:fgov:ehealth:genericinsurability:core:v1}SelfRefType"> <sequence> <element name="Quality" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Value" type="{urn:be:fgov:ehealth:genericinsurability:core:v1}ValueRefString" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
NihiiType()
|
Method Summary | |
---|---|
String |
getQuality()
Gets the value of the quality property. |
ValueRefString |
getValue()
Gets the value of the value property. |
void |
setQuality(String value)
Sets the value of the quality property. |
void |
setValue(ValueRefString value)
Sets the value of the value property. |
Methods inherited from class be.fgov.ehealth.genericinsurability.core.v1.SelfRefType |
---|
getId, getRef, setId, setRef |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NihiiType()
Method Detail |
---|
public String getQuality()
String
public void setQuality(String value)
value
- allowed object is
String
public ValueRefString getValue()
ValueRefString
public void setValue(ValueRefString value)
value
- allowed object is
ValueRefString
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |