@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:28:28+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()
BigDecimal
public void setQuantity(BigDecimal value)
value
- allowed object is
BigDecimal
public ConsultTextType getLabel()
ConsultTextType
public void setLabel(ConsultTextType value)
value
- allowed object is
ConsultTextType
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.