|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.dics.protocol.v3.Parameter
@Generated(value="com.sun.tools.xjc.Driver",
date="2019-04-01T01:44:26+02:00",
comments="JAXB RI v2.2.11")
public class Parameter
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="UnitType" type="{urn:be:fgov:ehealth:dics:core:v3:refdata}UnitTypeType"/>
<element name="Domain" type="{urn:be:fgov:ehealth:dics:protocol:v3}DomainType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Parameter()
|
|
| Method Summary | |
|---|---|
List<DomainType> |
getDomains()
Gets the value of the domains property. |
String |
getName()
Gets the value of the name property. |
String |
getUnitType()
Gets the value of the unitType property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setUnitType(String value)
Sets the value of the unitType property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Parameter()
| Method Detail |
|---|
public String getUnitType()
Stringpublic void setUnitType(String value)
value - allowed object is
Stringpublic List<DomainType> getDomains()
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 domains property.
For example, to add a new item, do as follows:
getDomains().add(newItem);
Objects of the following type(s) are allowed in the list
DomainType
public String getName()
Stringpublic void setName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||