public class InsuranceOrderResult extends WebMethodResult implements Serializable
Java class for insuranceOrderResult complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected CancellationInsuranceData |
data |
protected boolean |
insuranceAvailable |
protected Long |
orderId |
protected boolean |
suggestByDefault |
protected boolean |
suggestByPopup |
requestId, statusCode, statusDetail
Constructor and Description |
---|
InsuranceOrderResult() |
Modifier and Type | Method and Description |
---|---|
CancellationInsuranceData |
getData()
Gets the value of the data property.
|
Long |
getOrderId()
Gets the value of the orderId property.
|
boolean |
isInsuranceAvailable()
Gets the value of the insuranceAvailable property.
|
boolean |
isSuggestByDefault()
Gets the value of the suggestByDefault property.
|
boolean |
isSuggestByPopup()
Gets the value of the suggestByPopup property.
|
void |
setData(CancellationInsuranceData value)
Sets the value of the data property.
|
void |
setInsuranceAvailable(boolean value)
Sets the value of the insuranceAvailable property.
|
void |
setOrderId(Long value)
Sets the value of the orderId property.
|
void |
setSuggestByDefault(boolean value)
Sets the value of the suggestByDefault property.
|
void |
setSuggestByPopup(boolean value)
Sets the value of the suggestByPopup property.
|
getRequestId, getStatusCode, getStatusDetail, setRequestId, setStatusCode, setStatusDetail
protected CancellationInsuranceData data
protected boolean insuranceAvailable
protected Long orderId
protected boolean suggestByDefault
protected boolean suggestByPopup
public CancellationInsuranceData getData()
CancellationInsuranceData
public void setData(CancellationInsuranceData value)
value
- allowed object is
CancellationInsuranceData
public boolean isInsuranceAvailable()
public void setInsuranceAvailable(boolean value)
public Long getOrderId()
Long
public void setOrderId(Long value)
value
- allowed object is
Long
public boolean isSuggestByDefault()
public void setSuggestByDefault(boolean value)
public boolean isSuggestByPopup()
public void setSuggestByPopup(boolean value)
Copyright © 2021. All rights reserved.