|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.standards.kmehr.mycarenet.schema.v1.RefscopeType
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-12-12T04:58:35+01:00",
comments="JAXB RI v2.2.11")
public class RefscopeTypeto specify if the minref and maxref references are adjusted to the patient's age, sex, ...,
Java class for refscopeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="refscopeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cd" type="{http://www.ehealth.fgov.be/standards/kmehr/cd/v1}CD-REFSCOPE"/>
<element name="refvalue" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="minref" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}minrefType" minOccurs="0"/>
<element name="maxref" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}maxrefType" minOccurs="0"/>
<element name="context" type="{http://www.ehealth.fgov.be/standards/kmehr/dt/v1}textType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
RefscopeType()
|
|
| Method Summary | |
|---|---|
CDREFSCOPE |
getCd()
Gets the value of the cd property. |
List<Refvalue> |
getRefvalues()
Gets the value of the refvalues property. |
void |
setCd(CDREFSCOPE value)
Sets the value of the cd property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RefscopeType()
| Method Detail |
|---|
public CDREFSCOPE getCd()
CDREFSCOPEpublic void setCd(CDREFSCOPE value)
value - allowed object is
CDREFSCOPEpublic List<Refvalue> getRefvalues()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the refvalues property.
For example, to add a new item, do as follows:
getRefvalues().add(newItem);
Objects of the following type(s) are allowed in the list
Refvalue
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||