@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:25:38+02:00", comments="JAXB RI v2.2.11") public class RefscopeType extends Object implements Serializable
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 and Description |
|---|
RefscopeType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
Connector Packaging generic 4.2.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.