@Generated(value="com.sun.tools.xjc.Driver", date="2023-04-04T03:16:38+02:00", comments="JAXB RI v2.3.7") public class ConsultPricingUnitType extends Object implements Serializable
Java class for ConsultPricingUnitType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsultPricingUnitType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Quantity" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="Label" type="{urn:be:fgov:ehealth:dics:protocol:v4}ConsultTextType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ConsultPricingUnitType() |
| Modifier and Type | Method and Description |
|---|---|
ConsultTextType |
getLabel()
Gets the value of the label property.
|
BigDecimal |
getQuantity()
Gets the value of the quantity property.
|
void |
setLabel(ConsultTextType value)
Sets the value of the label property.
|
void |
setQuantity(BigDecimal value)
Sets the value of the quantity property.
|
public BigDecimal getQuantity()
BigDecimalpublic void setQuantity(BigDecimal value)
value - allowed object is
BigDecimalpublic ConsultTextType getLabel()
ConsultTextTypepublic void setLabel(ConsultTextType value)
value - allowed object is
ConsultTextType
Connector Packaging generic 4.3.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.