@Generated(value="com.sun.tools.xjc.Driver", date="2023-04-04T03:17:29+02:00", comments="JAXB RI v2.3.7") public class DomainType extends Object implements Serializable
Java class for DomainType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DomainType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="Quantity" type="{urn:be:fgov:ehealth:dics:protocol:v5}QuantityType"/>
<element name="QuantityRange" type="{urn:be:fgov:ehealth:dics:protocol:v5}RangeType"/>
<element name="Strength" type="{urn:be:fgov:ehealth:dics:protocol:v5}StrengthType"/>
<element name="StrengthRange" type="{urn:be:fgov:ehealth:dics:protocol:v5}StrengthRangeType"/>
<element name="Code" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
DomainType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the value of the code property.
|
QuantityType |
getQuantity()
Gets the value of the quantity property.
|
RangeType |
getQuantityRange()
Gets the value of the quantityRange property.
|
StrengthType |
getStrength()
Gets the value of the strength property.
|
StrengthRangeType |
getStrengthRange()
Gets the value of the strengthRange property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setQuantity(QuantityType value)
Sets the value of the quantity property.
|
void |
setQuantityRange(RangeType value)
Sets the value of the quantityRange property.
|
void |
setStrength(StrengthType value)
Sets the value of the strength property.
|
void |
setStrengthRange(StrengthRangeType value)
Sets the value of the strengthRange property.
|
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic StrengthRangeType getStrengthRange()
StrengthRangeTypepublic void setStrengthRange(StrengthRangeType value)
value - allowed object is
StrengthRangeTypepublic StrengthType getStrength()
StrengthTypepublic void setStrength(StrengthType value)
value - allowed object is
StrengthTypepublic RangeType getQuantityRange()
RangeTypepublic void setQuantityRange(RangeType value)
value - allowed object is
RangeTypepublic QuantityType getQuantity()
QuantityTypepublic void setQuantity(QuantityType value)
value - allowed object is
QuantityType
Connector Packaging generic 4.3.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.