|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.dics.core.v2.reimbursementlaw.submit.ParameterValueType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-10-28T03:13:17+02:00", comments="JAXB RI v2.2.6") public class ParameterValueType
Java class for ParameterValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParameterValueType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Quantity" type="{urn:be:fgov:ehealth:dics:core:v2:core}QuantityType"/> <element name="QuantityRange" type="{urn:be:fgov:ehealth:dics:core:v2:core}RangeType"/> <element name="Strength" type="{urn:be:fgov:ehealth:dics:core:v2:core}StrengthType"/> <element name="StrengthRange" type="{urn:be:fgov:ehealth:dics:core:v2:core}StrengthRangeType"/> <element name="Code" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Boolean" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </choice> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
ParameterValueType()
|
Method Summary | |
---|---|
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. |
Boolean |
isBoolean()
Gets the value of the boolean property. |
void |
setBoolean(Boolean value)
Sets the value of the boolean 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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParameterValueType()
Method Detail |
---|
public Boolean isBoolean()
Boolean
public void setBoolean(Boolean value)
value
- allowed object is
Boolean
public String getCode()
String
public void setCode(String value)
value
- allowed object is
String
public StrengthRangeType getStrengthRange()
StrengthRangeType
public void setStrengthRange(StrengthRangeType value)
value
- allowed object is
StrengthRangeType
public StrengthType getStrength()
StrengthType
public void setStrength(StrengthType value)
value
- allowed object is
StrengthType
public RangeType getQuantityRange()
RangeType
public void setQuantityRange(RangeType value)
value
- allowed object is
RangeType
public QuantityType getQuantity()
QuantityType
public void setQuantity(QuantityType value)
value
- allowed object is
QuantityType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |