@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:44:44+02:00", comments="JAXB RI v2.2.11") public class EstimateDocumentType extends Object implements Serializable
Java class for EstimateDocumentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EstimateDocumentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EstimatedPrice" type="{http://www.mercurius.vlaanderen.be/mohm/common/v7}AmountType"/>
<element name="EstimateDocument" type="{http://www.mercurius.vlaanderen.be/wzcmh/common/v3}DocumentListType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
EstimateDocumentType() |
| Modifier and Type | Method and Description |
|---|---|
DocumentListType |
getEstimateDocument()
Gets the value of the estimateDocument property.
|
BigDecimal |
getEstimatedPrice()
Gets the value of the estimatedPrice property.
|
void |
setEstimateDocument(DocumentListType value)
Sets the value of the estimateDocument property.
|
void |
setEstimatedPrice(BigDecimal value)
Sets the value of the estimatedPrice property.
|
public BigDecimal getEstimatedPrice()
BigDecimalpublic void setEstimatedPrice(BigDecimal value)
value - allowed object is
BigDecimalpublic DocumentListType getEstimateDocument()
DocumentListTypepublic void setEstimateDocument(DocumentListType value)
value - allowed object is
DocumentListType
Connector Packaging generic 4.2.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.