|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.dics.protocol.v5.ConsultPricingUnitType
@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:55:13+02:00", comments="JAXB RI v2.2.11") public class ConsultPricingUnitType
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:v5}ConsultTextType"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
ConsultPricingUnitType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConsultPricingUnitType()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |