public class CancellationInsuranceData extends AbstractRealTimeDto implements Serializable
Java class for cancellationInsuranceData complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected Long |
insuranceAmount |
protected Long |
insuranceId |
| Constructor and Description |
|---|
CancellationInsuranceData() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getInsuranceAmount()
Gets the value of the insuranceAmount property.
|
Long |
getInsuranceId()
Gets the value of the insuranceId property.
|
void |
setInsuranceAmount(Long value)
Sets the value of the insuranceAmount property.
|
void |
setInsuranceId(Long value)
Sets the value of the insuranceId property.
|
public Long getInsuranceAmount()
Longpublic void setInsuranceAmount(Long value)
value - allowed object is
Longpublic Long getInsuranceId()
LongCopyright © 2021. All rights reserved.