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