public class Estimate extends Object
EstimateRequest.
Java class for Estimate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Estimate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Estimate.Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
estimateType |
| Constructor and Description |
|---|
Estimate() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEstimateType()
Gets the value of the estimateType property.
|
void |
setEstimateType(String value)
Sets the value of the estimateType property.
|
protected String estimateType
Copyright © 2023. All rights reserved.